@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');

/* CSS Document */
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Roboto Slab", serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
input,
textarea,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}

p {
  text-indent: 2em;
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ol,
ul {
  list-style: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

a:focus {
  outline: thin dotted
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

nav,
section,
aside,
article,
figure,
header,
footer,
hgroup {
  display: block;
  clear: both
}

a {
  text-decoration: none
}

nav ul,
footer ul {
  list-style-type: none
}

html {
  font-size: 14px;
  line-height: 1
}

input::-webkit-input-placeholder {
  color: #c0c4c8
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(11, 25, 38, 0.80);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 999;
  border-bottom: 1px solid rgb(11, 25, 38);
}

.nav-content {
  width: 1280px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}


.logo span {
  font-size: 1.8em;
  font-family: "微软雅黑";
  display: inline-block;
}


.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  margin-left: 15px;
  display: block;

}

.menu li a {
  padding-left: 15px;
  display: block;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  transition: color 1s ease;

}

.menu li a:hover {
  padding-left: 14px;
  color: #eed09d;
  border-left: 1px solid #eed09d;
}

.banner {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1024px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.homebanner {
  background-image: url(/images/banner-bgimg.png);
  background-color: black;

}

.musicproductionbanner {
  background-image: url(/images/musicproduction-banner.png);
  background-color: rgb(0, 38, 69);
}

.lyricssongsalesbanner {
  background-image: url(/images/lyricssongsales-banner.png);
  background-color: rgb(0, 38, 69);
}

.artistservicesbanner {
  background-image: url(/images/artistservices-banner.png);
  background-color: #000;
}

.aboutusbanner {
  background-image: url(/images/aboutus-banner.png);
  background-color: rgb(0, 3, 25);
}

.globalbanner {
  background-image: url(/images/globalmusicdistribution-banner.png);
  background-color: rgb(0, 5, 17);
}

.casestudybanner {
  background-image: url(/images/casestudy-banner.png);
  background-color: #0c1a25;
}


.content {
  margin: 25px auto;
  width: 1280px;
  height: max-content;
  padding-bottom: 15px;

}

.content h1 {
  font-size: 2.3em;
  line-height: 3em;
  text-transform: uppercase;
}

.content h2 {
  font-size: 1.8em;
  line-height: 3em;
}

.content p {
  font-size: 1.4em;
  text-align: justify;
  margin-bottom: 60px;
  padding: 15px
}

.ourservices div {
  width: 1280px;
  margin: 20px auto;
  height: max-content;
  display: flex;
  /* 使用Flexbox布局 */
  align-items: flex-end;
  /* 垂直对齐到顶部 */
}

.content-left h2 {
  clear: both;
  margin: 10px 5px auto 5px;
}

.ourservices img {
  width: 200px;
  height: 200px;
}


.ourservices .left {
  margin-right: 50px;
}

.ourservices .right {
  margin-left: 50px;
}

a.left img {
  /*border-top-left-radius: 50px;*/
  border-bottom-left-radius: 50px;
}

a.right img {
  /* border-top-right-radius: 50px;*/
  border-bottom-right-radius: 50px;
}

.ourservices .content-left {
  display: flex;
  flex-direction: column;
  /* 垂直排列子元素 */
  justify-content: space-between;
  /* 顶部对齐和底部对齐之间的空间分布 */
  margin: 0 0 0 auto;
  height: max-content;
}

.content-left p {
  padding: 25px;
  margin-bottom: 0;
}

.ourservices .content-right {
  display: flex;
  flex-direction: column;
  /* 子元素垂直排列 */
  justify-content: space-between;
  /* 顶部对齐和底部对齐之间的空间分布 */
  margin: 0 auto 0 0;
  height: max-content;
}

.content-right p {
  padding: 25px;
  margin-bottom: 0;
}

.content-right h2 {
  clear: both;
  margin: 10px 5px auto 5px;
}

.left-bottom-border {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.left-top-border {
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.right-bottom-border {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.right-top-border {
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.mission {
  width: 100%;
  padding-bottom: 40px;
}

.mission h1 {
  width: 1280px;
  margin: 0 auto;
  font-size: 2.3em;
  line-height: 3em;
}

.mission p {
  width: 1280px;
  font-size: 1.4em;
  text-align: justify;
  margin: 0 auto;
  padding: 15px
}

.mission-title-img {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  width: 100%;
  height: 360px;
  background-image: url(../images/mission-title-img.png);
  background-attachment: fixed;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mission-title-img span {
  color: #eed09d;
  position: relative;
  width: fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .5em;
  font-size: 5em;
  animation: text 1s infinite;
  mix-blend-mode: screen;
}

footer {
  width: 100%;
  background-color: rgb(11, 25, 38);
  padding: 40px 0;
}

footer span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}

svg {
  width: 30%;
  animation: rotate infinite linear;
  mix-blend-mode: multiply;
  margin: 0 -8%;
}

svg:nth-child(1) {
  fill: tomato;
  animation-duration: 4s;
}

svg:nth-child(2) {
  fill: gold;
  animation-duration: 2s;
  animation-direction: reverse;
}

svg:nth-child(3) {
  fill: lime;
  animation-duration: 6s;
}

svg:nth-child(4) {
  fill: turquoise;
  animation-duration: 3s;
  animation-direction: reverse;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}


@keyframes text {
  0% {
    text-shadow: 5px 0px 0px tomato;
  }

  10% {
    text-shadow: -5px -5px 0px gold;
  }

  20% {
    text-shadow: 5px 0px 0px lime;
  }

  30% {
    text-shadow: 5px 0px 0px turquoise;
  }

  40% {
    text-shadow: 5px 5px 0px tomato;
  }

  50% {
    text-shadow: 0px -5px 0px gold;
  }

  60% {
    text-shadow: 0px 5px 0px lime;
  }

  70% {
    text-shadow: 5px 0px 0px turquoise;
  }

  80% {
    text-shadow: 5px -10px 0px tomato;
  }

  90% {
    text-shadow: 5px 5px 0px gold;
  }

  100% {
    text-shadow: 5px 0px 0px lime;
  }
}

.casestudy {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5列，每列等宽 */
  grid-gap: 20px;
  /* figure之间的间距 */
  width: 1280px;
  margin: 0 auto;
  /* 水平居中 */
  padding-bottom: 20px;
}

.casestudy figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 15px 15px 2px 0px #eed09d;
  position: relative;
  z-index: 0;
  border: 1px solid #eed09d;
}

.casestudy a:visited {
  color: #000;
}

.casestudy figure img {
  width: 100%;
  /* 图片宽度占满figure */
  height: auto;
  z-index: 2;
}

figure figcaption {
  margin-top: 10px;
  /* 图片和figcaption之间的间距 */
  line-height: 2em;
  font-size: 1.2em;
}

.about-content {
  width: 1280px;
  display: flex;
  align-items: stretch;
  background-image: url(/images/about-content-bgimg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-radius: 10px;
}

.about-content img {
  flex: 0 0 auto;
  width: auto;
  max-width: 30%;
  /* 或者可以设置一个具体的宽度 */
  height: 100%;
  object-fit: cover;
}

.about-content p {
  flex: 1 1 auto;
  color: #000000;
  margin: auto 15px 15px 0;
  /* 给段落添加一些内边距 */
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: -1px 1px 2px #eed09d, 1px -1px 2px #696969;
}

.content span {
  display: block;
  font-size: 0.8em;
  margin-left: 50px;
}

.casestudy figure span {
  width: 190px;
  height: 160px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/case-titleimg-bgimg.png);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
  transition: background-position 0.5s ease;
}

#more {
  background-image: url(/images/case-titleimg-small-2-bgimg.png), url(/images/case-titleimg-small-1-bgimg.png), url(/images/case-titleimg-small-4-bgimg.png), url(/images/case-titleimg-small-3-bgimg.png), url(/images/case-titleimg-small-bgimg.png);
  background-repeat: no-repeat;
  background-position: left top, left 120px, left 83px, left 100px, left center;
  transition: background-position 0.5s ease;
}

.casestudy img:hover+span {
  background-position: right center;
}

.casestudy img:hover+span#more {
  background-position: right top, right 120px, right 83px, right, 100px, right center;
}

.testimonials {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.4em;
}

.testimonials p {
  display: flex;
  /* 使用Flexbox布局 */
  align-items: flex-start;
  /* 垂直对齐项目到容器的顶部 */
  gap: 50px;
  padding: 15px 0 15px 0;
}

.testimonials h2 {
  font-size: 1.8em;
}

.testimonials span {
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10px;
}

.testimonials span::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  width: 30px;
  height: 30px;
  background: url(/images/testimonials-dialog-icon.png) no-repeat;
  background-size: cover;
}

.testimonials p img {
  float: left;
  width: 150px;
  height: auto;
}

.zzsc {
  width: 50px;
  height: 250px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -125px;
  z-index: 900;
}

.zzsc a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  display: block;
  text-align: right;
}

.zzsc .lanren1 {
  background: #f9694e;
}

.zzsc .lanren2 {
  background: #305790;
}

.zzsc .lanren3 {
  background: #333;
}

.zzsc .lanren4 {
  background: #4698CA;
}

.zzsc .lanren5 {
  background: #F9694E;
}

.lineheightten {
  max-height: 15em;
  overflow-y: scroll;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  line-height: 4em;
  color: #fff;
}