﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix:after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}


.section {
	margin: 60px auto 120px;
	width: 1200px;
}


.mod a {
	color: #444;
	transition: 0.5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}


.section-title, .unit-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1.5em;
	font-size: 22px;
	color: #fff;
	/*background: linear-gradient(to right, #09f 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, 0.3);
	_position: relative;
	margin-bottom: 80px;
	border-bottom: 2px solid #f36e73;
}
.section-title em, .unit-title em {
	font-style: normal;
	font-weight: 700;
	color: #09f;
}
.section-title .more, .unit-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: 0.3s;
	display: none;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, 0.2);
	color: #c00;
	transition: 0.3s;
}


/*网站导航*/
.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type:after {
	content: " ";
}
.top-bar li:last-of-type:after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding-left: 5px;
	padding-right: 5px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.phd {
	margin-top: 46px;
	height: 580px;
	transition: 0.3s;
}


/*导航区域*/
.nav {
	height: 58px;
	line-height: 58px;
	background-color: rgba(204, 204, 204, 0.6);
	margin-bottom: 30px;
}
nav {
	margin: 0 auto;
	height: 50px;
}
nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	height: 58px;
}
nav ul li {
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	line-height: 60px;
	padding: 0 35px;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul li.current a {
	font-weight: 700;
	text-decoration: none;
	display: block;
	color: #fff;
}
nav ul li:hover {
	color: #fff;
}
nav ul :nth-child(1n+0) {
	color: #fff;
}
nav ul :nth-child(1n+0):hover {
	background-color: rgba(0, 153, 255, 1);
}
nav ul :nth-child(1n+0):hover a {
	color: #fff;
	background: none;
}
nav .indicator {
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/*内容区域*/
.section-0 {
	margin:0 auto;
	width:100%;
	height:100%;
	background: #fff url(http://www.newsimg.cn/fashion/20180321qd/img/first.jpg) no-repeat center 0;
	position: relative;
	z-index: 1999;
}

.section-1 {
	font-size: 0;
	+word-spacing: -1px;
}
.section-1 .col-1, .section-1 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-1 .section-title {
	height: 180px;
	line-height: 140px;
	text-indent: -9999px;
	background: url(http://www.newsimg.cn/fashion/20180321qd/img/title-rd.png) no-repeat;
	background-size: contain;
	border: 0;
}
.section-1 .col-1 {
	width: 680px;
	height: 500px;
	overflow: hidden;
	margin-right: 30px;
}
.section-1 .col-1 .swiper-container-jdt {
	position: relative;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide {
	z-index: 1;
	white-space: nowrap;
	width: 100%;
	height: 500px;
}
.section-1 .col-1 .swiper-slide {
	position: relative;
	display: inline;
	width: 100%;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide img {
	width: 680px;
	height: 400px;
	display: block;
}
.section-1 .col-1 .swiper-slide .e_bg_flt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 7;
	display: none;
}
.section-1 .col-1 .e_flt_inf {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #333;
	width: 77%;
	height: 100px;
	overflow: hidden;
	z-index: 8;
	white-space: normal;
	word-wrap: break-word;
}
.section-1 .col-1 .e_flt_inf h3 {
	font-size: 26px;
	padding: 15px 10px 10px 0;
	color: #333;
	line-height: 1.5;
	height: 86px;
	overflow: hidden;
}
.section-1 .col-1 .e_flt_inf h3 a {
	color: #333;
}
.section-1 .col-1 .e_flt_inf h3 a:hover {
	color: #b30000;
}
.section-1 .col-1 .e_flt_time {
	position: absolute;
	left: 0;
	bottom: 8%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	width: 17%;
	border-top: 5px solid #333;
	padding-top: 10px;
}
.section-1 .col-1 .swiper-pagination-fraction {
	position: absolute;
	bottom: 12px;
	right: 15px!important;
	z-index: 7;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	left:inherit;
	width: 50px;
	display: none;
}
.section-1 .col-2 {
	width: 475px;
	height: 500px;
	overflow: hidden;
	background: url(http://www.newsimg.cn/fashion/20171027fw/img/section-title-focus.jpg) no-repeat 0 0;
}
.section-1 .col-2 .mod-card {
	height: 220px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.section-1 .col-2 .mod-card .areaLeft {
	width: 270px;
	float: left;
}
.section-1 .col-2 .mod-card .areaRight {
	float: right;
	width: 190px;
	height: 220px;
	overflow: hidden;
}
.section-1 .col-2 .mod-card:nth-of-type(even) .areaLeft {
	float: right;
	margin-top: 20px;
}
.section-1 .col-2 .mod-card:nth-of-type(even) .areaRight {
	float: left;
}
.section-1 .col-2 .mod-card .topic {
	height: 63px;
	line-height: 1.5;
	text-align: left;
	font-size: 20px;
}
.section-1 .col-2 .mod-card:nth-of-type(odd) .topic {
	margin-top: 80px;
}
.section-1 .col-2 .mod .topic a {
	color: #333;
}
.section-1 .col-2 .mod .topic a:hover {
	color: #b30000;
}
.section-1 .col-2 .mod-card .media img {
	width: 190px;
	height: 240px;
}
.section-1 .col-2 .mod-card .media {
	display: block;
	overflow: hidden;
	display: inline;
	background-color:#f5f5f5;
}
.section-1 .col-2 .mod-card .media a img {
	transition: 0.5s;
}
.section-1 .col-2 .mod-card .media a img {
	display: block;
}
.section-1 .col-2 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-1 .col-2 .mod-card .abstract {
	height: 80px;
}
.section-1 .col-2 .mod-card .abstract a {
	color: #c00;
}
.section-1 .col-2 .mod-card .abstract a:hover {
	color: #b30000;
}


.section-2 {
	text-align: justify;
	font-size: 0;
	width: 100%;
    background:url(http://www.newsimg.cn/fashion/20180321qd/img/video.jpg)50% 0 no-repeat;
	padding-top:50px;
	padding-bottom:20px;
}
.section-2 .section-title {
	height: 180px;
	line-height: 140px;
	text-indent: -9999px;
	background: url(http://www.newsimg.cn/fashion/20180321qd/img/title-sp.png)50% 0 no-repeat;
	background-size: contain;
	border: 0;
}
.section-2 .waterfall{
    width: 1200px;
    margin: 0 auto;
}
.section-2 .unit-justify-list {
	display: inline-block;
	width: 380px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	height: 930px;
	overflow:hidden;
}
.section-2 .unit-justify-list:nth-of-type(2) {
	margin-top: 50px;
}
.section-2 .unit-justify-list .dym {
	border: 1px solid #e0bc6f;
	background: #191919;
	height: auto;
	padding: 10px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	display: inline;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.section-2 .unit-justify-list .dym img {
	width: 100%;
	height: auto;
}
.section-2 .unit-justify-list .dym .bfan {
	position: absolute;
    width: 100px;
    height: 100px;
    top: 25%;
    left: 50%;
    margin-left: -50px;
}
.section-2 .unit-justify-list .dym .con-title {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.5;
}
.section-2 .unit-justify-list .dym .con-title a {
	color: #fff;
}
.section-2 .unit-justify-list .dym .con-title a:hover {
	color: #f3e487;
}
.section-2 .justify_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}


.section-3 .section-title {
	height: 180px;
	line-height: 140px;
	text-indent: -9999px;
	background: url(http://www.newsimg.cn/fashion/20180321qd/img/title-runway.png)50% 0 no-repeat;
	background-size: contain;
	border: 0;
}
.section-3 .zy-Slide {
    position: relative;
    width: 1200px;
    height: 640px;
	margin-top: 50px;
	overflow: hidden;
}
.section-3 .zy-Slide ul {
    position: relative;
    width: 754px;
}
.section-3 .zy-Slide li {
    position: absolute;
    background: #000;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    border-radius: 5px;
}
.section-3 .zy-Slide .media {
	height: 100%;
} 
.section-3 .zy-Slide .media img {
    width: 100%;
    height: 100%;
	border-radius: 5px;
    vertical-align: middle;
}
.section-3 .zy-Slide .mod-tile {
	position:absolute;
	width: 300px;
	left: -554px;
    top: 85px;
}
.section-3 .zy-Slide .mod-tile h3 {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.section-3 .zy-Slide .mod-tile h3 a {
	color: #333;
}
.section-3 .zy-Slide .mod-tile h3 a:hover {
	color:#b30000;
}
.section-3 .zy-Slide .mod-tile .abstract {
	font-size: 16px;
	line-height: 1.8;
}
.section-3 .zy-Slide section:nth-child(1), .section-3 .zy-Slide section:nth-child(2) {
	position: absolute;
	top: 50%;
	width: 39px;
	height: 70px;
	line-height: 70px;
	margin-top: -20px;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 12px;
	background: rgba( 51, 51, 51, .3);
	border-radius: 5px;
	font-size: 12px;
}
.section-3 .zy-Slide section:nth-child(1):hover, .section-3 .zy-Slide section:nth-child(2):hover {
	background: rgba( 51, 51, 51, 1);
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
}
.section-3 .zy-Slide section:nth-child(1) {
    left: 340px;
}
.section-3 .zy-Slide section:nth-child(2) {
    right: 0;  
}
.section-3 .zy-Slide section{
	color: #fff;
}


.section-4 {
	background:url(http://www.newsimg.cn/fashion/20180321qd/img/zixun.jpg)50% 0 no-repeat;
	padding: 80px 0;
}
.section-4 .col-1 {
    margin:140px 50px 0 0;
	width:550px;
}
.section-4 .col-2 {
	width:550px;
	margin:-20px 0 0 50px;
}

.section-4 .secCon {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.section-4 .section-title {
	position: absolute;
	width: 330px;
	height: 119px;
	z-index: 2;
	text-indent: -9999px;
	background: url(http://www.newsimg.cn/fashion/20171027fw/img/section-title-selected.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 100px;
	margin-bottom: 0;
	border: 0;
}
.section-4 .native-tabs .tab-hds {
    height: 600px;
    width: 100%;
}
.section-4 .native-tabs .tab-hds li {
	width: 119px;
	height: 119px;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}
.section-4 .native-tabs .tab-hds li:first-child {
	margin-left: 480px;
}
.section-4 .native-tabs .tab-hds .current {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .5s;
	z-index: 10;
}
.section-4 .native-tabs .tab-hds li img { 
	transition: .5s;
	display: block;
	width: 100%;
	height: 100%;
}
.section-4 .native-tabs .tab-hds li:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-4 .native-tabs .tab-bd {
	position: absolute;
	right: 0;
	bottom: -15px;
	display: none;
}
.section-4 .native-tabs .active {
	display: block;
}
.section-4 .native-tabs .media {
	width: 600px;
	height: 130px;
	color: #ccc;
	overflow: hidden;
}
.section-4 .native-tabs .topic {
	padding: 10px 10px 0;
	font-size: 32px;
	color:#fff;
	height: 60px;
	line-height: 1.8;
	overflow: hidden;
}
.section-4 .native-tabs .topic a {
	color:#fff;
	float: left;
}
.section-4 .native-tabs .topic a:hover {
	color:#b30000;
}
.section-4 .native-tabs .topic span {
	font-size: 16px;
	font-weight: 400;
	margin-top: 24px;
	margin-left: 15px;
	float: left;
}
.section-4 .native-tabs .caption {
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.8;
}

.section-4 .item{
    font-size: 18px;
    text-indent: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2.2em;
    line-height: 2;
    background: url(http://www.newsimg.cn/fashion/20180321qd/img/spot.jpg) no-repeat 6px 50%;
}
.section-4 .item a{
    text-indent: 1.2em;
    display: block;
    width: 100%;
	color:#fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section-4 .item a:hover {
    color: #f3e487;
}

.section-5 {
	margin-bottom: 70px;
}
.section-5 .section-title {
	position: absolute;
	width: 600px;
	height: 80px;
	z-index: 2;
	text-indent: -9999px;
	background: #191919 url(http://www.newsimg.cn/fashion/20171027fw/img/section-title-schedule.png) 100px 18px no-repeat;
	margin-bottom: 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.section-5 .native-tabs .tab-hds {
	height: 80px;
	background-color: #191919;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.section-5 .native-tabs .tab-hds li {
	width: 200px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	color: #fff;
	font-size: 50px;
	text-align: center;
	background-color: #191919;
	position: relative;
	z-index: 100;
	margin-bottom: 3px;
}
.section-5 .native-tabs .tab-hds .current {
	border-top: 3px solid #cb4c75;
	border-bottom: 3px solid #cb4c75;
	background-color: #cb4c75;
	margin-top: -3px;
}
.section-5 .native-tabs .tab-bd {
	padding: 20px 10px 30px;
	display: none;
}
.section-5 .native-tabs .tab-bd .item {
	width: 550px;
	height: 30px;
	line-height: 30px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
	background-color: #f6f6f6;
}
.section-5 .native-tabs .tab-bd .item:nth-of-type(odd) {
	margin-right: 10px;
}
.section-5 .native-tabs .tab-bd .item:nth-of-type(even) {
	margin-left: 10px;
}
.section-5 .native-tabs .tab-bd .item span {
	margin-right: 10px;
}
.section-5 .native-tabs .tab-bd .item a {
	color: #333;
}
.section-5 .native-tabs .tab-bd .item a:hover {
	color:#b30000;
}
.section-5 .native-tabs .active {
	display: block;
}
.section-5 #native-tabs-2 .tab-hds li:first-child {
	margin-left: 780px;
}
.section-5 #native-tabs-3 .tab-hds li:first-child {
	margin-left: 0;
}
.section-5 #native-tabs-4 .tab-hds li:first-child {
	margin-left: 0;
}




.gototop {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #e5004f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	transition: 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	z-index: 1000;
}
.show {
	display: block;
	transition: 0.3s;
}


.adBottom {
	background: #f9f7f4;
	padding: 20px 0 40px;
}
.footer {
	padding: 30px 0;
	background: #f9f7f4;
	text-align: center;
	border-top: #e5004f solid 5px;
}
.footer p {
	line-height: 2;
}


.section-3 .section-title .more,  .section-title .more, .section-5 .section-title .more, .section-6 .section-title .more, .section-7 .section-title .more, .section-8 .section-title .more {
	display: none;
}
