/* 內容 */
.cate-list {
  border-top: 1px solid #7d7d7d;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cate-list li {
  width: 210px;
  margin-bottom: 1.25rem;
  line-height: 20px;
}
.cate-list li:not(:last-child) {
  margin-right: 30px;
  border-right: 1px solid #aaa;
}
.cate-list a {
  color: #000;
  display: block;
}
.cate-list a:focus,
.cate-list a:hover {
  color: #56423a;
}
.news-info {
  margin-bottom: 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #191f23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-info .icon-box {
  position: relative;
  margin-right: 1.25rem;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #72795f;
}
.news-info .icon-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  color: #fefefe;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-top {
  position: relative;
  margin-bottom: 3.125rem;
  border-radius: 3px;
}
.news-top a {
  color: #000;
}
.news-top .item {
  position: relative;
  display: block;
  background-color: #eee;
}
.news-top .text-box {
  position: absolute;
  z-index: 10;
  right: 115px;
  top: 53%;
  padding: 3em;
  width: 325px;
  background: #fefefe;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 60px;
}
.news-top .top-link {
  display: block;
  border-radius: 5px;
}
.news-top .top-link:focus,
.news-top .top-link:hover {
  background-color: #eee;
}
.news-top .news-info {
  margin-bottom: 4.75em;
}
.news-top .title {
  font-weight: 700;
  font-size: 30px;
}
.news-top .img-box {
  padding-top: 40.43%;
  background-position: center;
}
.news-top .top-label {
  position: absolute;
  z-index: 10;
  left: -5px;
  top: 70px;
  padding: 18px;
  min-width: 115px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fefefe;
  background: #191f23;
}
.news-top .swiper-button-wrapper {
  position: relative;
  margin-top: 3.375rem;
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: -20px;
}
.news-top .swiper-button-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background: #aaa;
}
.news-top .swiper-button-wrapper .swiper-button-next,
.news-top .swiper-button-wrapper .swiper-button-prev {
  position: static;
  margin: 0 30px;
}
.news-top .swiper-button-wrapper .swiper-button-prev .be-icon:before {
  color: #191f23;
}
.news-top .swiper-button-wrapper .swiper-button-next .be-icon:before {
  color: #191f23;
}
.news-list a {
  color: #000;
}
.news-list .item {
  margin-bottom: 3.75rem;
  -webkit-animation: newsListItemShow 0.5s forwards;
  animation: newsListItemShow 0.5s forwards;
}
@-webkit-keyframes newsListItemShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes newsListItemShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.news-list .item:visited .title {
  color: #000;
}
.news-list .img-box {
  margin-bottom: 2.8125rem;
  padding-top: 111.11%;
}

.news-list .img-box {
  transition: 1s;
}
.news-list  .img-box:hover{
  background-size: 110%;
}
.pd_pj_title {
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  z-index: 1000;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-left: -30px;
  opacity: 0;
  -webkit-transition: all 0.5s 0.25s;
  transition: all 0.5s 0.25s;
  bottom: 50%;
  left: 40%;
}
 .pd_pj_title::before {
  content: '';
  width: 67px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: block;
  top: 12px;
  border-radius: 1.5px;
  left: 80px
}
 .focus {
  z-index: 2000;
  /* width: 40px;
  height: 40px; */
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  width: calc(45 / 1920 * 100vw);
  height: calc(45 / 1920 * 100vw);
  min-width: 30px;
  min-height: 30px;
  top: 32px;
  right: 32px;
}
 .focus i {
  color: #fff;
  font-size: 1.25rem;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
 .focus i::before {
  margin: 0;
}
.news-list .img-box:hover .pd_pj_title{
  opacity: 1;
}
.news-list .img-box:hover .focus{
  opacity: 1;
}
.news-list .text-box {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.news-list .title {
  padding-bottom: 1.5625rem;
  min-height: 145px;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 28px;
  margin-bottom: 50px;
  height: 50px;
}
.news-list .more {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 900;
  border-top: 1px solid #7d7d7d;
}
.news-list .more i {
  position: absolute;
  top: 50%;
  left: calc(4em + 45px);
  font-size: 15px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.news-list a:focus .title,
.news-list a:hover .title {
  color: #56423a;
}
.news-list a:focus .img-box img,
.news-list a:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list a:focus .img-box:after,
.news-list a:hover .img-box:after {
  opacity: 0;
}
.news-list a:focus .more i,
.news-list a:hover .more i {
  -webkit-transform: translate(calc(-100% + 10px), -50%);
  transform: translate(calc(-100% + 10px), -50%);
}
#news-list-container {
  opacity: 0;
}
#news-list-container.is-show {
  -webkit-animation: newsListContShow 0.5s forwards;
  animation: newsListContShow 0.5s forwards;
}
@-webkit-keyframes newsListContShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes newsListContShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* // */
/* RWD */
@media only screen and (min-width: 100px) {
  .news-list .img-box {
    background-size: 100%;
    background-position: center;
  }
}
@media only screen and (min-width: 100px) {
  .cate-list a {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media only screen and (min-width: 100px) {
  .news-top .img-box {
    padding-top: 70%;
    background-size: 100%;
  }
}
@media only screen and (min-width: 100px) {
  .news-list .item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 100px) {
  .news-list .title {
    min-height: 100px;
  }
}
@media only screen and (min-width: 650px) {
  .news-top .img-box {
    padding-top: 70%;
  }
}
@media only screen and (min-width: 1000px) {
  .cate-list li:not(:last-child) {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1000px) {
  .cate-list a {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .news-top .img-box {
    padding-top: 40.43%;
  }
}
/* 我的RWD */
@media screen and (min-width: 1600px) {
 
}
@media (max-width: 1600px) and (min-width: 1300px) {
  .grid-container{
    margin-left: 6%;
    margin-right: 6%;
  }
  .contact-map{
    width: 40%;
  }
}
@media (max-width: 1300px) and (min-width: 1000px) {
  .grid-container{
    margin-bottom: 90px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-title{
    margin-bottom:2.7rem;
  }
  .global-text-block{
    width: 100%;
  }
  .global-text-wrapper{
    width: 60%;
  }
  .contact-map{
    min-height: 1175px;
    width: 40%;
  }
}
@media (max-width: 1000px) and (min-width: 700px) {
  .grid-container{
    margin-bottom: 90px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-text-wrapper{
    width: 55%;
  }
  .global-text-block{
    margin-right: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  .contact-map{
    width: 40%;
    height: 41%;
    min-height: 470px;
    top: 8%;
  }
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .cate-list li:not(:last-child){
    margin-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .grid-container{
    margin-bottom: 50px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-title{
    margin-bottom: 2.75rem;
  }
  .global-text-wrapper{
    width: 100%;
  }
  .global-text-block{
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .cate-list li:not(:last-child){
    margin-right: 0px;
  }
  .cate-list a{
    font-size: 12px;
  }
  .news-list .title{
    min-height: 70px;
    font-size: 25px;
  }
  .news-list .img-box{
    margin-bottom: 1.8125rem;
  }
}
