<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
}
input::-ms-clear,
input::-ms-reveal{
    display: none;
}
html{
    min-width: 1240px;
}
html #app,body #app{
    position: relative;
    /* top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; */
    font-family:PingFangSC-Regular,PingFang SC;
}
/* å³ä¾§æ»šåŠ¨æ&nbsp;éšè— start */
/* webkit */
body::-webkit-scrollbar{
    display: none;
}
/* oå†…æ&nbsp;¸ */
body::-o-scrollbar{
    display: none;
}
body{
    -ms-overflow-style: none; /* 10+ */
    overflow: -moz-scrollbars-none; /* Firefox */
}
/* å³ä¾§æ»šåŠ¨æ&nbsp;éšè— end */
.bor-no{
    border: none !important;
}
.cur-poi{
    cursor: pointer
}
.mg-0-auto{
    margin: 0 auto;
    text-align: center;
}
.po-rel{
    position: relative;
}
.flo-l{
    float: left;
}
.flo-r{
    float: right;
}
.clearbox:after{
    content: ''; 
    display: block;
    clear: both;
    overflow: hidden;
}
.ver-mid{
    vertical-align: middle;
}
.col-333{
    color: #333;
}
.col-666{
    color: #666;
}
.col-999{
    color: #999;
}
.col-base{
    color: #D4B675
}
.col-black{
	color:#3E3C39;
}
.mg-0-10{
    margin: 0 5px;
}
.mg-0-30{
    margin: 0 15px;
}
.mg-l-0{
    margin-left: 0 !important;
}
.mg-l-12{
    margin-left: 12px;
}
.ml-l-30{
    margin-left: 30px;
}
.ml-l-20{
    margin-left: 20px;
}
.mg-l-50{
    margin-left: 50px;
}
.mg-l-60{
    margin-left: 60px;
}
.mg-l-70{
    margin-left: 70px;
}
.mg-r-6{
    margin-right: 6px;
}
.mg-r-10{
    margin-right: 10px;
}
.mg-r-20{
    margin-right: 20px;
}
.mg-r-60{
    margin-right: 60px;
}
.mg-t-20{
    margin-top: 20px;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-t-38{
    margin-top: 38px;
}
.mg-t-40{
    margin-top: 40px;
}
.mg-b-12{
    margin-bottom: 12px !important;
}
.mg-b-17{
    margin-bottom: 17px !important;
}
.mg-b-20{
    margin-bottom: 20px;
}
.mg-b-40{
    margin-bottom: 40px;
}
.pd-b-10{
    padding-bottom: 10px;
}

/* å…¬å…±æ&nbsp;·å¼ start */
/* btn */
.base-btn{
    cursor: pointer;
    outline: none;
    display: block;
    width:300px;
    height:40px;
    line-height: 40px;
    color: #fff;
    background: #D4B675;
    border:1px solid #D4B675;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}
.base-btn a{
    color: #fff;
}
.base-btn:active{
    top: 1px;
    left: 1px;
}
/* å…¬å…±æ&nbsp;·å¼ end */

/* select start */
.select_showbox{
    width: 248px;
    text-align: left;
    height: 34px;
    line-height: 34px;
    color: #7A7875;
    font-size: 12px;
    padding-left: 16px;
    background: url("../images/xiala.png") no-repeat 216px center transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}
.select_option{
    width: 99%;
    margin: 0 auto;
    /* margin-top: 1px; */
    text-align: left;
    color: #7A7875;
    background-color: #f7f7f7; 
    border-top: 1px solid #f7f7f7;   
}
.select_option .selected,
.select_option .selected:hover{
    background-color: #26a0da;
    color: #fff;
}
.select_option li{
    list-style: none;
    padding-left: 16px;
    font-size: 14px;
}
.select_option li:hover{
    background-color: #dedede;
    color: #333;
}
/* select end */

/* header start */
.header{
    height: 110px;
    line-height: 110px;
    background:rgba(255,255,255,1);
    opacity:0.94;
}
.header .content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header .header-top{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.header .header-top .left{
    float: left;
}
.header .header-top .line{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #D6D6D6;
}
.header .login{
    float: left;
    cursor: pointer;
}
.header .login img{
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.header .login .login-text{
    display: inline-block;
    color: #D4B675;
}
.header .right,
.header .menu
{
    float: right;
}
.header .menu span a
{
    color: #666;
}
.header .right img{
    margin-right: 4px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.header .header-bottom{
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.header-bottom .menu-list{
    height: 100%;
}
.header-bottom .menu-item{
    cursor: pointer;
    margin-left: 60px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.header-bottom .menu-item:hover,
.header-bottom .menu-item:hover a{
    color: #D4B675;
}
.header-bottom .isActive,
.header-bottom .isActive a{
    color: #D4B675;
    /* border-bottom: 1px solid #D4B675; */
}

.header-bottom .isActive:after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #D4B675;
    position: absolute;
    left: 50%;
    margin-left: -15px; 
    /* transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')"; */
}
.header-bottom .icon-sign{
    margin-top: 14px;
    width: 223px;
    height: 53px;
}
.header-bottom .icon-serch{
    cursor: pointer;
    margin-top: 23px;
    height: 34px;
    width: 34px;
}
.search-wrap{
    display: none;
    position: absolute;
    height: 106px;
    z-index: 9;
    top: 110px;
    left: 0;
    right: 0;
}
.search-wrap .search-content{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    background:#fff;
    opacity:0.94;
    filter: Alpha(opacity=94);
    -ms-filter: Alpha(opacity=94);
}
.search-content .search-content-wrap{
    margin: 20px auto 0 auto;
    width: 436px;
}
.search-content-wrap .input-wrap{
    width: 358px;
    height: 38px;
    line-height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
    border: 1px solid #D4B675;
}
.search-content-wrap .input-wrap img{
    margin:  9px 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    float: left;
}
.search-content-wrap .input-wrap input{
    border: none;
    outline: none;
    padding: 10px 0;
    height: 18px;
    line-height: 18px;
    width: 80%;
    float: left;
    font-size: 14px;
    color: #333;
}
.input-wrap input::-webkit-input-placeholder{
    color: #999;
}
.input-wrap input::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
.input-wrap input:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
.input-wrap input:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.phcolor{ /* IE 8,9 */
    color:#999 !important;
}
.search-content-wrap .sousuo{
    float: right;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    width:56px;
    height:40px;
    background: #D4B675;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}

.search-wrap .search-content-wrap .keyword{
    margin-top: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}
.search-wrap .search-content .chacha{
    cursor: pointer;
    color: #999;
    width:8px;
    height:8px;
    position: absolute;
    top: 11px;
    right: 11px;
}
/* header end */
/* footer start */
.footer{
    width: 100%;
    min-width: 1200px;
    height: 250px;
    background-image: url('../images/footer-background.png');
}
.footer .content{
    width: 1200px;
    height: 100%;
}
.footer .qrCode{
    width: 108px;
    text-align: center;
    float: left;
    margin-top: 50px;
    color: #000;
}
.footer .qrCode-mg{
    margin: 50px 92px 0 82px;
}
.footer .qrCode img{
    width: 108px;
    height: 108px;
}
.footer .qrCode .title{
    margin-top: 14px;
    font-size:12px;
}
.footer .line{
    margin-top: 65px;
    display: block;
    width: 1px;
    height: 108px;
    /*background-color: #828282;*/
	background-color:#fff;
}
.footer .regard{
    margin: 43px 0 0 60px;
    float: left;
    text-align: left;
    color: #fff;
}
.footer .regard .title{
   display: block;
   margin-bottom: 16px;
   height: 22px;
   line-height: 22px;
   font-size: 16px;
   font-weight: 500;
   color:#3E3C39;
   font-weight:500;
}
.footer .regard .des{
    display: block;
    margin-bottom: 8px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
	/*color:#fff;*/
	color:#3E3C39;
	font-weight:400;
}
.footer .relation{
    margin-left: 90px;
    width: 245px;
}

.footer .relation .tel{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}
.footer .relation img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
	margin-bottom: 4px;
}
.footer .link{
    float: left;
    margin-top: 66px;
}
.footer .link .sel-wrap{
    width: 264px;
    height: 34px;
    /* background-color: #D4B675; */
    background-color: #F3F1ED;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}
.footer .link .sel-wrap select{
    position: relative;
    float: left;
    outline: none;
    border: none;
    padding-left: 16px;
    width: 100%;
    height: 100%;
    line-height: 34px;
    color: #7A7875;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /*åŽ»æŽ‰é»˜è®¤çš„ä¸‹æ‹‰ä¸‰è§’*/
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    background: url("../images/xiala.png") no-repeat 216px center transparent;
}
.footer .link .sel-wrap select::-ms-expand{ 
    display: none; 
}
/* footer end */
.pointer{
	cursor:pointer;
}

/*ç½‘ç‚¹ä¿¡æ¯*/
.Mapdetail dl dd {
    width: 92%;
    text-align: left;
    padding-left: 25px;
    padding-top: 10px;
}

.Mapdetail dt img {
    margin-top: 10px;
    position: absolute;
}
.none{
	display:none;
}
/* ------------------------------------æœç´¢ç»“æžœ------------------------------------ */
.result dl{ padding:20px 0; border-bottom:1px dashed #ddd;cursor:pointer;}
.result dl dt{ margin-bottom:16px;}
.result dl dt .btnMore{ float: right; color:#666;}
.result dl dt .btnMore:hover{ color:#EA1A30;}
.result dl dt span{ font-size:20px;}
.result dl dd{ font-size:16px; line-height: 40px; color:#888; text-indent:2em;}
/* ------------------------------------æœç´¢ç»“æžœç»“æŸ------------------------------------ */

.curtext{
	cursor:text;
}
.footer .copyright{
    position:relative;
    bottom:30px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    /*background: #EC1B30; */
    text-align: center;
}</pre></body></html>