/* 导航栏样式 */
#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background: #f8f8f8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 9;
}

.nav-center {
  display: flex;
  justify-content: space-between;
}

.nav-left img {
  margin-top: 26px;
}

.nav-right {
  display: flex;
  line-height: 100px;
  color: #333333;
  font-size: 16px;
}

.nav-right p {
  margin-left: 30px;
}
.nav-right p a{
  color: #333333;
}
.nav-right p a:hover,
.nav-right p a:focus{
  color: #333333;
}
/* banner部分样式 */
#banner {
  background: url(./../image/banner-bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
}

.banner-center {
  display: flex;
  height: 100vh;
}

.banner-center>div {
  width: 50%;
}

.banner-center-left,
.banner-center-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 750px;
}

.banner-title {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;

}

.banner-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  opacity: 0.9;
  margin-top: 35px;
  text-indent: 30px;
}

.banner-btn {
  display: flex;
  margin-top: 35px;
}

.store-btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #FF609A;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.01);
  /* opacity: 0.94; */
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  border-radius:10px;
}

.store-btn:nth-child(2) {
  margin-left: 24px;
}

.banner-center-right>img {
  width: 375px;
  margin: 0 auto;
}

/* 产品部分 */
#product,
#fly,
#dynamic,
#sponsor,
#join {
  padding-top: 140px;
  text-align: center;
}

.product-title {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.product-desc {
  margin: 0 auto;
  line-height: 30px;
  width: 700px;
  margin-top: 20px;
}

.product-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  justify-content: space-around;
}

.product-item {
  width: 358px;
  height: 248px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
}
.product-item:hover{
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
}

.product-item img {
  /* width: 60px; */
  margin-top: 40px;
}

.product-item-title {
  font-size: 22px;
  margin-top: 15px;
  font-family: 'simiHei';
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.product-item-desc {
  margin: 0 auto;
  margin-top: 15px;
  width: 300px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.75;
}

.product-play,
.product-eat {
  margin-top: 60px;
  display: flex;
}

.play-left,
.play-right,
.eat-left,
.eat-right {
  width: 50%;
}

.product-play img,
.product-eat img {
  width: 375px;
  margin: 0 auto;
}

.product-detail-title {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 0px;
  width: 500px;
  color: #FF609A;
  text-align: left;
}

.product-detail-desc {
  margin-top: 35px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.75;
  width: 500px;
  text-align: left;
}

.play-right,
.eat-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

/* 航拍大学视频部分 */
.fly-video {
  margin-top: 40px;
  height: 800px;
  position: relative;
  background: url(./../image/fly-bg.png) 0 0 no-repeat;
}
.fly-video img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* 恰同学活动赛事 */
#activity {
  margin-top: 120px;
}

.activity-center {
  display: flex;
}

.activity-center>div {
  width: 50%;
}

.activity-center img {
  width: 375px;
  margin: 0 auto;
}

.activity-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.activity-title {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000000;
}

.activity-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.75;
  margin-top: 15px;
}

.activity-right-bottom {
  margin-top: 20px;
}

/* 恰同学动态部分 */
.dynamic-list {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  padding: 0 15px;
}

.dynamic-item {
  width: 360px;
  height: 500px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.dynamic-item img {
  width: 100%;
  height: 250px;
}

.dynamic-title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 60px;
  padding: 0 20px;
}

.dynamic-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
  padding: 0 20px;
}

.dynamic-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.75;
  margin-top: 20px;
  padding: 0 20px;
}

.dynamic-btn {
  width: 100px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background-color: #F8CF00;
  margin: 0 20px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

/* 恰同学赞助 */
.sponsor-form {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  padding: 0 15px;
}

.sponsor-form>div {
  width: 50%;
}

.sponsor-left-item {
  width: 555px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
  display: flex;

}

.sponsor-right-item {
  width: 555px;
  height: 190px;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: solid 1px #e5e5e5;
}

.sponor-name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #424242;
  height: 40px;
  padding-left: 30px;
  margin-top: 20px;
}

input {
  width: 400px;
  border: none;
  outline: none;
  font-size: 18px;
  margin-left: 20px;
}

textarea {
  width: 400px;
  border: none;
  outline: none;
  font-size: 18px;
  margin-left: 20px;
  resize: none;
  margin-top: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.sponsor-btn{
  display: flex;
  justify-content: flex-end;
  
}
.sponsor-btn div{
  width: 200px;
  height: 54px;
  background-color: #F8CF00;
  border-radius: 1px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  margin-right: 40px;
  cursor: pointer;
}
/* 加入我们的样式 */
.join-info {
  display: flex;
  margin-top: 80px;
  justify-content: space-around;
}

.join-title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 50px;
}

.join-desc {
  width: 300px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #424242;
  margin-top: 20px;
}

/* 招聘岗位部分 */
.hiring-title {
  margin-top: 120px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
}

.hiring-line {
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.line-title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #FF609A;
}

.line {
  width: 320px;
  height: 4px;
  margin-top: 13px;
  background: #FF609A;
}

.hiring-type {
  width: 624px;
  height: 46px;
  display: flex;
  margin: 30px auto;
  border-radius: 23px 23px 23px 23px;
  border: solid 2px #FF609A;
  overflow: hidden;
}
.hiring-type-item{
  width: 208px;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #3a3a3a;
  border-right: 2px solid #FF609A;
  cursor: pointer;
}
.hiring-type-item:last-child{
  border:none;
}
.hiring-type-item-active{
  background-color: #FF609A;
  color: #fff;
}
.hiring-detail{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
  height: 450px;
  padding-top: 60px;
  background: #ffffff;
}
.hiring-detail-item{
  width:500px;
  margin: 0 auto;
  text-align: left;
  display: none;
}
.hiring-detail-title{
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #3a3a3a;
}
.hiring-small-title{
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  color: #000;
}
.hiring-detail-detail{
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.hiring-detail-item-active{
  display: block;
}
/* 页面底部部分 */
.qtx-footer-all {
  height: 250px;
  width: 100%;
  background: #FF609A;
}

.qtx-footer {

  display: flex;
}

/* 页面底部左侧部分 */
.footer-left {
  width: 50%;
  padding-top:40px;
}

.footer-left-title {
  display: flex;

}

.footer-left-title li {
  letter-spacing: 1px;
  color: #0b4f7a;
  padding: 0 10px;
  font-size:18px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #0b4f7a;
}
.footer-left-title li:last-child{
  border-right: none;
}

.footer-left-title li a {
  text-decoration: none;
  color: #0b4f7a;
}

.footer-left-title li a:hover {
  color: #0b4f7a;
}

.footer-left-title span {
  /* margin: 0 10px; */
  color: #0b4f7a;
}

.footer-left-detail {
  margin-top: 20px;
}

.footer-left-detail li {
  display: flex;
  height:35px;
}

.footer-left-detail li img {
  margin-top: 15px;
  width: 18px;
  height: 20px;
}

.footer-left-detail li:last-child img {
  margin-top: 18px;
  height: 14px;
}

.footer-left-detail li p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  padding-left: 10px;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer-mark {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #EEEEEE;
  opacity: 0.71;
}

/* 页面底部右侧部分 */
.footer-right {
  padding-top: 60px;
  width: 50%;
}

.footer-right ul {
  display: flex;
  justify-content: flex-end;
}

.footer-right ul li {
  text-align: center;
  margin-left: 50px;
  width: 200px;
}
.footer-right img{
  width: 100px;
  height: 100px;
}
.footer-right-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 20px;
}



.item-left {
  color: #FF609A;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  margin-right: 20px;
}

.item-right-top {
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #FF609A;
  font-weight: bolder;
  position: relative;
  top: 0;
  /* border-bottom: 3px solid rgba(79, 170, 229, 0.5); */
}

.line-through {
  display: block;
  height: 3px;
  width: 170px;
  background-color: rgba(255, 96, 154, 0.5);
  opacity: 0.5;
  margin-top: 5px;
}

.line-through-absloute {
  position: relative;
  display: block;
  height: 3px;
  width: 0;
  background-color: #FF609A;
  opacity: 0.5;
  top: -3px;
}

.qtx-activity-right-bottom .qtx-activity-item .item-right .item-right-bottom {
  font-size: 16px;
  color: #FF609A;
  line-height: 25px;
  height: 25px;
}

.item-active {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  /* border-bottom: 3px solid #0b4f7a; */
}

.item-left-active {
  position: relative;
  top: 25px;
}

/* 返回顶部样式 */
.goTop{
  width: 50px;
  height: 50px;
  background: #FF609A;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  text-align: center;
  right: 5%;
  top: 90%;
}
.goTop img{
  margin-top: 12px;
  width: 30px;
  height: 30px;
}