* {padding:0; margin:0; box-sizing: border-box;}
html {font-size: 100px;}
body {font-size:.18rem;padding-top:.6rem; font-family:Helvetica,Verdana,Geneva,sans-serif; color:#000; background-color:#fff; line-height:1.7;}

li {list-style:none;}
img {border:none;}

a {color:#000;text-decoration:underline;}
a:hover {color:#995533; text-decoration:none;}

.clear {clear:both; padding:0 !important; margin:0 !important}

.blank10 {height:.1rem; overflow:hidden;}
.blank20 {height:.2rem; overflow:hidden;}
.textSection {text-align:justify;}

/* header */
#header {position: fixed;top:0;left:0; background: #fff;z-index: 997;width:100%;box-shadow:0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);}
.header-logo {position:absolute;top:.06rem;left: .4rem;width:1.8rem;height: 0.4rem; }
.header-logo a {display: block; width: 100%; height: 100%; text-decoration: none; background: url(/images/2022/bt-logo.png) no-repeat center center/100% 100%;}
.header-top {border-bottom: .01rem solid #f0f0f0; height:0;text-align: right;}
.header-top .header-tel {display: inline-block; height: .6rem; line-height: .6rem; margin-right: .6rem;background:url(/images/2022/icon/p006.png) no-repeat left center; padding-left:0.3rem;}
.header-nav {height: .6rem; line-height: .6rem; padding:0 2.2rem;}
.header-nav li {float: left; margin: 0 .2rem;}
.header-nav li a {text-decoration: none; display: block; height: 100%;}
.header-nav li.current a {color:#995533;}

.banner-top {min-height: 1.25rem;background: url(/images/2022/bg/mbg.jpg) no-repeat center center;}
.banner-top img {display: block;}

.graybg {background: #f2f2f2;}

.cpathbg {background: #f2f2f2; border-bottom: .01rem solid #d1d1d1;}
.cpath {width:13rem; margin: 0 auto;line-height: .48rem; padding-left: .1rem;}
.cpath a {padding-right: .2rem; margin-right: .1rem; background: url(/images/2022/icon/p005.png) no-repeat right center; display:inline-block;}
.cpath a:last-child {background: none;}

/*footer*/
#footer {width:100%;color:#fff;background:#b78761;text-align:center; padding: .1rem; font-size: .16rem; overflow: hidden;}
.mediaInfo {display: inline-block; border-bottom: .01rem solid rgba(255,255,255,.6);}
.mediaInfo img {vertical-align: middle; margin: .15rem;}

.footer-link, .footer-info {padding:.1rem 0 .05rem; display: inline-block;}
.footer-link a {color:#fff;text-decoration:none;padding:0 .2rem; display:inline-block;border-right: .01rem solid #fff; line-height: normal;}
.footer-link a:hover {color:#fff;text-decoration:underline;}
.footer-link a:last-child {border: none;}


/* main */
.main {margin:0.4rem auto;width:13rem;padding: 0 .20rem; box-sizing: border-box; position: relative;}
.main.hasleft {padding-left: 2.5rem;min-height:6rem;}
.left {position: absolute;top:0;left:0;width: 2.5rem; overflow: hidden;}
.right {margin-left: 0.5rem;}
.content {text-align:justify;}
.content table {width:100%;border-collapse:collapse;}
.content table th,.content table td {border:.01rem solid #d1d1d1; padding:.05rem; text-align:left;}
.content table th {background:#f7e9bf; font-weight:normal;}
.content h2 {font-size:.2rem;}
.content img[align] {margin:.1rem;max-width:100%;}

.leftnav {background: #f2f2f2; border-radius: .2rem;font-size: .2rem;}
.leftnavTitle {background: #B78761; color:#fff; border-radius: .2rem .2rem 0 0 ; padding: .1rem 0; text-align: center;}
.leftnavTitle a {color:#fff;}
.leftnav ul {padding: .1rem 0 .2rem;}
.leftnav li {line-height:normal;font-size: .18rem; padding:.1rem 0 .1rem .2rem;}
.leftnav li a,.leftnav li span {display: block; width: 100%; height: 100%; text-decoration: none;}
.leftnav li span {color:#995533; }
.leftnav + .leftnav { margin-top:.1rem;}

.pageTitle {font-weight: normal;font-size: .36rem;}

@media screen and (max-width:1500px){
	.header-logo {left:0;}
	.header-nav {padding:0 1.8rem;}
	.header-nav ul {display: flex; flex-wrap: nowrap;}
	.header-nav li {float: none; margin: 0 auto;}
	.header-top .header-tel {margin-right: .2rem;}
}
@media screen and (max-width:1300px){
    body {padding-top: 1.1rem;}
	.main,.cpath {width:auto;}
	.header-top {height: .5rem;}
	.header-nav {padding:0 .1rem;}
}
@media screen and (max-width:1024px){
	.main {padding: 0 .1rem;}
	.main.hasleft {margin-left: .1rem;}
}
@media screen and (max-width:900px){
	.header-nav {font-size:.16rem;}
}

/* mobile */
@media screen and (max-width:768px){
	body {padding-top: .6rem;}
	#header {position: fixed;width:100%; height:.6rem;top:0;left:0;box-shadow:none;}
	
	.header-nav {display: none; position: fixed;left: 0; top: 0;width:100%;height:100%;padding: 0; background: rgba(0,0,0,.5);font-size:.18rem;}
	.header-nav.show {display: block;}
	.header-nav ul {display: block;width:2rem;height: 100%;padding:.4rem .1rem 0; background:#B78761 url(/images/2022/icon/p035.png) no-repeat top .1rem right .2rem;}
	.header-nav li {width:90%; border-bottom: .01rem solid rgba(255,255,255,.3); margin-left: 0;}
	.header-nav li a {color: #fff; text-indent: .1rem;}
	.header-nav li.current a {color:#fff;}
	
	.header-top {height:.6rem;}
	.header-top .header-tel  {background: url(/images/2022/icon/tel.svg) no-repeat left center; margin: 0;}
	.header-top .header-menu {background: url(/images/2022/icon/menu.svg) no-repeat center center;width: .5rem; height: 100%;  margin-right: .05rem; display: inline-block; vertical-align: middle;}
	
	.banner-top {display: none;}
	.cpath {line-height:1.5;padding:.1rem;}

	.main.hasleft {padding:0 0.1rem;margin:0.4rem 0;}
	.left {display:none;}
	.right {margin:0;}

	.pageTitle {font-size:.3rem; line-height:normal;}

	.content table {border:none; display:block; overflow:auto;}
	.content table tbody {display:table;width:100%;}
}
@media screen and (max-width:480px){ 
	
}
@media screen and (max-width:425px){
	.content img[align] {margin:.1rem auto; float:none;display:block;}
	.header-top .header-tel {vertical-align: middle;}
	.header-top .header-tel span {display: none;}
}
@media screen and (max-width:375px){ 
	.mediaInfo img {margin: .15rem 0;}
}
@media screen and (max-width:320px){ 
	.mediaInfo img {width: 90%; height: auto;}
	.footer-link a {padding: 0 0.15rem;}
}