@font-face {
  font-family: 'MyFont';
  src: url('SourceHanSansCN-Regular.woff') format('woff2'),
       url('SourceHanSansCN-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 避免布局偏移 */
}@font-face {
  font-family: 'xique';
  src: url('xique.woff') format('woff2'),
       url('xique.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 避免布局偏移 */
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "MyFont";
    width: 100%;
    overflow-x: hidden;
    height: auto;
    font-size: 20px
}
img {
    border: 0px;
    width: 100%;
    height: auto
}
h3 {
    font-size: 22px
}
ul li {
    list-style: none
}
h3 span {
    font-size: 14px;
    margin-left: 30px
}
a {
    text-decoration: none;
    color: #515151;
	outline: none
}
a:hover {
    text-decoration: none;
    color: var(--yellow)
}
.border-blue{border-bottom:1px solid var(--blue)}
.bg-red {
    background: var(--red)
}
.text-indent {
    text-indent: 36px;
    text-align: justify
}
.text-black{color: var(--black)}
.text-y{color: var(--yellow)}
.text-blue{color: var(--blue)}

.headlogo{width:80%; display: none; float: left}
.headmenu {
	width: 100%;
	height: auto;
	vertical-align: top;
	text-align: center;

}
.headmenu ul {
	text-align: center;
	margin: 0px;
	padding: 0px
}
.headmenu ul li {
	width: 10%;
	height: auto;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	position: relative;
	padding:0px 1%;padding-top: 30px;
}
.headmenu ul li:nth-child(4){width:32%;padding-top: 0px;margin: 0px 2%}
.headmenu ul li:nth-child(4) a{border-bottom: 0px}
.headmenu ul li a {
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
	color: var(--yellow);
	text-align: center;
	font-size:1.6rem;
	border-bottom: 1px solid var(--yellow);
	margin: 0px auto;
	padding-bottom: 10px;
	font-family: xique;
}
.headmenu ul li a:hover, .headmenu ul li.cur a, .headmenu ul li.hove a {
	color: #fbb827;
}
.headmenu ul li ul {
	width: 100%;
	height: auto;
	z-index: 10000000;
	display: none;
	background-color:rgb(244 220 176 / 86%); /* 改变背景颜色 */
  border: 0px solid #dee2e6; /* 改变边框 */
  border-radius: 0rem 0rem 1rem 1rem; /* 改变圆角 */
  padding: 0.5rem 1rem; /* 改变内边距 */
	position: absolute;
	left: 0%;
	top: 70px;
	padding: 4% 0px
}
.headmenu ul li:hover ul{display: block}
.headmenu ul li ul li {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 0px
}
.headmenu ul li ul li:first-child {
	width: 100%
}
.headmenu ul li ul li a {
	line-height: 20px;
	color: #fff;
	font-size: 1.2rem;
}
.headmenu ul li.cur ul li a, .headmenu ul li.hove ul li a, .headmenu ul li.hove ul li a {
	color: var(--white);
	border-bottom: 0px;
}
.headmenu ul li ul li a:hover, .headmenu ul li.cur ul li a:hover {
	color: var(--red);
	/*background:#fff; */
}


.sjnavbody {
	width: 30%;
	display: none;
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 10000
}
#sjnavbar {
	float: right;
	margin-right: 4%;
	display: none;
	right: 0px;
	
}
#sjnavbar span {
    width: 2.5em;
    height: 0.3em;
	background: var(--yellow);
	margin-bottom: 8px;
	display: block;
}
.sjnavcon {
	display: block;
	width: 100%;
	width: 92%;
	height: auto;
	padding: 0 4%;
	background: var(--red);
	position: absolute;
	z-index: 1000;
	margin-top: 20%;
}
.sjnavcon ul {
	width: 100%;
	padding: 0px;margin: 0px
}
.sjnavcon ul li {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 3;
	padding-top: 3px;
	border-bottom: 1px dashed #fff;
	letter-spacing: 0.8px;
	text-align: center
}
.sjnavcon ul li a {
	color: #fff;
}
.sjnavcon ul li:last-child {
	border: none;
}



.head{background: url("../images/index/hbg.png") no-repeat; background-size: cover;border-bottom:7px solid var(--yellow);height: 100px;    position: relative;
    z-index: 100;}
.head .logo{height: 95px}
.navbar-collapse{align-items: flex-start}
.head .nav-item{    border-bottom: 2px solid var(--yellow);
    margin: 0px 10px;font-family: "xique";font-size: 4rem
}
.head .nav-link{padding: 0.5rem 0.2rem  0rem 0.2rem;}

/*公用*/
.text-justify{text-align: justify}
.xique{font-family: xique}
.text-red{color: var(--red)}
.hua{width:45px; float: left}
/*首页简介*/
.syjj{background: url("../images/index/syjjbg1.png") no-repeat fixed;background-size: cover;padding: 0px}
.symore{border: 1px solid var(--black);padding: 5px 20px;color: var(--black)}
.symore:hover{color: var(--red);border: 1px solid var(--red);}

.sycp{background: url("../images/index/hbg.png") no-repeat; background-size: cover}
.sydp{background: url("../images/index/annbg.png") no-repeat bottom; background-size: 100%}
/*联系我们*/
.txt-he{color:#5c2a15; }
/**品牌优势*/


/*底部*/
.footbg{background: url(../images/index/footbg.png);background-size: cover;padding: 2% 0px;color: var(--yellow);border-top:7px solid var(--yellow)}
.footlink{border-top:1px solid var(--yellow); border-bottom: 1px solid var(--yellow);margin: 5px auto 0px}
.footnr{border:1px solid var(--yellow);position: relative}
.footnr input{border:0px; background: none;border-bottom:1px solid var(--yellow)}
.footnr input::placeholder,  .footnr textarea::placeholder {
color:var(--yellow);border: 0px
}
.footnr input:blur{border: 0px}
.footnr textarea{background: none;border: none}
.footnr .tijiao{background: var(--yellow);
    color: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;}
.footlink a{color: var(--yellow);text-decoration: none}
.footlink a:hover{color: #e9d99c}
.tishi{width:60%; height: auto; overflow: hidden; margin: 0px auto;display: table; position: absolute;left: 20%; top: 30%}
.tishipic{width:30%;display: table-cell;vertical-align: middle}
.tishinr{width:70%;display: table-cell;vertical-align: middle; text-align: center}
.tishinr a{display: block; margin: 0px auto;color: #6b874d;font-size: 20px}

@media (max-width:1400px) {

}
@media (max-width:1200px) {
 
}
@media (max-width:1024px) {
	
.navbar-collapsed {
	position: absolute;
	z-index: 2;
	width: 150px;
	top: 80px;
background: url(../images/index/syjjbg1.png) no-repeat;
	right:5%;
	padding-bottom: 5px
}
.navbar-collapsed .dropdown-item {
	border: 0px;
	font-size: 16px;
	line-height: 24px;
	height: 24px
}	
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{color:#5c2a15}
	.head .navbar-light .navbar-nav .nav-link{color:#5c2a15}
	
	.dropdown-menu{min-width: 100%;background:#5c2a15;border-radius: 0px}
	.midtxt{line-height: 30px}
		.head{height: auto;overflow: hidden}
	.head .nav-item{    border-bottom: 2px solid #5c2a15;
}
@media (max-width:990px) {
  

}
@media (max-width:820px) {
 .midtxt{line-height: 24px}
	.head{overflow: visible}
}
@media (max-width:768px) {
	.vertical-text{    writing-mode: horizontal-tb;}
	.rotate-90{position: relative}
	.headlogo{display: block}
	#sjnavbar {
	display: block;
	margin-top: 8%;
}
	.headmenu{display: none}
	.head{overflow: hidden}
}
@media (max-width:640px) {
	.navbar-collapsed {
	
	right:0%
}
	h5, .h5{font-size: 16px} 
	.h1{font-size:22px}
.marfu{margin-top: 0px}
	.ppjs2nr{background-size: 100%}
	.br-1{border-right:0px}
}
@media (max-width:580px) {
 
}
@media (max-width:500px) {
    .row {
        --bs-gutter-x: 0.2rem;
    }
    
}
@media (max-width:430px) {
    body {
        font-size: 14px
    }
  
}
@media (max-width:414px) {

	
}
@media (max-width:390px) {.leftmenu .menutop{padding: 7px 14%}}
@media (max-width:375px) {
	.leftmenu .menutop{}
	
}
@media (max-width:360px) {
    .leftmenu .menutop {
        padding: 0% 10%
    }
}
@media (max-width:280px) {}
    {}