.main-hui {
	width: 100%;
	padding: 35px 0px;
}
.image-main {
	width: 1300px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
.image-main .left {
	width: 300px;
}
.image-main .left h2 {
	width: 100%;
	height: 81px;
	border-top: 2px solid #c2944d;
	background-color: #F5F5F5;
	box-sizing: border-box;
	line-height: 81px;
	font-size: 24px;
	padding-left: 24px;
	letter-spacing: 3px;
}
.image-main .left ul.type {
	background-color: #F5F5F5;
	padding: 10px 0px 0px;
}
.image-main .left ul.type-two {
	display: none;
}
.image-main .left ul.type-two li {
	padding-left: 40px !important;
}
.image-main .left ul.type-two li:last-child {
	border-bottom: 2px solid white;
}
.image-main .left ul.type li {
	padding-left: 18px;
	display: flex;
	justify-content: flex-start;
	line-height: 40px;
	border-bottom: 1px solid #E5E5E5;
	transition: 0.5s all;
	position: relative;
}
.image-main .left ul.type li i.down {
	position: absolute;
	right: 10px;
	transform: rotate(90deg);
	font-size: 14px;
	font-weight: 200;
	transition: 0.3s all;
}
.image-main .left ul.type li a {
	display: flex;
	justify-content: flex-start;
	font-size: 15px;
	width: 100%;
}
.image-main .left ul.type li a i {
	line-height: 38px;
	font-weight: normal;
	margin-right: 5px;
}
.image-main .left ul.type li:hover, .image-main .left ul.type li.hover {
	background-color: #c2944d;
	transition: 0.5s all;
}
.image-main .left ul.type li.down180 i.down {
	transform: rotate(180deg) !important;
	transition: 0.3s all;
}
.image-main .left ul.type li.bg {
	background-image: url(../images/pro_menu_bg.png);
	width: 100%;
	height: 32px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.image-main .left .left-tel {
	position: relative;
	padding-left: 65px;
	background-color: #c2944d;
	padding: 20px 0px 10px 65px;
}
.image-main .left .left-tel:before {
	position: absolute;
	left: 20px;
	top: 19px;
	font-size: 40px;
	color: white;
}
.image-main .left .left-tel p.t1 {
	font-size: 14px;
	color: white;
	display: block;
	margin-bottom: 2px;
}
.image-main .left .left-tel p.t2 {
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.image-main .left .left-tel-t {
	width: 100%;
	background-color: #da251e;
	padding-bottom: 20px;
}
.image-main .left .left-tel-t p {
	width: 84%;
	margin: auto;
	text-align: center;
	line-height: 25px;
	height: 25px;
	color: #545454;
	font-size: 12px;
	background-color: white;
	display: block;
}
.maps {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.maps p:first-child {
	font-size: 18px;
	font-weight: bold;
}
.maps p:last-child {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	color: #666666;
}
.maps p:last-child a {
	color: #666666;
}
.maps p:last-child i {
	display: block;
}
.img-right {
	width: 960px;
}
.img-right ul.list {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-right ul.list li {
	width: 230px;
	margin-bottom: 15px;
	border: 1px solid white;
	background-color: white;
}
.img-right ul.list li p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.img-right ul.list li p.t1 img {
	display: block;
	transition: 0.5s all;
	width: 100%;
}
.img-right ul.list li p.t2 {
	background-color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	transition: 0.5s all;
	display: block;
}
.img-right ul.list li:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}
.img-right ul.list li:hover p.t2 {
	background-color: #c2944d;
	color: white;
	transition: 0.5s all;
}
.news-right {
	width: 960px;
}
.news-right ul.list {
	margin: 15px auto;
}
.news-right ul.list li {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	background-color: white;
	margin-bottom: 15px;
	position: relative;
}
.news-right ul.list li .time {
	width: 70px;
}
.news-right ul.list li .time p.t1 {
	color: #ababab;
	font-size: 24px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
}
.news-right ul.list li .time p.t2 {
	margin-top: 5px;
	font-size: 18px;
	color: #c5c5c5;
	font-family: Arial;
}
.news-right ul.list li .text {
	width: 830px;
}
.news-right ul.list li .text h3 a {
	color: #393c40;
	font-size: 24px;
	font-weight: bold;
}
.news-right ul.list li .text p.hr {
	height: 4px;
	width: 120px;
	margin: 28px 0px 20px 0px;
	padding: 0;
	background: #fa6855;
}
.news-right ul.list li .text p.desc {
	font-size: 14px;
	line-height: 24px;
}
.news-right ul.list li .text h3 a:hover {
	text-decoration: underline;
}
.news-right ul.list li:after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #da251e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}
.news-right ul.list li:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #da251e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}
/**/

.ashow-right {
	width: 960px;
}
.ashow-right .show-article {
	padding: 0 20px;
	margin: 20px auto;
}
.ashow-right .show-article h1 {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
.ashow-right .show-article .time {
	display: flex;
	justify-content: center;
	border-top: #e7e7e7 1px dashed;
	padding-top: 15px;
}
.ashow-right .show-article .time span {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin: 0px 15px;
	display: flex;
	justify-content: center;
}
.ashow-right .show-article .time span i {
	display: block;
	margin-right: 5px;
	font-size: 14px;
}
.ashow-right .show-article h2.bigtit {
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-left: 5px solid #c2944d;
	padding-left: 15px;
	line-height: 2.6;
	margin-left: -20px;
	margin-bottom: 15px;
	margin-top: 25px;
	background-color: #ecedef;
	box-sizing: border-box;
	color: #888;
}
.ashow-right .show-article article {
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 2;
	margin: 20px auto;
}
.ashow-right .show-article article h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #c2944d;
	width: 960px;
	border-left: 5px solid #c2944d;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}
.ashow-right .show-article article h5 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #c2944d;
	width: 960px;
	border-left: 5px solid #c2944d;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}
.ashow-right .show-article article img {
	max-width: 100% !important;
	display: block !important;
	margin: 10px auto !important;
}
.ashow-right .show-article article .urls {
	width: 100%;
	border: 1px solid #E5E5E5;
	padding: 5px 0;
	margin-bottom: 10px;
	text-indent: 24px;
	background: #F5F5F5;
	margin-top: 40px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}
.pagination a.cur {
	border: none;
	background: #c2944d;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/**/

li.kongli {
	border: none !important;
	background-color: transparent !important;
}
/*悬浮框*/

.to-top {
	position: fixed;
	right: 10px;
	bottom: 160px;
	z-index: 99999;
}
.to-top p {
	width: 50px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-color: #c2944d;
	margin-bottom: 6px;
	cursor: pointer;
	transition: 0.3s all;
}
.to-top p:hover {
	opacity: 0.7;
	transition: 0.3s all;
}
.to-top p i {
	display: block;
	color: white;
	font-size: 24px;
}
.to-top .qrcode-pic {
	position: absolute;
	display: none;
	right: 60px;
	top: 0;
	width: 120px;
	background-color: white;
	padding: 10px;
}
.to-top .qrcode-pic img {
	display: block;
	width: 100%;
}
.xuanfu-bar {
	width: 140px;
	background-color: #c2944d;
	padding: 15px 10px;
	box-sizing: border-box;
	position: fixed;
	right: -100%;
	bottom: 400px;
	transition: 0.5s all;
}
.xuanfu-bar p.tit {
	font-size: 16px;
	color: white;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.xuanfu-bar .img {
	width: 100%;
	background-color: white
}
.xuanfu-bar .img img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
}
.xuanfu-bar p.close {
	width: 50px;
	height: 25px;
	margin: auto;
	display: block;
	cursor: pointer;
	text-align: center;
	border-radius: 50px 50px 0px 0px;
	padding-top: 10px;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #202527;
	color: white;
}
/*关键词页面*/

.news-right ul.key-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px auto;
}
.news-right ul.key-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	background-color: white;
	margin: 0px 5px 15px;
	font-size: 15px;
	transition: 0.3s all;
	color: #555555;
}
.news-right ul.key-list li a:hover {
	background-color: #da251e;
	color: white;
	transition: 0.3s all;
}
.ci-xgtit {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	background-color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.ci-xglist {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.ci-xglist li {
	width: 49%;
	margin-bottom: 15px;
	border-top: 1px solid #da251e;
	background-color: white;
	padding: 15px;
	box-sizing: border-box;
}
ul.ci-xglist li p.t1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
ul.ci-xglist li p.t2, ul.ci-xglist li p.t3 {
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
}
ul.ci-xglist li p.t2 {
	margin-bottom: 10px;
}
/**/

.liuyan-title {
	width: 550px;
	margin: auto;
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.liuyan-title1 {
	width: 100%;
}
.liuyan-box {
	width: 550px;
	margin: 0px auto 25px;
}
.liuyan-box p {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
}
.liuyan-box p:last-child {
	border-bottom: 1px solid #ddd;
}
.liuyan-box p span:first-child {
	width: 100px;
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.liuyan-box p span:last-child {
	display: block;
}
.liuyan-box p span input {
	width: 400px;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p.codes span input {
	width: 200px;
}
.liuyan-box .check {
	text-transform : uppercase;
}
.liuyan-box p img.img {
	height: 32px;
	cursor: pointer;
}
.liuyan-box p span:last-child textarea {
	width: 400px;
	display: block;
	height: 120px;
	padding: 10px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p.tijiao input {
	width: 100%;
	border: none;
	background-color: #c2944d;
	color: white;
	height: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #333;
	cursor: pointer;
}
ul.liuyan-list {
	width: 100%;
}
ul.liuyan-list li {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	line-height: 2;
	color: #888;
	position: relative;
	overflow: hidden;
}
ul.liuyan-list li:last-child {
	border-bottom: 1px solid #ddd;
}
ul.liuyan-list li p {
	display: flex;
	justify-content: flex-start;
}
ul.liuyan-list li p span {
}
ul.liuyan-list li p.t1 {
	margin-right: 25px;
	font-size: 14px;
}
ul.liuyan-list li p.t2 {
	width: 100%;
	color: #333;
}
ul.liuyan-list li:first-child:after {
	content: "洽谈中";
}
ul.liuyan-list li:after {
	content: "已成单";
	display: block;
	position: absolute;
	top: 6px;
	right: -33px;
	background-color: #ddd;
	color: #333;
	transform: rotate(45deg);
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
/**/

.pro-pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0px;
}
.pro-pic .left {
	width: 450px;
}
.pro-pic .left img {
	display: block;
	width: 100%;
}
.pro-pic .right {
	width: 450px;
}
.pro-pic .right p {
	display: flex;
	line-height: 40px;
	justify-content: flex-start;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	border-bottom: none;
}
.pro-pic .right p.t2 {
	border-bottom: 1px solid #e5e5e5 !important;
}
.pro-pic .right p span:first-child {
	width: 100px;
	padding-left: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #888;
}
.pro-pic .right p span:last-child {
	display: block;
	color: #333;
	padding-left: 15px;
}
.pro-pic .right .desc {
	padding: 20px 0px 0px;
	font-size: 14px;
	line-height: 1.6;
	text-indent: 2em;
}
.xg-pro {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.xg-pro p.bigtit {
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-left: 5px solid #c2944d;
	padding-left: 15px;
	margin-left: -20px;
	line-height: 2.6;
	margin-bottom: 15px;
	background-color: #ecedef;
	box-sizing: border-box;
	color: #888;
}
.xg-pro ul {
	display: flex;
	justify-content: space-between;
}
.xg-pro ul li {
	width: 24%;
	padding-bottom: 8px;
	text-align: center;
}
.xg-pro ul li img {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.xg-pro ul li:hover {
	background-color: #c2944d;
	color: white;
}
.xg-pro p.changwei {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.xg-pro p.changwei a {
	font-size: 15px;
	color: #888;
	margin-right: 15px;
	line-height: 2;
}
/**/
.show-tags {
	display: flex;
	line-height: 2;
	justify-content: flex-start;
	font-size: 14px;
	color: #555;
}
.show-tags a {
	display: block;
	line-height: 2;
	font-size: 14px;
	color: #555;
	margin-left: 10px;
}
.show-tags a:hover {
	color: #c2944d;
}
.updown {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	background-color: white
}
.updown-case {
	padding: 15px;
}
.news-updown {
	padding: 15px;
}
.xg-tuijians {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
}
.xg-tuijians p.titss {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xg-tuijians ul {
}
.xg-tuijians ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}
.xg-tuijians ul li p.t2 {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
}
.casexg-tuijians {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
}
.casexg-tuijians p.titss {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.casexg-tuijians ul {
	display: flex;
	justify-content: space-between;
}
.casexg-tuijians ul li {
	width: 24%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #555;
}
.casexg-tuijians ul li p.t1 {
	width: 100%;
	display: block;
}
.casexg-tuijians ul li p.t1 img {
	display: block;
	width: 100%;
}
.casexg-tuijians ul li p.t2 {
	font-size: 14px;
	margin-top: 10px;
	transition: 0.3s all;
}
.casexg-tuijians ul li:hover {
	background-color: #c2944d;
	color: white;
}
.casexg-tuijians ul li:hover p.t2 {
	color: white;
	padding-left: 15px;
	transition: 0.3s all;
}
/**/

.city-main {
	width: 100%;
}
.city-main ul li {
	border: 1px solid #ccc;
	border-bottom: none;
	display: flex;
	justify-content: flex-start;
	line-height: 35px;
	font-size: 14px;
}
.city-main ul li:last-child {
	border-bottom: 1px solid #ccc;
}
.city-main ul li p.t1 {
	width: 100px;
	display: block;
	background-color: #e5e5e5;
	color: #333;
	padding-left: 15px;
	box-sizing: border-box;
}
.city-main ul li p.t2 {
	width: 820px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.city-main ul li p.t2 a {
	display: block;
	padding: 0px 10px;
}
.city-main ul li a:hover {
	color: #c2944d;
}
.city-main .desc {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	padding: 8px;
	margin-bottom: 10px;
	text-indent: 24px;
	background: #F5F5F5;
	margin-top: 0px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
}
/**/

.list-xg-pro {
	background-color: white;
	padding: 15px;
}
.list-xg-pro p.bigtit {
	margin-left: 0;
	line-height: 1.6;
	background-color: transparent
}
/**/

.pro-pic .left .gallery-thumbs {
	margin-top: 8px;
}
.pro-pic .left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.5;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #183280;
	background: white;
	border: 1px #183280 solid;
}
.pagination a.cur {
	border: none;
	background: #183280;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
