﻿.ft-gallery {
	position:relative;
	overflow:hidden;
	min-width:1000px;
	margin-top:10px
}
.ft-gallery li {
	float:left;
	width:20%;
	position:relative;
	overflow:hidden;
	display: inline-block;
}
.ft-gallery li img {
	width:100%;
}
.ft-gallery .gallery-text {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -175px;
    font-size: 34px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
    background: url(../images/yinying.png);
    z-index:10;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ft-gallery .gallery-text span {
    color: #fbf600;
}
.hot-mdd-nav {
    height: 30px;
    margin-bottom: 15px;
    padding: 12px 0;
    line-height: 30px;
    width:320px;
    margin:20px auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
    
}
.hot-mdd-nav h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 100;

    color: #636363;

}
.ft-gallery  ul li .info {
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -30px;
    pointer-events: none;
    -webkit-transform: translateZ(100px) scale(0.9);
    transform: translateZ(100px) scale(0.9);
}
.ft-gallery ul li .info h2 {
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
figure.hotmdd img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.hotmdd figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.hotmdd h2,
figure.hotmdd p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.hotmdd h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.hotmdd p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.hotmdd:hover img,
figure.hotmdd:hover p {
	opacity: 1;
}

figure.hotmdd:hover img,
figure.hotmdd:hover h2,
figure.hotmdd:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.hotmdd:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.ft-gallery figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ft-gallery figure h2, .ft-gallery figure p {
    margin: 0;
}
.ft-gallery figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.ft-gallery figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-left: 20px;
    padding-top: 20px;
}
.ft-gallery figure figcaption, .ft-gallery figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ft-gallery figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;

    height: 200px;
    background: #666;
    text-align: center;
    cursor: pointer;
}
.ad {
		margin:0 auto;
		width:1200px;
}
.imge{
		background: url(../images/ad.jpg) no-repeat;
		margin-top:30px;
		display: inline-block;
    overflow: hidden;
    cursor: pointer;
    height:200px;
    width:1200px;

	  }
.charm {
    position: relative;
    margin: 0 19px 0 20px;
    border-bottom: 1px solid #f5f5f5;
}
.charm h3 {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}
.charm-list {
    position: relative;
    height: 60px;
    overflow: hidden;
}
.charm-list li {
    width: 100%;
}
.charm-list .text {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    color: #636363;
}
.pcharm-list .text a {
    color: #FF3E96;
}
.charm-lf {
    position: absolute;
    top: 8px;
    right: -9px;
    color: #959595;
}
.charm-lf span {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    background-color: #fff;
    cursor: pointer;
}
.charm-lf span.prev:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #959595;
}
.charm-lf span.next:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #959595;
}
.charm-dowm {
    width: 100%;
    padding: 5px 0 10px;
    overflow: hidden;
}
.charm-dowm .mores {
    float: left;
}
.charm-dowm .add {
    float: right;
}
.charm-dowm a{
		font-size:12px;
		color:#6495ED;	
}

.poinav{	
    position: relative;
    margin: 0 19px 0 20px;	
}

.poi-heji {
    display: table-cell;
    float: left;
    width: 100%;
}

.poi-heji li {
    position: relative;
}
.poi-heji li .bigicon i{

    font-size: 30px;
    float: left;
    margin-right:20px;
    line-height: 53px;
	
}
.poi-heji li a {
    border-bottom: 1px solid #F7F7F7;
    color: #000a12;
    display: block;
    height: 53px;
    line-height: 53px;
    padding-right: 20px;
    line-height: normal;
}
.poi-heji .c1 i{
	  color: #EE30A7;
}
.poi-heji .c2 i{
	  color: #FFA500;
}
.poi-heji .c3 i{
	  color: #90EE90;
}
.poi-heji .c4 i{
	  color: #CD5B45;
}
.poi-heji .c5 i{
	  color: #1E90FF	;
}
.poi-heji li a .typeName {
    color: #000a12;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;    
    margin-top: 7px;
}
.poi-heji li a .typeQty{
    font-size: 16px;
}
.poi-heji li a .contentCount, .poi-heji li .nolink .contentCount {
    color: #6495ED;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.poi-heji li a .nav_arrow {
    right: 20px;
    position: absolute;
    top: 11px;
    font-size: 24px;
    line-height: 24px;
    color: #6495ED;
}
.image-icon{
    position: absolute;
    left: 650px;
    bottom: 350px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#00000000,endColorStr=75000000);
    background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75));
    background: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75));
    background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.75));
    padding: 5px;
    border-radius: 5px;
}

.image-icon i{
		font-size:20px;

	
	}
.ather {
		padding: 25px 15px 0;
}
.ather .saless {
		color:#959595;
	  padding-left: 4px;
}
.ather .saless em{
		color:#6495ED;
}
.ather .bap {
		float: right;
    color: #959595;
    line-height: 1;
    margin-top: -4px;
}
.ather .bap em{
	 font-size: 24px;
	 color:#ff7467;
}
.more-mdd{
    margin-left: 530px;
    overflow: hidden;
    border: 1px solid #b7b2b2;
    padding: 8px 20px;
    border-radius: 9px;
    width:88px;
}
.more-mdd a{
		color:#999;
}
.more-mdd i{
		font-size:18px;
		color:#999;
		padding-right:10px;
}
.jdl{
   max-width: 1104px;
    margin: 35px auto;
}
.jdl-box{
		font-size:0;	
}	
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0, 0);
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    display: inline-block;
    width: 25%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.swiper-slide a{
    display: block;
    width: 100%;
}

.story_item {
    position: relative;
    width: 100%;
    height: 414px;
    border-radius: 1px;
    cursor: pointer;
}
.story_item span.en {
		display: none;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: none;
    font-size: 20px;	
	
}
.story_item span{
	  position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 150px 15px 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
}
.wenda-box {

	  width: 1200px;
    height: auto;
    margin: 0 auto;
}
.wenda-box  .common_list{
		border: #e2e2e2 1px solid;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
	
}