body,
p {
    margin: 0;
}
body{
   width: 100%;
   height: 100%;
   background-color: #ececec;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    display: block;
}
a,
a:hover,
a:link {
    text-decoration: none;
}
video {
    object-fit: fill !important;
    display: block;
    border: none;
}
.overflow-none {
    overflow: hidden;
}
input {
    outline: none;
}
/* 图片模糊处理 */
img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }
 ul li {
    list-style: none;
 }
@font-face {
   font-family: "bai";
   src: url('./BaiJamjuree-ExtraLight.ttf');
}

/* 首页 */
 header {
    width: 100%;
    background-color: #fff;
    display: block;
 }
 .media-header {
   display: none;
 }
 .header {
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding: 35px 0 50px 0;
    justify-content: space-between;
    position: relative;
 }
 .header-ul {
    width: 49%;
    display: flex;
    justify-content: space-between;
 }
 .header-ul li {
    width: 20%;
 }
 .header-ul li .header-a {
    color: #333;
    font-size: 20px;
    margin-top: 26px;
    text-align: center;
    font-family: 'bai';
    border: none;
 }
 .head-two {
   display: none;
   width: 47%;
   position: absolute;
   top: 59%;
   right: 1%;
   z-index: 10;
 }
.logo a img{
   height: 50px;
margin-left: 4%;
}
 .head-demo {
    font-weight: bolder ;
 }
 .head-two-ul {
    display: flex;
    justify-content: space-between;
 }
 .header-ul li:hover .header-a {
    font-weight: 600;
}
 .head-two-ul a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-family: 'bai';
 }
 .head-two-ul span {
    display: inline-block;
    width: 1px;
    height: 24px;
    margin: auto 0;
    background-color: #95979d;
 }
 .head-two-ul a:hover {
    border-bottom: 1px solid #95979d;
 }
 .conter {
    width: 100%;
    overflow: hidden;
 }
 .index-imgs {
   display: none;
 }
 .index-conter {
   display: block;
 }

 /* 首页轮播 */
 .swiper-container {
    position: relative;
 }
 .swiper-container .swiper-pagination {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
 }
 .swiper-pagination  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #d9d9d9;
 }
 .swiper-pagination  .swiper-pagination-bullet:last-child{
    margin-right: 0px;
 }
 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d9d9d9;

 }
 .swiper-container img{
   width: 100%;
 }

 /* about */
 .main {
    width: 80%;
    margin: 0 auto;
}
.displays{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-displays{
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}
.about-left {
    width: 38%;
}
.about-left img{
    width: 100%;
}
.about-right {
    width:40%;
    position: relative;
}
.aobut-right-text {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}
.aobut-right-text p{
    margin-bottom: 10%;
    font-size: 20px;
    line-height: 30px;
    font-family: "bai";
}
.aobut-right-text p:last-child{
   margin-bottom: 0%;
}

.pro-demo {
   border-bottom: 1px solid #333;
}
.index-conter {
   width: 100%;
   overflow: hidden;
   background-color: #e9e9e9;
}
.conter {
   width: 100%;
   background-color: #ececec;
}
.pro-left {
   width: 10%;
   margin-top: 1.5%;
}
.pro-left-a {
    display: inline-block;
    margin: auto 0;
    margin-bottom: 30%;
}
.pro-left-a img{
    /*max-width: 100%;*/
   display: inline-block;
   /*height: 100%;*/
   margin: auto 0;
   transition: all 0.3s ease;
}
.pro-left-a img:nth-child(2){
   display: none;
}
.pro-left-a:hover img:nth-child(2) {
   display: block;
}
.pro-left-a:hover img:nth-child(1) {
   display: none;
}
.pro-left-demo img:nth-child(1) {
   display: none;
}
.pro-left-demo img:nth-child(2) {
   display: block;
}
.pro-right {
   width: 83%;
    padding-top: 0.75%;
}
.pro-right-a {
   width: 100%;
   box-sizing: border-box;
   border-radius: 20px;
   transition: all 0.5s ease;
}

.grid {
   width: 100%;
   /* display: flex;
   flex-wrap: wrap; */
   position: relative;
}
.grid-item {
   width: 18%;
   margin-right: 2%;
   border-radius: 20px;
   float: left;
}
.pro-right-a{
   margin-bottom: 10%;
}
.grid-item:nth-child(5n){
   margin-right: 0%;
}

.grid-item img {
   display: block;
   height: auto;
   width: 100%;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
.pro-divs{
   width: 100%;
   background-color: #fff;
   padding: 7px 15px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}











.pro-right-a img{
   width: 100%;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   vertical-align: middle;
   transition: all 0.5s ease;
}
.pro-right-a:hover{
   box-shadow:  0px 0px 14px 2px rgb(0 0 0 / 50%);
}
.pro-text {
   /* margin: 7px 15px; */
   border-top: 1px solid #333;
   padding: 3px 0;
   display: flex;
   justify-content: space-between;
}
.pro-text p {
    font-family: 'bai';
   font-size: 16px;
   color: #333;
}

/* creativity */
.creati {
   width: 80%;
   margin: 1% auto;
}
.crea-displays {
   width: 100%;
   column-count: 5;
   column-gap: 2%;
   flex-flow: column wrap;
}
.crea-a {
   width: 100%;
   /* margin-bottom: 6%; */
   box-sizing: border-box;
   break-inside: avoid;

   border-radius: 20px;
   transition: all 0.5s ease;
   background-color: #fff;
}
.crea-a img{
   width: 100%;
   vertical-align: middle;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   transition: all 0.5s ease;
}
.crea-a:hover {
   box-shadow:  0px 0px 14px 2px rgb(0 0 0 / 60%);
}
.crea-text {
   width: 100%;
   /* padding: 10px 12px; */

}
.crea-text-top {
   display: flex;
   justify-content: space-between;
}
.crea-text p {
      font-family: 'bai';
   font-size: 16px;
   color: #333;
   transition: all 0.5s ease;
}

/* retouching */
.retous{
   width: 100%;
   background-color: #ececec;
}
.retous a{
   width: 100%;
   margin-bottom: 1%;
}
.retous a img{
   width: 100%;
}

/* retouching_details */
.ret-one {
   width: 100%;
   height: auto;
   position: relative;
   margin-bottom: 1%;
   overflow: hidden;
   cursor: pointer;
}
.ret-one-img{
   display: block;
   width: 100%;
}
.ret-right {
   position: absolute;
   top: 36px;
   right: 36px;
   z-index: 3;
   font-size: 16px;
   padding: 5px 8px;
   background-color: #fff;
   color: #95979d;
   border-radius: 3px;
}
.ret-two {
   width: 50%;
   height: 100%;
   /* height: 99.5%; */
   z-index: 10;
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
   box-sizing: border-box;

   z-index: 10;
}
/* .ret-two-img {
   display: block;
   height: 100%;
} */
.ret-left {
   position: absolute;
   top: 36px;
   left: 36px;
   font-size: 16px;
   padding: 5px 8px;
   background-color: #fff;
   color: #95979d;
   border-radius: 3px;
}
.retou-icon {
   width: 40px;
   height: 40px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 50;
   background-color: #fff;
   opacity: 0.5;
   border-radius: 50%;
   box-shadow: 0 0 6px transparent;
   box-sizing: border-box;
   display: flex;
   justify-content: space-around;
   cursor: pointer;
}
.retou-icon i{
   color: #000;
   font-size: 26px;
   line-height: 40px;
   text-align: center;
}

.retouching-one video{
   width: 100%;
   border-radius: 20px;
   margin-bottom: 3%;
}
.detail-media {
   display: none;
}



/* studio */
.studios img{
   width: 100%;
}
/* contacts */
.contacts {
   display: flex;
}
.cont-img{
   width: 56%;
}
.cont-img img{
   width: 100%;
}
.contacts-text {
   width: 22%;
   text-align: center;
   padding-top: 5%;
   margin-left: 5%;
}
.contacts-txt {
   width: 100%;
   margin-top: 38px;
   color: #333;
}
.contacts-txt a {
   color: #333;
   font-size: 15px;
   line-height: 20px;
   font-family: 'bai';
}

/* 详情页面 */
.details-displays {
   display: flex;
   padding: 1% 5%;
   position: relative;
}
.details-left {
   width: 18%;
}
.details-left img{
   width: 65%;
   display: block;
   margin-bottom: 8%;
   border-radius: 20px;
   cursor: pointer;
}
.details-right {
   width: 60%;
   position: relative;
}
.det-right-icon {
   position: absolute;
   top: 3%;
   right: 5%;
   z-index: 10;
}
.det-right-icon i {
   color: #95979d;
   font-size: 20px;
   font-weight: 400;
   line-height: 30px;
   cursor: pointer;
}
.detail-div img{
   width: 100%;
   border-radius: 20px;
}
.details-demo {
   border: 1px solid #333;
}
.det-titler a i {
    font-size: 70px;
   color: #95979d;
   font-weight: 400;
}
.det-titler-left {
   position: absolute;
   top: 70%;
   left: 0;
   transform: translateY(-50%);
   z-index: 10;
}
.det-titler-right {
   position: absolute;
   top: 70%;
   right: 0;
   transform: translateY(-50%);
   z-index: 10;
}
.creat {
   clear:both
}
.pro-ul {
   display: none;
}
/* 放大图 */
.box {
   width: 100%;
   position: relative;
}
.box-smil {
   display: none;
   width: 200px;
   height: 200px;
   background: #fff;
   position: absolute;
   top: 0;
   left: 0;
   border: 1px solid #aaa;
   z-index: 5;
   opacity: 0.5;
   cursor: pointer;
}
.box-img {
   display: none;
   position: absolute;
   top: 0;
   left: 103%;
   overflow: hidden;
   border-radius: 20px;
}
.detail-imgs {
   position: absolute;
   top: 0;
   left: 0;
}

/* add_details */
.main-detail {
   width: 75%;
   margin: 0 auto;
}
.rets-details {
   width: 94%;
   margin: 0 auto;
}
.add-name {
   width: 100%;
   font-size: 30px;
   font-family: 'bai';
   margin: 2% 0;
}
.main-detail-img {
   display: flex;
   flex-wrap: wrap;
}
.main-detail-img  img{
   max-width: 100%;
   margin-bottom: 1%;
}
.main-detail a{
   margin: 1% 5%;
   font-size: 18px;
   color: #333333;
   line-height: 20px;
   font-family: 'bai' ;
}
.main-detail a i {
   margin-right: 1%;
   font-size: 20px;
   line-height: 20px;
}



 /* 底部 */
 footer {
    width: 100%;
    height: 50px;
 }
 footer a {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #868686;
 }
 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}