
html, body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.u-btn {
position: relative;
display: inline-block;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
font-weight: normal;
border: 1px solid transparent;
border-radius: 2px;
background-image: none;
white-space: nowrap;
user-select: none;
outline: none;
color: #fff;
}
.content {
height: 94px;
background-color: #f5f5f5;
border-bottom: 1px solid #e7e7e7;
min-width: 1150px;
}
.logo-wrapper {
margin: 0 auto;
height: 100%;
width: 1150px;
}
.logo {
height: 100%;
padding-top: 20px;
display: inline-block;
}
.main-wrapper {
margin: 0 auto;
padding-top: 18px;
width: 1150px;
}
.u-form-item-1 {
position: relative;
border: 1px solid #e3e4e5;
display: inline-block;
width: 280px;
margin-right: 14px;
}
.u-form .label {
float: left;
width: 45px;
height: 44px;
line-height: 44px;
text-align: center;
}
.u-form .sub-input-wrapper {
margin: 0 0 0 45px;
}
.u-form-item label i {
color: #ccc;
font-size: 18px;
transition: color ease-in 0.3s;
}
.u-form .u-input {
background: none;
border: none;
padding: 5px 0;
color: #555;
height: 34px;
line-height: 34px;
font-size: 14px;
outline: none;
transition: background-color 0.3s ease-out,border-color 0.3s ease-out,color 0.3s ease-out;
width: 100%;
}
.u-form-item-2 {
float: right;
}
.u-btn-primary {
width: 80px;
height: 44px;
background: #3598db;
border-color: #057ab8;
font-size: 14px;
font-weight: bold;
}
.u-btn-primary:active {
border-color: transparent;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.swiper-container {
width: 1150px;
margin: 18px auto 0;
overflow: hidden;
height: 550px;
position: relative;
}
.main .default-banner {
background: url("./default_background.jpg") center center;
height: 550px;
width: 100%;
}
.swiper-container .swiper-slide {
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 550px;
width: 100%;
}
.swiper-container .swiper-switch-btn {
width: 44px;
height: 44px;
position: absolute;
top: 50%;
margin-top: -22px;
background-image: url("./arrow_circle.png");
background-repeat: no-repeat;
z-index: 1;
cursor: pointer;
}
.swiper-container .swiper-switch-btn-prev {
left: 30px;
background-position: 0 0;
}
.swiper-container .swiper-switch-btn-prev:hover {
background-position: 0 -46px;
}
.swiper-container .swiper-switch-btn-next {
right: 30px;
background-position: -46px 0;
}
.swiper-container .swiper-switch-btn-next:hover {
background-position: -46px -46px;
}
.swiper-pagination {
position: absolute;
z-index: 20;
bottom: 90px;
width: 100%;
text-align: center;
}
.swiper-pagination-switch {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
background: #d8d8d8;
margin: 0 5px;
opacity: 0.8;
border: 1px solid #fff;
cursor: pointer;
}
.swiper-active-switch {
background: #fff;
}