.one {
  background-color: #000000;
  padding-top: 215px ;
}
.one .box {
  /* width: 1680px; */
  width: 1440px;
  /* width: 1200px; */
  margin: 0 auto;
}
.one .box .title {
  text-align: center;
  width: 737px;
  margin: 0 auto;
}
.one .box .title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .box .title p {
  color: #fff;
  margin-top: 35px;
  line-height: 30px;
  transition-delay: 0.2s;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .box .main {
  /* padding-top: 198px; */
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.one .box .main .item {
  /* width: 47%; */
  width: 45%;
  /* margin-bottom: 375px; */
  margin-bottom: 220px;
}
.one .box .main .item .it{
  cursor: pointer;
}
.one .box .main .item:nth-child(2n) .it {
  transform: translateY(169px);
}
.one .box .main .item .it:hover .img>img {
  transform: scale(1.1);
}
.one .box .main .item .it:hover .img .more {
  transform: scale(1);
}
.one .box .main .item .img {
  position: relative;
  overflow: hidden;
}
.one .box .main .item .img img {
  transition: all 2s;
}
.one .box .main .item .img .more {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  bottom: 42px;
  right: 45px;
  display: flex;
  transition: all 1s;
  transform: scale(0);
  align-items: center;
  justify-content: center;
}
.one .box .main .item .img .more img {
  transition: all 1s;
}
.one .box .main .item .img .more img:last-child {
  position: absolute;
  opacity: 0;
}
.one .box .main .item .img .more:hover {
  background-color: #d9c683;
}
.one .box .main .item .img .more:hover img:first-child {
  opacity: 0;
}
.one .box .main .item .img .more:hover img:last-child {
  opacity: 1;
}
.one .box .main .item .text {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.one .box .main .item .text .left {
  color: #fff;
  transition: all 1s;
  font-weight: 200;
  font-size: 18px;
  margin-right: 30px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .box .main .item .text .right {
  color: #d9c683;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.pro_alert {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.pro_alert .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  cursor: pointer;
}
.pro_alert .close {
  width: 60px;
  background-color: #d9c683;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 99;
  transform: translateY(-100%);
  right: 31px;
  cursor: pointer;
  transition: all 1s;
}
.pro_alert .close:hover .linebox .line::before,
.pro_alert .close:hover .linebox .line::after {
  transform: translateX(-20px);
}
.pro_alert .close .linebox {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 2px;
  overflow: hidden;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 1s;
}
.pro_alert .close .linebox:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.pro_alert .close .linebox .line {
  width: 70px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.pro_alert .close .linebox .line::before {
  margin-right: 10px;
}
.pro_alert .close .linebox .line::before,
.pro_alert .close .linebox .line::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  transform: translateX(20px);
  background-color: #000;
  transition: all 1s;
}
.pro_alert .wrap {
  width: 75vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  position: relative;
  padding: 0 0 80px 0;
  transform: translateX(100%);
  transition: 1s;
}
.pro_alert .wrap .top {
  padding-top: 34px;
  padding-left: 61px;
}



.pro_alert .wrap .content {
  width: 100%;
  padding: 0 120px;
  margin-top: 114px;
}

.pro_alert .wrap .content .title .bottom{
    display: flex;
    margin-top: 30px;
}
.pro_alert .wrap .content .title .bottom .icon{
  display: flex;
  margin-left: 10px;
}
.pro_alert .wrap .content .title .bottom .icon .item{
  margin-right: 10px;

}
.pro_alert .wrap .content .title .bottom .icon .item a span{
  font-size: 20px;
  color: #999999;
  transition: all .5s;
  pointer-events: none;
}
.pro_alert .wrap .content .title .bottom .icon .item a{
  position: relative;
}
.pro_alert .wrap .content .title .bottom .icon .item a img{
  width: 22px;
  transition: all .5s;
  pointer-events: none;
}
.pro_alert .wrap .content .title .bottom .icon .item a img:last-child{
  position: absolute;
  left: 0;
  opacity: 0;
}
.pro_alert .wrap .content .title .bottom .icon .item a:hover span{
  color: #D9C683;
}
.pro_alert .wrap .content .title .bottom .icon .item a:hover img{
  opacity: 1;
}


.pro_alert .wrap .content .title h3 {
  font-size: 36px;
  font-weight: 400;
  color: #141414;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.pro_alert .wrap .content .title .time {
  color: #d9c683;
  font-size: 16px;
  /*margin-top: 12px;*/
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.pro_alert .wrap .content .main {
  margin-top: 66px;
}
.pro_alert .wrap .content .main h4 {
  color: #141414;
  font-weight: 400;
  margin-bottom: 40px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.pro_alert .wrap .content .main p {
  font-weight: 200;
  color: #141414;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
  line-height: 32px;
}
.pro_alert .wrap .content .main p img {
  /* width: 100%;
  height: auto; */
  margin-top: 40px;
}
.pro_alert.on {
  opacity: 1;
  pointer-events: auto;
}
.pro_alert.on .close {
  transform: translateY(0);
  transition: all 1s 1s;
}
.pro_alert.on .wrap {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.one {
    padding-top: 180px;
  }
  .one .box .main {
    padding-top: 50px;
  }
  .one .box .main .item:nth-child(2n) .it {
    transform: translateY(120px);
  }
  .one .box .main .item {
    width: 46%;
  }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.one .box .main .item{
    margin-bottom: 180px;
  }
  .one {
    padding-top: 100px;
  }

  .pro_alert .wrap .content .title h3 {
    font-size: 32px;
  }
  .pro_alert .wrap .content{
    padding: 0 80px;
  }
}

@media screen and (max-width: 1600px){
	.one .box{
    width: 90%;
  }
}

@media screen and (max-width: 1440px){
	.one {
    padding-top: 80px;
  }
  .one .box .main {
    padding-top: 20px;
  }
  .one .box .main .item .img .more{
    width: 60px;
    height: 60px;
  }
  .one .box .main .item {
    width: 47%;
  }
  .pro_alert .wrap .content .title h3 {
    font-size: 28px;
  }
  .pro_alert .wrap .content {
    padding: 0 60px;
  }
  .pro_alert .wrap .content .main p img{
    height: auto;
  }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width: 1024px){
  .one .box .title h3 {
    font-size: 32px;
  }
  .one .box .main .item:nth-child(2n) .it{
    transform: translateY(0);
  }
  .one {
    padding-top: 50px;
  }
  .one .box .main .item .text{
    flex-direction: column;
  }
  .one .box .main .item .text .left{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .one .box .main .item {
    margin-bottom: 40px;
  }
  .one .box {
    width: 100%;
    padding: 0 30px;
  }
  .one .box .main .item .text .left{
    margin-right: 0; 
  }
}


@media screen and (max-width: 820px){
  .one .box .main .item {
    width: 48%;
  }
  .one .box .main .item .text .right{
    font-size: 14px;
  }
  .one .box .main .item .text {
    margin-top: 15px;
  }
  .one .box .main .item .text .left{
    height: auto;
  }
  .one .box .title h3 {
    font-size: 28px;
  }
  .one .box .main .item .it:hover .img>img{
    transform: scale(1);
  }
  .one .box .title{
    width: 100%;
  }
  .pro_alert .wrap{
    width: 100vw;
  }
  .pro_alert .wrap .content{
    margin-top: 50px;
    padding: 0 30px;
  }
  .pro_alert .wrap .content .title h3 {
    font-size: 24px;
  }
  .pro_alert .wrap .content .main {
    margin-top: 30px;
  }
  .pro_alert .wrap .content .main p img {
    margin-top: 20px;
  }
  .one .box .main .item .img .more {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
  .pro_alert .wrap {
    padding-bottom: 40px;
  }
  .pro_alert .wrap .top {
    padding-left: 30px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
  .one .box .main .item .text .left P{
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
    overflow: hidden;
  }
  .one {
    padding-top: 30px;
  }
  .pro_alert .wrap .content {
    margin-top: 40px;
    padding: 0 20px;
  }
  .one .box {
    padding: 0 20px;
  }
  .pro_alert .wrap .content .title h3 {
    font-size: 20px;
  }
  .pro_alert .close {
    width: 50px;
    height: 70px;
  }
  .pro_alert .close .linebox {
    bottom: 20px;
  }
  .pro_alert .wrap .top {
    padding-left: 20px;
  }
}

@media screen and (max-width: 450px){
  .one .box .main .item .text .left{
    font-size: 14px;
  }
  .one .box .main .item {
    width: 100%;
  }
  .pro_alert .wrap .content .main p{
    font-size: 14px;
    line-height: 24px;
  }
  .pro_alert .wrap .content .title h3 {
    font-size: 18px;
  }
  .pro_alert .wrap .content .title .time {
    font-size: 14px;
  }
  .pro_alert .wrap .top {
    padding-top: 20px;
  }
  .one .box .main .item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 