*{
	margin: 0;
	padding: 0;
}
html,body{
	100%;
}

.navbar-collapse .navbar-right{
	margin-right: 45px!important;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: white!important;
}

/*轮播样式*/
.tu{
	margin-top: -20px;
}
.tu2 img{	
	margin-left: -60%;
}
.tu3 img{
	margin-right: -60%;
}

/*第三部分样式*/
#box3{
	width: 100%;
	height: 250px;
	background-color: white;
	position: relative;
}

.hbtn{
	width: 100%;
	/*background: yellow;*/
	margin: 0 auto;
	padding: 60px 20px;
	position: absolute;
	left: 0;
    top: 0; /* top是变量 */	
}
/*动画效果*/
.hbt{
	animation:animate 3s;
	animation-fill-mode:forwards;
	animation-direction:alternate;
}

@keyframes animate{
    from {
        /*height: 0px;*/
        top : -100px;
        opacity: 0;
    }
    to {
        /*height: 400px;*/
        top : 0px;
        opacity: 1;
    }
}

.hbtn h1{
	width: 100%;
	/*height: 50px;*/
	font-family: "Times New Roman";
	text-align: center;
	font-size: 30px
}
#box3 h4{
	text-align: center;
	color: gray;	
}
#box3 p{
	margin-left: 47%;
}


/*第四部分栅格系统*/
.screen2{
	width: 100%;
	height: 25%;
	background-color: blueviolet;
	position: relative;
}
.box4{
	width: 90%;
	/*background-color: yellow;*/
	position: absolute;
	margin-left: 5%;
    top: 0; /* top是变量 */
}

/*动画效果*/
.xz{
	animation:go 3s;
	animation-fill-mode:forwards;
	animation-direction:alternate;
}

@keyframes go{
    from {
        top : -200px;
        opacity: 0;
    }
    to {
        top : 0px;
        opacity: 1;
    }
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}
.col-md-3{
	margin: 0 12px;
}
.col-xs-6{
	margin: 5px 12px;
}
.col1{
	height: 232px;
	border: 1px solid rgb(238,238,238);
}
.col1:hover{
	box-shadow: 0px 0px 12px paleturquoise;	
}

.row .dtu{
	text-align: center;
	margin: 30px auto;
}
.row img{
	display: block;
	width: 29%;
	height: 50px;
	margin: 30px auto;	
}
.col1:hover img{
	transform: rotate(360deg) ;
	transition: 1s;
}
.col1 h4{
	text-align: center;
	margin: 25px auto;
}

.txt{
	text-align: center;
	width: 80%;
	margin: 20px auto;
	color: gray;
}

/*第五部分*/
.box5{
	width: 100%;
	height: auto;
	background-color: blueviolet;
	margin-top: 22% ;
	background-image: url(../img/shouyetu/box51.jpg);
	overflow: hidden;
}

.b5lf{
	width: 100%;
	height: 420px;
	/*background: yellow;*/
}
.b5rt{
	width: 100%;
	height: 420px;
	/*background: red;*/
}
.b5txt1{
	height: auto;
	position: absolute;
	font-size: 6vmax;
	font-family: "times new roman";
	color: white;
	padding: 10% 5%;
}
.b5txt2{
	position: absolute;
	width: 80%;
	height: auto;
	margin: 28% 6%;
	color: white;
	font-size: 1.3vmax;	
}
.b5txt3{
	position: absolute;
	height: auto;
	margin: 50% 6%;
	color: white;
	font-size: 1.5vmax;
}
.b5txt3:hover{
	text-decoration: none!important;
	color: white!important;
}
.b5rt img{
	width: 75%;
	height: 85%;
}
/*动画效果*/
.b5{
	animation: b5lfgo 2s ease;
	overflow: hidden;
	animation-fill-mode:forwards;
	animation-direction:alternate;
}

@keyframes b5lfgo{
    from {
        margin-left : -300px;
        opacity: 0;
    }
    to {
        margin-left : 0px;
        opacity: 1;
    }
}

/*动画效果*/
.b5img{
	animation: b5rtgo 2s ease;
	overflow: hidden;
	animation-fill-mode:forwards;
	animation-direction:alternate;
}


@keyframes b5rtgo{
    from {
        margin-right : -300px;
        opacity: 0;
    }
    to {
        margin-right :80px;
        opacity: 1;
    }
}

/*第六部分样式*/
#box6{
	width: 100%;
	height: 250px;
	background-color: white;
	position: relative;
}

.hbtn6{
	width: 100%;
	/*background: yellow;*/
	margin: 0 auto;
	padding: 60px 20px;
	position: absolute;
	left: 0;
    top: 0;  /*top是变量 */	
}


/*动画效果*/
.hb6{
	animation: animate6 2s ease;
    overflow: hidden;
    animation-fill-mode:forwards;
	animation-direction:alternate;
}

@keyframes animate6{
    from {
        top : -100px;
        opacity: 0;
    }
    to {
        top : 0px;
        opacity: 1;
    }
}

.hbtn6 h1{
	width: 100%;
	font-family: "Times New Roman";
	text-align: center;
}
#box6 h4{
	text-align: center;
	color: gray;	
}
#box6 p{
	margin-left: 47%;
}

/*第六部分下面的内容*/
#bx6{
	width: 100%;
	height: auto;
}

.colborder{
	margin-left: 6%;
	padding: 0 0!important;
}
.ig{
	width: 100%;
	height: 100%;
	top: 0;	
	overflow: hidden;
}

.ig img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto!important;
	transition: all 0.6s;  
}
.ig:hover img{
	transform: scale(1.5); /* 放大1.2倍 */
}
.igx{
	width: 100%;
	height: 130px;
	background-color: white;
	border-bottom: 1px solid #74c000;
	margin-bottom: 10%;
	position: relative;
}
.igx::after{
	content: "生姜不只是简单的食物";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #74c000;
    position: absolute;
    bottom: 0;
	height: 140px;
	display: none;
	top: -10px;
	font-size: 26px;
	padding-top: 30px;
	color: white;
	text-align: center;
	
}
.colborder:hover .igx::after{
	display: block;
	animation: igxafter 1s ease;
}
@keyframes igxafter{
    from {
        height: 0px;
        top : 130px;
        opacity: 0;
    }
    to {
        height: 140px;
        top : -10px;
        opacity: 1;
    }
}
.igtxt1{
	position: absolute;
	font-size: 18px;
	color: rgb(93, 93, 93);	
	margin-top: 9%;
}
.igtxt2{
	position: absolute;
	font-size: 14px;
	line-height: 1.50em;
	color: rgb(93, 93, 93);
	margin-top: 22%;
}

/*第七部分的样式*/
.screen7{
	width: 100%;
	height: auto;
	background-image: url(../img/shouyetu/box71.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*clear: both;*/	
}
.box7{
	margin: 0 auto;
	width: 80%;
	height:auto;
	text-align: center;
	overflow: hidden;
}
.b7img{
	margin: 8% auto;
	text-align: center;
}
.b7txt1{
	width: 50%;
	height: auto;
	margin: 5% auto;
	font-family: Georgia,serif;
	font-size: 2.8vmax;
	color: rgb(255,255,255);
}
.b7txt2{
	width: 94%;
	height: auto;
	margin: 5% auto;
	font-family: Georgia,serif;
	font-size: 1.5vmax;
	color: rgb(255,255,255);
}
.b7txt3{
	width: 60%;
	height: auto;
	margin: 1% auto;
	font-family: Georgia,serif;
	font-size: 1.5vmax;
	color: rgb(255,255,255);
}
.b7txt4{
	width: 55%;
	height: auto;
	margin: 10% auto;
	font-family: Georgia,serif;
	font-size: 1vmax;
	font-weight: 550;
	color: rgb(255,255,255);
}
.b7txt4 a{
	color: rgb(255,255,255);
}
.b7txt4 a:hover{
	text-decoration: none;
	color: rgb(255,255,255);
}
/*动画效果*/
.boxdh{
	position: relative;
	animation: animate7 3s ease;
}

@keyframes animate7{
    from {
        top : -200px;
        opacity: 0;
    }
    to {
        top : 0px;
        opacity: 1;
    }
}

/*第八部分的样式*/
.box8{
	width: 100%;
	height: auto;
	background: white;
}

.b8lf{
	width: 100%;
	display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;	
}
.b8lf img{
	display: block;
	width: 59%;
	height: auto;
}

.b8rt{
	width: 100%;
	height: 300px;
}
.do-title-body{
	width: 80%;
}
.do-title-body{
	display: table-cell;
    vertical-align: middle;
}
.title{
	font-size: 18px;
}
.title p{
	font-size: inherit;
	color: gray;
}
.b8txt1{
	display: block;
	margin-top: 5%;
	margin-left: 5%;
}
.b8txt2{
	width: 77%;
	display: block;
	margin-top: 2%;
	margin-left: 5%;
}
.b8txt3{
	margin-top: 2%;
	margin-left: 5%;
	
}
.title .b8img{
	display: block;
	width: 25%;
	height: 25%;
	margin-left: 50%;
}


/*第九部分的样式*/
.screen9{
	width: 100%;
	height: auto;
	background-image: url(../img/shouyetu/box9.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

.box9{
	margin: 0 auto;
	width: 80%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.b9txt1{
	width: 50%;
	margin-top: 5%;
	color: rgb(255,255,255);
	font-size: 24px;
	transform: translateX(50%);
}
.b9txt2{
	width: 50%;
	margin: 1% 25%;
	color: rgb(255,255,255);
	font-size: 14px;
}
.form-control1{
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 10%;  
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-box-shadow: inset 15px 15px 20px rgba(0,0,0,.075);
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	
.do-form-group{
	padding: 0 10px;
	margin-bottom: 15px;
    text-align: left;
    position: relative;   
}
.do-form-item{
	display: inline-table;
	height: auto;
    width: 72%;
    background-color: rgba(0,0,0,0);
}
/*不同浏览器对placeholder的字体设置*/
input::-moz-placeholder{
	color: white;
}
::-webkit-input-placeholder{
	color: white;
}
::-ms-input-placeholder{
	color: white;
}

.sex{
	width: 70%;	
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.k1{
	position: absolute;
	width: 26px;
	height: 26px;
	left: 10px;
	vertical-align: middle;
	background: 0 0;
}

.nan{
	display: block;
	position: absolute;
	left: 40px;
	top: 5px;
	font-size:15px ;
	color: white;
	
}
.k2{
	width: 26px;
	height: 26px;
	padding-left: 20%;
	background-color: rgba(0,0,0,0);
}
.nv{
	position: relative;
	left: 5px;
	top: -8px;
	font-size:15px ;
	color: white;
}

.form-control2{
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-box-shadow: inset 15px 15px 20px rgba(0,0,0,.075);
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sel{
	width: 70%;
	height: 50px;
	/*background: yellow;*/
	margin: 0 auto;
	position: relative;
}
.prov{
	position: absolute;
	width: 110px;
	height: 50px;
	background-color: rgba(0,0,0,0);
	color: white;
	left: 0;
}
.prov2{
	position: absolute;
	width: 110px;
	height: 50px;
	background-color: rgba(0,0,0,0);
	color: white;
	left: 130px;
}
.optxt{
	color: black;
}


.sel2{
	width: 70%;
	height: 50px;
	/*background: yellow;*/
	margin: 2% auto;
	position: relative;
}
.prov3{
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0);
	color: white;
	left: 0;
}

.seldate{
	width: 70%;
	height: 50px;
	/*background: red;*/
	margin: 2% auto;
	position: relative;
}

.timepicker{
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; 
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-box-shadow: inset 15px 15px 20px rgba(0,0,0,.075);
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*修改时间表默认的样式*/
input[type=date]::-webkit-inner-spin-button { 
		visibility: hidden; 
}
	
 /*控制下拉小箭头的*/ 
input[type="date"]::-webkit-calendar-picker-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px #fff, 0 1px #eee;
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
  color: #666; 
}

/* 控制年月日这个区域的 */
input[type="date"]::-webkit-datetime-edit-fields-wrapper { 
    background-color: rgba(0,0,0,0);
    color: white;
}



/*底部内容的样式*/
.footer{
	width: 100%;
	height: auto;
	background-color: rgb(25, 32, 37);
}

.foottxt{
	position: absolute;
	font-size: 20px;
    color: rgb(153, 153, 153);
    margin-left: 2%;
    margin-top: 5%;
}
.num{
	color: rgb(153, 153, 153)!important;
	padding-top:10%;
	padding-left: 20%;
}
.foottu{
	margin-top:2%;
	margin-left: 1.5%;
}

/*返回顶部样式*/
#top{
	width: 35px;
	height: 35px;
	background-color: gray;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	bottom: 25px;
	display: none;
}

.toptxt{
	margin: 14px 8px;
	text-align: center;
	font-size: 20px!important;
	font-weight: 100!important;
	color: white!important;
	line-height: 40px;
}





@media (max-width: 500px) { 
	.tu{
		margin-top: 80px;
	}
	.tu2 img{
		width: 50%;
		height: 50%;
	}
	.tu3 img{
		width: 50%;
		height: 50%;
	}
	#box3 img{
		margin-left: -22px;
	}	
	.box5{
		margin-top: 100% ;
	}
	#box6 img{
		margin-left: -22px;
	}
	.b5txt1{
		font-size: 8vmax;
	}
	.b5txt2{
		font-size: 2.5vmax;	
	}
	.b5txt3{
		font-size: 3.5vmax;
	}
	
	.foottxt{
	    margin-left: 5%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		padding-left: 20%;
	}
	.foottu{
		margin-top:2%;
		margin-left: 4%;
	}
	.colborder{
		margin-left: 3%;
	}
		
}
@media (min-width:501px) and (max-width: 601px) { 
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 50%;
		height: 50%;
	}
	.tu3 img{
		width: 50%;
		height: 50%;
	}	
	#box3 img{
		margin-left: -22px;
	}
	.box5{
		margin-top: 95%;
	}
	#box6 img{
		margin-left: -22px;
	}
	.colborder{
	margin-left: 3%;
	}
	
	.foottxt{
	    margin-left: 5%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		padding-left: 20%;
	}
	.foottu{
		margin-top:2%;
		margin-left: 4%;
	}
}
@media (min-width:602px) and (max-width: 768px) { 
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 50%;
		height: 50%;
	}
	.tu3 img{
		width: 50%;
		height: 50%;
	}	
	#box3 img{
		margin-left: -22px;
	}
	.box5{
		margin-top: 80% ;
	}
	#box6 img{
		margin-left: -22px;
	}
	.colborder{
		margin-left: 3%;
	}
	
	.foottxt{
	    margin-left: 4%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		padding-left: 20%;
	}
	.foottu{
		margin-top:3%;
		margin-left: 2.5%;
	}
}
@media (min-width:769px) and (max-width: 892px) { 
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 50%;
		height: 50%;
	}
	.tu3 img{
		width: 50%;
		height: 50%;
	}	
	#box3 img{
		margin-left: -15px;
	}
	.box5{
		margin-top: 65% ;
	}
	#box6 img{
		margin-left: -15px;
	}
	.foottxt{
	    margin-left: 3%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		padding-left: 20%;
	}
	.foottu{
		margin-top:2%;
		margin-left: 2%;
	}
}
@media (min-width:893px) and (max-width: 992px) { 
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 60%;
		height: 60%;
	}
	.tu3 img{
		width: 60%;
		height: 60%;
	}
	#box3 img{
		margin-left: -14px;
	}	
	.box4 .col-md-3{
		width: 22%;
	}
	.box5{
		margin-top: 60% ;
	}
	#box6 img{
		margin-left: -14px;
	}
	.foottxt{
	    margin-left: 3%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		padding-left: 20%;
	}
	.foottu{
		margin-top:2%;
		margin-left: 2%;
	}
}
@media (min-width: 993px) and (max-width: 1199px) {
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 70%;
		height: 70%;
	}
	.tu3 img{
		width: 70%;
		height: 70%;
	}	
	.box4 .col-md-3{
		width: 22%;
	}
	.box5{
		margin-top: 50% ;
	}
	.foottxt{
	    margin-left: 3%;
	    margin-top: 5%;
	}
	.num{
		padding-top:12%;
		/*padding-left: 0%;*/
	}
	.foottu{
		margin-top:2%;
		margin-left: 2%;
	}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.tu{
	margin-top: 80px;
	}
	.tu2 img{
		width: 80%;
		height: 800%;
	}
	.tu3 img{
		width: 80%;
		height: 80%;
	}
	.box4 .col-md-3{
		width: 22%;
		
	}	
	.box5{
		margin-top: 40% ;
	}
}
@media (min-width: 1351px) { 
	.box5{
		margin-top: 23% ;
	}
}

