﻿@charset "utf-8";
/* CSS Document */

@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: 100px auto 50px;
	width: 1200px;
}


.mod a {
	color: #444;
	transition: 0.5s;
}
.mod a:hover {
	color: #e8ae2b;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #e8ae2b;
}
.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: 20px;
	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;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, 0.2);
	color: #e8ae2b;
	transition: 0.3s;
}



/*网站导航*/
.top-bar {
	height: 49px;
	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: 50px;
	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: 50px;
	height: 540px;
	transition: .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-15 .headLine_tit {
	height: 52px;
	line-height: 46px;
    overflow: hidden;
    font-size: 40px;
	font-weight: 700;
    color: #e8ae2b;
    text-align: center;
	letter-spacing: -1.5px;
}
.section-15 .headLine_tit a {
    color: #e8ae2b;
	background: #fff;
	padding: 0 15px 2px;
}
.section-15 .headLine_tit a:hover {
	color: #fff;
	background: #e8ae2b;
}
.section-15 .headLine_txt {
	width: 950px;
    height: 90px;
    line-height: 1.8;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    background: #e8ae2b;
    box-sizing: border-box;
    padding: 2px 15px 0;
}
.section-15 .headLine_txt a {
	color: #fff;
}
.section-15 .headLine_line {
	width: 1198px;
    height: 100px;
    border: 1px solid #cdcdcd;
    margin-top: -140px;
    position: absolute;
    z-index: -1; 
}

/* section-11 */
.section-11 {
	margin-bottom: 50px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 660px;
	height: 420px;
	float: left;
}
.section-11 .pic img {
	display: block;
	width: 100%;
    height: 520px;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-11 .title a {
	color: #fff;
	font-size: 16px;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-11 .title span.b-txt {
	display: block;
	height: 70px;
    line-height: 1.6;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
}
.section-11 .title span.a-more {
	color: #e8ae2b;
	display: none;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #e8ae2b;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 5px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #e8ae2b;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: #e8ae2b;
}
.section-11 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-11 .section-list .unit-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #0950a0;
}
.section-11 .section-list .unit-title em {
	width: 140px;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #0950a0;
    font-size: 20px;
	font-style: normal;
    background-color: #fff;
	border: 1px solid #0950a0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.section-11 .section-list .unit-title em a {
	color: #0950a0;
}
.section-11 .section-list .unit-title em a:hover {
	color: #e8ae2b;
}
.section-11 .section-list .unit-title span {
	color: #0950a0;
	float: right;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
}
.section-11 .section-list .unit-title span a {
	color: #0950a0;
}
.section-11 .section-list .unit-title span a:hover {
	color: #e8ae2b;
}
.section-11 .section-list .mod-topics{
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}.section-11 .section-list .mod-topics:last-child {
	margin-bottom: 0;
}
.section-11 .section-list .mod-topics .topic {
	color: #e8ae2b;
	font-size: 18px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .section-list .mod-topics .topic a{
	color: #e8ae2b;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .mod-topics .topic a:hover{
	color: #e8ae2b;
}
.section-11 .section-list .mod-topics .abstract{
	height: 70px;
    line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-11 .item-list ul{
	padding-top: 0;
}
.section-11 .item-list li{
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 5px;
    margin-bottom: 6px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .item-list li:last-child {
    margin-bottom: 0;
}
.section-11 .item-list li::after{
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #e8ae2b;
    position: absolute;
    left: 10px;
    top: 12px;
}
.section-11 .item-list li a{
	color: #4c4c4c;	
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .item-list li a:hover{
	color: #e8ae2b;
}

.section-9 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.section-9 .swiper-container-keji {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-9 .swiper-slide {
	padding-bottom: 60px;
}
.section-9 .mod-tile {
	width: 360px;
	margin: 0 20px;
}
.section-9 .media img {
	width: 100%;
	height: 420px;
}
.section-9 .unit-title {
	text-align:center;
	font-weight: 100;
	margin-bottom: 0;
	text-indent: inherit;
	background: none;
	border: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 2;
	height: inherit;
}
.section-9 .unit-title a {
	color: rgba( 51, 51, 51, 1);
}
.section-9 .unit-title a:hover {
	color: #dc0000;
}
.section-9 .abstract {
	color: rgba( 51, 51, 51, 1);
	max-height: 245px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
    line-height: 1.6;
}
.section-9 .swiper-button-next, .section-9 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-9 .swiper-button-next {
	right: 20px;
	top: 35%
}
.section-9 .swiper-button-prev {
	left: 20px;
	top: 35%
}
.section-9 ul {
	margin-top: 30px;
}
.section-9 .item {
	width: 550px;
	height: 30px;
	line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}
.section-9 .item:nth-of-type(odd) {
	margin-right: 20px;
}
.section-9 .item:nth-of-type(even) {
	margin-left: 20px;
}
.section-9 .item span {
	margin-right: 10px;
}
.section-9 .item a {
	color: #333;
}
.section-9 .item a:hover {
	color:#b30000;
}


.section-10 {
	text-align: justify;
	font-size: 0;
	margin-top:50px;
	position:relative;
}
.section-10 .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: 850px;
	overflow:hidden;
}
.section-10 .unit-justify-list:nth-of-type(2) {
	margin-top: 50px;
}
.section-10 .unit-justify-list .dym {
	border: 1px solid #efeff0;
	background: #f5f5f5;
	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-10 .unit-justify-list .dym img {
	width: 100%;
	height: auto;
}
.section-10 .unit-justify-list .dym .bfan {
	position: absolute;
    width: 100px;
    height: 100px;
    top: 25%;
    left: 50%;
    margin-left: -50px;
	display: none;
}
.section-10 .unit-justify-list .dym .con-title {
	color: #333;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.5;
}
.section-10 .unit-justify-list .dym .con-title a {
	color: #333;
}
.section-10 .unit-justify-list .dym .con-title a:hover {
	color: #b30000;
}
.section-10 .justify_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

/* section-19 begin */
.section-19 .swiper-container-xctj{
	width: 100%;
	height: 600px;
	margin-top: 20px;
	overflow: hidden;
}
.section-19 {
	width: 1200px;
	position: relative;
	margin-top:50px;
}
.section-19 .pic img {
	display: block;
	width: 100%;
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background:url(http://www.newsimg.cn/travel/lajjlt2018/img/list_bg2.png) no-repeat center center;*/
	background: rgba( 51, 51, 51, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 62px;
	height: 62px;
	text-align: left;
}
.section-19 .title a {
	color: #fff;
	font-size: 22px;
}

.section-19 .swiper-pagination-fraction {
	bottom: 10px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #e8ae2b;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	background-color: #e8ae2b;
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}
.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-19 .swiper-button-prev:hover, .section-19 .swiper-button-next:hover {
	background-color: rgba(224, 68, 16, .6);
}
.section-19 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-19 .section-list .mod-topics{
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-19 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-19 .section-list .mod-topics .topic a{
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-19 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-19 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
/* section-19 end */

.section-1 .section-title, .section-9 .section-title, .section-10 .section-title, .section-7 .section-title, .section-19 .section-title {
	height: inherit;
	line-height: inherit;
	text-indent: inherit;
	background-color: inherit;
	border-bottom: 0;
	margin-bottom: 30px;
}
.section-1 .section-title em, .section-9 .section-title em, .section-10 .section-title em, .section-7 .section-title em {
	margin: 0 auto;
	display: block;
}


.xpage-more-btn {
    width: 120px;
    border: 1px solid #bbb;
    line-height: 35px;
    border-radius: 5px;
    cursor: pointer;
    background: #dcdcdc;
    text-align: center;
    font-size: 16px;
	position: absolute;
    right: 0;
}

.xpage-more-btn a {
	color:#333;
}
/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 160px;
  width: 60px;
  z-index: 10000;
  display: none;
}

.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}

.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}

.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}

.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}

@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #e8ae2b url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #f9f7f4;
	padding: 20px 0 40px;
}
.footer {
	padding: 30px 0;
	background: #f9f7f4;
	text-align: center;
	border-top: #e8ae2b solid 5px;
}
.footer p {
	line-height: 2;
}
