﻿* {
	padding: 0px;
	margin: 0px;
	
}

ul,
li,
a {
	list-style: none;
	text-decoration: none;
	color: #000;
}

.wrapper {
	width: 100%;
}
.wrapper .loca{
	width: 1100px;
	margin: auto;
}
.wrapper .loca span a{
 /* margin-right: 10px !important; */
}

.wrapper .loca span a:hover{
 color:#ff8458 !important;
 text-decoration: underline;
}
.wrapper .content {
	width: 100%;
	display: table;
}

.wrapper .content .traff {
	width: 1100px;
	margin: auto;
	display: table;
	margin-top:10px;

}

.wrapper .content .title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.wrapper .content .title h3{
	border-bottom: 1px solid black;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	height: 50px;
	line-height: 50px;
	position: relative;
font-family: TitleFont !important;
}

.wrapper .content .title h3 .fk {
	width: 25px;
	height: 25px;
	background: #ff8913;
	position: absolute;
	top: 0px;
	left: -9px;
	background: -webkit-linear-gradient(to left, #ff8856, #fca94f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to left, #ff8856, #fca94f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to left, #ff8856, #fca94f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #ff8856, #fca94f);
	/* 标准的语法 */
	z-index: -1;
}

.wrapper .content .title span {
	display: block;
	font-size: 22px;
}

.wrapper .content .traff_nav {
	width: 1100px;
	margin: auto;
	line-height: 50px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
}



.wrapper .content .traff .traff_cp {
	width: 1100px;
	display: table;
	padding-top: 10px;	
}

.wrapper .content .traff .traff_cp .second_coul {
	width: 527px;
	margin-left: 13px;
		height: 320px;
		margin-top: 15px;
}
.wrapper .content .traff .traff_cp .second_coul img {
	width: 527px;
	height: 320px;
}
 .wrapper .content .traff .traff_cp_sort ul li{
	float: left;
	width: 245px;
	height: 285px;
	background: #FFF;
	position: relative;
	box-shadow: 3px 3px 5px #a5a5a5;
	margin-bottom: 40px;
	margin-left:30px;
	margin-top: 15px;
}
.wrapper .content .traff .traff_cp ul li:nth-child(3) {
	margin-left: 13px;
	margin-right: 10px;
}

.wrapper .content .traff .traff_cp_sort ul li a{
	display: block;
	width: 245px;
	height: 280px;
}
.wrapper .content .traff .traff_cp_sort ul li img{
	width: 235px;
	height: 210px;
	vertical-align: top;
	padding: 5px;
}
.wrapper .content .traff .traff_cp_sort ul li .title{
	width: 245px;
	height: 35px;
	padding: 0px;
	line-height: 35px;
}
.wrapper .content .traff .traff_cp_sort ul li .title span{
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrapper .content .traff .traff_cp_sort .look_more{
	width: 65px;
	height: 65px;
	margin-top: -20px;
	border-radius: 50%;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	position: relative;
	background: -webkit-linear-gradient(to left, #ff8856, #fca94f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to left, #ff8856, #fca94f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to left, #ff8856, #fca94f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #ff8856, #fca94f);
	/* 标准的语法 */
}
.wrapper .content .traff .traff_cp_sort .look_more img{
	position: absolute;
	width: 40px !important;
	height: 40px !important;
	top: 50%;
	left: 50%;
	margin-top: -24.5px;
	margin-left: -24.5px;
}
.wrapper .content .traff .traff_cp_sort .look_more span{
	display: none;
	position: absolute;
	left: 9px;
	top: 10px;
	width: 50px;
	letter-spacing:2px;
	font-size: 15px;
	color:#FFF;
}
.wrapper .content .traff .traff_cp_sort  a:hover .title span{
      text-decoration:underline;
      color:#fda94f;
    }
.wrapper .content .traff .traff_cp_sort  a:hover .look_more span{
	    display: block;
}
.wrapper .content .traff .traff_cp_sort  a:hover .look_more img{
	    display: none;
}