* {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.w1220 {
  width: 1220px;
  margin: 0 auto;
}
.contain {
  width: 100%;
}
.contain .banner {
  width: 100%;
  height: 180px;
  background: url(love-banner.jpg) no-repeat;
  background-position: bottom;
}
.contain .contlists {
width: 1200px;
    height: 50px;
    margin: 0 auto;
    margin-top: -50px;
}
.contain .contlists li {
  float: left;
cursor: pointer;
  margin-right: 2px;
  opacity: 0.8;
  background: #fff;
  width: 168px;
  height: 50px;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.contain .contlists .active {
  font-size: 18px;
  color: #1E59E0;
  opacity: 1;
  font-weight: bold;
}
.contain .contlists li:nth:last-child {
  margin-right: 0px;
}
.main {
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px;
overflow: hidden;
}
.main .main-In {
  width: 1200px;
  margin: 0 auto;
}
.main .main-In .bsfw {
  margin: 30px 0 30px;
}
.main .main-In .bsfw > span {
  font-size: 24px;
  color: #3C3C3C;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.main .main-In .bsfw .more {
  display: inline-block;
  margin-right: 10px;
  color: #333333;
  vertical-align: middle;
  width: 126px;
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  background: url(more.png) no-repeat 90px 6px;
}
.main .main-In .bsfw .more:hover {
  color: #1E59E0;
}
.main .main-In .bsfw ul li {
  width: 100%;
  height: 80px;
  padding-left: 48px;
  line-height: 80px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  margin-bottom: 20px;
  background: url(arrow.png) no-repeat 24px 34px;
}
.main .main-In .bsfw ul li p {
  display: inline-block;
  width: 780px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: #3C3C3C;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
}
.main .main-In .bsfw ul li p:hover {
  color: #1677FF;
}
.main .main-In .bsfw ul li .online a {
  width: 100px;
  height: 36px;
  display: inline-block;
  background: #F5F5F5;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.main .main-In .bsfw ul li .online a:hover {
  color: #fff;
  background: #1E59E0;
}
.main .main-In .bsfw ul li .online a:nth-child(1) {
  margin-right: 20px;
}
.main .main-In .bsfw ul li .online a:nth-child(2) {
  margin-right: 36px;
}
.main .main-In .bsfw ul li:nth-last-child {
  margin-bottom: 0px;
}
.main .main-In .bsfw .bmfw {
  width: 1200px;
}
.main .main-In .bsfw .bmfw > span {
  font-size: 24px;
  color: #3C3C3C;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.main .main-In .bsfw .bmfw .picScroll {
  position: relative;
  height: 150px;
  width: 1280px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.main .main-In .bsfw .bmfw .tempWrap {
  width: 1200px!important;
}
.main .main-In .bsfw .bmfw .picScroll ul {
  overflow: hidden;
  zoom: 1;
}
.main .main-In .bsfw .bmfw .picScroll ul li {
  float: left;
  width: 224px;
  height: 150px;
  overflow: hidden;
  display: inline;
  margin-right: 20px;
}
.main .main-In .bsfw .bmfw .picScroll ul li img {
  width: 100%;
  height: 100%;
}
.main .main-In .bsfw .bmfw .picScroll .prev,
.main .main-In .bsfw .bmfw .picScroll .next {
  position: absolute;
  left: 10px;
  top: 60px;
  display: block;
  width: 18px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}
.main .main-In .bsfw .bmfw .picScroll .next {
  left: auto;
  right: 38px;
  background-position: -120px 0;
}
.main .main-In .bsfw .bmfw .picScroll .prevStop {
  background-position: 0 0;
}
.main .main-In .bsfw .bmfw .picScroll .nextStop {
  background-position: -80px 0;
}
.noitem {
  height: 400px;
  width: 200px;
  background: url(noitem.png) no-repeat center center;
  margin: 20px auto;
}

/* 弹出 */
.tanchubg{
  opacity: 0.55;
  background: #000000;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tanchu{
  height: 220px;
  width: 400px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  z-index: 1000;
}
.tanchu .top{
  width: 400px;
  height: 160px;
  padding: 15px 15px;
  border-bottom: 1px solid #D8D8D8
}
.tanchu .top em{
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: url(close_icon.png) center center no-repeat
}
.tanchu .top span{
  font-size: 20px;
  color: #2B2F32;
  width: 370px;
  text-align: center;
  font-weight: bold;
  text-align: center;
}
.tanchu .top p{
  width: 370px;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
}
.tanchu .bottom{
  height: 60px;
  width: 100%;
  font-size: 18px;
  color: #448AF0;
  line-height: 60px;
}
.tanchu .bottom div{
  width: 1px;
  height: 42px;
  background: #D8D8D8;
  margin-top: 9px
}
.tanchu .bottom i{
  display: inline-block;
  float: left;
  width: 199px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
}
