
/*common*/
body{
	background-color: #F4F4F4;
	font-family: "微软雅黑";
	font-size: 15px;
}
.bg-yellow{
	background-color: #ffd15b;
}
.border-yellow{
	border-color:#e8bd4f!important;
}
.navbar .nav-item a{
	font-size: 14px;
}
.logo img{
	height: 28px;
}
::-webkit-input-placeholder {
    color: #b0bec5;
}
:-moz-placeholder {
    color: #b0bec5;
}
::-moz-placeholder {
    color: #b0bec5;
}
:-ms-input-placeholder {
    color: #b0bec5;
}
/*search-box*/
.search-box{
	top: 54px;
	height: 358px;
	/*background-image: url(./static/images/bg.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 28%;*/
}
.search-box:after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -99;
    background-size: auto;
    height: 48888px;
    opacity: 0.5;
	background-image: url(../images/banner-bg2.png);
	background-repeat: repeat-y;
	background-position:top center;
	animation: myfirst 250s;
    -webkit-animation: myfirst 250s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes myfirst
{   
	from { left:0;top:10px;}
	to {top:-4000px;}
}

@-webkit-keyframes myfirst
{
	from { left:0;top:10px;}
	to {top:-4000px;}
}
.search-desc{
	position: absolute;
	top: 88px;
	width: 100%;
}
.search-desc h1{
	color:#464646;
	font-size: 2rem;
}
.search{
	width: 728px;
	margin:18px auto 0;
	position: relative;
}
.search input {
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border:0;
	opacity: 1;
	color: #000;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	padding-left: 50px;
}
.search button{
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
	width: 172px;
	height: 56px;
	border:0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #272828;
	color: #ffd15b;
}
.seoicn {
	position: absolute;
    left: 20px;
   	top: 15px;
    color: #b0bec5;
    font-size: 18px;
    z-index: 99;
}
/*moban-type*/
