<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		.btn_ShowNav{
			position: fixed;
			bottom:70px;
			width:40px;
			height:40px;
			padding:5px;
			background-color:rgba(0,0,0,0.4);
			color:#fff;
			line-height:14px;
			display:none;
		}

		#pgNav {
            position: fixed;
            bottom: 110px;
            left: 0;
            display: none;
            vertical-align: middle;
box-shadow: 0 0 15px #aaa;
        }

        #pgNav a{
            display: block;
            position: relative;
            width: 98px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            background-color: #eee;
            color: #333;
            border-left: 2px solid transparent;
        }


        #pgNav a:hover{
            width: 98px;
            border-left: 2px solid #4b59ff;
        }
        #pgNav a p{
            position: relative;
            z-index: 3;
        }
        #pgNav a.active{
            background-color: #4b59ff;
            color: #fff;
        }
        #main {
            max-width: 1200px;
            margin: 0 auto;
        }

        #main div {
            height: 300px;
            background-color: #efefef;
            border-top: 1px solid #ccc;
        }

        #main div:nth-child(2n) {
            background-color: #fafafa;
        }
          .mainPage{
            padding:20px 0;
            min-height:400px;
          }
          .mainPage h2{
            color:#f55;
            text-align:center;
          }
          .mainPage .s_tit {
              background: url(../images/wd_tit.png) no-repeat left top;
              color: #000;
              font-size: 28px;
              height: 66px;
              margin-bottom: 35px;
              line-height: 66px;
              text-indent: 75px;
          }

.wenda { width: 100%; margin-top: 30px; overflow: hidden; }
.wenda_tit { background: url(../images/wd_tit.png) no-repeat left top; color: #000; font-size: 28px; height: 66px; margin-bottom: 35px; line-height: 66px; text-indent: 75px; }
.wenda li { width: 100%; margin: 10px auto 30px; }
.wenda .wenti { width: 100%; overflow: hidden; }
.wenda .wenti dt { width: 6.5%; float: left; }
.wenda .wenti dd { width: 92%; float: right; margin-top: 16px; font-size: 16px; }
.wenda .wenti dd span { color: #000; }
.wenda .daan { width: 97.8%; padding: 1%; overflow: hidden; margin-top: 15px; border: #ccc 1px dashed; }
.wenda .daan dl { width: 100%; background: #f2f2f2; padding: 5px 0; text-indent: 20px; overflow: hidden; }
.wenda .daan dt { width: 4.5%; float: left; }
.wenda .wenti dt img, .wenda .daan dt img { border-radius: 50%; border: 1px solid #e8e8e8; width: 100%; height: auto; }
.wenda .daan dd { width: 94%; float: right; margin-top: 8px; color: #4297db; font-size: 16px; }
.wenda .daan .da { width: 100%; margin-top: 15px; padding-top: 5px; overflow: hidden; }
.wenda .icons { background: url(../images/relate-icons.png) no-repeat; }
.wenda .d { width: 24px; height: 24px; line-height: 24px; margin: 0 0 0 10px; font-size: 14px; font-style: normal; color: #fff; text-align: center; float: left; }
.wenda p { float:left;width:95%; text-indent: 0; margin: 0; padding: 3px;}

.pro_tel { margin-left:15px; margin-top: 25px; overflow: hidden; text-align: center; background: url(../images/pro_tel.png) no-repeat 5px 8px; padding-left: 55px; }
.pro_tel span { font-size: 17px; width: 100%; text-align: left; float: left; overflow: hidden; }
.pro_tel p { font: bold 34px/38px Arial, Helvetica, sans-serif;*font-size:25px; color: #FF3D17; float: left; }
.pro_tel p a { color: #FF3D17; }
.pro_tel p strong { font: bold 40px/38px Arial, Helvetica, sans-serif;*font-size:30px; text-align: left; }
.price { margin-left:15px; overflow: hidden; margin-top: 30px; clear: both; background: url(../images/zx.jpg) no-repeat left top; }
.price a { height: 60px; line-height: 60px; text-indent: 83px; width: 97%; float: left; font-size: 24px; }
.price a.:hover { color: #666; }

@media screen and (min-width:320px) and (max-width:768px) {
	.btn_ShowNav{
		display:block;
	}


.price{
	background:rgba(254,215,0,1);
	width:90%;
}
.price a{
	text-indent: 0;
	text-align:center;
}


	#pgNav a{
		width: 50px;
		height:50px;
		line-height: 18px;
		padding:5px;
        background-color: rgba(0,0,0,0.4);
        color:#fff;

	}
	#pgNav a:hover{
            width: 50px;
            border-left: 2px solid #4b59ff;
        }
    .wenda .wenti dt{
      	width:15%;
    }
	.wenda .wenti dd{
		width:80%;
	}

	.wenda .daan dt {
		width:10%;
	}
	.wenda .daan dd {
		width:90%;
	}
	.wenda ul{
		padding-left:0;
	}
}</pre></body></html>