:root {
	--color1: #b9a26c;
	--color2: #191718;
	--color3: #fefefe;
	--color4: #b3814f;
	--color5: #141414;
	--color6: #f2ebdb;
	--color7: #512816;
	--color8: #ae251d;
	--color9: #333;;
}

body {
	font-size: 14px;
	line-height: 1.5;
	margin: 0; /*background: url(../img/news-bg.jpg) bottom no-repeat var(--color6)*/;
	color: var(--color5);
}

.tempWrap {
	height: 100% !important;
	margin: 0 auto !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.v_center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

a {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #000;
}

.cls {
	display: block;
	clear: both;
}

.cls:after {
	display: block;
	clear: both;
	content: "";
}

li i, i {
	float: initial;
}

.fixed {
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
}

::selection {
	color: #fff;
	background-color: var(--color8);
	text-shadow: none;
}

/*banner*/
.slideBox {
	position: relative;
	width: 100%; /*height:650px;*/
}

.slideBox .hd {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
}

.slideBox .hd .mq {
	height: 100%;
}

.slideBox .prev, .slideBox .next {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	width: 27px;
	height: 71px;
	transition: all .5s ease-in-out;
	opacity: 1;
	background: url(../img/left.png) no-repeat center #2f2f2f / 10px 16px;
}

.slideBox .prev {
	margin-right: 14px;
}

.slideBox .next {
	z-index: 9;
	left: calc(27px + 14px);
	background: url(../img/right.png) no-repeat center #2f2f2f / 10px 16px;
}

.slideBox .prev:hover, .slideBox .next:hover {
	width: 71px;
	background-color: var(--color8);
}

.slideBox .hd {
	text-align: right;
}

.slideBox .hd span {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	cursor: pointer;
	border: 2px solid transparent;
}

.slideBox .hd span:after {
	position: absolute;
	top: 2px;
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: "";
	background-color: var(--color3);
}

.slideBox .hd span.on {
	border-color: var(--color8);
}

.slideBox .hd span.on:after {
	background-color: var(--color8);
}

.slideBox .bd, .slideBox .bd ul, .slideBox .bd ul li {
	font-size: 0;
	height: 100%;
}

/*float-right*/
.drift {
	position: fixed;
	z-index: 999;
	right: -120px;
	bottom: 30%;
	width: 50px;
	height: auto;
	padding-top: 10px;
}

.drift:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	content: "";
	border-radius: 10px 0 0 10px;
	background: rgba(0, 0, 0, 0.35);
}

.drift ul {
	width: max-content;
}

.drift li {
	position: relative;
	width: max-content;
	padding-right: 16px;
	transition: all ease-in-out 0.5s;
	border-radius: 10px 0 0 10px;
}

.drift li:hover {
	transform: translateX(calc(-100% + 50px));
	background-color: rgba(0, 0, 0, 0.35);
}

.drift li a {
	display: inline-block;
	text-decoration: none;
}

.drift li a i {
	font-size: 20px;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.drift li a span {
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
}

/*top*/
.top {
	position: relative;
	z-index: 30;
	overflow: visible;
	height: 100px;
	background: #fff;
}

/*.top{background: url("../img/nav1.jpg") repeat-x left bottom var(--color2);height: 100px;overflow: visible;position: relative;z-index: 30;}*/
.top .mq {
	height: 100%;
}

.top .menu_top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: calc(100% - 4px);
	color: var(--color1);
}

.top .menu_top .menuBox {
	display: flex;
	align-items: center;
}

.top .menu_top .menuBox a {
	font-size: 15px;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	color: var(--color9);
}

.top .menu_top .logo {
	display: inline-flex;
	align-items: center;
	width: unset;
	max-width: 270px;
	height: 100%;
	margin-top: 0;
	margin-right: 40px;
	padding: 12px 0;
}

.top .menu_top .logo img {
	max-height: 100%;
}

.top .menu_top .logo span {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.top .menu_top .menuBox a:hover, .top .menu_top .menuBox a.select {
	color: var(--color8);
}

/*footer*/
.footer {
	padding: 40px 0 0;
	color: var(--color9);
	background: #f5f5f5 /*url("../img/nav1.jpg") repeat-x left top var(--color2)*/;
}

.footer_top {
	padding-bottom: 20px;
	text-align: center;
}

.footer_top img {
	max-width: 260px;
	margin: 0 auto;
}

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

.footer .fmenu ul {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
.footer .fmenu ul li{
	display: inline-block;
	width: inherit;
}
.footer .fmenu li h2 {
	font-size: 17px;
	padding-bottom: 10px;
}

.footer .fmenu li a {
	line-height: 2;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: .8;
	color: var(--color9);
}

.footer .fmenu li a:hover {
	opacity: 1;
}

.footer .qrcode img {
	width: 150px;
}

.share {
	margin-top: 32px;
	padding: 12px 0;
	text-align: center;
	background: #00000008;
}

.share .bdsharebuttonbox a {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 6px 0 0;
	padding: 0;
	text-align: center;
	color: var(--color1);
	background: #0f0e0e;
	background-image: none !important;
}

.share .bdsharebuttonbox a:hover {
	color: #0f0e0e;
	background-color: var(--color1);
}

/************** index ************/
.index_title {
	text-align: center;
}

.index_title p {
	font-size: 26px;
	line-height: initial;
	display: inline-block;
	height: 76px;
	padding: 0 260px;
	text-transform: uppercase;
	color: var(--color8);
	background: url("../img/code-left.png") no-repeat left center, url("../img/code-right.png") no-repeat right center;
}

.index_title p span {
	font-size: 24px;
}

/*about_index*/
.about_index {
	padding: 80px 0 30px;
}

.about_index p {
	font-size: 16px;
	line-height: 2;
	margin-top: 35px;
	margin-bottom: 47px;
	padding: 0 120px;
	text-align: center;
	color: #818181;
}

.about_index a {
	font-size: 16px;
	line-height: 61px;
	display: block;
	width: 155px;
	height: 61px;
	margin: 0 auto 85px;
	text-align: center;
	color: #676767;
	background: url(../img/ind_dzbtn.png) center;
}

.about_index a:hover {
	color: var(--color8);
}

/**/
.box_cul {
	position: relative;
	z-index: 2;
	padding: 100px 0;
	text-align: center;
	background: url("../img/3.jpg") no-repeat center /*fixed*/;
	background-size: cover;
}

.box_cul:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(37, 34, 25, 0.8);
}

.box_cul .mq p {
	font-size: 24px;
	line-height: 1;
	color: #f9f9f9;
}

.box_cul .mq h2 {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	color: #fff;
}

.box_cul .bd p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 26px;
	color: #f9f9f9;
}

.box_cul .bd a {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
	color: #fff;
}

.box_cul .hd {
	text-align: center;
}

.box_cul .hd span {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	cursor: pointer;
	border: 2px solid transparent;
}

.box_cul .hd span:after {
	position: absolute;
	top: 2px;
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: "";
	background-color: #f9f9f9;
}

.box_cul .hd span.on {
	border-color: #fff;
}

.box_cul .hd span.on:after {
	background-color: #fff;
}

/*menu2*/
.menu2 ul {
	padding: 46px 0;
}

.menu2 ul li {
	float: left;
	width: 312px;
	height: 168px;
	margin-right: 10px;
	background: #fff;
}

.menu2 ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.menu2 ul li a img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu2 ul li a img:hover {
	opacity: 0.8;
}

.menu2 ul li:nth-of-type(1) {
	width: 232px;
}

.menu2 ul li:nth-last-of-type(1) {
	margin-right: 0;
}

/*goods_index*/
.productTit a {
	display: inline-block;;
}

.productTit a b {
	font-size: 25px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 2px;
	color: #333;
}

.productTit a span {
	font-size: 36px;
	display: block;
	float: left;
	width: 100%;;
	padding-left: 0;
	text-transform: uppercase;
	color: var(--color8);
}

.slideGroup_g {
	width: 100%;
}

.slideGroup_g .parHd {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
}

.slideGroup_g .parHd span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding: 5px 14px;
	cursor: pointer;
	text-align: center;
	color: var(--color9);
	border: 1px solid var(--color9);
}

.slideGroup_g .parHd span.on,
.slideGroup_g .parHd span:hover {
	cursor: pointer;
	color: #fff;
	border: 1px solid var(--color8);
	background-color: var(--color8);
}

.slideGroup_g .slideBox_goods {
	position: relative;;
	zoom: 1;
}

.slideGroup_g .parBd {
	position: relative;
	width: 100%;
}

.slideGroup_g .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup_g .parBd ul li {
	float: left;
	overflow: hidden;
	text-align: center;;
	_display: inline;
}

.slideBox_goods_rmd {
	float: left;
	width: 577px;
	height: 577px;
}

.slideBox_goods_rmd li {
	position: relative;
	width: 577px !important;
	height: 100%;
}

.slideBox_goods_xp {
	float: right;
	width: calc(100% - 600px);
}

.slideBox_goods_xp li {
	position: relative;
	float: left;
	width: 280px;
	height: 280px;
	margin-right: 25px;
}

.slideBox_goods_xp li:nth-of-type(3), .slideBox_goods_xp li:nth-of-type(4) {
	margin-top: 18px;
}

.slideBox_goods_xp li:nth-of-type(2), .slideBox_goods_xp li:nth-of-type(4) {
	margin-right: 0px;
}

.slideGroup_g li {
	transition: all 0.3s ease-in-out;
	border: 5px solid #e4e2df;
	background: #fff;
}

.slideGroup_g li .pic {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
}

.slideGroup_g li .pic img {
	width: 100%;;
}

.slideGroup_g li .title {
	line-height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 10px;
	color: #fff;
	background: rgba(51, 44, 43, 0.77);
}

.slideGroup_g li:hover {
	border-color: var(--color8);
}

/*news_index*/
.news_index {
	overflow: hidden;
	height: 890px;
	background: url(../img/indnewsbg.jpg) center /*fixed*/;
	background-size: cover;
}

.news_index h1 {
	height: 106px;
	margin: 80px 0 50px;
	text-align: center;
}

.indnewsmain {
	overflow: hidden;
}

.indnewsmain li {
	float: left;
	width: 295px;
	margin-right: 6px;
	padding-bottom: 55px;
	cursor: pointer;
	text-align: center;
	background: #fff /*url(../img/indnews1.jpg)*/;
}

.indnewsmain li > a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 220px;
}

.indnewsmain .tiimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indnewsmain .indnewsti {
	font-size: 14PX;
	line-height: 30px;
	position: relative;
	z-index: 999;
	width: 160px;
	height: 30px;
	margin: -30px auto 0;
	text-align: center;
	color: var(--color3);
	background: var(--color2);
}

.indnewsmain h6 {
	font-weight: normal;
	width: 250px;
	margin: 20px auto 15px;
	text-align: left;
}

.indnewsmain h6 a {
	font-size: 18px;
	display: block;
	overflow: hidden;
	width: 265px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--color8);
}

.indnewsmain h6 a:hover {
	color: #927b4f;
}

.indnewsmain p {
	font-size: 14px;
	line-height: 22px;
	width: 250px;
	height: 80px;
	margin: 0 auto;
	margin-top: 10px;;
	text-align: left;
	color: #857771;
}

.indnewsbot {
	line-height: 25px;
	clear: both;
	width: 250px;
	height: 25px;
	margin: 0 auto;
}

.indnewsbot span {
	float: left;;
	color: #857771;
}

.indnewsbot a {
	float: right;
	width: 75px;
	color: #524424;
	border: 1px dashed #908771;
	line-height: 0;
	font-size: 0;
}

.indnewsmain li:hover {
	background: #f5f5f5 /*url(../img/indnews2.jpg)*/;
}

.indnewsbot a:hover {
	background: var(--color3);
}

.news_index .hd ul {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.news_index .hd ul span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 100%;
	background: var(--color2);
}

.news_index .hd ul span.on {
	background: var(--color8);
}

/************** layout ***********/
.contact_title {
	width: 226px;
	margin: 0 auto 27px;
	padding: 18px 0;
	background: url(../img/bg_07.png) top no-repeat;
}

.contact_title p {
	font-size: 30px;
	text-align: center;
	color: var(--color8);
}

.layou_nva {
	background: var(--color8);
}

.layou_nva ul {
	font-size: 0;
	text-align: center;
}

.layou_nva li {
	font-size: 16px;
	display: inline-block;
}

.layou_nva li a {
	font-size: 15px;
	line-height: 30px;
	padding: 10px 40px;
	color: var(--color3);
}

.layou_nva li a:hover {
	background: rgba(255, 255, 255, .08);
}

.layou_nva li a:hover, .layou_nva li a.select {
	background: rgba(255, 255, 255, .08);
}

.menu_layout {
	margin-top: 40px;
	text-align: center;
}

.menu_layout ul {
	position: relative;
	z-index: 3;
	width: 240px;
	padding: 35px 25px;
	border: 2px solid var(--color8);
	background: var(--color1);
}

.menu_layout ul:after {
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: "";
	border: 1px solid var(--color8);
}

.menu_layout ul li {
	font-size: 16px;
	width: 100%;
	margin-top: 1px;
}

.menu_layout ul li a {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	padding: 10px 30px;
	color: var(--color8);
	border-bottom: transparent 1px solid;
}

.menu_layout ul li a:hover, .menu_layout ul li a.select {
	color: var(--color1);
	border-bottom: 1px solid var(--color8);
}

.menu_layout + .right {
	width: calc(100% - 240px - 76px);
}

.menu_layout + .right .actionName {
	font-size: 16px;
	padding-top: 40px;
	padding-left: 23px;
}

.menu_layout + .right .layout_title {
	font-size: 14px;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 12px;
	padding-left: 23px;
	border-bottom: 7px solid #311001;
}

.menu_layout + .right .layout_title h2 {
	display: inline-block;
	width: 100%;
	color: #311001;
}

.menu_layout + .right .layout_title h2 span {
	font-size: 16px;
	display: inline-block;
	color: #311001;
}

.page-title {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.page-title h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	z-index: 3;
	margin-bottom: 0;
	padding-top: 31px;
	padding-bottom: 31px;
	text-transform: uppercase;
	color: #fff;
}

.page-title .breadcrumb {
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: transparent;
}

.page-title .breadcrumb li {
	display: inline-block;
}

.page-title .breadcrumb a {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.page-title .breadcrumb a:hover {
	color: var(--color8);
}

.page-title .breadcrumb .active {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--color8);
}

.page-title .breadcrumb .active:before {
	padding: 0 5px;
	content: "/\00a0";
	color: #ccc;
}

.page-title .title-bg:before {
	position: absolute;
	left: 50%;
	display: block;
	width: 70px;
	height: 96px;
	margin-left: -35px;
	content: "";
	text-align: center;
	background-color: var(--color8);
}

/*???????*/

#about_body, #about_body p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

/*********************************/
/*????????*/
#news_body ul.txtlist li {
	margin-bottom: 40px;
	padding-bottom: 39px;
	border-bottom: 1px solid #d2d2d2;;
}

#news_body ul.txtlist li .img {
	width: 300px;
	height: 190px;
	padding: 10px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;;
	border: 1px solid #c0c0c0;
}

#news_body ul.txtlist li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news_body ul.txtlist li:hover .img {
	background: #fff;
}

#news_body ul.txtlist li .text {
	width: calc(100% - 360px);;
}

#news_body ul.txtlist .text strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 8px 0 17px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #231815;
}

#news_body ul.txtlist .text .time {
	font-size: 14px;;
	display: block;
	color: #727171;
}

#news_body ul.txtlist .text p {
	font-size: 16px;;
	line-height: 1.8;
	overflow: hidden;
	height: 75px;
	margin: 15px 0 10px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #727171;
}

#news_body ul.txtlist .text b {
	font-size: 14px;;
	line-height: 31px;
	display: block;
	width: 105px;
	height: 31px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-align: center;
	color: #727171;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#news_body ul.txtlist li:hover .text strong {
	color: var(--color8);;
}

#news_body ul.txtlist li:hover .text b {
	color: #fff;;
	border-color: var(--color8);
	background-color: var(--color8);
}

/*???????? - ????????*/
#newsDetail_body .ar {
	display: none;
}

#newsDetail_body .notice {
	display: inherit;
}

#newsDetail_body .cnt .text p,
#newsDetail_body .cnt .text div {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	text-align: justify;
	text-indent: 2em;
}

#newsDetail_body .cnt .text p strong,
#newsDetail_body .cnt .text div strong {
	font-size: 18px;
	line-height: 36px;
	padding: 5px 0;
}

#about_body p, #about_body div {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	text-align: justify;
}

#about_body p strong, #about_body div strong {
	font-size: 18px;
	line-height: 36px;
	padding: 5px 0;
}

/*???????? - ???????*/
#newsDetail_body .left,
#dlistDetail_body .left {
	width: calc(100% - 348px);
}

#newsDetail_body .right,
#dlistDetail_body .right {
	width: 318px;
}

#newsDetail_body .left .content_box,
#dlistDetail_body .left .content_box {
	padding: 38px 30px;
	border: var(--color2) 21 1px solid;
	background: #fff;
}

.content_box .content {
	padding: 40px 0;
}

#newsDetail_body .left .content_box p,
#dlistDetail_body .left .content_box p {
	font-size: 16px;
	line-height: 32px;
}

.title_box {
	text-align: center;
	border-bottom: var(--color2) 24 1px solid;
}

.title_box h3 {
	font-size: 24px;
}

.title_box p {
	padding: 10px 0;
}

#newsDetail_body .list,
#dlistDetail_body .list {
	margin-bottom: 20px;
	border: #e6e6e6 1px solid;
	background: #ffffffb5;
}

#newsDetail_body .list h3,
#dlistDetail_body .list h3 {
	font-size: 17px;
	line-height: 53px;
	height: 54px;
	margin: auto;
	padding: 0 20px;
	color: red;
	border-bottom: #e7e7e7 1px solid;
}

#newsDetail_body .list h3 i,
#dlistDetail_body .list h3 i {
	font-size: 22px;
	display: inline-block;
	width: 25px;
	vertical-align: middle;
}

.list_1 .content em,
.list_3 .content em {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 5px;
	background: #ababab;
}

.list_1 .content li:nth-of-type(1) em,
.list_1 .content li:nth-of-type(2) em,
.list_1 .content li:nth-of-type(3) em {
	background: var(--color8);
}

#newsDetail_body .list .content {
	padding: 20px;
}

#newsDetail_body .list .content li {
	margin: 5px 0;
}

#newsDetail_body .list .content li,
#newsDetail_body .list .content a {
	line-height: 32px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#newsDetail_body .list .content a {
	font-size: 15px;
	display: inline-block;
	width: calc(100% - 27px);
	color: #666;
}

#newsDetail_body .dpages {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: var(--color2) 2 e 1px solid;
	border-bottom: var(--color2) 2 e 1px solid;
}

#newsDetail_body .dpages a:nth-of-type(1) {
	margin-right: 30px;
}

#dlistDetail_body .list .content {
	padding: 20px;
}

#dlistDetail_body .list .content li {
	margin: 5px 0;
}

#dlistDetail_body .list .content li,
#dlistDetail_body .list .content a {
	line-height: 32px;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dlistDetail_body .list .content a {
	font-size: 15px;
	display: inline-block;
	width: calc(100% - 27px);
	color: #666;
}

#dlistDetail_body .dpages {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}

#dlistDetail_body .dpages a:nth-of-type(1) {
	margin-right: 30px;
}

/*?????? - ???????????*/
.index2-ctl {
	display: table;;
	width: 320px;
	background-color: #262525;
}

.index2-ctl-title {
	position: relative;
	padding: 18px 0 17px 42px;
	background-color: var(--color8);
}

.index2-ctl-title > h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 45px;
	color: #fff;
	background: url(../img/icon.png) no-repeat left center / 35px;
}

.pt-menu {
	display: table;
	width: 100%;
}

.pt-menu ul li a {
	font-size: 20px;
	line-height: 65px;
	position: relative;
	display: block;
	overflow: hidden;
	height: 65px;
	padding-left: 60px;
	color: #fff;
	background: url(../img/icon1.png) no-repeat 25px center;
}

.pt-menu ul li a:hover, .pt-menu ul li a.select {
	background-color: #000;
}

.border1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d3d3d3;
	border-top: none;
}

.call-me {
	background: #fff;
}

.call-me h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 66px;
	text-indent: 87px;
	color: #fff;
	background: var(--color8) url(../img/icon.png) no-repeat 45px center / 35px;
}

.phone-number {
	font-size: 14px;
	padding: 10px 40px;
	color: #666;
}

.phone-number p {
	line-height: 1.5;
	margin-bottom: 0;
}

.phone-number span {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: var(--color8);
}

.call-me {
	max-width: 320px;
	margin-top: 25px;
	padding-bottom: 0;
	background-color: #fff;
}

.call-me ul {
	padding: 0px 40px 0;
}

.call-me ul li {
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}

.call-me ul li:first-child {
	padding-top: 0;
}

.call-me ul li:last-child {
	border-bottom: none;
}

.call-me ul li p {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}

.call-me ul li span {
	line-height: 1.5;
	display: block;
}

/*contact*/
#contact_body .lmain1 {
	width: 100%;
	padding-bottom: 60px;
}

#contact_body .lmain1 .lleft {
	float: left;
	width: calc(100% - 530px);
	height: 406px;
	padding-top: 32px;
}

#contact_body .lmain1 .lright {
	float: right;
	width: 510px;
}

#contact_body .lmain1 .lright .ltitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 85px;
	width: 297px;
	height: 75px;
	color: var(--color8);
	border-bottom: 1px dashed #ccc;
}

#contact_body .lmain1 .lright .ldiv1 {
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
	color: var(--color8);
}

#contact_body .lmain1 .lright .lline {
	width: 76px;
	height: 1px;
	background: #ccc;
}

#contact_body .lmain1 .lright .ldiv2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0;
	color: var(--color8);
}

#contact_body .lmain1 .lright .ldiv3 {
	overflow: hidden;
	padding-top: 15px;
}

#contact_body .lmain1 .lright .ldiv3 .lbox {
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	color: #666;
}

#contact_body .lmain1 .lright .ldiv3 .lbox span {
	color: var(--color8);
}

#map, #myMap {
	width: 100%;
	height: 100%;
}
