@charset "utf-8";
/* CSS Document */
/*
时间更新:2017-07-11
By @emily.wu
布局框架:header（头部）
		wrapper(内容)
		footer(尾部)
*/
html {
	font-size: 100%;
}
@font-face {
	font-family: AvenirLTStd;
	src: url(../font/AvenirLTStd-Light.otf);
}
body {
	font-family: AvenirLTStd, "微软雅黑", Helvetica, Arial, sans-serif;
	text-transform : uppercase
}

@media screen and (max-width:1920px) {
body {
	font-size: 1em/*16px*/;
}
}

@media screen and (max-width:1680px) {
body {
	font-size: 0.85em;
}
}

@media screen and (max-width:1440px) {
body {
	font-size: 0.7em;
}
}

@media screen and (max-width:768px) {
body {
	font-size: 0.55em;
}
}
.pc {
	display: block;
}
.mob {
	display: none!important;
}
.imgWidth {
	width: 100%;
	display: block;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
/*footer always bottom*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -433px;
	overflow: hidden;
}
.wrapper > div:first-child {
	padding-top: 90px;
}
.index_wrapper > div:first-child {
	padding-top: 0;
}
.footer, .push {
	height: 433px;
}
/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	border: none;
}
.headroom {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.headroom--unpinned.togglefree {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.headroom--pinned.togglefree {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.header {
	background-color: rgba(33,34,36,.8);
	color: #dededc;
}
.header .nav {
	text-align: center;
	position: relative;
}
.header .nav li {
	display: inline-block;
	float: none;
	letter-spacing: 2px;
	margin: 0 2%;
	padding: 30px 1% 40px 1%;
	position: relative;
	font-size: 1.25em/*20px*/;
	transition: all .5s;
}
.no-touch .header .nav li a:hover {
	opacity: .8;
}
.header .nav li a {
	color: #dededc;
	display:block;
}
.header .nav li a span{font-size:.8em; letter-spacing:inherit; margin-top:10px; display:block;}
.header .nav li.follow {
	position: absolute;
	right: 0;
	top: 0;
}
.header .nav li .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid \9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #f15a23;
}
.header .nav li .nav__menu {
	position: absolute;
	top: 100%;
	background-color: rgba(33,34,36,.8);
	padding: 30px 0 60px 0;
	min-width: 244px;
	display: none;
}
.header .nav li .nav__menu i {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.header .nav li .nav__menu a {
	color: #fff;
	display: block;
	color: #dededc;
	font-size: 1.125em/*18px*/;
	padding: 10px 10%;
	text-align: left;
}
.header .nav li.follow .nav__menu {
	right: 0;
}
.butt__more a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 1.25em/*20px*/;
	text-align: center;
	color: #1e1e1e;
	letter-spacing: 4px;
	border: 1px solid #1e1e1e;
	margin: 4% auto 0 auto;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.home__row .gallery .butt__more a {
	width: 180px;
	height: 36px;
	line-height: 36px;
}
.butt__more a span {
	position: relative;
	z-index: 2;
}
.no-touch .butt__more a:hover {
	color: #fff;
}
.butt__more a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #1e1e1e;
}
.no-touch .butt__more a:hover i {
	width: 100%;
	background: #1e1e1e;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.butt__buy a {
	padding-left: 20px;
	width: 230px;
}
.butt__buy.null a{padding-left:0;}
.butt__buy a em {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/global/icon-buy.png);
	background-repeat: no-repeat;
	background-position: 32% center;
}
.no-touch .butt__buy a:hover em {
	background-image: url(../images/global/icon-buy_ff.png);
}
.footer {
	background-color: #212224;
	position:relative;
}
.footer p{position:absolute; bottom:20px; left:0; width:100%; font-size:12px; text-align:center; color:#fff; letter-spacing:2px; opacity:.8;}
.footer .inner {
	margin-bottom: 0;
	text-align: center;
	padding: 130px 0 130px 0;
}
.footer .inner li {
	float: none;
	display: inline-block;
	width: 390px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #fff;
}
.footer .inner li p {
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
}
.footer .icp {
	width: 100%;
	text-align: center;
	font-size: 0.875em/*14px*/;
	color: #fff;
	margin-top: 140px;
	letter-spacing: 1px;
	display: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}
/*news*/
.gallery-2 .gallery__caption img.sh-daily{width:280px;}
.gallery-2 .gallery__caption img.yitiao{width:70px;}
.gallery-2 .gallery__caption img.ics{width:100px;}
.gallery-2 .gallery__caption img.design-sh{width:100px;}
@media screen and (max-width:640px) {
.gallery-2 .gallery__caption img.sh-daily{width:150px;}
.gallery-2 .gallery__caption img.yitiao{width:50px;}
.gallery-2 .gallery__caption img.ics{width:70px;}
.gallery-2 .gallery__caption img.design-sh{width:60px;}
}
@media screen and (max-width:768px) {
.pc {
	display: none!important;
}
.mob {
	display: block!important;
}
.header {
	padding: 15px 0;
}
.mob-header-open {
	height: 100%;
	padding: 0;
	background-color: #000;
}
.h__logo {
	width: 80px;
	float: left;
	margin-left: 20px;
}
.topbar-nav-menu {
	position:absolute; 
	right:0; 
	top:50%;
	height: 25px;
	margin-top:-18px;
	background-color: transparent;
	outline: none;
	border: none;
	z-index: 10;
	padding: 10px 20px 20px 20px;
}
.icon-bar {
	background-color: #fff;
	height: 3px;
	width: 22px;
	display: block;
	margin: 2px auto;
}
.header .nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header .nav li i {
	width: 100px;
	display: block;
	margin: 10px auto 0 auto;
}
.header .nav li a span{margin-top:0;}
.header.mob-header-open .nav {
	opacity: 1;
	transition: opacity .4s linear, -webkit-transform 1.6s cubic-bezier(.075, .82, .165, 1);
	transition: transform 1.6s cubic-bezier(.075, .82, .165, 1), opacity .4s linear;
	transition: transform 1.6s cubic-bezier(.075, .82, .165, 1), opacity .4s linear, -webkit-transform 1.6s cubic-bezier(.075, .82, .165, 1);
	animation-delay: 2s;
	visibility: visible;
}
.btn-close {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.btn-close::before, .btn-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #c8cad2;
	border-radius: 5px;
	height: 4px;
	margin-top: -2px;
}
.btn-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-close:active {
	width: 40px;
	height: 40px;
	transform: rotate(270deg);
}
.header .nav li {
	width: 100%;
	padding: 0;
	text-align: center;
	padding: 7px 0;
}
.header .nav li a {
	line-height: 2;
}
.header .nav li.follow {
	position: relative;
}
.nav li {
	-webkit-transition: opacity .4s cubic-bezier(.39, .25, .15, .915), -webkit-transform .4s cubic-bezier(.39, .25, .15, .915) .4s;
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), -webkit-transform .4s cubic-bezier(.39, .25, .15, .915) .4s;
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), transform .4s cubic-bezier(.39, .25, .15, .915) .4s;
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), transform .4s cubic-bezier(.39, .25, .15, .915) .4s, -webkit-transform .4s cubic-bezier(.39, .25, .15, .915) .4s;
	opacity: 0;
	-webkit-transform: translate3d(0, 1em, 0) scale(1.25);
	transform: translate3d(0, 1em, 0) scale(1.25);
}
.mob-header-open .nav li {
	-webkit-transition: opacity .4s cubic-bezier(.39, .25, .15, .915), -webkit-transform .4s cubic-bezier(.39, .25, .15, .915);
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), -webkit-transform .4s cubic-bezier(.39, .25, .15, .915);
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), transform .4s cubic-bezier(.39, .25, .15, .915);
	transition: opacity .4s cubic-bezier(.39, .25, .15, .915), transform .4s cubic-bezier(.39, .25, .15, .915), -webkit-transform .4s cubic-bezier(.39, .25, .15, .915);
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.nav li:nth-of-type(2) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav li:nth-of-type(4) {
	-webkit-transition-delay: 90ms;
	transition-delay: 90ms;
}
.nav li:nth-of-type(5) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.nav li:nth-of-type(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.nav li:nth-of-type(7) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.nav li:nth-of-type(8) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.nav li:nth-of-type(10) {
	-webkit-transition-delay: 0.54s;
	transition-delay: 0.54s;
}
.mob-header-open .topbar-nav-menu {
	display: none!important;
}
.mob-header-open .h__logo {
	display: none!important;
}
.wrapper > div:first-child {
	padding-top: 50px;
}
.index_wrapper > div:first-child {
	padding-top: 0;
}
}

/*mob 手机*/
@media screen and (max-width:640px) {
.butt__more a {
	width: 120px;
	height: 26px;
	line-height: 26px;
}
.home__row .gallery .butt__more a {
	width: 120px;
	height: 26px;
	line-height: 26px;
}
.footer .inner {
	overflow: hidden;
}
.footer .inner li {
	width: 80%;
	float: left;
	margin: 0;
	padding: 0 10%;
}
}
