﻿*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
html,body{
  height: 100%;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
	color: #252525;
}
body{
  background: #f0f1f2;
}
a{
	text-decoration: none;
}
b,i{
  font-style: normal;
}
img{
	border: none;
	vertical-align: top;
}
ul,li{
	list-style-type: none;
}
.clear::after{
  content: "";
  display: block;
  clear: both;
}
::-webkit-scrollbar{
	display: none;
}

.wrap{
  width: 1280px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 100px;
}
.wrap > h2{
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin-bottom: 45px;
}
.lists{}
.head{
  font-size: 24px;
  line-height: 60px;
  color: #4a4a4a;
  background: #fff;
  padding: 0 30px;
  position: relative;
}
.head i{
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #4a4a4a;
  border-radius: 100%;
  margin-right: 10px;
}
.arrows{
  width: 12px;
  height: 12px;
  border-top: 2px #666 solid;
  border-right: 2px #666 solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -2px;
  z-index: 10;
}
.activity{
  width: 1240px;
  margin: 30px auto 0;
}
.item{
  width: 280px;
  height: 350px;
  padding: 35px 30px 0;
  background: #fff;
  margin: 0 15px 30px;
  float: left;
}
.img1{
  width: 590px;
  height: 400px;
  padding: 0;
}
.img2{
  width: 590px;
  padding: 0;
}
.img1 img,.img2 img{
  width: 100%;
}
.item > h3{
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  color: #666;
  margin-top: 13px;
}
.label{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.place{
  font-size: 14px;
  line-height: 24px;
  color: #636363;
  margin-top: 20px;
}
.place p span:nth-child(1){
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.place p span:nth-child(2){
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
}
.tips{
    font-size: 14px;
    line-height: 18px;
    color: #2d2d2d;
    margin: 24px auto;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tips > i{
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #c30d23;
    border: 1px #c30d23 solid;
    margin-right: 5px;
    border-radius: 100%;
    font-style: normal;
    display: inline-block;
}
.tips-txt{
    width: 440px;
    box-sizing: border-box;
    padding: 24px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #2b313d;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -220px;
    z-index: 12;
    display: none;
}
.tips:hover .tips-txt{
    display: block;
}
.tips-txt::after{
    content: "";
    width: 0;
    height: 0;
    border: 15px #2b313d solid;
    border-width: 14px 15px 14px 15px;
    border-color: transparent transparent #2b313d transparent;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -15px;
    z-index: 10;
}
.tips-txt b{
    display: block;
    margin-bottom: 30px;
}
.tips-txt span{
    display: block;
}
.line{
  height: 1px;
  background: #e8e8e8;
}
.logo{
  font-size: 0;
  margin-top: 15px;
}
.logo span{
  font-size: 14px;
  line-height: 65px;
  color: #636363;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.logo-item{
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
}
.logo-item img{
  width: 150px;
  height: 65px;
  background: #eee;
}


@media screen and (max-width: 750px) {
  .wrap{
    width: 100%;
    padding-top: 1.3rem;
    padding-bottom: 60px;
  }
  .wrap > h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .head{
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px;
  }
  .head i{
    width: 6px;
    height: 6px;
  }
  .activity{
    width: 94%;
    margin: 20px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item{
    width: 46%;
    height: auto;
    margin: 0 2% 20px;
    padding: 4% 5% 3%;
    float: none;
  }
  .img1{
    width: 96%;
    height: auto;
    padding: 0;
  }
  .img2{
    width: auto;
    padding: 0;
  }
  .label{
    font-size: 12px;
    line-height: 20px;
  }
  .item > h3{
    font-size: 16px;
    margin-top: 10px;
    height: auto;
  }
  .place{
    margin-top: 15px;
  }
  .place p span:nth-child(1){
    width: 44px;
  }
  .place p span:nth-child(2){
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 44px);
  }
  .tips{
    font-size: 12px;
    margin: 18px auto;
  }
  .tips-txt{
    width: 220px;
    margin-left: -110px;
  }
  .logo{
    margin-top: 10px;
  }
  .logo span{
    line-height: 40px;
  }
  .logo-item img{
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}
