<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*css ----初始化----- */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {margin: 0; padding: 0;}
fieldset, img, input, button {border: none;padding: 0;margin: 0;outline-style: none;}/*各浏览器显示不同，去掉蓝色边框*/
input {padding-top: 0;padding-bottom: 0;}
select, input {vertical-align: middle;}
textarea {resize: none;}/*防止拖动 影响布局*/
table {border-collapse: collapse;border-spacing: 0;}/*去掉行内替换元素空白缝隙*/
ul, ol { list-style: none;}
h1, h2, h3, h4, h5, h6 {text-decoration: none;font-weight: normal;font-size: 100%;}
img {border: 0;vertical-align: middle;}
/*清除浮动*/
.clearfix:before, .clearfix:after {content: "";display: block;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1; /*IE/7/6*/}
s, i, em {font-style: normal; text-decoration: none;}
i{display: block;}
/*需要更改*/
body {margin: 0 auto;font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;font-size: 14px;color: #333;background-color: #ffffff;}
a,a:hover,a:focus  { color:#333;text-decoration: none;}
/*公共类*/
.color_m{color: #f6a229 !important;}/*页面主色调*/
.w {/*版心 提取 */width: 1200px;margin: 0 auto;}
.fl {float: left;}.fr {float: right;}
.al {text-align: left;}.ac {text-align: center;}.ar {text-align: right;}.hide {display: none;}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 

} 
.mr140{margin-right: 140px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mb16{margin-bottom: 16px !important;}
/*右侧导航*/
.newSideBar{position: fixed;right: 20px;top:50%;color: #2f2f2f;z-index:  99999;}
.newSideBar ul li{text-align: center;background: #f8d343;margin-bottom: 10px;width:80px;height: 80px;font-size: 14px;position: relative;user-select:none;-moz-user-select:none;-webkit-user-select:none; }
.newSideBar ul li&gt;a{display: block;height: 100%;}
.newSideBar ul li .icon{margin-top: 10px;}
.newSideBar ul li .t{display: block;line-height: 20px;margin-top: 7px;}
.newSideBar ul li i{display: block;width: 7px;height: 14px;background: url(../images/icon_sidebar_sj.png) no-repeat;position: absolute;top:50%;margin-top: -7px;left: -7px;display: none;}
.newSideBar .hideDiv{background: #ffda45;text-align: center;position: absolute;display: none;}
.newSideBar .tel{width: 170px;height: 80px;font-size: 20px;top:0px;right: 100px;line-height: 80px;disp-lay: none;}
.newSideBar .weixin{width: 120px;height: 120px;padding:10px;overflow: hidden;top:-30px;right: 100px;di-splay: none;}
.newSideBar .weixin img{width: 100%;height: auto;}
.newSideBar ul .top{cursor: pointer;display: none;}
.newSideBar ul .top .icon{margin-top: 18px;}
.newSideBar ul .top .t{font-size: 20px;margin-top: 12px;text-transform: uppercase;}
.newSideBar ul .exhale:hover .hideDiv{display: block;}
.newSideBar ul .exhale:hover i{display: block;}
</pre></body></html>