* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	
}

body {

	background: #f5f5f5;

	font: 14px "Microsoft YaHei",;
}

body,
textarea,
input,
button,
select,
keygen,
legend {

	color: #333;
	outline: 0;

}

li {
	list-style: none;
}

.schform  select{
    border-radius: 0px;
    
}

.schform .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none!important;
}
.form-control:focus {
	box-shadow: none;
}

.logodiv {
	display: flex;
	align-items: center;
	justify-content: start;
}

.logodiv img {
	max-width: 200px;
}

.input-group {
	align-items: center;

}

.top {

	color: #666;
	font-size: 14px;
}

.top .container {
	display: flex;
}

.top a {
	color: #666;
}

.nav-bars ul {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
}

.nav-bars ul li {
	flex: 1;
	text-align: center;
}

.nav-bars ul li a {
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	color: #333;
}

.nav-bars ul a:hover,
.nav-bars ul .cur {
	color: #289ff9;
}

.nav-bars ul .active {
	background: #289ff9;
	color: #fff;
}

.nav-bars ul .active a {
	color: #fff;
}

.tag-list span {
	margin-right: 5px;
}

.tag-list {
	font-size: 14px;
}

.tag-list a {
	color: #666;
}

.new-item {
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
}



.new-item .rt-info {
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}


.new-item .news-info {
	font-size: 14px;
}

.new-item .news-title a {
	color: #333;
	font-size: 18px;
}

.new-item .news-text {

	font-size: 14px;
	color: #666;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*右侧信息*/
.news-rt-top-box {
	background: #fff;
	padding: 30px 22px 0 22px;
}

.news-rt-search-box {
	display: flex;

}

.remen-article-item-date {
	position: absolute;
	bottom: 0;
	left: 0;
}

.remen-article-item-date img {
	margin-right: 5px;
}

.news-rt-search-box input {
	border: 1px solid #E4E4F1;
	border-right: none;
	width: 255px;
	height: 40px;
	background: #F5F5F9;
	outline: none;
	padding: 0 13px
}

.news-rt-search-bt {
	width: 54px;
	height: 42px;
	background: #289ff9;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.remen-keyword {
	margin-top: 9px;
	display: flex;
	align-items: center
}

.remen-keyword img {
	width: 10px;
	height: 12px;
	margin-right: 10px
}

.remen-keyword span,
.remen-keyword a {
	margin-right: 10px;
	color: #606266;
	font-size: 12px;
	cursor: pointer
}


.remen-article-title {
	color: #21293A;
	font-size: 18px;
	font-weight: bold
}

.remen-article-list {}

.remen-article-item {
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #EEEEEE;
	display: flex
}

.remen-article-item:last-child {
	border-bottom: none
}

.remen-article-item-img img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background-size: cover
}

.remen-article-item-info {
	width: calc(100% - 88px);
	position: relative;
}

.remen-article-item-title {
	display: block;
	color: #303133;

	line-height: 22px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rt-lianxi-box {
	margin-top: 10px;
	height: 159px;
	background: url('/static/skin/images/banner3.png');
	background-size: 100% 100%;
	display: flex;
	align-items: center;

	/*    padding: 28px 0 0 24px;*/

}

.rt-lianxi-box .text-box {
	margin: 0 20px;
}

.rt-lianxi-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold
}

.rt-lianxi-desc {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 7px
}

.q-mf-contract {
	display: inline-block;
	width: 105px;
	height: 35px;
	background: #F9AB0A;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	margin-top: 19px
}

a.q-mf-contract:hover {
	color: #ffffff;
}

.q-fuwu-box {
	padding: 33px 26px 26px;
	background: #fff;
	margin-top: 10px
}

.q-fuwu-box {
	padding: 33px 26px 26px;
	background: #fff;
	margin-top: 10px
}

.q-fuwu-list {}

.q-fuwu-item {
	display: flex;
	position: relative;
	margin-bottom: 35px
}

.q-fuwu-item-avatar {
	width: 57px;
	height: 57px;
	margin-right: 16px
}

.q-fuwu-item-info {
	flex: 1;
}

.q-fuwu-info-name {
	color: #303133;
	font-weight: bold;
	font-size: 16px
}

.q-fuwu-info-desc {
	display: flex;
	align-items: center;
	margin-top: 6px;
	color: #606266;
	font-size: 12px
}

.q-fuwu-info-desc img {
	width: 16px;
	height: 16px;
	margin-right: 2px
}

.q-fuwu-item-bt {
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 30px;
	border: 1px solid #9DBDFF;
	background: #F0F5FF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0653EE;
	font-size: 12px
}

a.q-fuwu-item-bt {
	color: #0653EE;
}

.erweima-box {
	background: #F5F5F9;
	height: 135px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.erweima-img {
	width: 104px;
	height: 104px;
	margin-right: 18px
}

.erweima-info {
	flex: 1;
}

.erweima-title {
	color: #303133;
	font-size: 18px;
	position: relative;
}

.erweima-title::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 14px;
	height: 3px;
	background: #289ff9;
}

.erweima-desc {
	margin-top: 27px;
	font-size: 12px;
	line-height: 22px;
	color: #606266
}


.h1-title {
	font-size: 20px;
	font-weight: 600;
}

.wz-meta {
	margin-top: 12px;
	color: #999;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dashed #eee;

}

.wz-meta .item {
	float: left;
	margin-right: 40px;
}

.rightinfo {
	position: relative;
}

.shop_info_dzsc {
	display: block;
	font-size: 12px;
	color: #666f80;
	text-align: center;

}

.shop_info {
	position: absolute;
	right: 10px;
	top: 10px;
}

@media (max-width: 768px) {

	.shop_info {
		position: relative;

	}

}

.shop_info_dzsc .change-color {
	padding: 3px 10px;
	border-radius: 4px;
	color: #ff5473;
	background-color: rgba(255, 84, 115, .1);
	margin-right: 10px !important;
	font-size: 12px;
	background: rgba(255, 84, 115, .1);
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%)
}

.shop_info_dzsc .change-color-sc {
	padding: 3px 10px;
	border-radius: 4px;
	color: #0084ff !important;
	background: rgba(0, 132, 255, .1);
	font-size: 12px;
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 0%)
}



.wz-content {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 25px;
	text-align: justify;
	color: #525252;
}

.wz-content p {
	margin-bottom: 15px;
}

.wz-content p a {
	border-bottom: 1px solid #ffdfcc;
	word-break: break-all;
	color: #ff6000
}

.wz-content p a:hover {
	color: #ff6000;
	border-bottom-color: #ff6000
}

.wz-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 8px
}

.wz-content hr {
	margin: 50px auto;
	width: 100px;
	border-top-color: #eee
}

.wz-content h2 {
	font-size: 150%;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h4 {
	font-size: 150%;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%);
	width: 30px;
	height: 36px;
	-webkit-border-radius: 100% 0 0 0;
	border-radius: 100% 0 0 0
}


.wz-content h3 {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin: 20px 0;
	border-left: 5px solid #008bf5;
	padding: 12px;
	line-height: 20px;
	background: #f1f5f8;
	border-radius: 4px;
}

.wz-content h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
	background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%);
	width: 30px;
	height: 36px;
	-webkit-border-radius: 100% 0 0 0;
	border-radius: 100% 0 0 0
}

.wz-content code {
	position: relative;
	top: -2px;
	display: inline-block;
	word-wrap: break-word;
	font-size: 12px;
	background-color: #e9e7ef;
	color: #666;
	padding: 0 8px;
	border-radius: 4px
}

.wz-content em {
	color: red;
	font-style: normal
}

.wz-content .alignnone {
	margin: 0 auto
}

.wz-content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}

.wz-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}

.wz-content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}

.wz-content blockquote {
	color: #999;
	padding: 15px 20px;
	background-color: #fbfbfb;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	font-size: 13px
}

.wz-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}

.wz-content .post-copyright {
	clear: both;
	font-size: 14px
}


.wz-content code {
	position: relative;
	top: -2px;
	display: inline-block;
	word-wrap: break-word;
	font-size: 12px;
	background-color: #272822;
	color: #eee;
	padding: 0 8px;
	border-radius: 4px
}

/*.wz-content pre{word-wrap:break-word}
.wz-content pre code{top:0;display:block;font-size:inherit;background-color:rgba(0,0,0,0);color:inherit;padding:0;border-radius:0}
.wz-content pre{margin:25px 0;font:13px/20px "courier new";background:#272822;padding:15px 20px;color:#f8f8d4;border:none}*/
.wz-content blockquote {
	margin: 25px 0;
	padding: 20px 20px 10px;
	font-size: 15px;
	color: #999;
	background-color: #f8f8f8;
	border-left: 4px solid #ddd
}

.wz-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}



.wz-content table {
	font-size: inherit;
	border-collapse: collapse;
	overflow-x: auto;
	line-height: 32px;

	width: 100%;
	text-align: center;
}



.wz-content table td {
	padding: 0px 8px;
	 border: 1px solid #555;
}

.wz-content table img {
	margin: auto
}

/*点赞*/

.func-flag {
	position: absolute;
	display: block;
	right: -4px;
	top: 15px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	padding: 0 5px 0 12px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	z-index: 1000;
}

.func-flag:after {
	content: " ";
	width: 0;
	height: 0;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	right: 0;
	bottom: -4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.func-flag.hot {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FF7B55, endColorstr=#F5151D);
	background: -webkit-gradient(linear, right top, left top, from(#ff7b55), to(#f5151d));
	background: linear-gradient(270deg, #ff7b55, #f5151d)
}

.func-flag.hot:after {
	border-color: #a00005 transparent transparent #a00005
}



.text-list ul {
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
}

.text-list ul li {
	margin-top: 15px;
	padding-left: 18px;
	position: relative;
	text-align: justify;
}

.text-list ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #ff6000
}

.text-list ul li {
	margin-top: 15px;
	padding-left: 18px;
	position: relative;
	text-align: justify;
}

.widget ol,
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.widget ol li,
.widget ul li {
	position: relative;
	padding: 5px 0 0px 12px
}

.widget ol li li,
.widget ul li li {
	padding-left: 20px;
	border-bottom: 0
}

.widget ol li:before,
.widget ul li:before,
.newslist li:before {
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #ccc
}




.tags a {margin-right:10px;}

.tags ul {
	overflow: hidden;
	font-size: 12px;
	margin-right: -3%;
	margin-top: -12px
}

.tags ul li {
	float: left;
	width: 97%;
	margin-right: 3%;
	margin-top: 12px
}

.tags ul li.s2 {
	width: 47%
}

.tags ul li.s3 {
	width: 30.3333333333%
}

.tags ul a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 34px;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #202935
}

.tags ul a:hover {
	color: #fff;
	border-color: #ff6000;
	background-color: #ff6000
}

/*分页*/
.pager {
	text-align: center;
	margin: 20px 0;
}

.pager ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.pager ul li {
	display: inline-block;
}

.pager ul li a {
	padding: 5px 15px;
	border: #dddddd solid 1px;
	margin-left: -1px;
	display: inline-block;
}

.pager ul li a:hover {
	border-color: #70c4f3;
	background-color: #70c4f3;
	color: #333
}

.pager ul .active a {
	border: #3ea8e2 solid 1px;
	display: inline-block;
	background-color: #3ea8e2;
	color: #fff;
}

.pager ul a:not([href]):not([class]):hover {
	border: #dddddd solid 1px;
	background-color: #fff
}

.pager ul .active a:hover {
	color: #fff;
	border: #3ea8e2 solid 1px !important;
	background-color: #3ea8e2 !important
}




.dingbu-class {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, #007aff, #F5F5F5);


}

.dingbu-class .bg {
	overflow: hidden;
}

.dingbu-class .bg-image {
	position: absolute;
	left: calc(50% - 1920px / 2);
}

.dingbu-class .container {
	position: relative;
	z-index: 2;
}

.dingbu-class .this-pos {
	color: #fff;
	padding: 15px 0;
}

.dingbu-class .this-pos ul li:after {
	font-family: "zricon";
	content: "\e632";
	margin: 0 5px;
}

.dingbu-class .this-pos ul li:last-child:after {
	display: none;
}

.dingbu-class .select li {
	padding-left: 0 !important;
}

.dingbu-class .css-list {
	padding: 10px;
}

.dingbu-class .css-select {
	width: 100%;
	margin-top: 20px;
}

.dingbu-class .css-select .btns {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	margin-right: 10px;
}


.dingbu-class .css-select .btns .btn {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-left: 10px;
	display: block;
	border-radius: 10px;
}

.dingbu-class .css-con {
	background: #fff;
	white-space: nowrap;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgb(195 217 251);
	overflow: hidden;
}

.dingbu-class .css-con .name {
	padding: 20px;
	width: 100px;
	background: #EDF8FF;

}

.dingbu-class .css-con .css-item {
	position: relative;
	display: flex;
	border-bottom: 1px solid #f2f2f2;
}

.dingbu-class .css-con .css-item ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.dingbu-class .css-con .css-item ul li {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.dingbu-class .price {
	position: absolute;
	right: 20px;
	top: 8px;
	display: flex;
	align-items: center;
}

.dingbu-class .price span {
	padding: 10px;

}

.dingbu-class .price input {
	width: 100px;
	height: 20px;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 3px;
	margin: 0 5px;

}

.dingbu-class .button {
	background: #f29a1f;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-left: 10px;
	border-radius: 5px;
}

.dingbu-class select {
	width: 100px;
	height: 30px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
}

.dingbu-class .cur {
	border: 1px solid #1ba1d4;
	color: #1ba1d4;
	border-radius: 5px;
}

.dingbu-class #select li {
	border: 1px solid #1ba1d4;
	margin-right: 10px;
	color: #1ba1d4;
	padding-left: 10px;
	padding-right: 10px;
}

.dingbu-class #select li i {
	font-size: 12px;
}


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

.my_right {
	width: 220px;

  overflow: hidden;


	border-radius: 5px;

}

.weights {
	font-weight: 700 !important;
}

.my_right .p1 {
	color: #CEF5FF;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 22px;
}

.my_right .p2 {
	width: 184px;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
}

.my_right .p3 {
	color: #CEF5FF;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

.my_right .p4 {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../images/business_list/icon9.png") no-repeat center;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 13px;
	  
}

.my_right .p4:hover {
	background: #e4e4e4;
	border-color: #e4e4e4;
	-webkit-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;
	color: #145fbc;
}

.my_right_1 {

	background-image: linear-gradient(to bottom right, #f29a1f, #f6a722);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px 0px;
}

.my_right_1 .p1 span {
	padding: auto 4px;
	font-size: 14px;
}

.my_right_1 .p2 {
	font-size: 32px;
	margin-top: 16px;
	color: #FFFFFF;
}

.my_right_1 .p3 {
	color: #f7f7f7;
	font-size: 12px;
	margin-bottom: 12px;
}

.ddcc {
	display: flex;
}

.ddcc>div {
	flex: 1;
	color: #ffffff;
	height: 42px;
	text-align: center;
	font-size: 12px;
}

.my_right_2 {
	width: 220px;
		background: #ffffff;
		padding: 0px 15px;
}

.my_right_2 h2 {
	height: 40px;
	color: #666666;
	font-weight: normal;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	padding: 5px 0 10px;
}

.my_right_2 h2:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 22.5px;
	width: 7px;
	height: 7px;
	background: url("../images/icon10.png") no-repeat center;
}

.my_right_2 h2:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 23px;
	width: 8px;
	height: 4px;
	background: url("../images/icon11.png") no-repeat center;
}

.my_right_2 .bd {
	margin-left: -15px;
}

.my_right_2 ul li {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	position: relative;
	padding: 13px 10px;
	border-bottom: 1px solid #4287db;

}

.my_right_2 ul li a {
	height: 40px;
	display: block;
	overflow: hidden;

	cursor: inherit;
}

.my_right_2 ul li a i {
	margin-right: 2px;
	display: inline-block;
	width: 48px;
	height: 15px;

	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #333;
}

.my_right_2 ul li:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 20px;
	width: 7px;
	height: 7px;
}

.my_right_2 ul li:last-child {
	border: none;
}

.service_choose {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: -120px;
}

.company-list {

	width: calc(100% - 240px);
	padding: 0px;

}

.company-list2 {

	width: 100%;
}

.company-list .company-item {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 10px 0px rgb(195 217 251);
	border-radius: 5px;
}

.yichengjiao{
    
    background-image: url('/static/skin/images/chengjiao.png');
    background-size: 120px 120px; /* 使背景图片铺满整个元素，保持宽高比 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center; /* 使背景图片始终固定在元素的中心 */
  
}

.company-list .company-item .cctt-top .title {
	display: flex;
	align-items: center;
}

.company-list .company-item .cctt-top .title span {
	font-size: 18px;
	/*font-weight: bold;*/
}

.company-list .company-item .cctt-top .title .tag {
	color: #fff;
	background: #ff4d11;
	border-radius: 3px;
	padding: 1px 5px;
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
	height: 23px;
	position: relative;
	margin-left: 10px;
}

.company-list .company-item .cctt-top .title .tag:after {
	content: "";
	
	width: 3px;
	height: 5px;
	display: block;
	position: absolute;
	left: -3px;
	top: calc(50% - 2.5px);
}
.company-list .company-item .cctt-top .title .time {
	color: #212529;
	padding: 1px 30px;
	display: inline-block;
	font-size: 16px;
	position: relative;
	margin-left: 10px;
}






.company-list .company-item .cctt-top .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.company-list .company-item .cctt-top .bottom .info {
	color: #999;
}

.company-list .company-item .cctt-top .bottom .info span {
	margin-right: 20px;
	display: inline-block;
}

.company-list .company-item .xz-info {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	align-items: center;
}

.company-list .company-item .xz-info ul {
	display: flex;
	padding-left: 0px;
}

.company-list .company-item .xz-info ul li {
	background: #f0f5f9;
	padding: 10px 12px;
	margin-right: 5px;
	border-radius: 3px;
}

.company-list .company-item .xz-info ul li .down_up_title {
	color: #999;
	font-size: 14px;
}

.company-list .company-item .xz-info ul li .down_up_title:before {

	border-radius: 50%;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 4px;
	background-color: #DEE0E9;
	transform: translate(0, -50%);
}

.company-list .company-item .xz-info ul li .down_down_style {
	font-size: 14px;
	margin-top: 10px;
}

.company-list .company-item .xz-info ul li .price {
	color: #e2960d;
}

.company-list .company-item .xz-info .gm {
	border: 1px solid #289ff9;
	color: #289ff9;
	padding: 10px 20px;
	border-radius: 5px;
}


.company-list .company-item .xz-info  .price {
    color: #ff4d11;
    font-size: 24px;
    font-weight: bold;
}

.company-list .company-item .xz-info .price span {
    font-size: 12px;
}

.company-list .company-item:hover {
	box-shadow: 0 0 20px #1477ff;

}

.company-list .company-item:hover .gm {
	background: #289ff9;
	color: #fff !important;
}

.company-list .company-item:hover .title {
	color: #289ff9 !important;
}

.page-con {
	margin-top: 40px;
}

.page-con .page ul {
	display: flex;
	padding: 20px 0;
	justify-content: center;
}

.page-con .page ul li {
	margin: 0 2px;
}

.page-con .page ul li span,
.page-con .page ul li a {
	border: 1px solid #999;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
}

.page-con .page ul li:hover span,
.page-con .page ul li:hover a,
.page-con .page ul .active span,
.page-con .page ul .active a {
	border: 1px solid #1ba1d4;
	background: #1ba1d4;
	color: #fff;
}

.nodata {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 30px;
}

.nodata img {
	width: 150px;
}

.nodata .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.nodata .tips {
	display: flex;
	align-items: center;
}

.nodata .tips a {
	border: 1px solid #1ba1d4;
	color: #1ba1d4;
	padding: 8px 20px;
	display: flex;
	margin: 0 5px;
}

.bd .swiper-container .swiper-slide {
	height: auto !important;
}

.bd .swiper-container li.item:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 20px;
	width: 7px;
	height: 7px;
	background: url(../images/icon12.png) no-repeat center;
}

.bd .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bd .swiper-container li.item {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	position: relative;
	padding: 13px 0;
	border-top: 1px solid #f3f3f3;
	margin-left: 15px;
}

.bd .swiper-container li.item a {
	height: 40px;
	display: block;
	overflow: hidden;
	color: #666666;
	cursor: inherit;
}
.container2{
    
    max-width: 640px;
}


  .form-container {
  	max-width: 640px;
  	margin: 20px auto;


  	border-radius: 5px;
  	padding: 20px;
  	width: 98%;
  }

  .tab-header {
  	display: flex;
  	border-bottom: 1px solid #ddd;
  	margin-bottom: 20px;
  }

  .tab-header .tab {
  	flex: 1;
  	text-align: center;
  	padding: 10px 0;
  	cursor: pointer;
  	color: #333;
  	background-color: #f9f9f9;
  	border: 1px solid #ddd;
  	margin-right: -1px;
  
  }

  .tab-header .tab.active {
  	background-color: #007bff;
  	color: #fff;
  	border-color: #007bff;
  }

  .form-group {
  	margin-bottom: 15px;
  }

  .form-group label {
  	display: block;
  	margin-bottom: 5px;
  	color: #666;
  }

  .form-group input[type="text"],
  .form-group textarea {
  	width: 100%;
  	padding: 8px;
  	border: 1px solid #ddd;
  	border-radius: 3px;
  	font-size: 14px;
  }

  .form-group textarea {
  	resize: vertical;
  	height: 80px;
  }

  .code-group {
  	display: flex;
  	align-items: center;
  }

  .code-group input {
  	flex: 1;
  	margin-right: 10px;
  }

  .code-group button {
  	padding: 8px 15px;
  	background-color: #007bff;
  	color: #fff;
  	border: none;
  	border-radius: 3px;
  	cursor: pointer;
  }

  .tip {
  	font-size: 12px;
  	color: #f00;
  	margin-top: 5px;
  }
  
  .hot{   position: relative;
    display: inline-block;
    height: 3.733333vw;
    line-height: 3.733333vw;
    padding: 0.3vw 1.333333vw;
    background-image: linear-gradient(90deg, #f76d00, #ffc20c);
    color: #fff;
    font-size: 2.4vw;
    border-radius: 2vw;
    font-weight: 700;
  }

  .submit-btn {
  	width: 100%;
  	padding: 10px;
  	background-color: #007bff;
  	color: #fff;
  	border: none;
  	border-radius: 3px;
  	cursor: pointer;
  	font-size: 16px;
  }

  /* 标签样式 */

  /* 表单内容样式 */
  .form-content {
  	display: none;
  }

  .form-content.active {
  	display: block;
  }

  /* 表单组样式 */
  .form-group {
  	margin-bottom: 15px;
  }

  label {
  	display: block;
  	margin-bottom: 5px;
  	font-weight: 500;
  }

  input,
  textarea {
  	width: 100%;
  	padding: 8px 10px;
  	box-sizing: border-box;
  	border: 1px solid #ddd;
  	border-radius: 4px;
  }

  textarea {
  	min-height: 100px;
  	resize: vertical;
  }

  /* 验证码组样式 */
  .code-group {
  	display: flex;
  	gap: 10px;
  }

  .code-group input {
  	flex: 1;
  }

  .code-group button {
  	padding: 0 20px;
  	background-color: #007bff;
  	color: white;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
  }

  /* 提交按钮样式 */
  .submit-btn {
  	background-color: #007bff;
  	color: white;
  	border: none;
  	padding: 10px 20px;
  	border-radius: 4px;
  	cursor: pointer;
  	width: 100%;
  	font-size: 16px;
  	text-align: center;
  }

  /* 提示文字样式 */
  .tip {
  	color: #666;
  	font-size: 12px;
  	margin: 0;
  }
  
  .index-tabs{
      max-width:640px;
      margin: 40px auto 0px;
  }
  
  .form-container2{
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  



.bg {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.bg img {
    position: absolute;
    left: calc(50% - 960px);
    z-index: -1;
}

.xinxi {
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.xinxi .fankui{
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.xinxi .fankui a{
   color: #777;
   font-size: 14px;
}
.xinxi .csdd {
    display: flex;
    align-items: center;
}

.xinxi .csdd span {
    font-size: 20px;
    font-weight: bold;
}

.xinxi .csdd .tag {
    color: #fff;
    background: #ff4d11;
    border-radius: 2px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    height: 13px;
    position: relative;
    margin-left: 10px;
}

.xinxi .csdd .tag:after {
    content: "";
    background: url("../images/icon33.png");
    width: 3px;
    height: 5px;
    display: block;
    position: absolute;
    left: -3px;
    top: calc(50% - 2.5px);
}

.xinxi .tags {
    margin-top: 10px;
    display: flex;
}

.xinxi .tags .tag-item {
    background: #e6f9ff;
    color: #1ba1d4;
    padding: 10px 15px;
    margin-right: 5px;
}

.xinxi .jiage-bar {
    margin: 10px 0;
    display: flex;
}

.xinxi .jiage-bar .price {
    background: #ffede2;
    padding: 5px 20px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #FA5C24;
    white-space: nowrap;
}

.xinxi .jiage-bar .price span {
    font-size: 16px;
    color: #999;
}

.xinxi .jiage-bar .price em {
    font-style: normal;
    font-size: 16px;
}

.xinxi .jiage-bar .cn {
    background: url("../images/ad_back.png") no-repeat;
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    color: #fff;
    margin-left: 10px;
    width: 100%;
    background-size: cover;
    font-size: 18px;
}

.xinxi-item ul {
    display: flex;
    flex-wrap: wrap;
}

.xinxi-item ul li {
    flex: 0 0 25%;
    display: flex;
    margin-top: 20px;
}

.xinxi-item ul li .name::before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    background-color: #2E68E9;
    transform: translate(0, -50%);
}

.xinxi-item ul li .name {
    color: #999;
    margin-right: 10px;
}

.btn-gomai {
    background: #f29a1f;
    color: #fff;
    margin-top: 20px;
    padding: 15px 30px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}


.zz_scbox {
    background: url("../images/zs_bg.jpg") no-repeat;
    padding: 80px;
    width: 821px;
    height: 500px;
    text-align: center;
    box-sizing: border-box;
}

.zz_scbox .sc_bt {
    font-size: 24px;
}

.zz_scbox .zz_jj {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.zz_scbox .col-md-3 {
    text-align: left;
    width: 33.3333%;
}

.zz_scbox .scbox_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.zz_scbox .scbox_ul .sx_bt {
    font-size: 18px;
    color: #1ba1d4;
}

.zz_scbox .scbox_ul li {
    margin-bottom: 10px;
}

.zz_scbox .scbox_ul li i {
    color: #49c118;
    margin-left: 10px;
}

.c-list .csdd {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 30px;
    font-size: 18px;
    position: relative;
}

.c-list .csdd:after {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 16px;
    background: #1ba1d4;
}

.c-list ul {
    padding: 10px;
    box-sizing: border-box;
}

.c-list ul li {
    border: 1px solid #f2f2f2;
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 5px;
}

.c-list ul li .csddle {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.c-list ul li .tag {
    color: #999;
    font-size: 12px;
}

.c-list ul li .price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.c-list ul li .price .prices {
    font-size: 20px;
    font-weight: bold;
    color: #FA5C24;
}

.c-list ul li .price .prices span {
    font-size: 12px;
}

.c-list ul li .price .view-info {
    color: #289ff9;
    border: 1px solid #289ff9;
    padding: 5px 10px;
    border-radius: 5px;
}

.c-list ul li:last-child {
    margin-bottom: 0;
}

.cs {
    margin-top: 10px;
}

.cs li {
    border: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.cs .csddles {
    font-size: 14px;
    line-height: 1.8em;
}

.con {
    display: flex;
}

.con .left {
        flex-grow: 1;

}

.con .right {
    width: 300px;
    flex: 0 0 300px;
    margin-left: 10px;
}

.con .right .c-list {
    border-radius: 5px;
}

.news-ddstom {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.consultZx {
    font-size: 18px;
    color: #606266;

    padding: 20px 10px 0;
}

.newConter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultZx:after, .consultZx:before {
    
    display: block;
    width: 44px;
    height: 1px;
    background-color: #EBEDF2;
}

.news-ddstom .gw-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 20px auto;
}

.news-ddstom .gw-avatar img {
    width: 100%;
    height: 100%;
    position: static;
    border-radius: 50%;

}

.news-ddstom .name {
    text-align: center;
    padding: 0px 0 22px 0;
    font-size: 14px;
}

.zxbox {
    padding: 0 10px;
}

.zxbox .zbtns {
    width: calc((100% - 15px) / 2);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;

}

.zxbox .zbtns:first-child {
    margin-right: 15px;
    border: 1px solid #f29a1f;
    color: #f29a1f;
}

.zxbox .zbtns:nth-child(2) {
    background: #289ff9;
    color: #ffffff;
}

.consulEwm {
    width: 100%;
    height: 105px;
    background: url(../images/ewmBg.png) no-repeat;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    align-items: center;
}

.consulEwm > img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    margin-right: 12px;
    position: static;
    z-index: 1;

}

.consulEwm > div {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}


.con .descriptions {
    margin: 20px 0;
  
}

.con .descriptions .description {
    margin-left: 10px;
    height: 131px;
    display: block;
}


.qian{
    margin-right: 5px;
    background: #ff9400;
    padding: 2px 5px;
    color: #fff;
    font-size: 16px;
     border-radius:5px;
}

  .qian2{
    margin-right: 5px;
    background: #0f9ef5;
    padding: 2px 5px;
    color: #fff;
    font-size: 16px;
    border-radius:5px;
}
.descriptions  .csddle{
    font-weight: 700;
    font-size: 16px;
}


.titles {
    /* background: #fff; */
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 900;
    
}

footer{
    background: #2b373d;
}

footer a{
    
    color: #fff;
}

           
.consulEwm {
    width: 100%;
    height: 105px;
    background: url(../images/ewmBg.png) no-repeat;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px 0px 10px;
    align-items: center;
    display: flex;
}

.consulEwm > img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    margin-right: 12px;
    position: static;
    z-index: 1;

}

.consulEwm > div {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}

          
.main-content {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.main-content .tit {
    font-size: 18px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
}

.main-content .tips {
    color: #aaa;
    margin: 20px 0;
}

.main-content table {
    border: 1px solid #f0f1f5;
        width: 100%;
}

.main-content table tr {
    height: 50px;
}

.main-content table td {
    font-size: 14px;
    color: #999999;
}

.main-content table .cols2, .main-content table .cols4, .main-content table .cols6, .main-content table .cols {
    padding: 10px;
    line-height: 18px;
    color: #333333;
    width: 155px;
}

.main-content table .cols[colspan="5"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-content table .cols1, .main-content table .cols3, .main-content table .cols5 {
    /*background-color: #FAFBFD;*/
    padding: 0 10px 0 15px;
}

.main-content table .cols1::before, .main-content table .cols3::before, .main-content table .cols5::before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    background-color: #289ff9;
    transform: translate(0, -50%);
}

.main-content .table1 tr.last {
    height: 138px;
}

.main-content .table1 .cols1, .main-content .table1 .cols3, .main-content .table1 .cols5 {
    width: 110px;
}

.main-content .table2 tr.last {
    height: 120px;
}

.main-content .table2 .cols2 {
    width: 389px;
}

.main-content .table2 .cols1, .main-content .table2 .cols3, .main-content .table2 .cols5 {
    width: 169px;
}

.dianhua-box{
    display: flex;
   
}
.dianhua-box .phone{
     font-size: 30px;
     color: #666;
   
}

.dianhua-box   i{
   font-size: 30px;
   color: #1477bf;
}

.get_phone{
    height: 38.4px;
    line-height: 38.4px;
    padding: 0px 20px;
    background: #1477bf;
    color: #fff;
}



.footer .tags-list {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.footer .tags-list .item {
    display: flex;
    align-items: center;
    color: #ffffff;
    line-height: 1.5em;
}

.footer .tags-list .item .title {
    font-size: 18px;
    margin-bottom: 4px;
}

.footer .tags-list .item img {
    width: 52px;
    margin-right: 10px;
}



  
.titles {
    /*font-weight: bold;*/
    font-size: 26px;
    margin: 0px auto 10px;
    text-align: center;

}

.sell-tab-wrap {
    height: 36px;
    width: 311px;
    margin: 30px auto;
}

.sell-tab-wrap .sell-tab {
    height: 36px;
    width: 244px;
    background: #A0A8B2;
    margin: 30px auto;
    border-radius: 50px;
}

.sell-tab-wrap .sell-tab a {
    display: block;
    width: 114px;
    height: 30px;
    float: left;
    border-radius: 32px;
    margin: 3px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.sell-tab-wrap .sell-tab a.on {
    background: #fff;
    color: #666;
}
    
.e-banner-box {
    width: 100%;
    height: 435px;
    background: url(../images/fabg.jpg);
    background-position: center;
    background-size: cover;
}

.e-banner-content .e-list .e-item {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    opacity: 0.65;
    margin-right: 20px;
    position: relative;
}

.main-content-box {
    border-radius: 10px;
    margin-top: -140px;
    padding: 40px;
    box-shadow: 0px 2px 10px 0px rgb(195 217 251);
    margin-bottom: 60px;
}

 .is-invalid{
                      border: 1px solid  #ff2200 !important;
                  }
                  



