@charset "utf-8";

/* CSS Document */
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p {
	margin: 0px;
	padding: 0px;
	font-family: 微软雅黑;
	color: #000;
}

body {
	background: #ffffff;
}

ul {
	list-style: none;
}

img,
a img {
	border: 0px;
	border: none;
}

a {
	text-decoration: none;
}

a.hidefocus {
	outline: none
}

a:hover {
	text-decoration: underline;
	text-decoration: none;
}

label {
	margin-bottom: 0;
	font-weight: normal;
}

input,
textarea {
	border: 0;
	outline: none;
	/*去除蓝色边框*/
}

select::-ms-expand {
	display: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
}

.white {
	background: #fff;
}

/*****以上样式不可更改*****/

.header {
	z-index: 999999;
	min-height: 0px;
	background: rgba(0, 0, 0, 0);
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-bottom: 0px solid rgba(255, 255, 255, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .5s ease;
	display-radio: 1;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0.0, rgb(0, 0, 0, 0) 100.0%, rgba(255, 255, 255, 1) 100.0%);
}

.header.on {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.headerFiex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerFiex .logo {
	width: 15%;
	display: block;
}

.headerFiex .logo img {
	height: 55px;
}

/*右侧*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 90px;
	width: 60%;
}

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

.header .navbar_nav li {
	position: relative;
	display: block;
	width: 13%;
	text-align: center;
}

.header .navbar_nav li a {
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
}


.header .navbar_nav li a i {
	margin-left: 8px;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 14px;
}

.header .navbar_nav li:hover a,
.header .navbar_nav li.active a,
.pattern ul li a:hover,
.listBox .left .ul li .item:hover .txtbox h4 {
	color: #ffffff;
}

.header .navbar_nav li:hover {
	background-color: #ddb95e;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	width: 160px;
	background: #ffffff;
	z-index: 1200;
	transform: translateX(-50%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: solid #ddb95e 2px;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	padding: 0px 15px;
	color: #2a333c;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover,
.header .navbar_nav li.dropdown.active .dropdown_menu a.active {
	color: #ddb95e;
}

/* .header .navbar_nav li.dropdown .dropdown_menu:before {
	position: absolute;
	right: 76px;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border: 8px solid transparent;
	border-top-width: 0
}

.header .navbar_nav li.dropdown .dropdown_menu:before {
	top: -7px;
	border-bottom-color: #e4eaec
}

.header .navbar_nav li.dropdown .dropdown_menu:after {
	top: -6px;
	border-bottom-color: #fff
} */



.wrap {
	/* padding-top: 100px; */
}

#navToggle,
.m_nav {
	display: none;
}

.mt50 {
	margin-top: 50px;
}

.title {
	text-align: center;
}

.title .h-h2 {
	color: #000;
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 38px;
	margin-top: 0px;
	text-align: center;
	font-weight: normal;

}

.title p {
	font-size: 20px;
	color: #000;
	margin: 20px 0px;
}

.indexXuanChuanList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.indexXuanChuanList li {
	width: 25%;
	height: auto;
	position: relative;
	background: #000;
}

.indexXuanChuanList li .item {
	position: relative;
	overflow: hidden;
	display: block;
}

.indexXuanChuanList li .item .imgbox,
.indexXuanChuanList li .item .imgbox img {
	width: 100%;
}

.indexXuanChuanList li .item .imgbox img {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	width: 100%;
}

.indexXuanChuanList li .item:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.indexXuanChuanList li .item .txtbox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.indexXuanChuanList li .item .txtbox .text {
	width: 100%;
	text-align: center;
}

.indexXuanChuanList li .item .txtbox .text h5 {
	font-size: 18px;
	color: #fff;
	transition: 0.6s;
}

.indexXuanChuanList li .item .txtbox .text p {
	font-size: 13px;
	margin-top: 8px;
	color: #fff;
	transition: 0.6s;
}

.indexXuanChuanList li .item:hover .txtbox .text p {
	margin-top: 20px;
}

.indexXuanChuanList li .item:hover .txtbox {
	opacity: 1;
	background: rgba(255, 109, 0, 0.9);
}

.about-link {
	margin-top: 30px;
	text-align: center;
}

.about-link .more {
	color: #ddb95e;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 4px;
	border: 1px solid #ddb95e;
	transition: .3s;
}

.about-link .more:hover {
	background: #ddb95e;
	border-color: #ddb95e;
	color: #ffffff;
}

.indexFuwu {
	background: #212121;
	margin-top: 50px;
	padding: 50px 0px;
}

.title.active .h-h2,
.title.active p {
	color: #fff;
}

.indexFuwulist li {
	margin-top: 30px;
}

.indexFuwulist li .item {
	display: block;
	text-align: center;
}

.indexFuwulist li .item img {
	height: 140px;
	width: 140px;
	display: block;
	margin: 0 auto;
}

.indexFuwulist li .item h4 {
	font-size: 24px;
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: bold;
	color: #fff;
}

.indexFuwulist li .item p {
	color: #a3afb7;
	font-size: 16px;
	text-transform: uppercase;
}

.indexFuwulist li .item:hover h4,
.newsTitle .more:hover,
.indexNewsBoxList li:hover .item h4,
.metLinksText a:hover,
.footerUp .item a:hover,
.listBox .right .list1 .item:hover .txtbox h4,
.listBox .right .list2 ul li:hover a {
	color: #ddb95e;
}

.RongYuSwiper {
	padding: 40px 0px;
	overflow: hidden;
}

.RongYuSwiper .item {
	display: block;
	height: auto;
	text-align: center;
}

.RongYuSwiper .item .imgbox {
	width: 100%;
	overflow: hidden;
}

.RongYuSwiper .item .imgbox img {
	max-width: 100%;
	max-height: 100%;
}

.RongYuSwiper .item .imgbox img {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.RongYuSwiper .item:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.RongYuSwiper .item .txtbox {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 25px 30px 0 30px;
}

.indexNewsBox {
	margin-top: 40px;
}

.newsTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsTitle h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 25px;
	margin: 0;
	position: relative;
	background: #ddb95e;
	color: #fff;
}

.newsTitle .more {
	margin: 10px 0 0 0;
	color: #888;
	font-size: 24px;
}

.indexNewsBoxList {
	background: #fff;
}

.indexNewsBoxList li {
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #e9e9e9;
}

.indexNewsBoxList li:first-child {
	border-top: none;
}

.indexNewsBoxList li .item h4 {
	display: block;
	white-space: nowrap;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexNewsBoxList li .item p {
	color: #bbb;
	margin: 10px 0 15px 0;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-indent: 2em;
	min-height: 50px;
}

.indexBanner img {
	width: 100%;
}

.metLinks {
	background: #282828;
	padding: 15px 0px;
	color: #ddd;
	text-align: center;
}

.metLinksText {
	padding: 8px 10px;
	color: #ddd;
	font-size: 15px;
}

.metLinksText a {
	color: #ddd;
	font-size: 15px;
}

.footerUp {
	padding: 40px 10%;
	background: #222;
	text-align: center;
}

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

.footerUp .item h4 {
	font-size: 18px;
	margin-top: 0px;
	text-shadow: none;
	color: #fff;
}

.footerUp .item h4::after {
	content: '';
	width: 50px;
	height: 2px;
	background: #ddb95e;
	display: block;
	/* 或者使用 inline-block */
	margin: 10px auto 0 auto;
}

.footerUp .item a {
	margin-top: 13px;
	display: block;
	color: #aaa;
	font-size: 14px;
	font-size: 16px;
}

.footerUp .item .tel a {
	font-size: 28px;
}

.footerUp .item.info-phone h4,
.footerUp .item.info-phone .tel a {
	text-align: right;
	color: #fff;
}

.footer .Copyright {
	font-size: 14px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	background: #222;
	padding: 15px 0px;
	border-top: 1px solid #666666;
	display: flex;
	justify-content: space-around;
}

.footer .Copyright a {
	color: #ffffff;
}

.footer .Copyright a:hover {
	color: #ffffff;
}

.side-bar {
	width: 65px;
	position: fixed;
	top: 55%;
	right: 20px;
	z-index: 999;
}

.side-bar .side-bar-item {
	background-color: #ffffff;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #ddb95e;
	border-radius: 10%;
	position: relative;
	cursor: pointer;
}

.side-bar .side-bar-item .pop {
	min-height: 100%;
	position: absolute;
	right: 70px;
	border: 1px solid #ddb95e;
	display: flex;
	align-items: center;
	padding: 8px;
	border-radius: 10px;
	background-color: #ffffff;
}

.side-bar .side-bar-item .pop:after,
.side-bar .side-bar-item .pop:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #ddb95e;
	right: -14px;
}

.side-bar .side-bar-item .pop:after {
	border-left-color: #fff;
	right: -13px;
}

.side-bar .side-bar-item .pop .pop-icon {
	width: 30px;
}

.side-bar .side-bar-item .pop .pop-text {
	white-space: nowrap;
}

.side-bar .side-bar-item .pop .pop-text div {
	color: #ddb95e;
}

.side-bar .side-bar-item .pop .pop-icon img {
	width: 100%;
}

.side-bar .side-bar-item .phone {
	top: 0;
}

.side-bar .side-bar-item .qrcode img {
	width: 100px;
}

.side-bar .side-bar-item .qrcode {
	top: -26.5px;
}

.side-bar .hover-item {
	background-color: #ddb95e;
}

.side-bar .hover-item .text {
	color: #ffffff;
}

.side-bar .side-bar-item .icon {
	margin-top: 7px;
	width: 100%;
}

.side-bar .side-bar-item .text {
	line-height: 30px;
}

.side-bar .side-bar-item .icon img {
	width: 28px;
	margin: 0 auto;
}

.chat-tips {
	padding: 5px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}

.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position: -88px -350px;
}

.chat-tips img {
	width: 138px;
	height: 138px;
}

.side-bar a,
.chat-tips i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}

.wrapP50 {
	padding: 50px 0px;
	background: #f5f5f5;
}

.pattern {
	margin-bottom: 1px;
	background: #fff;
	padding: 20px 30px;
}

.YouShi .editor {
	padding: 30px;
	background: #ffffff;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
}

.indexsnav {
	background: #fff;
}

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

.indexsnavAuto a {
	width: 174px;
	height: 139px;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 139px;
	color: #333;
	margin: 0px 15px;
}

.indexsnavAuto a.active,
.indexsnavAuto a:hover {
	background: #ddb95e url(../images/indexservice-nav.jpg) center bottom no-repeat;
	color: #FFF;
}

.Ptm50 {
	padding: 50px 0px;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.YingShi {
	width: 100%;
	background: url(../images/indexservicebg.jpg) no-repeat center bottom;
	background-size: cover;
}

.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.YingShi .title .h-h22 {
	color: #FC1A40;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 15px;
}

.YingShi .text p {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #615E60;
	line-height: 30px;
	padding: 0px 25px;
}

.YingShi .text img {
	width: 100%;
	margin-top: 30px;
}

.YingShiCeHua {
	background: #fff;
}

.YingShiCeHua .title {
	margin-bottom: 30px;
}

.YingShiCeHuaList {
	display: flex;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
}

.YingShiCeHuaList .item {
	display: block;
	overflow: hidden;
	height: auto;
	position: relative;
}

.YingShiCeHuaList .item img {
	width: 100%;
}

.YingShiCeHuaList .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.6s;
	background: #ddb95e;
	z-index: 9;
	padding: 20px;
}

.YingShiCeHuaList .item .text h4 {
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.YingShiCeHuaList .item .text span {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
}

.YingShiCeHuaList .item:hover .text {
	opacity: 1;
}

.listTitle {
	margin-bottom: 1px;
	background: #fff;
	padding: 20px 30px;
}

.pattern ul {
	display: flex;
	flex-wrap: wrap;
}

.pattern ul li {
	margin-right: 20px;
}

.pattern ul li a {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.listBox .left .ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.listBox .left .ul .itemli {
	box-shadow: 3px 3px 8px rgb(0 0 0 / 15%);
	width: 92%;
	margin: auto;
}

.listBox .left .ul li {
	width: 25%;
	margin-top: 20px;
}

.listBox .left .ul li .item {
	display: block;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.listBox .left .ul li .item .imgbox {
	height: 260px;
	overflow: hidden;
	width: 100%;
}

.listBox .left .ul li .item .imgbox img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.listBox .left .ul li .item .txtbox {
	padding: 12px;
}

.listBox .left .ul li .item .txtbox h4 {
	color: #37474f;
	font-size: 18px;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 25px;
}

.listBox .left .ul li .item .txtbox p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	margin-top: 6px;
}

.listBox .right .list1,
.listBox .right .list2 {
	background: #fff;
	padding: 15px;
}

.listBox .right .list1 .imgbox {
	height: auto;
	overflow: hidden;
}

.listBox .right .list1 .item .imgbox img {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	width: 100%;
}

.listBox .right .list1 .item:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.listBox .right .list1 .item .txtbox {
	padding: 12px;
	text-align: center;
}

.listBox .right .list1 .item .txtbox h4 {
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listBox .right .list2 {
	margin-top: 20px;
}

.listBox .right .list2 h3 {
	display: block;
	padding-left: 8px;
	line-height: 1;
	border-left: 4px solid #ddb95e;
	font-size: 22px;
	font-weight: normal;
}

.listBox .right .list2 ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}

.listBox .right .list2 ul li a {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}

.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999
}

.pagess ul li:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}

.pagess ul li:hover a {
	color: #fff;
}

.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff;
}

.pagess ul li.thisclass a {
	color: #fff;
}

.pagess ul li a {
	display: block;
	color: #999
}

.pagess ul li a:hover {
	color: #fff;
}

.news_ul {
	background: #fff;
	padding: 15px;
}

.news_ul li {
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;
}

.news_ul li .item {
	display: flex;
	align-items: flex-start;
}

.news_ul li .item .imgbox {
	margin-right: 20px;
	max-height: 170px;
	max-width: 100%;
	width: 275px;
	overflow: hidden;
}

.news_ul li .item .imgbox img {
	max-width: 100%;
	max-height: 100%;
}

.news_ul li .item .txtbox {
	flex: 1;
	width: 100%;
	overflow: hidden;
}

.news_ul li .item .txtbox h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
}

.news_ul li .item .txtbox .info {
	margin: 5px 0 15px 0;
	font-size: 14px;
	margin-right: 10px;
	color: #666;
}

.news_ul li .item .txtbox p {
	text-indent: 2em;
	font: 16px/1.75 Arial, Microsoft YaHei;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_ul li .item .txtbox .more {
	color: #ddb95e;
	font-size: 16px;
	line-height: 30px;
}

.news_ul li .item:hover .txtbox h4 {
	color: #ddb95e;
}

.LianXiWrap {
	padding: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	/* flex-direction: row-reverse; */
}

.LianXiWrap .txt {
	width: 40%;
	text-align: center;
}

.LianXiWrap .map {
	width: 60%;
}

.LianXiWrap .map img {
	max-width: 100%;
	max-height: 100%;
}

.LianXiWrap .txt h3 {
	color: #ddb95e;
	padding-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
}

.LianXiWrap .txt span {
	color: #ddb95e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}

.LianXiWrap .txt dl {
	display: flex;
	margin-bottom: 16px;
}

.LianXiWrap .txt dl dt {
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.LianXiWrap .txt dl dd {
	flex: 1;
	width: 100%;
	color: rgb(51, 51, 51);
	font-size: 16px;
	line-height: 25px;
}

.table-responsive {
	padding: 30px;
	background: #fff;
}

.table-responsive td a {
	color: #333;
	text-decoration: underline;
}

.details {
	background: #fff;
}

.detailsTitle {
	padding: 20px 0px;
}

.detailsTitle h2 {
	text-align: center;
	font-size: 28px;
	padding: 0px 15px;
	font-weight: normal;
	color: #000;
}

.detailsText {
	padding: 30px;
}

.met-shownews-footer {
	padding: 30px;
	background: #ffffff;
}

.met-shownews-footer .pager {
	display: flex;
	align-items: center;
}

.met-shownews-footer .pager li {
	width: 49%;
	display: flex;
	align-items: center;
}

.met-shownews-footer .pager li span,
.met-shownews-footer .pager li a {
	background-color: transparent;
	border: 1px solid #e4eaec;
	padding: 10px 20px;
	color: #76838f;
	border-radius: 100px;
}

.met-shownews-footer .pager li.next {
	justify-content: flex-end;
}

.met-shownews-footer .pager li a:hover {
	border: 1px solid #ddb95e;
	color: #ddb95e;
}

.editorlightgallery p {
	margin-bottom: 16px;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.zhaoPinForm {
	padding: 30px;
	background: #fff;
	margin-top: 30px;
}

.zhaoPinFormFlex {
	display: flex;
}

.zhaoPinFormFlex .label {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
}

.zhaoPinFormFlex .text {
	flex: 1;
	width: 100%;
	border: 1px solid #e4eaec;
	padding: 0px 20px;
	color: #333;
	font-size: 14px;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	margin-bottom: 20px;
}

.zhaoPinFormFlex .textarea {
	flex: 1;
	width: 100%;
	border: 1px solid #e4eaec;
	padding: 0px 20px;
	color: #333;
	font-size: 14px;
	height: 40px;
	border-radius: 4px;
	height: 120px;
	line-height: 40px;
	margin-bottom: 20px;
}

.tijiaoBtn {
	width: 120px;
	height: 40px;
	background: #ddb95e;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
}

.w95 {
	width: 95px;
}

.w245 {
	width: 245px;
}

.w420 {
	width: 420px;
}

.w400 {
	width: 400px;
}

.w355 {
	width: 355px;
}

.w298 {
	width: 298px;
}

.w205 {
	width: 205px;
}

@media screen and (max-width:1199px) {

	.w95 {
		width: 55px;
	}

	.w245 {
		width: 145px;
	}

	.w420 {
		width: 320px;
	}

	.w400 {
		width: 300px;
	}

	.w355 {
		width: 255px;
	}

	.w298 {
		width: 198px;
	}

	.w205 {
		width: 105px;
	}

	.header .navbar_nav li a {
		font-size: 14px;
		padding: 0px 8px;
		line-height: 75px;
		height: 75px;
	}

	.headerFiex .logo,
	.headerFiex .logo img {
		height: 40px;
	}

	.wrap {
		padding-top: 75px;
	}

	.header .navbar_nav li.dropdown .dropdown_menu {
		top: 75px;
	}

	.indexFuwulist li .item img {
		width: 100px;
		height: 100px;
	}

	.indexFuwulist li .item h4 {
		font-size: 20px;
	}

	.RongYuSwiper .item .txtbox {
		font-size: 18px;
	}

	.indexNewsBoxList li .item h4 {
		font-size: 20px;
	}

	.footer .Copyright {
		font-size: 14px;
	}

	.indexsnavAuto a {
		height: 90px;
		line-height: 90px;
	}

	.listBox .left .ul li {
		width: 50%;
	}

	.indexXuanChuanList li {
		width: 33.333%;
	}

	.LianXiWrap .map {
		padding-right: 30px;
	}

	.mt50 {
		margin-top: 25px;
	}



	.title p {
		margin-top: 5px;
		font-size: 14px;
	}

	.indexXuanChuanList li {
		width: 50%;
	}

	.about-link {
		margin-top: 20px;
	}

	.wrapP50 {
		padding: 25px 0px;
	}

	.footer .Copyright {
		line-height: 25px;
	}

	.footerUp {
		padding: 10px 0px;
	}

	.footerUp .item {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footerUp .info-phone {
		width: 100% !important;
	}

	.footerUp .item.info-phone h4 {
		text-align: center;
	}

	.footerUp .item.info-phone .tel a {
		text-align: center;
	}

	.indexsnavAuto a {
		font-size: 16px;
	}

	.Ptm50,
	.YingShi {
		padding: 25px 0px;
	}

	.YingShi .title .h-h22 {
		font-size: 20px;
	}

	.YingShi .text p {
		font-size: 16px;
	}

	.YingShiCeHuaList .item .text {
		padding: 10px;
	}

	.YingShiCeHuaList {
		flex-wrap: wrap;
	}

	.w25 {
		width: 50%;
	}

	.w50 {
		width: 100%;
	}

	.footerUp .item h4 {
		font-size: 16px;
	}

	.footerUp .item a {
		margin-top: 8px;
		font-size: 14px;
	}

	.listBox .left .ul {
		padding-top: 10px;
	}

	.listBox .left .ul li {
		width: 100%;
	}

	.listBox .right .list1 .item .txtbox h4 {
		font-size: 14px;
	}

	.listBox .right .list2 ul li a {
		font-size: 14px;
	}

	.listBox .right .list2 ul li {
		padding: 10px 0px;
	}

	.pattern {
		padding: 10px 15px;
	}

	.pattern ul li a {
		font-size: 14px;
	}

	.listBox .left .ul li .item .txtbox h4 {
		font-size: 16px;
	}

	.detailsTitle h2 {
		font-size: 20px;
	}

	.met-shownews-footer {
		padding: 15px;
	}

	.met-shownews-footer .pager {
		display: block;
	}

	.met-shownews-footer .pager li {
		width: 100%;
	}

	.met-shownews-footer .pager li.next {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.listBox .right .list2 h3 {
		font-size: 16px;
	}

	.news_ul li .item {
		display: block;
	}

	.news_ul li .item .imgbox {
		width: 100%;
		margin-right: 0px;
	}

	.news_ul li .item .txtbox {
		margin-top: 20px;
	}

	.news_ul li .item .txtbox h4 {
		font-size: 18px;
	}

	.news_ul li .item .txtbox .info {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.news_ul li .item .txtbox p {
		font: 14px/1.5 Arial, Microsoft YaHei;
	}

	.news_ul li .item .txtbox .more {
		font-size: 14px;
	}

	.detailsText {
		padding: 15px;
	}

	.editorlightgallery p {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.editorlightgallery p img {
		width: 100%;
	}

	.LianXiWrap .txt h3 {
		font-size: 24px;
	}

	.LianXiWrap .txt dl {
		margin-bottom: 10px;
	}

	.LianXiWrap .txt span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.LianXiWrap .txt dl dt,
	.LianXiWrap .txt dl dd {
		font-size: 14px;
	}

	.LianXiWrap {
		padding: 25px;
	}

	.table-responsive {
		padding: 15px;
	}
}

@media screen and (max-width:992px) {
	.header .nav {
		display: none;
	}

	.header .phone {
		display: none;
	}

	.wrap {
		padding-top: 64px;
	}

	#navToggle,
	.m_nav {
		display: block;
	}

	.header {
		padding: 12px 0px;
	}

	.header #navToggle {
		height: 25px;
		width: 25px;
		display: block;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 2px;
		margin-top: 12px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #333;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 13px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #ddb95e;
	}

	.m_nav {
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		overflow-y: auto;
		transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
		top: -200%;
	}

	.m_nav.open {
		top: 0;
	}

	.m_nav .ul {
		padding-top: 70px;
	}

	.m_nav .ul li {
		padding: 0px 15px;
		position: relative;
	}

	.m_nav .ul li a {
		display: block;
		color: #333333;
		font-size: 14px;
		border-bottom: 1px solid #e8e8e8;
		line-height: 50px;
	}

	.m_nav .ul li.active a,
	.m_nav .ul li .dropdown_menu a.active {
		color: #ddb95e;
	}

	.m_nav .ul li .dropdown_menu {
		display: none;
	}

	.m_nav .ul li .dropdown_menu a {
		display: block;
		line-height: 25px;
		padding: 10px 20px;
		font-size: 14px;
		box-sizing: border-box;
		border-bottom: 1px solid #f5f5f5;
	}

	.m_nav .ul li.active .dropdown_menu a {
		color: #333333;
	}

	.m_nav .ul li.active .dropdown_menu a.active {
		color: #ddb95e;
	}

	.m_nav .ul li .fa-angle-right::before {
		float: right;
		margin-left: 15px;
		content: '\f105';
		font-size: 20px;
		position: absolute;
		right: 20px;
		top: 0px;
	}

}



@media screen and (max-width:767px) {
	.side-bar {
		display: none;
	}

	.YouShi .editor {
		padding: 20px;
	}

}

@media screen and (max-width:640px) {
	.indexXuanChuanList li {
		width: 100%;
	}

	.indexXuanChuanList li .item .txtbox .text h5 {
		font-size: 16px;
	}

	.indexFuwulist li .item img {
		width: 70px;
		height: 70px;
	}

	.indexFuwulist li .item h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	.indexFuwulist li .item p {
		font-size: 12px;
	}

	.indexFuwulist li {
		margin-top: 15px;
	}

	.RongYuSwiper .item .txtbox {
		font-size: 14px;
	}

	.newsTitle h3 {
		font-size: 16px;
	}

	.indexNewsBoxList li .item h4 {
		font-size: 16px;
	}

	.indexNewsBoxList li .item p {
		margin: 5px 0 8px 0;
	}

	.footerUp .item {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.footer .Copyright {
		font-size: 12px;
		line-height: 1.6;
	}

	.YingShi .text p {
		padding: 0px;
		font-size: 14px;
	}

	.w25 {
		width: 100%;
	}

	.indexsnavAuto a {
		height: 70px;
		line-height: 70px;
		width: 120px;
		font-size: 14px;
	}

	.YingShi .title .h-h22 {
		font-size: 18px;
	}

	.listBox .left .ul li {
		margin-top: 15px;
	}

	.listBox .left .ul li .item .imgbox img,
	.listBox .left .ul li .item .imgbox {
		height: 140px;
	}

	.detailsTitle h2 {
		font-size: 16px;
	}

	.met-shownews-footer .pager li span,
	.met-shownews-footer .pager li a {
		padding: 5px 10px;
		font-size: 14px;
	}

	.LianXiWrap {
		display: block;
	}

	.LianXiWrap .txt {
		width: 100%;
	}

	.LianXiWrap .map {
		padding: 0px;
		width: 100%;
	}

	.zhaoPinForm {
		padding: 15px;
	}

	.zhaoPinFormFlex .label {
		font-size: 14px;
	}

	.zhaoPinFormFlex .textarea,
	.zhaoPinFormFlex .text {
		padding: 0px 10px;
	}

}

.on {
	background: #ffffff;
}

.on .container .headerFiex .nav li a {
	color: #000;
}

.headerFiex .phone {
	width: 15%;
	font-size: 24px;
	font-weight: 600;
	color: #ddb95e;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.headerFiex .phone img {
	width: 30px;
	margin-right: 10px;
}

.p_loop {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	max-width: 100%;
	display: flex;
}

.p_loop .p_loopitem {
	/* width: 33%; */
	text-align: center;
	border-right: 1px dashed #d4a867;
	font-size: 18px;
	letter-spacing: 3px;
	color: #000;
	font-family: “微软雅黑”;
}

.p_loop .p_loopitem:nth-child(4) {
	border-right: 0px dashed #d4a867;
}

.p_loop .p_loopitem .up {
	flex: 1;
	max-width: 30%;
	max-height: 100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.p_loop .p_loopitem .up img {
	width: 100%;
}

.productcenter {
	background-image: url(https://img.zuimeijiuye.cn/ff366972-a5b6-4240-9b46-0245f87f4770.jpg);
	background-attachment: fixed;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

.productcenter .h-h2 {
	color: #ffffff;
}

.productlist {
	width: 80%;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	padding-right: 10px;
}

.productlist .product {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.productlist .product .product-item {
	flex-grow: 0;
	flex-shrink: 0;
	/* flex-basis: calc(100% / 4); */
}

.productlist .product .product-item .product-info .image {
	width: 100%;
}

.productlist .product .product-item .product-info .image img {
	width: 100%;
	transition: transform 0.3s ease;
	/* 添加过渡效果 */
}

.productlist .product .product-item .product-info .image:hover img {
	transform: scale(1.1);
	/* 鼠标移入时放大1.1倍 */
}

.productlist .product .product-item .product-info .text {
	z-index: 999;
}

.productlist .product .product-item .product-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
	background-color: rgba(247, 247, 247, 1);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 5%);
	background: #fff;
}

.productlist .product .product-item .product-info .s_title {
	line-height: normal;
	font-size: 20px;
	color: rgba(221, 185, 94, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "2bd61937-6b63-46c6-80cb-b9628ded1ea5";
	-webkit-line-clamp: 1;
}

.productlist .product .product-item .product-info .s_title1 {
	line-height: normal;
	font-size: 14px;
	font-family: "b59c0948-4bd2-4ef8-a6a6-27f5614b96bb";
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(145, 145, 145, 1);
	font-weight: normal;
	margin-right: auto;
	padding-right: 0px;
}

.productlist .product .product-item .product-info .s_line {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(221, 185, 94, 1);
	width: 30px;
	margin-left: 0px;
	max-height: none;
	height: auto;
	margin-bottom: 15px;
}

.productlist .product .product-item .product-info .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pwi-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.pwi-list .pwi-item {
	flex: 0 0 auto;
	flex-grow: 0;
	width: 25%;
	flex-shrink: 0;
	flex-basis: unset;
	transition: all .5s ease;
	position: relative;
}

.pwi-list .pwi-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	transition: all .5s ease;
}


.pwi-list .pwi-item .image {
	overflow: hidden;
}

.pwi-list .pwi-item .image img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.pwi-list .pwi-item .text {
	background-color: rgba(240, 130, 0, 0);
	bottom: 5%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 20px;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 40%;
	top: auto;
	right: auto;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pwi-list .pwi-item .text .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}


.pwi-list .pwi-item .text .p_item p {
	color: #ffffff;
}

.pwi-list .pwi-item .text .p_item .s_title {
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-family: Microsoft JhengHei;
}

.pwi-list .pwi-item .text .p_item .s_line {
	width: auto;
	max-width: 30px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: rgba(255, 255, 255, 1);
}

.pwi-list .pwi-item .text .p_item .s_title1 {
	font-size: 14px;
	color: rgba(218, 218, 218, 1);
	line-height: 1.8;
	text-align: center;
}

.pwi-list .cur {
	width: 50%;
}

.pwi-list .pwi-item.cur:after {
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
}

.pwi-list .cur .text {
	background-color: rgba(240, 130, 0, 0);
	bottom: 5%;
}

.pwi-title {
	padding-top: 4%;
	padding-bottom: 1%;
}

.service-title {
	padding-top: 4%;
	padding-bottom: 1%;
}

.service-list {
	/* display: table; */
	/* border-collapse: collapse; */
}

.service-list .item {
	float: left;
	padding: 3.645vw 10px;
	color: #999;
	line-height: 25px;
	text-align: center;
	height: 420px;
	border: 1px solid #e6e6e6;
	display: block;
	overflow: hidden;
	/* display: table-cell; */
}

.service-list .icon {
	height: 90px;
	line-height: 90px;
	position: relative;
	overflow: hidden;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.service-list .icon-front {
	margin-top: 25px;
	margin-bottom: 5px;
	opacity: 1;
}

.service-list h4 {
	color: #333;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	background: url(../images/h-line1.png) center bottom no-repeat \9;
	margin-bottom: 10px;
}

.service-list .det {
	max-width: 355px;
	margin: 0 auto 20px;
	font-size: 18px;
	line-height: 32px;
	color: #978f8f;
}

.service-list .icon img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.service-list .item:hover {
	color: #fff;
	background-color: #E91016;
}

.service-list .item:hover .det {
	color: #fff;
}

.service-list .item:hover .icon-front {
	margin-top: -50px;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.service-list .item:hover .icon-back {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.service-list .item:hover h4 {
	color: #fff;
	padding-bottom: 12px;
	margin-bottom: 25px;
}

.wechat {
	position: relative;
}

.wechat .gzh {
	color: #aaa;
	width: 100%;
}

.wechat .gzh img {
	width: 100px;
	margin-bottom: 10px;
}

.wechat .gzh div {
	color: #aaa;
}

.craft .text {
	/* padding-left: 15%; */
}

.craft .image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
}

.craft .image img {
	width: 100%;
}