@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	padding-top: 100vh;
}

#gHeader {
	opacity: 0;
	transition: opacity 2s ease .4s, background .5s;
	background: none;
}

.headLogo {
	/* visibility: hidden; */
	transition: opacity .6s ease;
	/* opacity: 0; */
}

.sc .headLogo {
	visibility: inherit;
	opacity: 1;
	margin-top: 22px;
}

.sc #gHeader {
	opacity: .9;
	background: #004F89;
	transition-delay: 0s;
}

.sc .headLogo {
	display: block;
}

#gFooter {
	position: relative;
}

.pdxTop {
	display: block;
}

.banner {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
}

.hideImg {
	height: 0;
	overflow: hidden;
}

.banInfo {
	position: absolute;
	left: 13.076%;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
}

.banTitle {
	position: relative;
	opacity: 0;
	transition: opacity 1s ease;
}

.banTitle h2,
.banTitle .banTitleImg {
	width: 239px;
}

.banTitle h2 {
	margin-bottom: 15px;
}

.banTitle h2 img,
.banTitle .banTitleImg img {
	width: 100%;
}

.banTip {
	margin-top: 28px;
	opacity: 0;
	transition: opacity 1.5s ease 0.2s;
}

.banInfo .line {
	margin-left: -8px;
	font-weight: 300;
	line-height: 2.05;
	overflow: hidden;
}

.banInfo .line em {
	font-style: normal;
	padding-left: 1px;
}

.banInfo .line1 {
	font-size: 36px;
	font-weight: bold;
}

.loaded .banInfo .line span {
	transition-duration: 1s;
}

.banInfo .line1 {
	margin-bottom: -3px;
	font-weight: 700;

}

.banInfo .line2 {
	margin-top: -3px;
	font-size: 16px;
	font-weight: 400;
}

.banner>ul {
	opacity: 0;
	transition: opacity 2s ease .6s;
}

.banner>ul li {
	padding: 4px 8px;
	color: #333333;
	opacity: 0;
	font-size: 10px;
	position: absolute;
	right: 29px;
	bottom: 30px;
	letter-spacing: .5px;
	transition: opacity .6s ease;
	background: rgba(255, 255, 255, .8);
}

.banner>ul li.banCurr {
	opacity: 1;
}

a.banScroll {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .5px;
	position: absolute;
	bottom: 29px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 1s ease 1s !important;
}

.banScroll:after {
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: -54px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #bfbfbf;
}

.loaded #gHeader,
.loaded .banTitle,
.loaded .banTip,
.loaded .banner>ul,
.loaded .banScroll {
	opacity: 1;
}

.sc #gHeader {
	opacity: .9;
}

#main {
	padding-top: 0;
	position: relative;
	z-index: 1;
	background: #fff;
}

.hp {
	margin: 0 auto;
	padding-top: 154px;
	width: 732px;
}

.hp h3 {
	font-size: 26px;
	text-align: center;

}

.hp p {
	margin: 32px 0 31px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

.pubTitle {
	margin-bottom: 67px;
	text-align: center;
}

.pubTitle .pubH {
	font-size: 26px;
	position: relative;
	color: #004F89;
}

.pubTitle .pubH:after {
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #000;
}

.pubTitle p {
	margin-top: 58px;
	font-size: 14px;
}

.bus {
	margin: 0 auto 155px;
	width: 1022px;
	padding-top: 150px;
}

.busLeft {
	margin: 20px 0 0 30px;
	width: 395px;
	float: left;
}

.bus .pubTitle {
	margin-bottom: 36px;
	text-align: left;
}

.bus .pubTitle .pubH:after {
	left: 4px;
	bottom: -32px;
	transform: none;
}

.bus .pubTitle p {
	margin-top: 76px;
	line-height: 2;
}

.busRight {
	width: 582px;
	float: right;
}

.busRight img {
	width: 100%;
}

.brand {
	margin-bottom: 150px;
	padding: 0 18px;
}

.brandInfo {
	margin: 0 auto;
	max-width: 1400px;
}

.brandInfo ul {
	margin-bottom: 63px;
}

.brandInfo li {
	padding: 2px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.brandInfo li a {
	padding-bottom: 57.5%;
	color: #fff;
	display: block;
	position: relative;
	transition: opacity .6s ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.brandInfo li.loaded:nth-child(1) a {
	background-image: url(../image/img_brand_01.jpg);
}

.brandInfo li.loaded:nth-child(2) a {
	background-image: url(../image/img_brand_02.jpg);
}

.brandInfo li.loaded:nth-child(3) a {
	background-image: url(../image/img_brand_03.jpg);
}

.brandInfo li.loaded:nth-child(4) a {
	background-image: url(../image/img_brand_04.jpg);
}

.brandCover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	transition: opacity .6s ease;
	background: #000;
}

.brandInfo li a:hover .brandCover {
	opacity: .2;
}

.brandTitle {
	font-size: 27px;
	position: absolute;
	top: 22px;
	left: 34px;
	font-weight: 1;
}

.brandTitle span {
	font-weight: bold;
}

.brandTitle:after {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: -34px;
	background: #007eb1;
	content: "";
}

.brandTitle.item-inner:after {
	background: #e7be00;
}

.brandTitle.item-customer:after {
	background: #a5be51;
}

.brandTitle.item-recruit:after {
	background: #fa9a92;
}

.brandWord {
	position: absolute;
	bottom: 28px;
	left: 35px;
}

.brandWord p {
	margin-left: 3px;
	font-size: 11px;
	letter-spacing: .8px;
}

.brandWord p.brandP1 {
	margin-left: 0;
	font-size: 10px;
	position: relative;
	letter-spacing: .2px;
}

.brandWord p.brandP1:after {
	width: 39px;
	height: 1px;
	position: absolute;
	left: 4px;
	bottom: -24px;
	background: #fff;
	content: "";
}

.brandWord span {
	margin: 42px 0 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 1px;
}

.centerMore {
	text-align: center;
}

.centerMore a.more::after {
	left: 50%;
	transform: translateX(-50%);
}

.creative {
	margin-bottom:150px;
}


.creatBox {
	margin-bottom: 52px;
	overflow: hidden;
}

.creatBox li {
	width: 257px !important;
	margin-right: 12px;
	font-size: 12px;
	float: left;
}

.creatBox li .creatImg {
	position: relative;
	overflow: hidden;
	height: 159px;
}

.creatBox li .creatImg figure {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.6s ease 0s;
	-moz-transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s;
	margin: 0;

}

.creatBox a {
	display: block;
}

.creatBox a:hover {
	opacity: .6;
}

.creatBox li img {
	width: 100%;
	display: block;
}

.creatWord {
	padding-top: 11px;
}

.creatBox li p {
	color: #333333;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.creatBox li p:after {
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -11px;
	content: "";
	background: #1b1b1b;
}

.creatBox li span {
	margin-top: 21px;
	display: block;
	color: #606060;
	font-weight: normal;
}

.topics {
	margin: 0 auto 156px;
	width: 1000px;
}

.topics .pubTitle .pubH {
	float: left;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	letter-spacing: 2px;
}

.topics .pubTitle .pubH:after {
	width: 3px;
	height: 100px;
	top: 0;
	right: -32px;
	content: "";
}

.topInfo {
	padding: 2px 0 14px;
	margin-left: 145px;
}

.topInfo ul {
	width: 415px;
	display: inline-block;
}

.topInfo ul.topMr {
	margin-right: 20px;
}

.topInfo li {
	margin-bottom: 39px;
}

.topInfo dl {
	overflow: hidden;
}

.topInfo dt {
	width: 100px;
	height: 100px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}

.topInfo dt img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	display: block;
}

.topInfo dd {
	margin-left: 122px;
}

.topInfo dd p {
	font-size: 11px;
	color: #828383;
	letter-spacing: 1px;
}

.topInfo dd p span {
	min-width: 70px;
	margin-right: 7px;
	padding: 1px 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.topInfo dd p span.news {
	background: #7ca3d8;
}

.topInfo dd p span.culture {
	background: #c9b96c;
}

.topInfo dd p span.release {
	background: #78bf8f;
}

.topInfo dd p span.report {
	background: #c098cb;
}

.topInfo dd p span.award {
	background: #f16671;
}

.topInfo dd p span.project {

	background: #7fc9ed;
}

.topInfo dd p span.media {
	background: #f8c167;
}

.topInfo dd p span.pdpr {
	background: #98cebc;
}


.topInfo dd>span {
	margin-top: 18px;
	font-size: 13px;
	display: block;
	line-height: 1.7;
	transition: all .6s ease;
	letter-spacing: .5px;
}

.topInfo a:hover dd>span {
	opacity: .6;
}

.topSlick {
	margin-bottom: 134px;
}

.topSlick ul {}

.topSlick li {
	float: left;
}

.topSlick li img {
	width: 100%;
	display: block;
}

.other {
	margin: 0 auto 64px;
	width: 980px;
}

.other li {
	margin: 0 40px 80px 0;
	width: 300px;
	float: left;
	box-sizing: border-box;
}

.other li:nth-child(3n) {
	margin-right: 0;
}

.other ul a {
	display: block;
}

.other ul a:hover {
	opacity: .6;
}

.other .otherImg {
	margin-bottom: 7px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.other .otherImg img {
	width: 100%;
	display: block;
}

.other .otherImg span {
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: -18px;
	left: -7px;
}

.other .otherWord p {
	margin-bottom: 7px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other .otherWord .otherdate {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
	color: #999;
}

.other .otherWord span {
	font-size: 14px;
	line-height: 1.65;
	color: #606060;

}

.link {
	padding-bottom: 90px;
	margin: 0 auto;
	width: 980px;
}

.link .m-c {
	width: 100%;
}

.link .m-c img {
	width: 100%;
}

.link li {
	margin-right: 40px;
	width: 300px;
	float: left;
}

.link li:nth-child(3n) {
	margin-right: 0;
}

.link li img {
	width: 100%;
	display: block;
	transition: opacity .6s ease;
}

.link li a:hover img {
	opacity: .6;
}

.headList li>a,
.banInfo .line,
.whiteText {
	transition: color .6s ease;
}

.whiteText .headList>li>a,
.whiteText .banInfo .line {
	color: #fff;
}

.headList li>a {
	color: #fff;
}

.headList .navi02 li a {
	color: #fff;
}

#gHeader.showSub .headList>li>a {
	color: #fff;
}

.whiteText #gHeader.showSub .headList>li>a {
	color: #000;
}

.whiteText #gHeader.showSub .headList>li>a:hover {
	color: #778292;
}

.whiteText .iconWhite {
	display: block !important;
}

.whiteText .iconBlack {
	display: none !important;
}

.banTitle h2,
.banTitle .banTitleImg {
	position: relative;
}

.banTitle img {
	transition: opacity .6s ease;
}

.banTitle .iconWh {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.whiteText .banTitle .iconBl {
	opacity: 0;
}

.whiteText .banTitle .iconWh {
	opacity: 1;
}

.sc .headList>li>a {
	color: #fff;
}


.whiteText #gHeader.showSub .headblank .iconWhite {
	display: none !important;
}

.whiteText #gHeader.showSub .headblank .iconBlack {
	display: block !important;
}

.whiteText .headList>li>a:hover {
	color: #778292;
}

.whiteText .language div a:hover {
	color: #999999;
}

.whiteText #gHeader.showSub .language div a {
	color: #000;
}

.whiteText #gHeader.showSub .language div::after {
	background: #000;
}

.topics_listBox ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.topics_listBox ul li {
	width: 415px;
}

/*  */
.p-pm {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.swiper-yw {
	width: 70%;
	margin: 0 auto 4rem;
	overflow: visible;
	height: 100%;
}

.swiper-yw .swiper-slide {
	text-align: center;
	position: relative;
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.9);
	opacity: 0.6;
}

.swiper-yw .swiper-slide .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.swiper-yw .swiper-slide .img img {
	width: 100%;

}

.swiper-yw .swiper-slide .m-c {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.swiper-yw .swiper-slide .m-c .h24 {
	font-size: 24px;
	font-weight: 600;
}

.swiper-yw .swiper-slide-active,
.swiper-yw .swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
}

.swiper-yw .swiper-button-prev.swiper-button-white,
.swiper-yw .swiper-container-rtl .swiper-button-next.swiper-button-white {
	left: -15%;
	transform: scale(0.6);
}

.swiper-yw .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -15%;
	transform: scale(0.6);
}

/**/
/* Banner 轮播样式 */
.banner-container {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.banner-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.8s ease;
}

/*

.swiper-slide-active .slide-bg {
    transform: scale(1.05);
}

.swiper-slide-next .slide-bg,
.swiper-slide-prev .slide-bg {
    transform: scale(0.95);
}
*/

.slide-content {
	position: absolute;
	right: 1%;
	top: 80%;

	padding: 4px 8px;
	color: #333333;
	opacity: 1;
	font-size: 10px;
	z-index: 999;
	letter-spacing: .5px;
	transition: opacity .6s ease;
	background: rgba(255, 255, 255, .8);
}

/*
.slide-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
*/

/* 分页器样式 */


.swiper-pagination-bullet-active {
	opacity: 1;
}

/* 导航按钮样式 */

.banner-container .swiper-button-next,
.banner-container .swiper-button-prev {
	transform: scale(0.7)
}

/*
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}
*/


/* 白色文本样式 */
.whiteText .slide-title {
	color: #fff;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.slide-title {
		font-size: 1.8rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

/**/
@media all and (min-width: 0) and (max-width: 767px) {

	.topics_listBox ul li {
		width: 100%;
	}


	.creatBox li .creatImg {
		height: 25vh;
	}

	#gHeader {
		padding: 15px 20px;
		position: fixed;
	}

	.sc #gHeader {
		opacity: 1;
	}

	#gNavi {
		padding: 0;
	}

	.whiteText .language div a:hover {
		color: #000;
	}

	.whiteText .headList>li>a:hover {
		color: #000;
	}


	.headList>li {
		padding-bottom: 0;
	}

	.headList li.hasMenu:hover>a::after {
		width: 0;
	}

	.headList li.naviCurr a::after {
		width: 0;
	}

	.banSlider .item01 .pic {
		background-image: url(../img/index/img_title_sp_01.jpg);
	}

	.banSlider .item02 .pic {
		background-image: url(../img/index/img_title_sp_02.jpg);
	}

	.banSlider .item03 .pic {
		background-image: url(../img/index/img_title_sp_03.jpg);
	}

	.banSlider .item04 .pic {
		background-image: url(../img/index/img_title_sp_04.jpg);
	}

	.banSlider .item05 .pic {
		background-image: url(../img/index/img_title_sp_05.jpg);
	}

	.banTitle::after {
		width: 75px;
		bottom: -36px;
	}

	.banTitle h2,
	.banTitle .banTitleImg {
		width: 169px;
	}

	.banTitle h2 {
		margin-bottom: 9px;
	}

	.banTitle li {
		margin-right: 13px;
	}


	.banInfo .line {
		margin-left: -1px;
		line-height: 1.07;
	}

	.banInfo .line1 {
		margin-bottom: 0px;
		font-size: 58px;
		letter-spacing: -0.5px;
		font-size: 28px;
	}

	.banInfo .line2 {
		margin-top: 3px;
		font-size: 52px;
		line-height: .95;
		font-size: 24px;
	}

	.banTip {
		margin-top: 30px;
	}

	.swiper-yw .swiper-slide .m-c .h24 {
		font-size: 1.6rem;
	}

	.banner>ul li {
		padding: 4px 6px;
		right: 0;
		line-height: 1.4;
	}

	.hp {
		padding-top: 105px;
		margin-bottom: 90px;
		width: auto;
	}

	.hp h3 {
		width: auto;
		font-size: 26px;
		float: none;
		letter-spacing: 0.5px;
	}

	.hp p {
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.85;
	}

	.pubTitle {
		margin-bottom: 40px;
	}

	.pubTitle .pubH {
		font-size: 26px;
	}

	.pubTitle .pubH::after {
		width: 90px;
		bottom: -19px;
	}

	.pubTitle p {
		margin-top: 50px;
		font-size: 14px;
	}

	.bus {
		margin-bottom: 85px;
		width: auto;
		padding-top: 25px;
	}

	.busLeft {
		margin: 0 0 38px;
		width: auto;
		float: none;
	}

	.bus .pubTitle {
		margin-bottom: 31px;
	}

	.bus .pubTitle p {
		margin-top: 63px;
		line-height: 1.85;
		letter-spacing: -.5px;
	}

	.busRight {
		padding: 0 13px;
		width: auto;
		float: none;
	}

	.bus .pubTitle .pubH::after {
		left: 0;
		bottom: -27px;
	}

	.brand {
		margin-bottom: 86px;
	}

	.brandInfo ul {
		margin-bottom: 36px;
	}

	.brandInfo li {
		padding: 0 0 2px;
		width: 100%;
		float: none;
	}

	.brandInfo li a {
		padding-bottom: 79.3%;
	}

	.brandInfo li img {
		display: none !important;
	}

	.brandInfo li a:hover .brandCover {
		opacity: .5 !important;
	}

	.brandTitle {
		padding-left: 32px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.brandTitle {
		padding-top: 20px;
	}

	.brandTitle::after {
		top: 30px;
		left: 0;
	}

	.brandWord {
		top: auto;
		left: 32px;
		bottom: 26px;
	}

	.brandWord p.brandP1::after {
		left: 2px;
		bottom: -19px;
	}

	.brandWord span {
		margin: 34px 0 11px;
		font-size: 15px;
		line-height: 1.6;
	}

	.creative {
		margin-bottom: 88px;
	}

	.creatBox {
		margin-bottom: 35px;
	}

	.creatBox li {
		width: 100% !important;
		margin: 0;
		padding: 0 6px;
		font-size: 13px;
		box-sizing: border-box;
	}

	.creatWord {
		padding-top: 8px;
	}

	.topics {
		margin-bottom: 101px;
		width: auto;
	}

	.topics .pubTitle .pubH {
		writing-mode: horizontal-tb;
		writing-mode: tb-lr;
		-webkit-writing-mode: horizontal-tb;
		-webkit-writing-mode: tb-lr;
		float: none;
	}

	.topics .pubTitle .pubH::after {
		width: 90px;
		height: 2px;
		bottom: -19px;
		right: 0;
		top: auto;
	}

	.topInfo {
		padding: 24px 0 3px;
		margin-left: 0;
		width: auto;
	}

	.topInfo ul {
		width: auto;
	}

	.topInfo li {
		margin-bottom: 37px;
	}

	.topInfo ul.topMr {
		margin-right: 0;
	}

	.topInfo dd>span {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
	}

	.topInfo a:hover dd>span {
		opacity: 1;
	}

	.topSlick {
		margin-bottom: 86px;
	}

	.other {
		margin-bottom: 32px;
		width: auto;
	}

	.other li {
		width: 100%;
		margin: 0 0 46px;
	}

	.other .otherImg {
		margin-bottom: 13px;
	}

	.other .otherWord p {
		margin-bottom: 6px;
		font-size: 16px;
		letter-spacing: .5px;
		text-align: left;
	}

	.other .otherWord span {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .5px;
	}

	.link {
		padding-bottom: 65px;
		width: auto;
	}

	.link ul {
		padding-top: 26px;
	}

	.link li {
		margin: 0 0 30px;
		width: 100%;
	}

	.iconWhite {
		display: none !important;
	}

	.iconBlack {
		display: block !important;
	}

	.whiteText .headList li>a {
		color: #000;
	}

	.whiteText .menuTrigger span {
		background: #fff;
	}

	.menuTrigger span {
		transition: background .6s ease;
	}

	.openMenu .menuTrigger span {
		background: #000;
	}

	.sc.whiteText .menuTrigger span,
	.openMenu.whiteText .menuTrigger span {
		background: #000;
	}

	.iphone5 .banInfo {
		left: 10px;
	}

	.iphone5 .hp h3 {
		/*letter-spacing: -4px;*/
	}

	.iphone5 .bus .pubTitle p {
		letter-spacing: -2px;
	}

	.iphone5 .other .otherWord span {
		letter-spacing: -2px;
	}

	.iphone5 .brandWord span {
		letter-spacing: -.5px;
	}
}

@media all and (-ms-high-contrast:none) {
	.banner>ul li {
		padding: 6px 8px 2px;
	}

	.topics .pubTitle .pubH::after {
		right: -82px;
	}
}





@media all and (min-width: 0) and (max-width: 767px) {


	.creatBox li .creatImg {
		height: 25vh;
	}

}


@media all and (min-width: 0) and (max-width: 320px) {


	.creatBox li .creatImg {
		height: 22.5vh;
	}

}

.office {
	margin-bottom: 210px;
	padding: 0 18px;
}

.office li {
	width: 50%;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

.office li a {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.office li a .brandCover {
	z-index: 2
}

.office li a span {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	display: block;
	margin: 0 auto;
	z-index: 3;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
}

.office li a:hover .brandCover {
	opacity: .2;
}



@media all and (min-width: 0) and (max-width: 767px) {

	.office li {
		width: 100%;
		float: none;
		padding: 2px;
		box-sizing: border-box;
	}

	.office li a {
		height: 200px;
	}

	.office li a span {
		font-size: 24px;
		top: 80px;
	}

	.office {
		margin-bottom: 88px;
	}
}

@media all and (min-width: 0) and (max-width: 1024px) {

	.bus,
	.other,
	.link {
		width: auto;
	}

	.clearfix li {
		width: 100%
	}

	.other {
		/*margin-bottom: 210px;*/
	}

	#container{
		padding-top: 0 !important;
	}
	.banner{
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 9/4;
		position: relative !important;
	}
	.backstretch{
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 9/4;
	}
	.backstretch img{
		width: 100vw !important;
		height: 100% !important;
		position: static !important;
	}
}

body .headLogo img.img_hover {
	display: none;
}

/* body .headLogo img.img_nohover,
{
display: block;
} */

body.sc .headLogo img.img_hover,
#gHeader.showSub .headLogo img.img_hover {
	display: block;
}

body.sc .headLogo img.img_nohover,
#gHeader.showSub .headLogo img.img_nohover {
	display: block;
}

body .headblank .qq img.img_hover {
	display: none;
}

body .headblank .qq img.img_nohover {
	display: block;
}

body.sc .headblank .qq img.img_hover,
#gHeader.showSub .headblank .qq img.img_hover {
	display: block;
}

body.sc .headblank .qq img.img_nohover,
#gHeader.showSub .headblank .qq img.img_nohover {
	display: none;
}

body .headblank .wx img.img_hover {
	display: block;
}

body .headblank .wx img.img_nohover {
	display: block;
}

body.sc .headblank .wx img.img_hover,
#gHeader.showSub .headblank .wx img.img_hover {
	display: block;
}

body.sc .headblank .wx img.img_nohover,
#gHeader.showSub .headblank .wx img.img_nohover {
	display: none;
}

.menuTrigger span {
	background: #fff;
}

body.sc .menuTrigger span {
	background: #000;
}