body{
	min-width: 1200px;
}
.f-link{
	padding: 30px 0;
}
.f-link h2{
	font-size: 25px;
	color: #333;
}
.f-link div{
	margin-top: 25px;
}

.f-link a{
	font-size: 14px;
	color: #999;
	margin-right:10px;
}
.f-link a:hover{
	color: #ef4034;
}
.width{
	width: 1200px;
	margin: 0 auto;
}

.sss{
	background-color: #fff;
}

.top-action{
	background: #f8f8f8;
	height: 38px;
}
.top-action img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.ta1{
	float: left;
	display: flex;
}

.ta2{
	float: right;
	display: flex;
	align-items: center;
	color: #999;
}

.ta1 a,.ta2 a{
	display: flex;
	align-items: center;
	line-height: 38px;
	font-size: 14px;
	color: #888;
	padding: 0 15px;
}

.ta2 a:hover,.ta1 a:hover{
	background-color: #eee;
}

.top-search{
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-box form{
	display: flex;
	margin-bottom: 5px;
	margin-top: 13px;
	border: 2px solid #ef4034;
    border-radius: 30px;
}

.search-box a{
	line-height: 25px;
	margin-right: 15px;
	color: #ef4034;
}
.search-box a:hover{
	color: #ef4034;
}
.ts1{
	line-height: 38px;
	outline: none;
	padding: 0 20px;
	width: 480px;
	margin: 0;
	font-size: 16px;
	border: none;
	border-radius: 30px;
}
.ts1::-webkit-input-placeholder {
  color: #ccc;
}
.ts1::-moz-input-placeholder {
  color: #ccc;
}
.ts1::-ms-input-placeholder {
  color: #ccc;
}

.ts2{
	line-height: 40px;
    border: none;
    background-color: #ef4034;
    color: #fff;
    font-size: 16px;
    width: 92px;
    border-radius: 30px;
}

.ts3{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ef4034;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
	background: linear-gradient( 180deg, #EAEBFF 0%, #FFFFFF 50%);
	    padding: 11px 16px;
    border-radius: 11px;
    margin-top: -13px;

}
.ts3::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(234, 235, 255, 1));
    -webkit-mask-image: linear-gradient(#FFD0CF, #FFD0CF), linear-gradient(#FFD0CF, #FFD0CF);
    -webkit-mask-clip: content-box, padding-box;
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    box-sizing: border-box;
    z-index: 0;
}
.ts3 img{
	margin-right: 5px;
	width: 38px;
}
.nav-bar{
	height: 52px;
	background-color: #ef4034;
}

.nav-bar div{
	text-align: center;
}

.nav-bar a:hover{
	border-bottom: 2px solid #fff !important;
}

.nb-click{
	font-weight: bolder;
	border-bottom: 2px solid #fff !important;
}

.banner img{
	width: 100%;
}

.nav-box{
	width: 1200px;
	margin: -80px auto 10px auto;
	height: 225px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.1) ;
	background-color: #fff;
	position: relative;
}
.nav-box ul{
	display: flex;
	align-items: center;
	margin: 0 30px;
	border-bottom: 1px solid #ddd;
	height: 75px;
}
.nav-box ul li{
	flex: 1;
	color: #444;
	font-weight: bolder;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-box ul li img{
	margin-right: 10px;
}

.s-item{
	display: flex;
	margin: 0 30px;
}

.s-item a{
	flex: 1;
	height: 120px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	color: #666;
}
.s-item a p{
	padding-top: 80px;
}
.s-item a:hover p{
	color: #222;
}

.si1{
	background: url(../img/icon12.png) no-repeat center 25px;
}
.si1:hover{
	background: url(../img/icon11.png) no-repeat center 25px;
}
.si2{
	background: url(../img/icon13.png) no-repeat center 25px;
}
.si2:hover{
	background: url(../img/icon14.png) no-repeat center 25px;
}
.si3{
	background: url(../img/icon15.png) no-repeat center 25px;
}
.si3:hover{
	background: url(../img/icon16.png) no-repeat center 25px;
}
.si4{
	background: url(../img/icon17.png) no-repeat center 25px;
}
.si4:hover{
	background: url(../img/icon18.png) no-repeat center 25px;
}
.s-item img{
	margin-bottom: 20px;
}
.tips{
	text-align: center;
	font-size: 12px;
	color: #999;
}

.title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.title-box p{
	display: inline;
	font-size: 25px;
	color: #333;
}

.title-box span{
	color: #666;
	margin-left: 5px;
}

.title-box a{
	display: inline-block;
	margin: 0 10px;
	color: #333;
	line-height: 30px;
}

.title-box .tb-click{
	border-bottom: 2px solid #e83c18;
}

.title-box .tb-more{
	color: #E83C18;
}
.car-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.car-box ul{
	justify-content: space-between;
	/*margin-bottom: 30px;*/
	display: inline-block;
}
.car-box ul li{
	width: 280px;
	height: 330px;
	border: 1px solid #eee;
	float: left;
	margin:0px 9px 20px 9px;
}
.car-img {
	display: block;
	width: 280px;
	height: 200px;
	background-color: #eee;
}
.car-msg{
	display: block;
	margin: 10px 15px;
}
.car-msg .price{
	color: #ef4034;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	margin:0px !important;
}

.car-msg .tag{
	color: #333;
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:0px !important;
}

.car-action{
	margin: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items:center ;
}
.car-action span{
	color: #999;
	font-size: 12px;
}
.car-action a{
	background-color: #ef4034;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 14px;
}
.car-2{
	background-color: #eee;
}
.car2-c{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.car2-img{
	display: block;
	width: 400px;
	height: 320px;
	background-color: #ccc;
}

.car2-ul{
	width: 780px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.car2-ul li{
	width: 380px;
	height: 155px;
	background-color: #fff;
}
.car2-ul li a{
	display: flex;
	justify-content: space-between;
	margin: 10px;
	
}
.ci{
	width: 172px;
	height: 135px;
}
.ci-ti{
	width: 175px;
}
.ci-p{
	line-height: 25px;
	color: #333;
	margin-bottom: 8px;
	height: 50px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ci-want{
	font-size: 14px;
	color: #999;
}

.ci-price{
	font-weight: bolder;
	color: #ef4034;
	font-size: 18px;
}
.ci-ti div{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.car-box1 ul{
	justify-content: space-between;
	/*margin-bottom: 20px;*/
	display: inline-block;
}
.car-box1 ul li{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	width: 389px;
	height: 175px;
	float: left;
	margin:0px 6px 23px 5px;
}
.car-box1 ul li:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.car-img1{
	display: inline-block;
	width: 165px;
	height: 165px;
	background-color: #ddd;
}
.car-action1{
	width: 200px;
	position: relative;
	height: 165px;
}

.tag1{
	color: #333;
	line-height: 30px;
	margin-top: 10px;
	max-height: 90px;
	width: 200px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.des1{
	color: #999;
	font-size: 14px;
	margin: 10px 0;
}
.car-msg1{
	display: block;
	border-bottom: 1px solid #ddd;
}
.price1{
	color: #ef4034;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;

}

.car-action1 div{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.car-action1 div span{
	color: #999;
	font-size: 14px;
}

.car-action1 div a{
	background: #ef4034;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	padding: 2px 8px;
}

.lable{
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right,#f04234,#ef4034);
	color: #fff;
	padding: 5px 7px;
}

.foot{
	background-color: #2c2c2c;
	color: #999;
}
.foot-cont{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
.foot-cont ul {
	display: flex;
	
}
.foot-cont li{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.foot-cont ul a{
	display: block;
	line-height: 40px;
	color: #888;
}
.foot-cont ul a:hover{
	color: #ccc;
}
#footer3 a{
	color: #888;
}
.foot-cont ul p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mid-li{
	margin: 0 80px;
	padding: 0 80px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

.tell-ema{
	line-height: 30px;
}
.foot-right{
	/* width: 350px; */
}

.ma-box{
	display: flex;
	justify-content: space-between;
}

.ma-box div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ma-box p{
	margin-top: 20px;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.ff1,.ff2{
	display: flex;
	justify-content: center;
}
.ff1{
	margin: 40px 0;
}
.ff1 a{
	padding: 10px 12px;
	background-color: #434343;
	border-radius: 6px;
	margin: 0 45px;
}


.ff2 a{
	margin: 0 20px;
}

.ff2 a:hover{
	color:#ccc ;
}

.ff1 a:hover{
	background-color: #555;
}

/* 事故车 */

.tag-box{
	margin: 0 auto;
	height: fit-content;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
	margin-top: -60px;
	position: relative;
	padding: 35px;
	width: 1130px;
	
}

.tab-ul1{
	display: flex;
	padding-left: 25px;
	flex-wrap: wrap;
	max-width: 950px;
}

.tab-ul2{
	display: flex;
	padding-left: 25px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.tab-line{
	display: flex;
}

.t1{
	width: 65px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 22px;
	color: #666;
}

.tab-click{
	background: linear-gradient(to right,#ff7f2d,#f04234);
	color: #fff !important;
	border-radius: 4px;
}

.tab-ul1 li{
	margin-right: 15px;
	padding: 0 5px;
	min-width: 12px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	color: #666;
}

.tab-ul2 li a{
	margin-right: 15px;
	height: 22px;
	line-height: 22px;
	color: #666;
}

.tab-line-border{
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.list-box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.list-box li:nth-child(4n){
/*	margin-right: 0;*/
}
.t2{
	margin-left: 25px;
	line-height: 22px;
	height: 22px;
	padding: 0 5px;
}
.list-box li{
	margin-right: 37px;
	width: 270px;
	height: 330px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	position: relative;
}
.fswip-img{
	position: absolute;
	top: 0;
	left: 0;
}

.list-box .lb-show{
	display: block;
}

.list-box li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.lb-img{
	width: 100%;
	height: 201px;
}

.lb-p{
	color: #ef4034;
	margin: 10px;
	font-size: 18px;
}

.lb-p strong{
	font-weight: bold;
	font-size: 22px;
}

.lb-des{
	margin: 0 10px;
	height: 36px;
	line-height: 18px;
	color: #333;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}
.lb-act{
	display: flex;
	justify-content: space-between;
	margin: 10px;
}

.lb-act span{
	color: #999;
	font-size: 14px;
}

.lb-act .lb-more{
	background-color: #ef4034;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	padding: 2px 10px;
}

.page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	font-size: 14px;
}

.page button{
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #999;
	cursor:  pointer;
	background-color: #f0f0f0;
	outline: none;
	height: 23px;
	padding: 2px;
	display: flex;
	align-items: center;
}
.page-item{
	margin: 0 10px;
}
.page-item a{
	display: inline-block;
	line-height: 21px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 0 6px;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
}

.page-click{
	color: #fff !important;
	background-color: #FF7F2D !important;
	border: 1px solid #FF7F2D !important;
}

.page .point{
	margin-left: 20px;
	color: #999;
}

.point input{
	width: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #888;
	padding: 0 5px;
	outline: none;
	line-height: 19px;
}


/* show */
.show-nav{
	height: 70px;
	display: flex;
	align-items: center;
	color: #999;
	font-size: 14px;
}
.show-nav a{
	line-height: 16px;
	display: flex;
	align-items: center;
}
.show-nav a img{
	margin-right: 2px;
}
.show-nav span{
	margin: 0 8px;
}

.show-nav a:hover{
	color: #666;
}

.sh-left{
	width: 540px;
}
		    .swiper-container {
		      width: 100%;
		      height: 300px;
		      margin-left: auto;
		      margin-right: auto;
		    }
		
		    .swiper-slide {
		      background-size: cover;
		      background-position: center;
		    }
		
		    .gallery-top {
		      height: 400px;
		      width: 100%;
		    }
		
		    .gallery-thumbs {
		      height: 20%;
		      box-sizing: border-box;
		      padding: 10px 0;
			  margin-top: 15px;
		    }
		
		    .gallery-thumbs .swiper-slide {
		      width: 85px !important;
		      height: 60px;
		      opacity: 0.7;
		    }
		
		    .gallery-thumbs .swiper-slide-thumb-active {
		      opacity: 1;
		    }
			
.sl-action{
	display: flex;
	margin: 15px 0;
}
.sl-action a{
	display: flex;
	align-items: center;
	color: #777;
	margin-right: 30px;
	font-size: 14px;
}
.sl-action a img{
	margin: 0 5px;
	width: 14px;
	height: 14px;
}

.show-box{
	display: flex;
	justify-content: space-between;
}

.sh-right{
	width: 625px;
}

.car-ti{
	font-weight: bold;
	font-size: 27px;
}

.car-massage{
	display: flex;
	margin: 30px 0;
}

.car-massage li{
	width: 110px;
	padding-left: 15px;
	border-right: 1px solid #e7e7e7;
}
.car-massage li:last-child{
	border-right: none;
}

.car-massage p{
	color: #333;
	font-size: 16px;
	margin-bottom: 6px;
}

.car-massage span{
	font-size: 14px;
	color: #666;
}

.show-p{
	width: 100%;
	height: 88px;
	background: url(../img/show/show06.png) no-repeat;
	background-size: 100% 100%;
}

.show-p p{
	line-height: 88px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	padding-left: 20px;
}

.show-p p span{
	font-weight: normal;
	font-size: 20px;
}

.show-time{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	color: #888;
}

.show-tag span{
	background-color: #eee;
	color: #777;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 6px;
}
.show-btn{
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}
.btn-pre{
	width: 220px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	background-color: #ef4034;
	border: 2px solid #ef4034;
	border-radius: 4px;
	outline: none;
	font-size: 18px;
	cursor: pointer;
}

.btn-tel{
	width: 220px;
	height: 50px;
	color: #999;
	background-color: #fff;
	border: 2px solid #aaa;
	border-radius: 4px;
	outline: none;
	font-size: 18px;
	cursor: pointer;
}

.show-lis{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.show-lis li{
	display: flex;
	align-items: center;
	color: #666;
}

.show-lis li img{
	margin-right: 5px;
}

.tui{
	margin-bottom: 30px;
}

.tui-ti{
	font-size: 25px;
	font-weight: bold;
	color: #333;
	margin: 5px 0;
}

.tui-des{
	color: #333;
	text-indent: 1em;
}

.tui-au{
	color: #333;
	margin-top: 20px;
	text-align: right;
	padding-right: 25px;
}

.re-cont{
	background: #f4f4f4;
}
.re-ul{
	display: flex;
	margin: 0 60px;
	padding: 20px 0;
	justify-content: space-between;
	line-height: 30px;
	font-size: 14px;
}
.re-line span{
	display: inline-block;
}
.li1{
	width: 60px;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin-right: 15px;
	color: #999;
}

.li2{
	color: #666;
}

.re-tips{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	margin: 0 60px;
	padding: 30px 0;
}

.re-tips img{
	width: 14px;
	margin-right: 5px;
}

.img-box img{
	width: 588px;
	height: 438px;
	margin-bottom: 30px;
}

.img-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cf-img{
	width: 110px;
	height: 90px;
	margin-right: 10px;
}

.car-foot{
	margin: 40px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.af-left{
	display: flex;
	align-items: center;
}

.al-ti{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
}

.al-pri{
	color: #888;
}

.al-pri strong{
	color: #FF7F2D;
	font-size: 20px;
	font-weight: bold;
}
.af-right button{
	line-height: 40px;
	width: 150px;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}
.al1{
	background-color: #FF7F2D;
	border: 1px solid #FF7F2D;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}

.al2{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
}

.shop-box{
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shop-msg{
	display: flex;
	align-items: center;
}

.shop-msg img{
	margin-right: 20px;
}

.shop-ti{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.shop-ti span{
	background: #ffe6d5;
	border-radius: 4px;
	color: #ff7e2d;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
	padding: 0 5px;
}

.shop-msg{
	color: #666;
	margin: 15px 0;
}

.shop-tag{
	font-size: 14px;
	color: #fff;
	padding: 0px 6px;
	border-radius: 4px;
	background: linear-gradient(to left,#ff7f2d,#f04234);
}

.shop-btn{
	background: #0055ff;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 4px;
	width: 150px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
}

.ct-img{
	width: 280px;
	height: 200px;
}
.car-tui{
	display: flex;
	flex-wrap: wrap;
}

.car-tui li{
	border: 1px solid #eee;
	width: 280px;
	margin-bottom: 25px;
	margin-right: 24px;
}

.car-tui li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.car-tui li:nth-child(4n){
	margin-right: 0;
}

.ct-ti{
	color: #222;
	font-size: 18px;
	margin: 10px;
}

.ct-des{
	color: #999;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}

.ct-pri{
	color: #FF7E2D;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 10px;
}

.st1{
	display: flex;
	align-items: center;
}

.st1 img{
	margin: 0 5px;
}


/* 论坛 */
.forum{
	background-color: #f4f4f4;
}
.forum1{
	display: flex;
	justify-content: space-between;
}
.forum-left{
	width: 890px;
	background-color: #fff;
	
}

.forum-right{
	width: 300px;
	
}

.fro-line{
	display: flex;
	justify-content: space-between;
	margin: 15px;
}

.fswip{
	width: 410px;
}
.fswip .swiper-container {
  width: 100%;
  height: 100%;
}

.fswip .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.fswip .swiper-pagination-bullet{
	background-color: rgba(255,255,255,.7) !important;
}

.fswip .swiper-pagination-bullet-active{
	background-color: #E41619 !important;
}

.fh{
	width: 435px;
}

.fh div{
	display: flex;
	justify-content: space-between;
	margin: 15px;
	color: #666;
}

.fh div a{
	width: 350px;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}

.fh div a:hover{
	color: #FF4E00;
}
.fro-line1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 15px;
}

.flt{
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.fla{
	color: #555;
	font-size: 14px;
	display: flex;align-items: center;
}

.fro-line2{
	display: flex;
	justify-content: space-around;
	margin: 25px 15px;
	margin-bottom: 50px;
}

.fro-line2 p{
	color: #444;
	margin-top: 8px;
}

.fro-line2 a:hover p{
	color: #EF4034;
}

.fro-box{
	margin: 15px 15px 30px;
	
}

.fro-box .h2{
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.fb-text{
	display: flex;
	margin: 15px 0;
	width: 760px;
	
}

.fb-text img{
	width: 230px;
	height: 125px;
	border-radius: 4px;
	margin-right: 10px;
}

.fb-text p{
	color: #888;
	line-height: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.fb-act{
	width: 760px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.fa1{
	color: #666;
	font-size: 14px;
	display: flex;
}

.fa1 a{
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.fa1 a:hover{
	color: #EF4034;
}
.fa1 img{
	margin-right: 8px;
}

.fa2 a{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ef4034;
}

.fa2 img{
	margin-left: 8px;
}
.fr-u{
	background-color: #f1f1f1;
	display: flex;
	padding: 15px;
	align-items: center;
}

.fr-u img{
	margin-right: 10px;
	border-radius: 50%;
}

.fr-t div{
	display: flex;
	align-items: center;
}

.fr-1{
	justify-content: space-between;
	
}

.fr-1 p{
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.fr-1 a{
	color: #888;
	font-size: 14px;
}

.fr-2{
	justify-content: space-between;
	margin-top: 10px;
}

.fr-2 a{
	padding: 0 9px;
	font-size: 12px;
	color:#ef4034 ;
	border-right: 1px solid #ddd;
}
.fr-2 a:last-child{
	border-right: none;
}

.fr-t{
	width: 100%;
}


.fr-msg{
	background-color: #fff;
	padding-bottom: 10px;
}

.fm-num{
	margin: 0 15px;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.fm-num div{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fm-num p{
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

.fm-num span{
	color: #888;
}

.fm-box{
	margin: 15px;
	margin-bottom: 30px;
}

.fm-box h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.fm-box div{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.fm-box div span{
	font-size: 14px;
	color: #777;
	margin-right: 5px;
}

.fm-box .n1{
	color: #ef4034;
}

.fm-box a{
	width: 240px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fm-box a:hover{
	color: #ef4034;
}

.fm-box strong{
	color: #777;
	margin-left: 10px;
	font-size: 12px;
}

.hot-img{
	position: absolute;
}.sg-new{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}
.sn1{
	width: 585px;
	display: flex;
	justify-content: space-between;
}
.a-list{
	width: 340px;
}
.sg-new .a-list div{
	display: flex;
	margin-bottom: 6px;
	justify-content: space-between;
}
.a-list a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
}
.a-list div span{
	color: #999;
	margin-left: 10px;
	font-size: 12px;
}
.sn-nav{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.sn-nav a{
	display: inline-block;
	line-height: 48px;
	width: 120px;
	text-align: center;
}
.sn-click{
	background-color: #eee;
	color: #FF3300 !important;
}
.sn-nav a:hover{
	background-color: #f2f2f2;
}
.sn-a{
	width: 230px;
	height: 230px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.sn-a img{
	width: 100%;
	height: auto;
}
.sn-a p{
	position: absolute;
	padding-left: 10px;
	bottom: 0;
	left: 0;
	color: #fff;
}


.sq-nav{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.sq-nav a{
	display: inline-block;
	line-height: 48px;
	width: 90px;
	text-align: center;
}
.sq-nav a:hover{
	background-color: #f2f2f2;
}


.sq-new{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.sq1{
	width: 550px;
	display: flex;
	justify-content: space-between;
}
.q-list{
	width: 100%;
}
.sq-new .q-list div{
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
.q-list a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 450px;
}
.q-list div span{
	color: #999;
	margin-left: 10px;
	font-size: 12px;
}

.sq-click{
	background-color: #eee;
	color: #FF3300 !important;
}

.sq-a{
	width: 230px;
	height: 230px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.sq-a img{
	width: 100%;
	height: auto;
}
.sq-a p{
	position: absolute;
	padding-left: 10px;
	bottom: 0;
	left: 0;
	color: #fff;
}

.sg-social{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ss-item{
	width: 585px;
	display: flex;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ccc;
	margin-top: 28px;
}
.ss-i{
	margin-right: 10px;
}
.ss-i img{
	width: 260px;
	height: 180px;
}
.ss-b{
	padding: 20px;
	padding-left: 10px;
	position: relative;
}

.ss-b a{
	font-weight: bold;
	font-size: 16px;
}

.ss-b p{
	color: #666;
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ss-b div{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.ss-b span{
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}