@charset "utf-8";
/* CSS Document */
html {
	background: #fff;
	color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Microsoft YaHei', '黑体', sans-serif;
	background: #fff;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
ul, ol, li, dl, dt, dd {
}
.header {
	padding: 20px 100px 20px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f7f9;
	width:100%;
	box-sizing:border-box;
	position:sticky;
	z-index:2;
	top:0;
}
.header + div{
}
.logo img {
	width: 520px;
}
.nav_wrap {
	display: flex;
	align-items: center;
}
.gnav {
	display: flex;
	font-size: 16.25px;
}
.gnav li {
	margin-left: 3em;
	font-weight: bold;
}
.gnav li a {
	color: #000;
	text-decoration: none;
}
.gnav li a:hover {
	color: #c69c6d;
}
.menuButton {
	display: none;
}
.footer {
	background: #c69c6d url(../img/ss_03.png) 78% center no-repeat;
	color: #fff;
}
.footer .sec_01 {
	max-width:70%;
	min-width:1000px;
	margin: 0 auto;
	padding: 100px 0 40px;
	font-size: 21.25px;
}
.footer .sec_01 .flogo img {
	max-width: 476px;
}
.footer .sec_01 .address {
	line-height: 1.9;
	padding: 25px 0 0 82px;
}
.footer .sec_02 {
	border-top: 2px solid #d4b592;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.footer .sec_02 a {
	color: #fff;
}
.bn_inner{
	padding:140px 0 100px;
	background: #f6f7f9;
}
.section{
	margin:0 auto;
	max-width:70%;
	min-width:1000px;
}
.bn_inner dt{
	font-size:20.72px;
	color:#c69c6d;
}
.bn_inner dd{
	font-size:68px;
	font-weight:bold;
	color:#1a1a1a;
}
.expand_page{
	background:#fff;
	padding:300px 0;
	text-align:center;
	font-size:56.18px;
	font-weight:bold;
}
.contact_page{
	background:#fff;
	font-size:27.08px;
	padding:110px 0 210px;
}
.contact_page dl{
	display:flex;
	border-bottom:2px solid #f1e6da;
	line-height:110px;
}
.contact_page dt{
	width:195px;
	text-align:center;
}
.contact_page dd{
	flex: 1;
}
.service_page{
	background:#f6f7f9;
	padding:80px 0 200px;
}
.prod_list{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:80px;
}
.prod_list li{
	background:#fff;
	position:relative;
}
.prod_list .pic{
}
.prod_list dl{
	padding:80px 60px 130px;
	font-size:24px;
	line-height:1.7;
}
.prod_list dt{
}
.prod_list dd{
	margin-top:50px;
}
.prod_list .more{
	position:absolute;
	right:60px;
	bottom:36px;
	text-align:right;
}
.prod_list .more a{
	font-size:27px;
	position:relative;
	display:inline-block;
	color:#000;
	padding:0 0 6px;
}
.prod_list .more a::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:3px;
	background:#c69c6d;
}
.prod_list .more a:hover{
	text-decoration:none;
	color:#c69c6d;
}
.news_page{
	padding:80px 0 200px;
}
.news_list{
	border-top:1px dashed #cecece;
}
.news_list li{
	border-bottom:1px dashed #cecece;
}
.news_list a{
	display:flex;
	padding:28px 0 27px;
	font-size:18.19px;
	align-items:center;
}
.news_list a .date{
	width:190px;
	display:block;
	text-align:center;
	color:#000;
}
.news_list a .cat{
	width:86px;
	line-height:26px;
	display:block;
	text-align:center;
	background:#c69c6d;
	color:#fff;
	font-size:16.29px;
	display:none;
}
.news_list a .txt{
	flex:1;
	color:#000;
	/*margin-left:35px;*/
}
.news_list a:hover{
	text-decoration:none;
}
.news_list a:hover .txt{
	color:#c69c6d;
}
.company_page{
	font-size:27.08px;
	padding:110px 0 210px;
}
.company_page .sec_01{
}
.company_page .sec_01 dl{
	display:flex;
	border-bottom:2px solid #f1e6da;
	line-height:110px;
}
.company_page .sec_01 dt{
	width:190px;
	padding-left:55px;
}
.company_page .sec_02{
	margin-top:120px;
}
.company_page .sec_02 dl{
}
.company_page .sec_02 dt{
	font-size:30.74px;
	width:145px;
	line-height:48px;
	text-align:center;
	background:#e1e5e9;
	border-radius:16px 16px 16px 0;
	font-weight:bold;
}
.company_page .sec_02 dd{
	margin-top:25px;
}
.pt_list{
	display:flex;
	align-items:center;
	/*flex-wrap:wrap;*/
}
.pt_list li{
	margin:0 0.6em 1em;
}
.hm_page .news_stl{
	text-align:center;
	padding:60px 0;
}
.hm_page .news_stl dt{
	font-size:20.72px;
	color:#c69c6d;
}
.hm_page .news_stl dd{
	font-size:68px;
	font-weight:bold;
	color:#1a1a1a;
}
.hm_page .news_ft{
	text-align:center;
	padding:60px 0 65px;
}
.hm_page .news_ft a{
	font-size:28.3px;
	font-weight:bold;
	color:#000;
	position:relative;
	display:inline-block;
	padding-bottom:12px;
}
.hm_page .news_ft a::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:4px;
	background:#c69c6d;
}
.hm_page .news_ft a:hover{
	text-decoration:none;
	color:#c69c6d;
}
.bn_hm{
	background:#f6f7f9 url(../img/ss.svg) 107% center no-repeat;
	background-size:auto 840px;
}
.bn_hm .section{
	height:960px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.bn_hm .txt_01{
	max-width:66%;
}
.bn_hm .txt_02{
	font-size:35.74px;
	line-height:1.8;
	margin-top:70px;
	padding-left:5px;
}
.f_sp{
	display:none;
}
.news_detail{
}
.news_detail .article_stl{
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.news_detail .article_oinfo{
	margin:20px 0 36px;
	text-align:center;
}
.news_detail .article_cnt{
	font-size:18px;
	line-height:1.7;
}
.news_detail .article_cnt p{
	margin-bottom:1.5em;
	text-indent:2em;
}
.pagination{
	display:flex;
	justify-content:center;
	margin-top:60px;
}
.pagination li{
	margin:0 0.5em;
}
.pagination a,
.pagination span{
	color:#000;
	font-size:16px;
	display:inline-block;
	padding:0 0.5em;
}
.pagination .disabled span{
	color:#888;
}
.pagination a:hover{
	color:#c69c6d;
}
.pre-next{
	margin-top:60px;
	font-size:16px;
}
.pre-next li + li{
	margin-top:15px;
}
.pre-next a{
	color:#000;
}
.pre-next a:hover{
	color:#c69c6d;
}