body {
	background: #f7f7f7;
}

li {
	list-style-type: none;
}

.shaixuan button {
	margin-bottom: 10px;
}

img[src=""] {
	opacity: 0;
	height: 0;
	display: none;
}


/*自定义公共元素*/
.framebox
{height:100vh}
.index_xuni{
    overflow: hidden;
    position: relative;
    height: 30px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.nei_xihuan h3{
	    border-left: 3px solid #ef3220;
}
.bottom10{
	margin-bottom: 10px !important;
}
.xuni_baoming{
	height: 30px;
	overflow: hidden;
}
.xuni_baoming .swiper-slide li{
	padding-left: 10px;
	text-align: center;
	
}
.zhandianqiehuan button:nth-child(1) {
    display: none;
}
.color898989 {
	color: #898989;
}

.fontsize22 {
	font-size: 22px;
}

.fontsize20 {
	font-size: 20px;
}

.fontsize18 {
	font-size: 18px;
}

.fontsize16 {
	font-size: 16px;
}

.fontsize14 {
	font-size: 14px;
}

.fontsize12 {
	font-size: 12px;
}

.fontweight {
	font-weight: 900;
}

.fontweight4 {
	font-weight: 400;
}

.fontweight1 {
	font-weight: 100;
}

img {
	width: 100%;
}

.bg_zhu {
	background: #ef3220;
}

.bg_fu {
	background: #d0ab4d;
}

ul {
	margin: 0 !important;
	padding: 0 !important;
}

p {
	margin: 0!important;
	padding: 0 !important;
}

.container {
	overflow: hidden;
}

.pub_div {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #fff;
}

.pub_list {
	margin: 10px 0
}
.pub_list li .x12 .x8 h4{
	font-size: 14px;
}
.pub_list li .x12 .x8 p{
	font-size: 13px;}
.pub_list li img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

.yuyue_2 {
	border-radius: 8px;
}

.yuyue_2 a,.yuyue_2 button {
	line-height: 40px;
	padding: 0 10px;
	border: none;
}
.yuyue_2 button{
	background: none;
	text-align: center;
	width: 100%;
}


.yuyue a {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

.yuyue a,.yuyue button {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

.list_more a {
	display: block;
	line-height: 50px;
	width: 100%;
	color: #666666;
	font-size: 16px;
	margin: auto;
	background: #F1F1F1;
	text-align: center;
	border-radius: 5px;
}

.pub_list .x12 {
	padding: 10px;
}

.pub_list .x12 .x8 p span {
	color: #999;
}

.pub_list .x12 .x8 p {
	margin-bottom: 0;
}

.pub_list li {
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 10px;
}

.pub_top_jiange {
	height: 50px;
	width: 100%;
}

.loupsan_s {
	width: 80%;
	margin: auto;
	margin-top: 10px;
}
.loupsan_s .x12{
	padding:10px !important;
}
.loupsan_s li {
	margin-bottom: 0 !important;
}

.loupsan_s input {
	line-height: 30px
}

.loupsan_s .loupsan_s_txt {
	border: 1px solid #d6aa54;
	text-indent: 1em;
	color: #333;
	margin-right: -5px;
	padding: 0;
	width: 70%;
}

.loupsan_s .loupan_s_btn {
	border: none;
	background: #d6aa54;
	color: #ffffff;
	width: 30%;
}
.loupan_sjs a{
	display: block;

width: 100%;
}


/*自定义公共元素结束==========================================*/


/*导航条*/

.mobile-inner-nav a {
	/*-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;*/
}

@-webkit-keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile {
	width: 100%;
	float: left;
	margin-top: 100px;
}

.mobile-inner {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}

.mobile-inner img {
	width: 100%;
	margin-bottom: 30px;
}

.mobile-inner p {
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}

.mobile-inner-header {
	background-color: #fff;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 900;
	;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 50px;
	font-size: 25px;
	text-align: center;
	right: 0;
	top: 0;
	z-index: 99999;
	width: 50px;
	position: fixed;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: #333;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	display: none;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}
	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}
	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

.nav_box a {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 40% !important;
	color: #333;
	padding-top: 60px;
	text-align: center;
}

.nav_box .nav_box_1 {
	height: 60px;
	background: url(../images/nva_ico_3.png);
}

.nav_box .nav_box_2 {
	height: 60px;
	background: url(../images/nva_ico_5.png);
}

.nav_box .nav_box_3 {
	height: 60px;
	background: url(../images/nva_ico_7.png);
}

.nav_box .nav_box_4 {
	height: 60px;
	background: url(../images/nva_ico_9.png);
}

.nav_box .nav_box_5 {
	height: 60px;
	background: url(../images/nva_ico_15.png);
}

.nav_box .nav_box_6 {
	height: 60px;
	background: url(../images/nva_ico_16.png);
}

.nav_box .nav_box_7 {
	height: 60px;
	background: url(../images/nva_ico_29.png);
}

.nav_box .nav_box_8 {
	height: 60px;
	background: url(../images/nva_ico_30.png);
}

.mobile-inner-nav {
	z-index: 9001;
	height: 100%;
	background-color: #FFFFFF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	padding-bottom: 80px;
	display: none;
}

.nav_box {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}

.bak_index {
	line-height: 35px;
	width: 100px;
	border-radius: 30px;
	background: #EF3220;
	text-align: center;
	margin-left: 8%;
	margin-top: 10px;
}

.bak_index a {
	color: #FFFFFF;
}

.nav_donghua {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-bottom: 30px;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	animation-delay: 0.1s;
}

.mobile-inner-nav h3 {
	text-align: center;
	color: #333;
	font-size: 18px;
	margin: 20px 0;
	font-weight: 800;
}

.nav_img {
	width: 100%;
	padding: 0 10px;
}

.mobile-inner-nav a {
	/*-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;*/
	font-weight: 300;
	margin-bottom: 30px;
}

.mobile-inner-nav a:hover {
	color: #ffd2d2;
}

.head_tit {
	line-height: 50px;
	text-align: center;
	font-weight: 600;
}

.head_city a {
	line-height: 50px;
}

.head_city {
	padding-left: 20px;
}

.back {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 24px;
}

.nav_box a:hover {
	color: #EF3220
}


/*导航条结束*/

.homeContainer {
	padding: 0;
	margin-top: 50px;
}

.bannerSwiper .swiper-slide img {
	width: 100%;
}

.bannerSwiper .swiper-pagination span {
	background: #838181;
	opacity: .41;
	width: 9px;
	height: 9px;
	margin: 0 2.5px !important;
}

.bannerswiper-pagination .swiper-pagination-bullet-active {
	opacity: .92 !important;
}

.bannerSwiper .swiper-button-next {
	background-image: url("../images/icon.png");
	width: 17px;
	height: 57.5px;
	background-size: cover;
}

.bannerSwiper .swiper-button-prev {
	background-image: url("../images/icon.png");
	width: 17px;
	height: 57.5px;
	background-size: cover;
	transform: rotate(180deg);
}

.list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 18px;
}

.listCol {
	width: 20%;
	text-align: center;
	margin: 5px 0;
}

.index_ico {
	padding: 10px 0;
	background: #fff;
}

.listCol h2 {
	font-size: 14px;
	color: #323232;
}

.listCol img {
	width: 49px;
	margin: 5px auto 7px;
}

.BoxCol2 {
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-between;
	background: #fff;
}

.BoxCol2 img {}

.BoxCol2R {
	width: 49%;
}

.BoxCol2R img {
	width: 100%;
}

.BoxCol2R img:nth-child(1) {
	margin-bottom: 4.5px;
}

.BoxCol3 {
	background: #fff;
}
.BoxCol3 h4{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding: 20px 0 0;
}
.BoxCol3 p{
	font-size: 14px;
	color: #999;
	text-align: center;
}
.BoxCol3 p span{
	color: #ef3220;
}
.BoxCol3img{
	padding: 10px;
}

.BoxCol3 img:nth-child(2) {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.BoxCol3List {
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol3ListInput {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	border-radius: 3px;
	overflow: hidden;
}

.BoxCol3ListInput select, .BoxCol3ListInput input {
	background: none;
	height: 40px;
	width: 100%;
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol3ListInput #Col1 {
	width: 49%;
}

.BoxCol3ListInput .mianji {
	width: 49%;
}

.BoxCol3ListBtn {
	height: 42px;
	width: 100%;
	text-align: center;
	background: #ef3220;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 17px;
}

.BoxCol3ListBtn input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
}

.BoxCol4 {
	background: #fff;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol4Title {
	line-height: 41px;
	padding-top: 6px;
	font-weight: 900;
}

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

.BoxCol4ListCol {
	width: 49%;
	margin-bottom: 10px;
}

.BoxCol4ListCol img {
	width: 100%;
}

.BoxCol4ListColT {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 900;
	line-height: 33px;
}

.BoxCol4ListCol1 {
	background: #eeeeee;
}

.BoxCol4ListColT:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.BoxCol4ListColT:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.homeContainer .animated .BoxCol9ListColCon p {
	color: #a6a6a6;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 38px;
}

.BoxCol4ListColBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	justify-content: center;
}

.BoxCol4ListColCon {
	width: 43%;
	margin: 0 3%;
	background: #fff;
	line-height: 24px;
	text-align: center;
	margin-bottom: 11px;
}

.BoxCol4Btn {
	width: 100%;
	line-height: 52px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.BoxCol5 {
	background: #fff;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol5Box {
	border-radius: 9px;
	overflow: hidden;
	height: 40px;
}

.BoxCol5 input {
	border: none;
	height: 40px;
	line-height: 40px;
}

.BoxCol5 input:nth-child(1) {
	padding-left: 10px;
	background: #f7f7f7;
}

.BoxCol5 input:nth-child(2) {
	color: #fff;
	background: #ef3220;
}

.BoxCol6 {}

.BoxCol6 img {
	width: 100%;
}

.BoxCol7 {
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.BoxCol7Title {
	line-height: 50px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.BoxCol7Title h3 {
	font-weight: 400;
	color: #999999;
}

.BoxCol7ListContainer .swiper-slide img {
	width: 100%;
}

.BoxCol7ListContainer .swiper-slide h2 {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	bottom: 0;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.BoxCol8 {}

.BoxCol9 {
	background: #fff;
	padding: 0 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol8, .BoxCol8 img {
	width: 100%;
}

.BoxCol9Title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 0;
	line-height: 70px;
	font-weight: 900;
}

.BoxCol9Title h3 {
	font-weight: 400;
	font-size: 14px;
}

.BoxCol9Head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 2px;
}

.BoxCol9HeadCol {
	position: relative;
	line-height: 40px;
	font-size: 16px;
	width: 28%;
	text-align: center;
	font-weight: 500;
}

.BoxCol9ListCol {
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
}

.BoxCol9HeadColIcon {
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
	background: #ef3220;
	display: none;
}

.BoxCol9HeadColSelect {
	color: #ef3220;
}

.BoxCol9HeadColSelect .BoxCol9HeadColIcon {
	display: block;
}

.BoxCol9ListColCon h2 {
	color: #4b4b4b;
	font-size: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}

.BoxCol9ListColCon p {
	color: #a6a6a6;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 30px;
}

.BoxCol9ListColImg {
	float: right;
}

.BoxCol9ListColCon h4 {
	color: #dfdfdf;
	font-size: 14px;
}

.BoxCol9ListColCon h4:before {
	content: '';
	background: #e1e1e1;
	width: 25px;
	height: 1px;
	position: absolute;
	bottom: 22px;
}

.BoxCol9Btn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #cf0017;
	border: 2px solid #d42135;
	border-radius: 7px;
	margin: 20px auto 0;
}

.BoxCol10 {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.BoxCol10 img {
	width: 100%;
}

.BoxCol11ListContainer .swiper-slide img {
	width: 100%;
}

.BoxCol11ListContainer h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BoxCol11 {
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.BoxCol12Con {
	width: 90%;
	background: #fff;
	box-shadow: 0 0 28px rgba(7, 0, 1, .16);
	height: 110px;
	margin: 30px auto;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
}

.BoxCol12ConL {
	width: 75%;
}

.BoxCol12ConL h2 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
}

.BoxCol12ConL h3 {
	font-size: 14px;
}

.BoxCol12ConR img {
	width: 60px;
	margin: auto;
}


/*三级页*/

.threePageBanner {
	width: 100%;
	position: relative;
}

.threePageBanner img {
	width: 100%;
}

.threePageBannerCon {
	position: absolute;
	bottom: 0;
	padding:20px 10px 10px 10px;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));

}

.threePageBanner h2 {
	color: #fff;
}

.threePageBanner h3 {
	color: #fff;
}

.threePageContent {
	width: 100%;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
}

.threePageTitle {
	margin-bottom: 20px;
}

.threePageTitle h3 {
	color: #999999;
}

.threePageTitle h2 {
	line-height: 30px;
	color: #333333;
}

.threePageJieshao h2 {
	line-height: 35px;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
}

.threePageJieshaoCon {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}

.threePageJieshaoConImg {
	width: 70px;
	height: 70px;
	background: #bebebe;
}

.threePageJieshaoConZ {
	width: 45%;
}

.threePageJieshaoConZ h3 {
	line-height: 30px;
	color: #333;
}

.threePageyouhui {
	padding: 10px 0;
	color: #666666;
}

.threePageJieshaoConZ p {
	margin: 0;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threePageJieshaoConBtn {
	background: #ff0000;
	width: 90px;
	height: 35px;
	border-radius: 8px;
	color: #fff;
	line-height: 35px;
	text-align: center;
}

.threePageJieshaoConBtn a {
	color: #ffffff;
}

.threePageJieshao h4 {
	line-height: 30px;
	padding-bottom: 5px;
	color: #7e7e7e;
}

.threePageTitleList {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.threePageTitleListCol {
	position: relative;
	line-height: 40px;
	margin: 0 10px;
}

.threePageTitleListColSelect:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 4px;
	background: #ef3220;
	left: 0;
	right: 0;
	margin: auto;
}


/*ganhaining*/

.threePageContentListSwiper .swiper-slide {
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xiandaijianyue img {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
}

.xiandaijianyue_down {
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: space-between;
	overflow: hidden;
}
.xiandaijianyue_down .x8 h2{
	color:#333;
	font-size: 13px;
}

.xiandaijianyue_down .x8 h3{
	font-size: 12px;}
.down_zuo h2 {
	font-size: 18px;
	margin: 0 0 5px 10px;
}

.down_zuo h3 {
	font-size: 14px;
	color: #4d4d4d;
	margin-left: 10px;
}

.down_you button {
	font-size: 14px;
	line-height: 35px;
	width: 100px;
	background: #d0ab4d;
	margin-right: 10px;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
	border: none;
	color: #fff;
}

.down_you button a {
	color: #ffffff;
}

.xiandaijianyue {
	margin-top: 10px;
	background: #fff;
	padding-bottom: 20px;
}

.swiper-slideBox {
	width: 100%;
	height: 130px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	border-radius: 8px;
}

.threePageContentListSwiperImg {
	position: relative;
}

.threePageContentListSwiperImg .icon {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
}

.threePageContentListSwiperImg .touxiang {
	width: 80px;
}

.SwiperContent {
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}

.SwiperContent h2 {
	font-size: 18px;
	font-weight: 900;
	margin-right: 10px;
}

.SwiperContent h3 {
	font-size: 12px;
}

.SwiperContentColBox {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.SwiperContentCol {}

.threePageContentListSwiperCon {
	padding-left: 10px;
}

.threePageContentListSwiperCon p {
	font-size: 14px;
	color: #525252;
	margin: 0;
}

.swiper-slideBtn {
	display: flex;
	flex-wrap: wrap;
}

.swiper-slideBtnCol {
	padding: 0 5px;
	font-size: 12px;
	line-height: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	margin: 0 3px 5px;
}

.swiper-slideBtnCol:nth-child(1) {
	background: #c4f5dd;
	color: #00d36a;
}

.swiper-slideBtnCol:nth-child(2) {
	background: #efddf2;
	color: #ba6dc8;
}

.swiper-slideBtnCol:nth-child(3) {
	background: #fdd1cc;
	color: #f73921;
}

.swiper-slideBtnCol:nth-child(4) {
	background: #fdf2c4;
	color: #f6c800;
}

.xiandaijianyue_downContent {
	font-size: 14px;
	color: #7e7e7e;
	padding: 0 10px !important;
	line-height: 20px;
	margin-top: 5px !important;
}

.xiandaijianyue_downLiucheng {
	height: 30px;
	position: relative;
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
}

.xiandaijianyue_downLiucheng img {
	width: 25px;
	margin: 0 !important;
	position: relative;
	z-index: 9;
}

.xiandaijianyue_downLiucheng:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 93%;
	height: 2px;
	background: #7e7e7e;
	margin: auto;
	right: 0;
	z-index: 0;
}

.xiandaijianyue_downLiuchengA {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24%;
	height: 2px;
	background: red;
	margin: auto;
	left: 6px;
	z-index: 1;
}
.xiandaijianyue_downLiuchengA1 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24%;
	height: 2px;
	background: red;
	margin: auto;
	left: 25%;
	z-index: 1;
}
.xiandaijianyue_downLiuchengA2 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24%;
	height: 2px;
	background: red;
	margin: auto;
	left:50%;
	z-index: 1;
}
.xiandaijianyue_downLiuchengA3 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24%;
	height: 2px;
	background: red;
	margin: auto;
	left: 50%;
	z-index: 1;
}
.xiandaijianyue_downLiuchengA4 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24%;
	height: 2px;
	background: red;
	margin: auto;
	left: 75%;
	z-index: 1;
}
.xiandaijianyue_downLiuchengTitle {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.xiandaijianyue_downLiuchengTitle h2 {
	width: 2em;
	font-size: 12px;
	color: #ef3220;
}


/*案例列表页*/

.multiselect {
	font-size: 0;
	position: relative;
	height: 41px;
}

.multiselect_div_sjs {
	width: 50% !important;
}

.multiselect_div {
	display: inline-block;
	line-height: 40px;
	height: 41px;
	font-size: 14px;
	color: #333;
	width: 33.33333%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	font-size: 0;
}

.multiselect_div span {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	height: 40px;
	font-size: 14px;
}

.multiselect .choose {
	display: none;
	z-index: 1;
	position: absolute;
	top: 41px;
	left: 0;
	background: #FFF;
	width: 100%;
	font-size: 14px;
}

.multiselect .choose a {
	float: left;
	width: 29%;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin: 0px 1.5% 12px;
	display: block;
	border: solid 2px #ececec;
}

.multiselect .choose a.cur {
	border-color: #d8141e;
}

.multiselect .choose a:nth-child(1), .multiselect .choose a:nth-child(2), .multiselect .choose a:nth-child(3) {
	margin-top: 12px;
}


/*设计师列表*/

.list_sheji li .x3 img {
	border-radius: 5px;
	width: 90%;
	margin-top: 10px;
	float: right;
	height: 90px;
}

.list_sheji li .x3 .tuijian {
	width: 20px;
	position: absolute;
	top: -10px;
}

.list_sheji li .x3 .tuijian img {
	width: 100%;
	border-radius: 0;
	height: auto;
}

#list_sjs_fengge {
	overflow: hidden;
	margin-bottom: 0;
}

.list_sheji .list_sheji_txt h4 {
	font-size: 16px;
	font-weight: 800;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}

.list_sheji .list_sheji_txt h4 span {
	font-size: 12px;
	padding-left: 20px;
	color: #999999;
	font-weight: 100;
}

.list_sheji .list_sheji_txt p {
	margin-bottom: 0;
	line-height: 18px;
	color: #666666;
	font-size: 12px;
}

.list_sheji .list_sheji_txt p span {
	margin-right: 5px;
	font-size: 12px;
	color: #666;
}

.list_sheji .list_sheji_txt {
	padding-left: 10px;
}

.list_sjs_fengge span {
	margin-right: 5px;
	padding: 0 5px;
	float: left;
	border-radius: 5px;
}

.list_sjs_fengge {
	padding-left: 0;
	margin-top: 5px;
}

.list_sjs_fengge span:nth-child(1) {
	background: #c4f5dd;
	color: #00d36a;
}

.list_sjs_fengge span:nth-child(2) {
	background: #efddf2;
	color: #ba6dc8;
}

.list_sjs_fengge span:nth-child(3) {
	background: #fdd1cc;
	color: #f73921;
}

.list_sjs_fengge span:nth-child(4) {
	background: #fdf2c4;
	color: #f6c800;
}

.list_sheji li {
	padding-bottom: 10px;
}


/*设计师列表结束*/


/*攻略列表开始*/

.gonglue_swiper .swiper-slide img {
	height: 200px;
	width: 100%;
}

.list_gl div {
	background: #FFFFFF;
	width: 49%;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

.list_gl div img {
	width: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.list_gl div h3 {
	font-size: 16px;
}

.list_gl .list_gl_libao h3 {
	margin-top: 10px;
	margin-left: 10px;
	color: #dcac3e;
}

.list_gl .list_gl_libao {
	background: #FFFFFF;
	margin-right: 2%;
	overflow: hidden;
}

.list_gl .list_gl_libao p {
	margin: 10px 0 0 10px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px !important;
}

.list_gl .list_gl_jisuan h3 {
	margin-top: 10px;
	color: #e6604a;
	margin-top: 10px;
	margin-left: 10px;
}

.list_gl .list_gl_jisuan p {
	padding-left: 10px !important;
	margin: 10px 0 0 10px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.biaodan_gl h3 {
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
	line-height: 70px;
	background: url(../images/5000.png) no-repeat;
	background-position: right top;
	background-size: 68px;
}

.biaodan_gl h3 span {
	padding: 0 0 0 5px;
	font-size: 14px;
	color: #505050;
	font-weight: 100;
}

.biaodan_gl {
	background: #FFFFFF;
	width: 100%;
	overflow: hidden;
}

.biaodan_gl_pic {
	overflow: hidden;
}

.biaodan_gl_pic_box {
	width: 90%;
	margin: auto;
	position: relative;
}

.biaodan_gl_pic_box img {
	width: 100%;
}

.biaodan_gl_pic_box p {
	color: #FFFFFF;
	width: 100%;
	font-size: 12px;
	background: #e2b652;
	text-align: center;
	line-height: 24px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin-bottom: 0;
}

.biaodan_gl_form input {
	margin-bottom: 10px;
	background: #ececec;
	border-radius: 5px;
	width: 100%;
	line-height: 35px;
	border: 1px solid #dadada;
	text-indent: 2em;
	margin-bottom: 10px;
}

.biaodan_gl_form {
	margin: 10px 0;
	padding: 0 1.5%;
}

.btn_black {
	background: #202b34 !important;
	color: #FFFFFF !important;
	text-indent: 0 !important;
}

.txt_gl {
	margin-bottom: 10px;
	background: #FFFFFF;
}

.txt_gl_tit a {
	display: block;
	float: right;
	color: #666;
	font-size: 12px;
}

.txt_gl_tit {
	line-height: 50px;
	border-bottom: 1px solid #999999;
}

.txt_gl_tit {
	font-size: 16px;
	font-weight: 800;
	color: #333333;
}

.txt_gl_body_img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}

.txt_gl_body_img img {
	width: 100%;
	position: relative;
}

.txt_gl_body_img p {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.47);
	width: 100%;
	margin-bottom: 0;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 1em;
}

.txt_gl_body_tit {
	background: #e6604a;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.txt_gl_body ul li span {
	display: block;
	float: right;
}

.txt_gl_body ul li {
	line-height: 24px;
}

.txt_gl_body ul {
	overflow: hidden;
	width: 100%;
}

.txt_gl_body {
	margin-bottom: 20px;
}


/*活动列表*/

.list_anli li .x12 .x8 {
/*	text-indent: 10px;*/
}


/*活动列表*/

.list_huodong li .x12 .x8 {
	padding: 0 10px;
}

.list_huodong li .x12 .x8 p {
	color: #999;
}


/*家装栏目*/

.snav div {
	text-align: center;
}

.snav a {
	font-weight: 800;
	line-height: 30px;
}

.snav a .snav_cur {
	border-bottom: 3px solid #CF0017;
	display: block;
	width: 60px;
	margin: auto;
}

.list_jzlm ul li {
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.list_jzlm ul li p {
	height: 40px;
	line-height: 20px;
	margin-top: 5px !important;
}

.list_jzlm ul li img {
	height: 100%;
	width: 100%;
}

.list_jzlm .lm_img .lm_time {
	color: #FFFFFF;
	line-height: 20px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: rgba(0, 0, 0, .6);
	border-radius: 10px;
	padding: 0 15px;
}

.list_jzlm .lm_img {
	position: relative;
	overflow: hidden;
}

.sheji_img .sheji_tx {
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	height: 140px;
	bottom: 0px;
	z-index: 2;
	width: 140px;
	border-radius: 50%;
	overflow: hidden;
}

.sheji_img .sheji_tx img {
	width: 100%;
	height: auto;
}

.sheji_img {
	position: relative;
	overflow: hidden;
}

.art_sheji .sheji_tit {
	text-align: center;
}

.art_sheji {
	background: #FFFFFF;
	margin-bottom: 10px;
}

.art_sheji .sheji_tit h3 {
	font-size: 16px;
	font-weight: 800;
}

.art_sheji .sheji_tit p {
	font-size: 14px;
	font-weight: 100;
	color: #999;
}

.art_sheji .sheji_tit p span {
	margin: 0 5px;
}

.sheji_txt {
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
}

.sheji_txt .x3 {
	text-align: center;
}

.sheji_txt h3 {
	font-weight: 800;
	font-size: 14px;
}

.sheji_txt p {
	color: #999;
	font-size: 14px;
}


/*工地详情页*/

.gongdi_bg {
	background: url(../images/gongdi_02.jpg);
	background-size: 100%;
}

.gongdi_shuxin {
	border-radius: 15px 15px 0 0;
	top: 100px;
	background: #FFFFFF;
	overflow: hidden;
	margin-top: 100px;
	width: 100%;
}

.gongdi_shuxin_box {
	width: 90%;
	margin: auto;
	margin: 30px auto;
	overflow: hidden;
}

.gongdi_shuxin_box .x3 {
	text-align: center;
}

.gongdi_shuxin_box h3 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.gongdi_shuxin_box p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.art_gongdi_box h3 {
	padding: 0 10px;
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
}

.art_gongdi_jilu h3 {}

.art_gongdi h3 {
	padding: 0 20px;
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
}

.art_gongdi_jilu h3 {
	border-bottom: 1px solid #999999;
	margin: 20px;
	padding-left: 0 !important;
	line-height: 30px;
	margin-bottom: 30px;
}

.gongdi_info .info_box .progress_new {
	position: relative;
	padding-bottom: 30px;
	padding-left: 15px;
}

.gongdi_info .info_box .progress_new:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 0;
}

.gongdi_info .info_box .progress_new .tag {
	padding: 0 6px;
	border-radius: 20px;
	line-height: 20px;
	color: #d62c1a;
	background: rgba(214, 44, 26, 0.1);
	position: absolute;
	top: -8px;
	left: 15px;
}

.gongdi_info .info_box .progress_new .info_des {
	padding-top: 25px !important;
}

.gongdi_info .info_box .progress_new .imgbox {
	margin-left: -7px;
}

.gongdi_info .info_box .progress_new .imgbox .imgs {
	background-position-x: initial;
	padding: 0 7px;
	margin-bottom: 14px;
}

.progress {
	height: auto !important;
}

.gongdi_info .info_box .progress_new .imgbox .imgs .a {
	display: block;
	position: relative;
}

.gongdi_info .info_box .progress_new .imgbox .imgs .a img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.gongdi_info .info_box .progress_new .tag {
	padding: 0 6px;
	border-radius: 20px;
	line-height: 20px;
	color: #d62c1a;
	background: rgba(214, 44, 26, 0.1);
	position: absolute;
	top: -8px;
	left: 15px;
}

.gongdi_info .info_box .progress_new:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ebebeb;
	position: absolute;
	left: 2px;
	top: 0;
}

.gongdi_info .info_box {}

.gongdi_info {
	padding-bottom: 10px;
}

.nei_bottom_xiangguan .x4 {
	padding: 5px;
	text-align: center;
}

.nei_bottom_xiangguan .x4 img {
	height: 100px;
}
.nei_bottom_xiangguan .x4 p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 24px;
    color: #999;
}

/*国标工程列表页*/

.txt_gb_body li a .x3 {
	height: 90px;
	overflow: hidden;
}

.txt_gb_body li a .x3 img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.txt_gb_body li {
	overflow: hidden;
	margin: 10px 0;
}

.txt_gb_body li a .x9 {
	padding-left: 10px;
}

.txt_gb_body li a .x9 h4 {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.txt_gb_body li a .x9 .gb_time {
	color: #999999;
}

.txt_gb_body li a .x9 p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*案例详情页*/

.anli_bg {
	background: url(../images/gongdi_02.jpg);
	background-size: 100%;
}

.anli_shuxin {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: -40px;
	z-index: 2;
}

.anli_shuxin_box {
	background: #FFFFFF;
	width: 90%;
	border-radius: 10px;
	margin: auto;
	overflow: hidden;
	height: 100px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.art_anli_top {
	width: 100%;
	position: relative;
	background: #fff;
}

.anli_shuxin_txt {
	color: #FFFFFF;
	width: 90%;
	margin: auto;
}

.anli_shuxin_txt h4 {
	font-size: 14px;
}

.anli_shuxin_txt p {
	font-size: 12px;
}

.anli_shuxin_box .x8 .x6 img {
width: 100%;
min-height: 60px;
height: auto;
	
}
.anli_sjs_img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	border-radius: 50%;
    width: 60px;
    margin: 20px 0 0 20px;
}
.anli_shuxin_box .x8 .x6 h4 {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}

.anli_shuxin_box .x8 .x6 p {
	font-size: 12px;
	color: #999;
}

.anli_shuxin_box .x4 a {
	text-align: center;
	background: #ff2312;
}

.anli_shuxin_box .x4 {
	padding: 30px 20px 0 0;
}

.anli_shuxin_box .x4 a {
	border-radius: 10px;
}

.art_anli_linian .panel-head2 {
	width: 20px;
	height: 20px;
	margin: auto;
	font-size: 20px;
}

.art_anli_linian {
	margin-top: 50px;
}

.art_anli_linian h3 {
	text-align: center;
	margin-bottom: 20px;
}

.art_anli_linian .panel-body2 {
	overflow: hidden;
	margin-bottom: 10px;
	color: #666666;
}

.art_anli_tit h3 {
	margin-bottom: 10px;
	line-height: 50px;
	color: #333333;
	font-weight: 400;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

.art_anli_tit h3 span {
	color: #999999;
	font-size: 14px;
	font-weight: 100;
}

.art_anli_box {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.anli_box_pub {
	color: #8e8e8e;
	padding: 10px 0;
}

.anli_box_pub img {
	margin-bottom: 10px;
}


/*通用文章列表页*/

.txt_pub_body {
	background: #FFFFFF;
}

.txt_pub_body .x12 {
	margin: 5px 0;
}

.txt_pub_body li a .x3 {
	height: 90px;
	overflow: hidden;
}

.txt_pub_body li a .x3 img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.txt_pub_body li {
	overflow: hidden;
	border-bottom: 1px solid #F1F1F1;
	padding: 15px 0;
}

.txt_pub_body li a .x9 {
	padding-left: 10px;
}

.txt_pub_body li a .x9 h4 {
	font-size: 14px;
	color: #333333;
}

.txt_pub_body li a .x9 .gb_time {
	color: #999999;
}

.txt_pub_body li a .x9 p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}


/*线下体验馆*/

.list_tiyanguan_ban {
	background: url(../images/tiyan_ban_2.jpg);
	background-size: cover;
	height: 220px;
	background-position: center;
}

.list_tiyanguan {
	width: 94%;
	margin-top: -50px;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding: 20px;
}

.list_tiyanguan ul li .x4 {
	overflow: hidden;
	height: 90px;
}

.list_tiyanguan ul li .x4 img {
	width: 100%;
	min-height: 90px;
	border-radius: 5px;
}

.list_tiyanguan li {
	overflow: hidden;
	padding: 10px 0;
}

.list_tiyanguan ul li .x8 {
	overflow: hidden;
	height: 90px;
	padding: 0 10px;
}

.list_tiyanguan ul li .x8 a {
	display: block;
	background: #EF3220;
	color: #FFFFFF;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	line-height: 26px;
}

.list_tiyanguan ul li .x8 h5 {
	font-size: 12px;
	color: #666666;
	margin-bottom: 7px;
}


/*通用文章列表页*/

.list_pingjia {
	background: #FFFFFF;
}

.list_pingjia li a .x2 {
	height: 90px;
	overflow: hidden;
}

.list_pingjia li a .x2 .pjtouxiang {
	height: 50px;
	width: 50px;
	overflow: hidden;
	border-radius: 50%;
	margin: 10px auto;
}

.list_pingjia li a .x2 img {
	width: 100%;
	height: auto;
}

.list_pingjia li {
	overflow: hidden;
	border-bottom: 1px solid #F1F1F1;
	padding: 15px 0;
}

.list_pingjia li a .x10 {
	padding-left: 10px;
}

.list_pingjia li a .x10 h4 {
	font-size: 14px;
	color: #333333;
}

.list_pingjia li a .x10 .gb_time {
	color: #999999;
}

.list_pingjia li a .x10 p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
}

.list_pingjia li a .x10 h4 {
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 16px;
}

.list_pingjia li a .x10 .pingjia_img {
	margin-top: 10px;
	overflow: hidden;
}

.list_pingjia li a .x10 .pingjia_img .x6 img {
	width: 100%;
}

.list_pingjia li a .x10 .pingjia_img .x6 {
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin-bottom: 10px;
}

.list_pingjia li a .x10 .pj_zhaiyao {
	color: #666666;
	font-size: 14px;
}

.list_pingjia li a .x10 .pj_time {
	color: #999;
	font-size: 14px;
	padding-left: 10px;
}

.pj_fenlei_top {
	overflow: hidden;
}

.pj_fenlei_top a {
	display: block;
	float: left;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 26px;
	padding: 0 10px;
	color: #333333;
	margin: 5px 15px 5px 0;
}

.pj_fenlei_top .pj_fenlei_top_on {
	border: 1px solid #EF3220 !important;
	color: #EF3220;
}

.pj_fenlei_top .pj_fenlei_top_tit {
	background: #F1F1F1;
	line-height: 30px;
	padding: 10px;
}

.pj_fenlei_top .pj_fenlei_top_tit span {
	display: block;
	float: left;
	line-height: 25px;
	color: #666;
	margin-right: 10px;
}

.pj_fenlei_top .pj_fenlei_top_box {
	padding: 10px;
	background: #fff;
	border-bottom: 5px solid #f1f1f1;
	overflow: hidden;
}


/*通用文章详情页*/

.art_pub .art_pub_tit {
	overflow: hidden;
	margin-top: 20px;
}

.art_pub .art_pub_tit h3 {
	font-weight: 800;
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
}

.art_pub .art_pub_tit h4 {
	color: #999999;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 26px;
	font-size: 13px;
}

.art_pub .art_pub_tit h4 span {
	float: right;
	padding-left: 10px;
}

.art_pub .art_pub_tit h4 span i {
	margin-right: 5px;
}

.art_pub .art_pub_boxy {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.art_pub_boxy, .art_pub_boxy p, .art_pub_boxy span, .art_pub_boxy div, .art_pub_boxy font {
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
}

.art_pub_boxy img {
	width: 100% !important;
	height: auto !important;
	margin: 15px 0 !important;
	    display: block;
}

.art_huodong img {
	width: 100% !important;
	height: auto !important;
}


/*专题页面*/


/*通用专题样式*/

.zt_line {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}


/*vr详情页*/

.art_vr_box {
	height: 100vh;
}


/*报价专题开始*/

/.zt_bj_line1 {
	overflow: hidden;
	height: auto;
}

.zt_bj_line1 img {
	width: 100%;
}

.zt_bj_line2 {
	background: #4d5a8e;
	padding-top: 50px;
}

.bj_form_body {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #FFFFFF;
}

.bj_form_box {
	border: 1px solid #EBEBEB;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	padding: 10px;
}

.zt_bj_line2 .bj_form_body h1 {
	font-size: 24px;
	color: #4d5491;
	text-align: center;
	font-weight: 800;
	margin-bottom: 10px;
}

.zt_bj_line2 .bj_form_body h1 span {
	color: #ff5400;
}

.zt_bj_line2 input {
	width: 100%;
	text-indent: 1em;
	line-height: 40px;
	color: #999999;
	border: 1px solid #b5b5b5;
	border-radius: 10px;
	margin-bottom: 10px;
}

.zt_bj_line2 .bj_form_body .zt_baojia_tijiao {
	width: 100%;
	background: #f95c00;
	line-height: 40px;
	text-align: center;
	border: none;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 10px;
	color: #FFFFFF;
}

.zt_bj_line2 .bj_form_body p {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #999999;
}

.zt_bj_line7 {
	padding: 10px;
	box-sizing: border-box;
	background: #f0eff5;
}

.zt_bj_line7 img {}

.zt_bj_line7 a {
	display: block;
	width: 180px;
	background: #f95c00;
	color: #FFFFFF;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	margin: 30px auto 50px;
}

.zt_bj_line7 .zt_bj_line7_box {
	padding: 10px;
	box-sizing: border-box;
	background: #FFFFFF;
}


/*影视样板间*/

.yingshi {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.yingshi .yingshi_box img {
	width: 100%;
}

.yingshi .yingshi_box {
	transition: 0.5s;
	float: left;
	width: 100%;
	margin: 10px;
	background: #fff;
	;
}

.yingshi .yingshi_box:hover {
	transition: 0.5s;
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

.yingshi .yingshi_box:hover p a {
	background: #d80c18;
	color: #fff;
}

.yingshi .yingshi_box p i {
	line-height: 40px;
	width: 100px;
	height: 24px;
	display: block;
	float: left;
}

.yingshi .yingshi_box p i img {
	width: 20px;
	height: auto;
	margin-top: 6px;
}

.yingshi .yingshi_box p i span {
	line-height: 28px;
	display: block;
	width: 70px;
	float: right;
	color: #999;
	text-align: left;
}

.yingshi .yingshi_box .ys_txt {
	padding: 10px;
	overflow: hidden;
}

.yingshi .yingshi_box p a {
	display: block;
	padding: 3px 5px;
	border: 2px solid #d80c18;
	width: 110px;
	float: right;
	border-radius: 15px;
	/* margin-top: -20px; */
	text-align: center;
	margin-right: 10px;
}

.yingshi .yingshi_box p {
	margin-top: 10px;
}

.yingshi_art {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.yingshi_art_banner {
	width: 100%;
}

.yingshi_art_banner img {
	width: 100%;
}

.yingshi_art_sjs {
	width: 100%;
	position: relative
}

.yingshi_art_sjs_box {
	position: absolute;
	top: 0
}

.yingshi_art_sjs_mid {
	background: #fff;
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.yingshi_art_sjs_mid_txt {
	width: 30%;
	height: 197px;
	/* background: url(/skin/m_default/images/yswap_03-1.jpg) no-repeat; */
	/* margin-top: 97px; */
	/* margin-left: 5%; */
	/* float: left; */
	/* background-size: 100%; */
	/* padding-right: 30px; */
	/* box-sizing: border-box; */
	position: absolute;
	right: 30px;
	bottom: 50px;
}

.yingshi_art_sjs_img {
	width: 40%;
	height: 197px;
	background: url(../bfq/img/yswap_03-1.jpg) no-repeat;
	margin-left: 38px;
	float: left;
	background-size: 100%;
	padding-right: 10px;
}

.yingshi_art_shipin {
	margin-bottom: 50px;
	width: 100%;
	background: url(../bfq/img/yinshi_art224.jpg) center top no-repeat;
	overflow: hidden
}

.yingshi_art_shipin_mid {
	box-sizing: border-box;
	border: 20px solid #c6a882;
	width: 100%;
	margin: 150px auto 0;
	overflow: hidden;
	position: relative;
}

.yingshi_art_shipin_mid video {
	position: relative !important;
}

.yingshi_art_jianjie {
	background: #fcf9f2;
	box-sizing: border-box;
	width: 100%;
	background: url(../bfq/img/yinshi_art223.jpg) center;
	padding: 10px;
	background: #fcf9f2;
}

.yingshi_art_jianjie_mid {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.yingshi_art_jianjie_txt {
	width: 100%;
	overflow: hidden;
	float: right;
}

.yingshi_art_jianjie_txt img {
	width: 100%;
	margin-bottom: 20px;
}

.yingshi_art_sjs_mid_txt h3 {
	font-size: 36px;
	color: #c6a882;
	margin-top: 120px;
	margin-bottom: 20px;
}

.yingshi_art_sjs_mid_txt h4 {
	font-size: 16px;
	color: #666;
	border-bottom: 1px dashed #c6a882
}

.sjs_txt_line {
	padding: 20px 30px 0;
}

.sjs_txt_line h4 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sjs_txt_line p {
	font-size: 14px;
	color: #666;
}

.yingshi_art_bot {
	background: url(../bfq/img/yswap_06.jpg) center top no-repeat;
	/* height: 1000px; */
	width: 100%;
	overflow: hidden;
	background-size: 100%;
}

.yingshi_art_from {
	width: 100%;
	margin: auto;
	position: relative;
}

.yingshi_art_from form {
	width: 80%;
	/* float: right; */
	margin-top: 15%;
	margin: 17% auto 0
}

.yingshi_art_from form input:focus {
	border: none !important
}

.yingshi_art_from form input {
	width: 100%;
	border-radius: 10px;
	text-indent: 4em;
	color: #fff;
	height: 42px;
	background: none;
	border: none;
	margin-bottom: 9px;
}

.yingshi_btn {
	width: 100%;
	text-indent: 0 !important;
	background: #c5a545 !important;
	text-align: center;
	line-height: 40px;
}

.shj-jsq-input-btn:hover {
	background: #e7c05a;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yingshi_art_from input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.yingshi_art_from input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.yingshi_art_from input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.yingshi_art_from input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.nei_banner_pub img {
	width: 100%;
}


/*影视样板间结束*/


/*公共尾部代码*/

.footer {
	background: #2e2e2e;
	overflow: hidden;
}

.footer .footer_body {
	margin: 30px auto 0;
	width: 80%;
	overflow: hidden;
}

.footer .footer_body .x3 span {
	background: #838181;
	height: 16px;
	width: 1px;
	/* float: right; */
	position: absolute;
	right: 0;
	top: 4px;
}

.footer .footer_body .x3 a {
	text-align: center;
	color: #838181;
	display: block;
	line-height: 24px;
}

.footer .footer_body .x3 {
	color: #838181;
}

.footer .foot_bot img {
	width: 40%;
	margin: 20px auto;
	display: block;
}

.footer .foot_bot p {
	color: #838181;
	text-align: center;
}

.footer .foot_bot {
	margin-bottom: 100px;
}


/*弹窗表单公共样式*/

.dialog .dialog-head img {
	width: 100%;
}

.dialog .dialog-head {
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

.dialog .dialog-head .dialog-head-txt {
	overflow: hidden;
}

.dialog .dialog-head .dialog-head-txt p {
	text-align: center;
	color: #d1d1d1;
	margin-top: -10px !important;
	font-size: 14px;
	font-weight: 100;
}

.dialog .dialog-head .dialog-head-txt p span {
	color: #d6aa54;
}

.dialog .input_gif img {
	width: 98%;
}

.dialog .input_gif {
	width: 98%;
	padding: 5px;
	background: #d2d2d2;
	margin: 0 auto 10px;
	border-radius: 10px;
}

.dialog-head h4 {
	font-size: 18px;
	color: #d6aa54;
	text-align: center;
	line-height: 50px;
}

.dialog-body .input_btn {
	width: 98%;
	margin: auto;
	background: #d6aa54;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border: none;
	border-radius: 10px;
}

.dialog-body .input_line {
	display: block;
	-webkit-appearance: none;
	margin: auto;
	border: 1px solid #e1e1e1;
	background: none;
	border-radius: 10px;
	width: 98%;
	margin-bottom: 10px;
	text-indent: 2em;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	line-height: 40px;
	height: 40px;
}

.dialog-foot .jujue {
	font-size: 13px;
	padding-bottom: 10px;
	color: #b8b8b8;
	text-align: center;
	margin-top: -10px;
}

.dialog .close:before {
	content: "\00d7";
	color: #c2c2c2;
}

.dialog .close {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.dialog .dialog-foot {
	overflow: hidden;
}

.dialog-body .input_line:focus {
	border: 1px solid #EEE;
	color: #FFF;
	background: #b59e71;
	box-shadow: 0px 0px 8px #d5a65d;
	color: #FFF;
}

.dialog-body .input_line:focus::-webkit-input-placeholder {
	color: #ffffff;
}

.dialog-body .input_line:focus::-moz-placeholder {
	color: #ffffff;
}

.dialog-body .input_line::-webkit-input-placeholder {
	color: #666;
}

.dialog-body .input_line::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.dialog .dialog-foot, .dialog .dialog-head {
	border: none !important;
}


/*弹窗表单公共样式*/


/*底部悬浮*/

.bot_xuanfu {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	box-shadow: 0 0 28px rgba(7, 0, 1, .16);
}

.bot_xuanfu_box {
	float: left;
	display: block;
}

.bot_xuanfu a {
	display: block;
	height: 60px;
}

.bot_xuanfu a p {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: block;
}

.bot_xuanfu_box3 {
	width: 30%;
	position: relative;
}

.bot_xuanfu_box3 span {
	width: 100px;
	height: 100px;
	background: #ffffff;
	margin: -15px auto 0 auto;
	display: block;
	border-radius: 50%;
}

.bot_xuanfu_box3 span img {
	width: 35px !important;
	margin: 10px auto !important;
}
.bot_shan{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
}

.bot_xuanfu_box1, .bot_xuanfu_box2, .bot_xuanfu_box4, .bot_xuanfu_box5 {
	width: 17.5%;
	padding: 5px 0;
	position: relative;
}

.bot_xuanfu_box1 span, .bot_xuanfu_box2 span, .bot_xuanfu_box4 span, .bot_xuanfu_box5 span {
	width: 100%;
	height: 30px;
	display: block;
}

.bot_xuanfu_box span {
	text-align: center;
}

.bot_xuanfu_box span img {
	width: 30px;
	margin: auto;
}

.bot_index {}

.bot_xuanfu_box7{
	width: 35%;
	float: left;
	height: 50px !important;
}
 .bot_xuanfu_box8 {
	width: 45%;
	float: left;
	height: 50px !important;
}
.bot_xuanfu_box7 .x8{
	border-right: 1px solid #999999;
}
.bot_xuanfu_box7 span , .bot_xuanfu_box8 span {
	line-height: 40px !important;
	display: block;
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}
.bot_xuanfu_box7 .x8,.bot_xuanfu_box8 .x8{
	text-indent: 0.3em;
	letter-spacing: 1px;
} 
.bot_xuanfu_box7 .x4,.bot_xuanfu_box8 .x4{
	text-align: center;}
.bot_xuanfu_box7 span img , .bot_xuanfu_box8 span img {
	vertical-align: middle;
}

.bot_xuanfu_back {
	width: 20%;
	float: left;
	line-height: 50px !important;
	background: #ecc67b;
	color: #333333;
	font-size: 16px;
	height: 50px !important;
}


.bot_xuanfu_box9, .bot_xuanfu_box10 {
	width: 50%;
	float: left;
	height: 50px !important;
}
.bot_xuanfu_box9 .x8{
	border-right: 1px solid #999999;
}
.bot_xuanfu_box9 span , .bot_xuanfu_box10 span {
	line-height: 40px !important;
	display: block;
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}
.bot_xuanfu_box9 .x8,.bot_xuanfu_box10 .x8{
	text-indent: 0.3em;
	letter-spacing: 1px;
} 
.bot_xuanfu_box9 .x4,.bot_xuanfu_box10 .x4{
	text-align: center;}
.bot_xuanfu_box9 span img , .bot_xuanfu_box10 span img {
	vertical-align: middle;
}

.bot_index a{
	height: auto !important;}
.bot_index {
	padding: 10px 0;
	background:-moz-linear-gradient(top, #ffffff, #efefef);  /* Firefox浏览器下的渐变背景 */
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#efefef));  /* chrome/Safari浏览器下的渐变背景实现 */
    background:-o-linear-gradient(top, #ffffff, #efefef); /* Opera浏览器下的渐变背景 */
}
}
.bot_index .x6{
	text-align: center;
	
}
.bot_index .x6 span{
	display: inline-block;
}
.bot_index .x6 span{
/*	line-height: 30px;*/
}
.bot_index a:first-child{
	border-right: 1px solid #666666;
}
.bot_index .x6 span img{
	vertical-align:middle;
}


/*页面加载中*/

.loadingBox {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.loadingBox .loadingIcon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadingBox .loadingIcon span {
  height: 64px;
  width: 64px;
  background: url(../imgs/loading.png) center center no-repeat;
  background-size: 100% 100%;
  animation: rotateBox 2s linear infinite;
}
.loadingBox .loadingMain {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100vw;
  height: 100vh;
  cursor: not-allowed;
}
.loadingBox p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@keyframes rotateBox {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadingBox[data-show="0"] {
  display: none;
}
