header .logo {
	margin-top: .25rem;
}
.menu {
	top: .4rem;
}
/*culture banner*/
.mTop, .mRight , .mBottom {
	display: none;
}
.cultureTop {
	position: relative;
}
.cultureTop .banner {
	width: 100vw;
	height: -moz-calc(100vh - 93px);
	height: -webkit-calc(100vh - 93px);
	height: calc(100vh - 93px);
	min-height: 7.9rem;
	max-height: 8.52rem;
	margin-top: 93px;
	position: relative;
	background-color: #e3e3e3;
	overflow: hidden;
}
.cultureTop .banner img {
	position: absolute;
}
.cultureTop .banner img:nth-of-type(1) {
	left: 50%;
	transform: translateX(-50%);
}
.cultureTop .banner .astronaut {
	left: 29.64vw;
	top: 23.49vw;
}
.cultureTop .banner .baby {
	left: 72.55vw;
	top: 22.76vw;
}
.cultureTop .banner .rocket {
	left: 62.97vw;
	top: 14.79vw;
	animation: glasses 18s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.cultureTop .banner .glasses {
	left: 35.73vw;
	top: 12.97vw;	
}
.cultureTop .banner .gameboy {
	left: 40.57vw;
	top: 31.15vw;
}
.cultureTop .banner .cola {
	left: 23.33vw;
	top: 15.63vw;
}
.cultureTop .banner .INKkid {
	left: 42.71vw;
	top: 11.46vw;
}

/*创意海报*/
.poster {
	width: 1468px;
	margin: 0 auto;
}
.cultureIconMouse {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
}
.cultureIconMouse:before {
	content: '\e641';
	font-family: 'iconfont';
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 30%; left: 50%;
	transform: translateX(-50%);
	animation: slideDown 3.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes slideDown {
	0% {top: 10%;opacity: 0;}
	10% {top: 10%;opacity: .5;}
	80% {top: 30%;opacity: 1;}
	90% {top: 30%;opacity: .5;}
	100% {top: 30%;opacity: 0;}
}
.cultureIconMouse img {
	position: absolute;
	top: 60%;left: 50%;
	transform: translateX(-50%);
	transform-origin: 0% 0%;
	animation: shakeIt 3.5s;
	animation-iteration-count: infinite;
}
@keyframes shakeIt {
	0% {transform: rotate(0deg) translate(-50%, -50%);}
	80% {transform: rotate(0deg) translate(-50%, -50%);}
	82% {transform: rotate(-15deg) translate(-50%, -50%);}
	84% {transform: rotate(15deg) translate(-50%, -50%);}
	86% {transform: rotate(-5deg) translate(-50%, -50%);}
	88% {transform: rotate(5deg) translate(-50%, -50%);}
	90% {transform: rotate(0deg) translate(-50%, -50%);}
	100% {transform: rotate(0deg) translate(-50%, -50%);}
}
.poster .posterTop {
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
}
.poster .posterTop .creative {
	font-size: 37px;
	font-family: 'Impact';
	line-height: 2;
}
.poster .posterTop .creative .sub {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 70px;
}
.poster .posterTop .all:before {
	margin-right: 8px;
	color: #fff000;
}
.poster .posterTop .all {
	font-size: 14px;
}
.poster .posterBanner {
	/*width: 1213px;*/
	width: auto;
	padding-bottom: 225px;
	position: relative;
	margin: unset;
	/*left: -112px;*/
	left: -80px;
}
/*创意海报  海报大小*/
.poster .posterBanner .swiper-wrapper .swiper-slide {
	width: auto;
	height: 650px;
	background: #fff;
}
.poster .posterBanner .swiper-wrapper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

/*创意海报  左右箭头与分页器*/
#posterBanner > .swiper-button-next,
#posterBanner > .swiper-button-prev {
	background-image: unset;
	position: absolute;
	right: 0;
	top: 303px;
	width: 50px;
	height: 40px;
	border: 1px solid #b6b2b1;
}
#posterBanner > .swiper-button-prev {
	left: unset;
	right: 51px;
	border-color: #fff000;
}
#posterBanner > .swiper-button-prev:before {
	content: '\e61f';
	position: absolute;
	color: #fff000;
	left: 9px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'iconfont';
}
#posterBanner > .swiper-button-next:before {
	content: '\e644';
	position: absolute;
	right: 9px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'iconfont';
	color: #b5b2b1;
}
#posterBanner > .swiper-pagination-fraction {
	width: 51px; height: 82px;
	top: 450px;
	left: unset; right: 0;
	line-height: 82px;
	font-size: 38px;
	position: absolute;
	color: #6f6866;
}
#posterBanner > .swiper-pagination-fraction .swiper-pagination-current {
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#posterBanner > .swiper-pagination-fraction .swiper-pagination-total {
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*硬壳文化*/
.INKCulture {
	position: relative;
	width: 100%;
	height: 886px;
	background-color: #ad1a1e;
}
.INKCulture .kabuto03{
    width: 100%; height: 100%; object-fit: cover; object-position: center center;
}
.INKCulture .kabuto01{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-771px, -50%);
}
.INKCulture .kabuto02{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(286px, -50%);
}
.INKCulture .desc {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.INKCulture .desc .row1 {
	font-size: 52px;
	font-family: 'Impact';
	color: #fff;
	letter-spacing: 4px;
}
.INKCulture .desc .row2 {
	font-size: 47px;
	font-family: 'fzlt';
	position: relative;
	height: 64px;
	line-height: 64px;
}
.INKCulture .desc .row2:after {
	content: '';
	height: 45px; width: 1px;
	border-left: 3px solid #fff;
	position: absolute;
	left: 205px;
	top: 50%;
	transform: translateY(-50%);
}
.INKCulture .desc .row2 span {
	font-size: 18px;
	float: right;
	margin-top: 10px;
	height: 44px;
	line-height: 22px;
	letter-spacing: 2px;
	font-family: arial;
}
.INKCulture .desc .row3 {
	width: 298px;
	height: 35px;
	text-align: center;
	background-color: #fff;
	color: #b1181d;
	font-size: 17px;
	border-radius: 6px;
	line-height: 35px;
	letter-spacing: 1px;
	font-family: '微软雅黑';
}

/*出品*/
.produced {
	display: none;
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 167px;
}
.produced .lists {
	margin: 140px 0;
}
.produced .lists ul {
	display: flex;
	justify-content: space-between;
}
.produced .lists ul li {
	width: 250px;
	opacity: .21;
	text-align: center;
	height: 210px;
	position: relative;
	cursor: pointer;
	transition: opacity .28s ease-in-out;
}
.produced .lists ul li:hover {
	opacity: .6;
}
.produced .lists ul li img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.produced .lists ul li span {
	display: block;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.produced .lists ul li.cur {
	opacity: 1;
}
.produced .listContent .title {
	font-family: 'Impact';
	font-size: 47px;
	line-height: 1.5;
	text-align: center;
}
.produced .listContent .sub {
	font-size: 29px;
	line-height: 1;
	text-align: center;
}
.produced .listContent .productsList ul {
	display: flex;
	justify-content: space-between;
	margin-top: 127px;
}
.produced .listContent .productsList ul li {
	width: 310px;
	height: 696px;
	position: relative;
}
.produced .listContent .productsList ul li img {
	position: absolute;
	top: 0; left: 50%;
	transform: translate(-50%, 0);
}
.produced .listContent .productsList ul li div {
	display: block;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.produced .bottom {
	width: 100%;
	margin-top: 124px;
	display: inline-block;
}
.produced .bottom .left {
	float: left;
}
.produced .bottom .left div {
	font-family: 'webfontBolder';
	font-weight: bold;
	line-height: 1;
}
.produced .bottom .left div:nth-of-type(1) {
	letter-spacing: 2px;
	font-size: 31px;
}
.produced .bottom .left span {
	font-size: 21.5px;
	font-weight: normal;
	line-height: 1.5;
}
.produced .bottom .left div:nth-of-type(2) {
	font-size: 24px;
	margin-top: 16px;
}
.produced .bottom .right {
	width: 226px;
	height: 81px;
	border: 2px solid #827c45;
	background-color: #fff000;
	text-align: center;
	line-height: 81px;
	font-size: 21.5px;
	border-radius: 20px;
	float: right;
	margin-top: 18px;
}
.produced .bottom .right a {
	color: #3e3a39;
}

/*送手机壳*/
.free {
	width: 100%;
	height: 1080px;
	background-color: #000;
	background-image: url(../images/free.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 240px;
	padding-right: 177px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.free .desc {
	display: inline-block;
	vertical-align: top;
}
.free .pic {
	width: 996px;
	display: inline-block;
}
.zhoubian .pic{
    width: 700px;
}
.free .pic img {
	max-width: 100%;
}
.free .desc {
	width: 358px;
	color: #fff;
}
.free .desc .row1 {
	font-size: 70px;
	font-family: 'webfontBolder';
	font-weight: bold;
	line-height: 1;
	letter-spacing: 6px;
	margin-bottom: 8px;
}
.free .desc .row1 i {
	font-size: 80px;
	letter-spacing: 10px;
}
/* .free .desc span:nth-of-type(1) {
	font-size: 32px;
	font-family: 'webfont';
	letter-spacing: 2px;
	line-height: 1.5;
} */
.free .desc span:nth-of-type(1) {
	font-size: 22px;
	width: auto;
	padding: 0 10px 0 16px;
	height: 34px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 2px solid #fff;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: top;
	letter-spacing: 6px;
	font-family: "fzlt";
}
.free .desc .row3 {
	margin-top: 107px;
	font-size: 24px;
	font-family: 'webfont';
}
.free .desc .more {
	margin-top: 100px;
	width: 140px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	background-color: #fff;
	color: #353535;
	border-radius: 16px;
}

.products {
	padding-top: 145px;
	box-sizing: border-box;
	display: none;
}
.products .title {
	font-size: 47px;
	font-family: 'webfont';
	text-align: center;
}
.products .sub {
	font-size: 29px;
	text-align: center;
	letter-spacing: .5px;
}
.products ul {
	width: 1231px;
	margin: 124px auto 228px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.products ul li .img {
	width: 366px;
	height: 366px;
	position: relative;
	background-color: #f6f6f6;
}
.products ul li img {
	width: 129px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.products ul li span {
	width: 100%;
	height: 122px;
	font-size: 20px;
	line-height: 122px;
	text-align: center;
	display: inline-block;
}

/*关于硬壳*/
.cultureAbout {
	position: relative;
	height: 786px;
}
.cultureAbout:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 786px;
	background-color: #fff000;
	z-index: -1;
}
.cultureAbout .leftPic {
	position: absolute;
	top: 105px; left: 50%;
	transform: translateX(-686px);
}
.cultureAbout .rightText {
	position: absolute;
	left: 50%; top: 160px;
	transform: translateX(130px);
}
.cultureTitle {
	font-size: 70px;
	font-family: 'Impact';
	letter-spacing: .9px;
}
.cultureSub {
	font-size: 29px;
	letter-spacing: .5px;
}
.cultureAbout .rightText p {
	width: 518px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 15px;
	margin-top: 40px;
}
.cultureAbout .rightText p:nth-of-type(2) {
	margin-top: 32px;
}
.clutureLogoIcons {
	display: block;
	margin-top: .7rem;
}

/*source*/
.source {
	height: 1097px;
	width: 100%;
	position: relative;
}
.source .left {
	position: absolute;
	left: 50%; top: 360px;
	transform: translateX(-6.32rem);
}
.source .left .sourceIcon {
	position: absolute;
	left: 3.04rem;
	top: -.2rem;
}
.source .left p {
	width: 518px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 15px;
	margin-top: .4rem;
}
.source .right {
	position: absolute;
	left: 50%;top: 3.8rem;
	transform: translateX(70px;);
}
/*relationship*/
.relationship {
	width: 100%;
	height: 936px;
	background-color: #fff000;
	position: relative;
}
.relationship .img {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-6.17rem);
}
.relationship .text {
	position: absolute;
	width: 5.23rem;
	height: 4.88rem;
	left: 50%; top: 2.37rem;
	transform: translateX(2.37rem);
}
.relationship .text p {
	line-height: 1.5;
	font-size: 15px;
	margin-top: .42rem;
	margin-bottom: .8rem;
}
.relationship .text .future {
	font-size: 20px;
	line-height: 1.5;
}
/*discover*/
.discover {
	position: relative;
	width: 100%;
	height: 8.66rem;
}
.discover .content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
}
.discover .content img{
    width: 100%; height: 100%;
}
.discover .content .disc {
	margin-top: 1.03rem;
}
.discover .content .disc,
.discover .content .new {
	font-size: 1.20rem;
	font-style: italic;
	font-weight: bold;
	color:	#cacacb;
	line-height: 1;
	letter-spacing: 12px;
	display: inline-block;
}
.discover .content .find {
	font-size: .46rem;
	color:	#cacacb;
	width: 3.54rem;
	text-align: right;
	display: inline-block;
}
.discover .content img {
	position: absolute;
	right: 0;
	top: 0;
}





/*动画效果*/
.cultureTop .banner .INKkid {
	animation:  1.6s;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes INKkid
{
0%   {height: 0;width: 2px;background-color:unset;}
50%  {height: 100vh;width: 2px;}
100% {height: 100vh;width: 52vw;}
}

@-moz-keyframes INKkid
{
0%   {height: 0;width: 2px;background-color:unset;}
50%  {height: 100vh;width: 2px;}
100% {height: 100vh;width: 52vw;}
}

@-webkit-keyframes INKkid
{
0%   {height: 0;width: 2px;background-color:unset;}
50%  {height: 100vh;width: 2px;}
100% {height: 100vh;width: 52vw;}
}

@-o-keyframes INKkid
{
0%   {height: 0;width: 2px;background-color:unset;}
50%  {height: 100vh;width: 2px;}
100% {height: 100vh;width: 52vw;}
}


.cultureTop .banner .gameboy {
	animation: gameboy 16s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform: translateZ(0);
}
@keyframes gameboy
{
0%   {transform: rotate(0)}
100% {transform: rotate(360deg)}
}

.cultureTop .banner .baby {
	animation: baby 40s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes baby
{
0% {transform: translate(0, 0);}
50% {transform: translate(-80px, -10px);}
100% {transform: translate(0, 0);}
}

.cultureTop .banner .astronaut {
	animation: astronaut 8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes astronaut
{
0% {transform: translate(0, 0);}
50% {transform: translate(-15px, -8px);}
100% {transform: translate(0, 0);}
}

.cultureTop .banner .cola {
	animation: cola 30s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes cola
{
0% {transform: translate(0, 0);}
50% {transform: translate(30px, 20px);}
100% {transform: translate(0, 0);}
}

.cultureTop .banner .INKkid {
	animation: INKkid 20s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes INKkid
{
0% {transform: translate(0, 0);}
50% {transform: translate(50px, 20px);}
100% {transform: translate(0, 0);}
}

.cultureTop .banner .glasses {
	animation: glasses 18s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes glasses
{
0% {transform: translate(0, 0);}
50% {transform: translate(-30px, -20px);}
100% {transform: translate(0, 0);}
}	

