/** 
 * @Author: flydreame 
 * @Date: 2020-10-15 09:34:24 
 * @Desc: 企业动态样式 
 */
/* 清除默认 */
* {
  font-family: PingFang-SC-Regular;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul,
li {
  list-style: none;
  cursor: pointer;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
  border: none;
}
.header {
  width: 100%;
  height: 0.62rem;
  background: #060b29;
  /* background-color: rgba(14,14,14,0.3); */
  display: flex;
}

.headerLogo {
  width: 30%;
  text-align: right;
}

.headerLogo > a {
  width: 1.85rem;
  height: 0.44rem;
}

.headerLogo > a > img {
  width: 1.85rem;
  height: 0.44rem;
  margin-top: 0.08rem;
}

.headerOption {
  width: 75%;
}

.bgOption {
  width: 60%;
  margin-left: 13%;
}

.bgOption > ul {
  display: flex;
  width: 110%;
}

.bgOption > ul > li {
  width: 15%;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.bgOption > ul > li > a {
  padding: 0.1rem;
  color: #FFFFFF;
}

.bgOption > ul > li > a:hover {
  color: #a0da00;
  border-bottom: 0.02rem solid #a0da00;
}

/* 导航栏App下载二维码动画效果 */

#App_Code {
  position: relative;
}

#App_Code:hover .App_QRcode {
  opacity: 0.28;
  transition-duration: 1s;
}

.App_QRcode {
  width: 0.76rem;
  height: 0.76rem;
  background: rgb(240, 10, 10);
  position: absolute;
  left: 16%;
  bottom: -62;
  opacity: 0;
}

.App_QRcode > img {
  width: 0.66rem;
  height: 0.66rem;
  margin: 0.05rem;
}

/* 首屏样式 */
.first_Screen {
  width: 100%;
  height: 8.69rem;
  background: url("../../images/dynamicImage/bannerbg.png") no-repeat;
  background-size: 100% 100%;
  color: white;
  display: flex;
}

.screenTitle {
  width: 11.25rem;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}

.screenTitle > h1 {
  font-size: 1.12rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.screenTitle > h2 {
  font-size: 0.48rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 0.37rem;
}

/* 第二屏样式 */
.Second_screen {
  width: 100%;
  height: auto !important;
  height: 12rem;
  min-height: 12rem;
  position: relative;
}

.Two_screen-swiper {
  display: flex;
  width: 12.03rem;
  height: 4.87rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.29rem 0.03rem rgba(205, 201, 194, 0.3);
  border-radius: 0.2rem;
  position: absolute;
  top: -2.76rem;
  left: 3.57rem;
}

.Swiper_Image {
  width: 5.3rem;
  height: 4.87rem;
  border-radius: 0.2rem 0px 0px 0.2rem;
}

.Swiper_Image > img {
  width: 5.3rem;
  height: 4.87rem;
  border-radius: 0.2rem 0px 0px 0.2rem;
}

.Swiper_items {
  width: 6.73rem;
  height: 4.87rem;
}

.items {
  margin-left: 0.43rem;
  width: 5.67rem;
  height: 1.2rem;
  border-bottom: 0.01rem solid #e0dfe3;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
  line-height: 1.2rem;
  display: flex;
}

.items > div:nth-child(1) {
  width: 0.08rem;
  height: 0.26rem;
  background: #a0da00;
  margin-top: 0.46rem;
}
.items > div:nth-child(2) {
  margin-left: 0.13rem;
  width: 5.51rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items> div:nth-child(2)>a{
    color: #656565;
}

.items> div:nth-child(2)>a:hover {
  color: #333232;
}

.DynamicItems {
  width: 12.8rem;
  height: auto;
  margin-left: 3.57rem;
  display: flex;
  flex-wrap: wrap;
  /* position: absolute;
  top: 2.11rem; */
  padding-top: 2.11rem;
}

.InEvery {
  margin-top: 0.71rem;
  margin-right: 0.37rem;
  width: 3.78rem;
  height: 6.5rem;
  background: #ffffff;
  box-shadow: 0px 0.2rem 0.54rem 0.05rem rgba(205, 201, 194, 0.5);
  border-radius: 0.1rem;
}

.InEvery_Image {
  width: 3.78rem;
  height: 2.62rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
}

.InEvery_Image > img {
  width: 3.78rem;
  height: 2.62rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
  background-color: #a0da00;
}

.InEvery_Title > div:nth-child(1) {
  width: 3.24rem;
  height: 0.84rem;
  font-size: 0.34rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333232;
  margin: 0 auto;
  margin-top: 0.39rem;
}

.InEvery_Title > div:nth-child(2) {
  width: 0.95rem;
  height: 0.06rem;
  background: #333232;
  border-radius: 0.03rem;
  margin-top: 0.31rem;
  margin-left: 0.3rem;
}

.InEvery_Title > div:nth-child(3) {
  width: 3.24rem;
  height: 0.91rem;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
  margin: 0 auto;
  margin-top: 0.46rem;
}

.title_btn {
  width: 3.24rem;
  height: 0.4rem;
  display: flex;
  margin: 0 auto;
  margin-top: 0.28rem;
  line-height: 0.4rem;
  cursor: pointer;
}

.title_btn > div:nth-child(1) {
  width: 1.82rem;
  font-size: 0.15rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
}

.title_btn > div:nth-child(2) {
  width: 1.35rem;
  height: 0.4rem;
  border: 1px solid #a0da00;
  border-radius: 0.24rem;
  text-align: center;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: bold;
}
.title_btn > div:nth-child(2) > a{
    color: #a0da00;
}


/* 分页器 */
.paging {
  width: 5rem;
  height: 0.38rem;
  padding: 1.14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
