html {
    overflow-x: hidden;
}
.container-fluid {
    padding: 0;
}
.header {
    height: 1.5rem;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    width: 24rem;
    display: flex;
    justify-content: space-between;
}
.header-left {
    width: 5rem;
    display: flex;
    align-items: center;
    height: 1.5rem;
    justify-content: center;
}
.header-left img {
    width: 3rem;
    height: .35rem;
}
.header-right {
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right a {
    font-size: .275rem;
    color: #ffffff;
    padding: 0 .375rem;
    font-weight: 300;
}
.header-right a:hover, .header-right .active a {
    text-decoration: none;
    color: #009afb;
}
.logo {
    width: 1.875rem;
}

.banner {
    margin: 0 auto;
}
.banner img {
    width: 24rem;
    height: 7.5rem;
}
.service-title {
    display: flex;
    align-items: center;
    height: 3.75rem;
    justify-content: center;
}
.service-title img {
    width: 4.675rem;
	height: .85rem;
}
.service-content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.service-content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 8.75rem;
}
.service-content-item-text {
    text-align: center;
    height: 0.75rem;
    width: 4.4rem;;
}
.service-content-item-text img {
    height: 100%;
}
.service-content-item-image img {
    width: 4.4rem;
	height: 7.475rem;
}
.case-title {
    display: flex;
    align-items: center;
    height: 3.75rem;
    justify-content: center;
}
.case-title img {
    width: 3.088rem;
	height: 0.875rem;
}
.case-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: 300;
}
.case-content-item {
    position: relative;
    width: 6.35rem;
    height: 3.5625rem;
    margin: .25rem 0;
    overflow: hidden;
}
.case-content-item img {
    transform: scale(1);
    transition: all 0.5s;
    width: 6.35rem;
	height: 3.563rem;
}
.case-content-item img:hover {
    transform: scale(1.1);
}
.case-content-item-title {
    height: .5625rem;
    background-color: rgb(45 83 211 / 60%);
    font-size: .35rem;
    line-height: .5625rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: .25rem;
}
.case-content-item-title a {
    color: #ffffff;
    font-weight: 300;
}
.case-content-item-title a:hover {
    text-decoration: none;
    color: #009afb;
}
.case-more {
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .25rem 0;
}
.case-more-button {
    width: 2.75rem;
    height: .7875rem;
    border-radius: .15rem;
    border: solid .025rem #333333;
    text-align: center;
    line-height: .7875rem;
}
.case-more-button a {
    font-size: .3rem;
    color: #333333;
}
.case-more-button a:hover {
    text-decoration: none;
}
.about {
    height: 11.05rem;
    background-image: url("../img/18.jpg");
    font-weight: 300;
}
.about-title {
    display: flex;
    align-items: center;
    height: 3.75rem;
    justify-content: center;
}
.about-title img {
    width: 4.15rem;
	height: 0.875rem;
}
.about-content {
    font-size: .325rem;
    line-height: .6rem;
    color: #ffffff;
    padding: 0 1.875rem 1.25rem 1.875rem;
    text-align: center;
}
.about-more {
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .25rem 0;
}
.about-more-button {
    width: 2.75rem;
    height: .7875rem;
    border-radius: .15rem;
    border: solid .025rem #ffffff;
    text-align: center;
    line-height: .7875rem;
}
.about-more-button a {
    font-size: .3rem;
    color: #ffffff;
}
.about-more-button a:hover {
    text-decoration: none;
}
.footer {
    height: 5rem;
    background-color: #222222;
    margin-top: 1rem;
}
.footer-left {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-left img {
    width: 4.9625rem;
    height: .575rem;
}
.footer-right {
    padding: .25rem 1.875rem .5rem 0;
}
.footer-right-top {
    border-bottom: .025rem solid #333333;
    font-size: .375rem;
    color: #ffffff;
    height: 1.125rem;
    line-height: 1.125rem;
    font-weight: 300;
}
.footer-right-bottom {
    font-size: .25rem;
    color: #ffffff;
    padding-top: .375rem;
}
.footer-right-bottom-item {
    height: .625rem;
    font-weight: 300;
}
.footer-right-bottom-item a {
    color: #ffffff;
    font-weight: 300;
}
.footer-right-bottom-item a:hover {
    text-decoration: none;
    color: #009afb;
}
.footer-right-bottom-image {
    text-align: center;
    line-height: .625rem;
    font-weight: 300;
}
/*科技&艺术*/
.inner-tech-title {
    display: flex;
    align-items: center;
    height: 2.5rem;
    justify-content: center;
}
.inner-tech-title img {
    width: 2.525rem;
	height: .8125rem;
}
.inner-tech-content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.inner-tech-content-item {
    margin-bottom: .375rem;
    width: 9.688rem;
	height: 5.788rem;
    position: relative;
    overflow: hidden;
    border-radius: .125rem;
}
.inner-tech-content-item img {
    border-radius: .125rem;
    transform: scale(1);
    transition: all 0.5s;
    width: 9.688rem;
    height: 5.788rem;
}
.inner-tech-content-item img:hover {
    transform: scale(1.1);
}
.inner-tech-content-item-title {
    height: .875rem;
    background-color: rgb(45 83 211 / 60%);
    font-size: .35rem;
    line-height: .875rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: .25rem;
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
    color: #ffffff;
}
.inner-tech-content-item-title a {
    color: #ffffff;
    font-weight: 300;
}
.inner-tech-content-item-title a:hover {
    text-decoration: none;
    color: #009afb;
}
.inner-design-title {
    display: flex;
    align-items: center;
    height: 2.5rem;
    justify-content: center;
}
.inner-design-title img {
    width: 3.688rem;
	height: 0.825rem;
}
.inner-design-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: 300;
    margin-bottom: 1.25rem;
}
.inner-design-content-item {
    position: relative;
    width: 9.6875rem;
    height: 5.8875rem;
    margin: .25rem 0;
    overflow: hidden;
    border-radius: .125rem;
}
.inner-design-content-item img {
    border-radius: .125rem;
    transform: scale(1);
    transition: all 0.5s;
    width: 9.6875rem;
    height: 5.8875rem;
}
.inner-design-content-item img:hover {
    transform: scale(1.1);
}
.inner-design-content-item-title {
    height: .875rem;
    background-color: rgb(45 83 211 / 60%);
    font-size: .35rem;
    line-height: .875rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: .25rem;
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
    color: #ffffff;
}
.inner-design-content-item-title a {
    color: #ffffff;
    font-weight: 300;
}
.inner-design-content-item-title a:hover {
    text-decoration: none;
    color: #009afb;
}
.inner-production {
    height: 13.925rem;
    background-image: url("../img/34.jpg");
    font-weight: 300;
}
.inner-production-title {
    display: flex;
    align-items: center;
    height: 2.5rem;
    justify-content: center;
}
.inner-production-title img {
    width: 3.813rem;
	height: 0.825rem;
}
.inner-production-content {
    font-size: .325rem;
    line-height: .6rem;
    margin: 0 1.875rem 1.25rem 1.875rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: .5rem;
    padding: .625rem;
    width: 21.025rem;
	height: 9.15rem;
}
.inner-production-content-top img {
    width: 4.037rem;
	height: 6.263rem;
}
.inner-production-content-bottom {
    text-align: left;
    line-height: .5rem;
    padding-top: .25rem;
}
.inner-meta {
    height: 13.125rem;
}
.inner-meta-title {
    display: flex;
    align-items: center;
    height: 2.5rem;
    justify-content: center;
}
.inner-meta-title img {
    width: 1.763rem;
	height: 0.825rem;
}
.inner-meta-content {
    padding: 0 2rem;
}
.inner-meta-content-item {
    margin-bottom: .375rem;
}
.inner-meta-content-item img {
    border-radius: .25rem;
    width: 5.325rem;
	height: 7.95rem;
}
.inner-meta-bottom {
    height: 6.1875rem;
    background-color: #EBEBEB;
    font-size: .325rem;
    font-weight: 300;
    line-height: .45rem;
    color: #222222;
    text-align: center;
    position: relative;
    top: -3.75rem;
    padding: 3.75rem 1.25rem 0 1.25rem;
    z-index: -1;
}
/**/
.inner-digital-case-title {
    display: flex;
    align-items: center;
    height: 3.75rem;
    justify-content: center;
}
.inner-digital-case-title img {
    width: 2.538rem;
	height: 0.813rem;
}
.inner-digital-case-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: 300;
    padding: 0 1rem;
}
.inner-digital-case-content-item {
    position: relative;
    margin: .25rem 0;
    overflow: hidden;
    border-radius: .125rem;
    width: 6.2125rem;
    height: 3.975rem;
}
.inner-digital-case-content-item img {
    border-radius: .125rem;
    transform: scale(1);
    transition: all 0.5s;
    width: 6.2125rem;
    height: 3.975rem;
}
.inner-digital-case-content-item img:hover {
    transform: scale(1.1);
}
.inner-digital-case-content-item-title {
    height: .5625rem;
    background-color: rgb(45 83 211 / 60%);
    font-size: .35rem;
    line-height: .5625rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: .25rem;
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
}
.inner-digital-case-content-item-title a {
    color: #ffffff;
    font-weight: 300;
}
.inner-digital-case-content-item-title a:hover {
    text-decoration: none;
    color: #009afb;
}
.inner-case {
    background-image: url("../img/57.jpg");
    height: 17.1rem;
    width: 101%;
}
.inner-case-title {
    display: flex;
    align-items: center;
    height: 3.25rem;
    justify-content: center;
}
.inner-case-title img {
    width: 3.438rem;
	height: 0.825rem;
}
.inner-case-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding: 0 2.375rem;
}
.inner-case-content-item {
    position: relative;
    margin: .25rem 0;
    width: 8.625rem;
	height: 5.588rem;
    border-radius: .125rem;
    overflow: hidden;
}
.inner-case-content-item img {
    border-radius: .125rem;
    transform: scale(1);
    transition: all 0.5s;
    width: 8.625rem;
	height: 5.588rem;
}
.inner-case-content-item img:hover {
    transform: scale(1.1);
}
.inner-case-content-item-title {
    height: .875rem;
    background-color: rgb(45 83 211 / 60%);
    font-size: .35rem;
    line-height: .875rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: .25rem;
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
    color: #ffffff;
}
.inner-case-content-item-title a {
    color: #ffffff;
    font-weight: 300;
}
.inner-case-content-item-title a:hover {
    text-decoration: none;
    color: #009afb;
}
.inner-film-case-title {
    display: flex;
    align-items: center;
    height: 3.25rem;
    justify-content: center;
}
.inner-film-case-title img {
    width: 4.438rem;
	height: 0.825rem;
}
.inner-film-case-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: 300;
    margin-bottom: 1.25rem;
}
.inner-film-case-content-top {
    width: 20.025rem;
	height: 6.65rem;
}
.inner-film-case-content-top img {
    width: 4.775rem;
	height: 6.65rem;
}
.inner-film-case-content-item {
    position: relative;
    margin: .25rem 0;
}
.inner-film-case-content-item img {
    border-radius: .125rem;
}
.inner-film-case-content-bottom {
    padding-top: .375rem;
    width: 20.025rem;
	height: 6.213rem;
}
.inner-film-case-content-bottom img {
    width: 20.025rem;
	height: 6.213rem;
}
.inner-about {
    margin: 1.25rem;
}
.inner-about-item {
    display: flex;
    margin-bottom: .625rem;
}
.inner-about-item-left {
	width: 12.1875rem;
	height: 7.2125rem;
}
.inner-about-item-left img {
	width: 12.1875rem;
	height: 7.2125rem;
}
.inner-about-item-right-top {
    font-size: .425rem;
    font-weight: 300;
    color: #333333;
    margin-bottom: .375rem;
}
.inner-about-item-right-bottom {
    font-size: .3rem;
    font-weight: 300;
    line-height: .45rem;
    color: #333333;
}
/*联系我们*/
.inner-contact {
    margin: 1.25rem .5rem 0 1.25rem;
}
.inner-contact-title {
    font-size: .375rem;
    color: #000000;
    width: 3.125rem;
    border-bottom: .025rem solid #000000;
    padding-bottom: .25rem;
}
.inner-contact-content {
    font-size: .3rem;
    font-weight: 300;
    color: #000000;
    line-height: .625rem;
    padding-top: .25rem;
}
.inner-title {
    padding: 2.5rem 3rem .5rem;
    font-size: 0.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0.006rem;
    text-align: center;
    color: #333333;
}
.inner-detail {
    padding: 0.25rem 3rem .5rem;
    font-size: 0.301rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0.006rem;
    color: #333333;
}
