@charset "utf-8";
/* CSS Document */
@font-face {
  src: url("../fonts/Source-Sans-Pro-Light-2.otf");
  font-family: "myfont";
}
@font-face {
  src: url("../fonts/LibreBaskerville-Regular.ttf");
  font-family: "cxfonts";
}
@font-face {
  src: url("../fonts/impact.ttf");
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  font-family: "myfont", sans-serif;
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont";
  src: url("../icons/iconfont.eot");
  src: url("../icons/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../icons/iconfont.woff") format("woff"),
    url("../icons/iconfont.ttf") format("truetype"),
    url("../icons/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
}
img {
  width: 100%;
  display: block;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
input,
button {
  background: none;
  border: none;
  box-shadow: none;
}
/*index*/
.w_all {
  width: 80%;
  margin: 0 auto;
}
.w_all2 {
  width: 90%;
  margin: 0 auto;
}
.w_all3 {
  width: 100%;
  margin: auto;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.w100p20 {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}
.w100p17 {
  width: 100%;
  padding-left: 17%;
  padding-right: 17%;
}
.w100p15 {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}
.w100p12 {
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
}
.w100p10 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.w100p8 {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}
.w100p5 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.webPage {
  width: 100%;
  position: relative;
}
.pt5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pt8 {
  padding-top: 8%;
  padding-bottom: 8%;
}
.font26 p {
  font-size: 2.6rem;
}
.font24 p {
  font-size: 2.4rem;
}
.font22 p {
  font-size: 2.2rem;
}
.font20 p {
  font-size: 2rem;
}
.font18 p {
  font-size: 1.8rem;
}
.font17 p {
  font-size: 1.7rem;
}
.font16 p {
  font-size: 1.6rem;
}
.font14 p {
  font-size: 1.4rem;
}

.part {
  position: relative;
  width: 100%;
}
.part .box {
  width: 100%;
  position: relative;
}
.part .box .con {
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.webpage {
  position: relative;
  width: 100%;
  padding-top: calc(80px + 5%);
  padding-bottom: 8%;
}

html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  background: #F1EFED;
}

.home {
  position: relative;
  width: 100%;
}

/* Banner Strat */
.banner {
  height: 100vh;
  padding-top: var(--height);
  overflow: hidden;
}
.banner .box {
  height: 100%;
}
.banner .swiper,
.banner .swiper-wrapper,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .banner {
  height: calc(100vh - var(--height));
  padding-top: 0 !important;
}

/* Banner End*/

/* 导航 Strat */
header {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 55px;
  z-index: 999;
}
header .navBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo a img {
  width: auto;
  height: 35px;
  display: block;
}
header .logo a img.white {
  display: none;
}
header.logoW .logo a img.black {
  display: none;
}
header.logoW .logo a img.white {
  display: block;
}
header .nav {
  position: relative;
  margin-left: 5%;
}
header .nav ul {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
header .nav ul li a {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

header .nav ul li a:hover {
  opacity: 0.7;
}
header .other .language a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .other i {
  display: block;
  font-style: normal;
  font-size: 2.4rem;
  margin-right: 10px;
  margin-top: 1px;
  font-weight: 400;
}
header.logoW .other .language a {
  color: #fff;
}
header.logoW .nav ul li a{
  font-weight: 600;
}
header.logoW .nav ul li a {
  color: #fff;
}
header.logoW .other .language a{
  font-weight: 600;
}
/* 导航 End*/

/* 作品分类 Strat */
.works ul {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.works ul li {
  width: 100%;
  position: relative;
}
.works ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.works ul li .imgBox {
  width: 100%;
  position: relative;
}
.works ul li h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-family: "cxfonts", "myfont", sans-serif;
  font-weight: 400;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.works ul li a .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.works ul li a:hover .imgBox::before {
  opacity: 0.1;
}
.works ul li a:hover h2{
  top: 42px;
}
/* 作品分类 End*/

/* 作品详情 Strat */
.nyBanner {
  width: 100%;
  position: relative;
  top: 0;
  height: 83vh;
  min-height: 170px;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.nyBanner .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.nyBanner .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.nyBanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worksd {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.worksd .itro .box{
  padding: 0 20px;
}
.worksd .itro h2 {
  font-size: 3.2rem;
  color: #404040;
  font-family: "cxfonts", "myfont", sans-serif;
  font-weight: lighter;
}
.worksd .itro h3 {
  font-size: 2.4rem;
  color: #404040;
  font-family: serif;
  font-weight: lighter;
  margin-top: 15px;
}
.worksd .itro .text {
  margin-top: 5px;
}
.worksd .itro p {
  font-weight: lighter;
  color: #404040;
  line-height: 1.65;
  font-family: serif;
}
.worksd .picImg{
  margin-bottom: 8%;
}
.worksd .picImg ul {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.worksd .picImg .pic {
  float: left;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  /* padding-right: 42px; */
  padding-bottom: 42px;
  padding: 20px;
}

.worksd .picImg .pic img {
  width: 100%;
  display: block;
}

/* 作品详情 End*/

/* 底部栏 Strat */
.footer {
  width: 100%;
  position: relative;
}
.footer .box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.footer .logo img {
  width: auto;
  height: 28px;
}
.footer a,.footer span {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 1px;
}
.footer i {
  display: block;
  width: 1px;
  height: 12px;
  background: #666;
  margin: 0 15px;
}
.footer .way {
  display: flex;
  align-items: center;
}
.footer .cc{
  display: flex;
  align-items: center;
}
.footer .link{
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.footer .link a img{
  width: auto;
  height: 15px;
}
/* 底部栏 End*/

/* 关于我们 Strat */
.about{
  min-height: calc(100vh - 48px);
}
.about .box{
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.about .text{
  width: 45%;
  position: relative;
}
.about .text p{
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.9px;
}
.about .imgBox{
  width: 35%;
  position: relative;
}
/* 关于我们 End*/

/* 新闻 Strat */
.news ul{
  width: 100%;
  position: relative;
}
.news ul li{
  width: 100%;
  position: relative;
  margin: 3rem 0;
}
.news ul li *{
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.news ul li .img{
    width: 20%;
}
.news ul li .rr{
  width:74%;
  display: flex;
  justify-content: space-between;
}
.news ul li h2{
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.news ul li span{
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.news ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news ul li a:hover .img{
  opacity: 0.55;
}
.not ul{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.not ul li a{
    display: block;
}
.not ul li .img {
    width: 100%;
    margin-bottom: 2rem;
}
/* 新闻 End*/

/* 联系我们 Strat */
.contact .leaveMsg .tit span{
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.9px;
  color: #999;
  margin: 5px 0;
}
.contact .leaveMsg form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .leaveMsg ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px 0;
}
.contact .leaveMsg ul li {
  width: 48.5%;
}
.contact .leaveMsg ul li.whole {
  width: 100%;
}
.contact .leaveMsg ul li span{
  font-size: 1.4rem;
  letter-spacing: 0.9px;
  color: #999;
  margin-bottom: 15px;
  display: block;
}
.contact .leaveMsg input {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
.contact .leaveMsg input,
.contact .leaveMsg textarea,.contact .leaveMsg select{
  font-size: 1.6rem;
  color: #666;
  padding: 10px 0;
}
.contact .leaveMsg textarea {
  width: 100%;
  border-radius: 0;
  /* resize: none; */
  min-height: 150px;
  background: none;
  border: 1px solid #333;
  padding: 12px;
}
.contact .leaveMsg select {
  font-size: 1.4rem;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.9px;
}


/* placeholder for chrome */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.9px;
}
.contact .leaveMsg .button {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.contact .leaveMsg button{
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'myfont', sans-serif;
  transition: all .4s;
  -webkit-transition: all .4s;
  cursor: pointer;
  color: #000;
}
.contact .leaveMsg button:hover {
  opacity: 0.75;
}

.contact .leaveMsg select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border-bottom: 1px solid #000;
  background: none;
  color: #999;
  letter-spacing: 0.9px;
}


.contact .way .box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
}
.contact .way .aa {
  width: 45%;
  position: relative;
}
.contact .way .aa img{
  width: 100%;
}
.contact .way .bb {
  width: 45%;
  position: relative;
}
.contact .way .bb h2 {
  font-size: 1.8rem;
  color: #1a1a1a;
  font-family: "NotoSerif";
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.contact .way .bb ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact .way .bb li {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.contact .way .bb li i {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.contact .way .bb li .del{
  width: calc(100% - 30px);
}
.contact .way .bb li h4 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
  font-family: "NotoSerif";
  margin-bottom: 8px;
}
.contact .way .bb li span {
  display: block;
  font-size: 1.6rem;
  color: #494949;
  margin: 2px 0;
}
.contact .way .bb .link{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 42px;
}
.contact .way .bb .link a{
  display: block;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.contact .way .bb .link a img{
  height: 24px;
  width: auto;
}
.contact .way .bb .link a:hover{
  opacity: 0.55;
}

/* 联系我们 End*/
