@charset "utf-8";

    
/* =reset 网页样式重置出现滑动条*/
html { font-size: 1em; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight: rgba(0,0,0,0); -webkit-text-size-adjust: none; overflow: -moz-scrollbars-vertical; letter-spacing: 1%; }


    
    
label { cursor: pointer; }
a:link, a:visited { text-decoration: none; color: #101D38; }
a:hover { color: #F00; }
input:focus { outline: none; }
input, button, select, textarea { outline: none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea { resize: none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
} /*利用阴影来填充掉input自动填充色*/
textarea, input, select { background: none; border: none; margin: 0; padding: 0; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var { /* [disabled]margin: 0; */ padding: 0; border-right-width: 0px; }
article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block; } /*html5设置*/
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub { }
body, input, button, select, textarea, sub { font-family: Arial, sans-serif; }
em, cite, address, optgroup { font-style: normal; }
kbd, samp, code { font-family: monospace; }
img, input, button, select, textarea { vertical-align: middle; outline: none; }
/*所有图片拉伸不糊*/
* img {  
 object-fit: fill; 
 object-fit: contain;
 object-fit: scale-down;
 image-rendering: -moz-crisp-edges; /* Firefox */     
image-rendering: -o-crisp-edges; /* Opera */      
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
image-rendering: crisp-edges; \
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

}
/*特效类*/
.tx_bktx { background: repeating-linear-gradient(135deg, transparent, transparent 3px, #dcdcdc 3px, #dcdcdc 8px); animation: shine 1s infinite linear; overflow: hidden; }
.tx_bkgd_x { background: repeating-linear-gradient(135deg, transparent, transparent 3px, #dcdcdc 3px, #dcdcdc 8px); animation: shine 1s infinite linear; overflow: hidden; height: 1px; clear: both; }
.tx_bktx_con { margin: 1px; background-color: #fff; }
@keyframes shine {  0% {
background-position: -1px -1px;
}
 100% {
background-position: -12px -12px;
}
}
.x { height: 1px; background: #dcdcdc; -webkit-transform: scaleY(0.5); -webkit-transform-origin: 0 0; overflow: hidden; clear: both; margin-bottom: 20px; }
.hong { color: #F00; }
.lan { color: #06F; }
.lv { color: #0C9; }
/*响应式宽度*/
.f-20, .f-25, .f-30, .f-33, .f-50, .f-60, .f-70, .f-75, .f-80, .f-100 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; }
.f-20 { width: 20%; float: left; }
.f-25 { width: 25%; float: left; }
.f-30 { width: 30%; float: left; }
.f-33 { width: 33.33%; float: left; padding-right: 10px; }
.f-35 { width: 35%; float: left; }
.f-40 { width: 40%; }
.f-50 { width: 50%; float: left; }
.f-60 { width: 60%; }
.f-65 { width: 65%; }
.f-70 { width: 70%; }
.f-75 { width: 75%; }
.f-80 { width: 80%; }
.f-100 { width: 100%; clear: both; position: relative; margin-bottom: 4px; overflow: hidden; }
.f-zuo { float: left; overflow: hidden; }
.f-you { float: right; overflow: hidden; }
/*标准表单*/
.f-form { padding-right: 15px; padding-left: 15px; background-color: #fff; }
.f-input, .f-text, .f-inputs, .f-texts, .f-inputx, f-inputh, .f-textx { display: block; position: relative; margin-bottom: 0px; }
.f-input input { height: 42px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 2px; color: #333; }
.f-input select { height: 42px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 2px; }
.f-form b { font-size: 10px; color: #333333; font-weight: normal; clear: both; display: inline-block; line-height: 12px; left: 6px; top: 0px; position: absolute; padding-top: 3px; }
.f-text { border-radius: 5px; color: #333; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: block; }
.f-text textarea { height: 80px; border-radius: 2px; background-color: #fff; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 15px; padding-bottom: 5px; font-size: 10px; color: #333; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: block; width: 100%; padding-right: 5px; padding-left: 5px; }
.f-input input:focus, .f-text textarea:focus { outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,0); box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0); border-radius: 2px; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #FFFFFF; }
.f-inputs input { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 21px; color: #333; }
.f-inputx input, .f-inputx select { height: 40px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 2px; color: #333; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-size: 10px; margin-bottom: 5px; background-color: #fff; padding-left: 5px; padding-top: 8px; }
.f-inputx input:focus, .f-textx textarea:focus { outline: 0; border-bottom-color: #66afe9; }
.f-inputh input, .f-inputh select { height: 40px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 2px; color: #333; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-size: 10px; margin-bottom: 5px; background-color: #f2f2f2; padding-left: 5px; padding-top: 8px; }
.f-inputh input:focus { outline: 0; border-bottom-color: #66afe9; }
ul { list-style: none; }
img, fieldset { border: 0; }
abbr, acronym { cursor: help; border-bottom: 1px dotted black; }
table { width: 100%; border-spacing: 0; border: 0; }
table th, table td { border: 0; }
.x1, .x2, .x3 { height: 1px; background: #d1d1d1; -webkit-transform: scaleY(0.5); -webkit-transform-origin: 0 0; overflow: hidden; clear: both; }
.bt { font-size: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; }
.nr, .zbnr { margin-right: auto; margin-left: auto; color: #333; position: relative; overflow: hidden; width: 1140px; clear: both; }
.zbnr b { font-size: 11px; color: #FFF; background-color: #1DD670; margin-right: 5px; display: inline-block; padding-right: 5px; padding-left: 5px; border-radius: 2px; line-height: 19px; }
* .zbnr .layui-table .layui-table-cell { font-size: 14px; font-family: "宋体"; }

* .zbnr .layui-table .layui-table-cell a:link{ color: #000000; }
* .zbnr .layui-table .layui-table-cell a:hover { color: #132d8d; }
* .zbnr .layui-table .layui-table-cell a:visited { color: #ccc; }
* .zbnr .layui-table .layui-table-cell a:active { color: #132d8d; }


* .layui-laypage-curr .layui-laypage-em { background-color: #132d8d!important; }
* .layui-laypage-default a:hover { color: #132d8d!important; }
/*表格修饰*/
.layui-border-box{ border-top-width: 0px; border-right-width: 0px; }
.layui-table-tool{ background-color: #FFF;margin: 0px; padding: 8px;}
.layui-table tbody tr:hover{ background-color: #FCFDEE; }
.layui-table img{ height:20px; }
.layui-table-view{ margin-top: 0px; padding-top: 0px; }

.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #0066FF; color: #fff }
.layui-form-checked[lay-skin=primary] i{ border-color: #0066FF!important; background-color: #0066FF; color: #fff }
/*弹层工具栏*/

* .layui-layer-title{  background-size: 100%; background-position: top; border-bottom-width: 0px !important; border-bottom-style: none; border-bottom-color: #F00; color: #000 !important; background-color: #fff !important;  }
* .layui-table-cell span{ font-weight: bold;  }
* .layui-layer-ico{color: #FFF !important;}
* .layui-layer-border{ border: 0px solid #fff!important }
* .layui-table-edit:focus{ border-color: #0066FF!important }
/*大化最小化关闭按钮*/
.layui-layer-min { background-image: url(/adm/image/ico/34.png); background-repeat: no-repeat; background-position: center center; }
.layui-layer-setwin .layui-layer-close1 { background-image: url(/adm/image/ico/36.png)!important; background-repeat: no-repeat; background-position: center center!important; }
.layui-layer-max { background-image: url(/adm/image/ico/35.png)!important; background-repeat: no-repeat; background-position: center center!important; }
.layui-layer-min cite { display: none; }
/*下拉菜单*/
.site-dropdown,
    .site-dropdown .layui-menu{ background-color: #ebf2f8;top: 0px; margin-top: 0px; }
    .site-dropdown .layui-menu li{ color: #000; font-size: 12px; }
    .site-dropdown .layui-menu li:hover{ background-color: #03F; color: #FFF; }
/**/

.nr table { width: 100%; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #e7e7e7; border-right-color: #e7e7e7; border-bottom-color: #e7e7e7; border-left-color: #e7e7e7; margin-top: 8px; margin-bottom: 8px; padding: 0px; margin-right: 0px; margin-left: 0px; }
.nr table tr { margin: 0px; padding: 0px; }
.nr table tr td { font-size: 12px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e7e7e7; border-top-width: 0px; border-right-width: 0px; border-left-width: 1px; border-left-style: solid; border-left-color: #e7e7e7; padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px; margin: 0px; border-top-style: none; border-right-style: none; }
.nr img { max-width: 100%; }
.nr hr { border-top-width: 1px; border-top-style: solid; border-top-color: #d1d1d1; }
.nr br { clear: both; }
.you { float: right; }
@media screen and (max-width: 1200px) {
.nr, .zbnr { width: auto; padding-right: 5px; padding-left: 5px; }
.nr table { overflow: auto; }
}
.ym { }
.ym .ym1 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f2f2f2; line-height: 36px; font-family: "宋体"; font-size: 12px; }
.ym .ym1 a { color: #333; text-decoration: none; display: inline-block; margin-left: 8px; }
.ym .ym2 { padding-top: 20px; padding-bottom: 15px; }
/* 自动导航S */
.nf_dh { height: 46px; padding-right: 10px; padding-left: 10px; position: relative; z-index: 99999; background-color: #31897D; background-image: url(/up/images/ico/dhbj.png); background-repeat: repeat-x; background-position: center; }
/*主导航*/
.nf_dh ul { padding: 0px; list-style-type: none; display: block; width: 1200px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.nf_dh ul li { display: inline-block; position: relative; line-height: 46px; height: 46px; *float: left;
width: 12%; }
.nf_dh ul li a { color: #fff; text-decoration: none; display: block; padding-right: 20px; padding-left: 20px; font-weight: 100; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12pt; text-shadow: -1px -1px -1px #FFF; text-align: center; }
.nf_dh a:hover, .nf_dh a.on { background-color: #2E7E75; }
/*二级导航*/
.nf_dh ul li ul { position: absolute; visibility: hidden; background-color: #f2f2f2; display: block; width: 150px; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; padding-top: 10px; padding-bottom: 10px; background-color: #f9f9f9; min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); font-family: "宋体"; border-radius: 1px; }
.nf_dh ul li ul:before { content: ""; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; position: absolute; top: -4px; left: 60px; }
.nf_dh ul li:hover ul { visibility: visible; filter: alpha(Opacity=100); -moz-opacity: 1; opacity: 1; }
.nf_dh ul li:hover ul li ul { visibility: hidden; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; }
.nf_dh ul li ul li { display: block; position: relative; line-height: 30px; height: 30px; float: none; width: 100%; }
.nf_dh ul li ul li a { font-size: 11pt; line-height: 30px; height: 30px; overflow: hidden; font-weight: 200; color: #333; text-align: center; text-shadow: #000 0px 0px 0px }
.nf_dh ul li ul li a:hover { color: #F00; background-color: #f2f2f2; }
/*三级导航*/
.nf_dh ul li ul li ul { top: -40px; position: absolute; left: 150px; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; background-color: #f2f2f2; }
.nf_dh ul li ul li ul li a { font-size: 12px; }
.nf_dh ul li ul li ul li a:hover { color: #F60; }
.nf_dh ul li ul li:hover ul { position: relative; visibility: visible; opacity: 90; }
.nf_dh ul li ul li ul:before { content: ""; border-left: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid #fff; }
/*移动端*/
.nf_mdh { display: none; position: relative; z-index: 999999999999; }
.nf_mdh span { position: absolute; top: 15px; left: 0px; }
.nf_mdh ul, .nf_mdh li { margin: 0px; padding: 0px; list-style-type: none; }
.nf_mdh .san a { display: block; width: 22px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #d1d1d1; margin-top: 12px; margin-right: auto; margin-left: auto; height: 20px; position: absolute; z-index: 9999; top: 0px; right: 5px; text-shadow: -1px -1px -1px #FFF; }
.nf_mdh .san a s { display: block; border-top-width: 2px; border-top-style: solid; border-top-color: #d1d1d1; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #d1d1d1; height: 7px; margin-bottom: 7px; }
.nf_mdh .san a:hover { border-color: #0C6; }
.nf_mdh .san a:hover s { border-color: #0C6; }
.nf_mdh span .menu { position: absolute; background-color: #f9f9f9; min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; left: 240px; width: 200px; list-style-type: none; margin: 0px; padding-right: 40px; padding-top: 10px; padding-bottom: 10px; display: none; }
.nf_mdh span .menu li a { display: block; line-height: 30px; font-size: 14px; color: #090723; text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; margin-left: 15px; font-weight: 700; text-align: left; }
.nf_mdh span .menu li ul li a { color: #333; font-weight: 300; }
.nf_mdh span .menu li ul li ul li a { color: #666; font-size: 12px; }
.nf_mdh span ul li ul { margin-left: 16px; }
.nf_mdh span:hover .menu { visibility: visible; left: -240px; display: block; }
.menu div:hover .nf_mdh span .menu { display: none; }
@media screen and (max-width: 1200px) {
/*.nf_dh{ display: none; }*/
.nf_mdh { display: block; }
}
input, button { border: none; outline: none; }
/*搜索框*/
* { box-sizing: border-box; }
/*模板时间轴*/	
.sjz { border-left-width: 1px; border-left-style: sopd; border-left-color: #CCC; }
.sjz p { display: block; margin-left: 100px; border-left-width: 2px; border-left-style: solid; border-left-color: #db0707; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; }
.sjz p sup { margin-left: -110px; width: 100px; display: inline-block; text-apgn: right; color: #999; text-decoration: none; background-image: url(/up/admin/gif/time.png); background-repeat: no-repeat; background-position: right center; margin-right: 10px; vertical-align: middle; text-align: center; font-size: 14px; line-height: 24px; }
.sjz h3, .sjz h5 { font-size: 22px; margin: 0px; line-height: 40px; padding-left: 55px; color: #3399FF; }
.sjz h5 { font-size: 14px; }
/*标准表单*/
.f-form { margin: 10px; }
.f-input, .f-text, .f-inputs, .f-texts, .f-inputx, .f-textx { position: relative; margin-bottom: 7px; display: block; }
.f-input input { height: 42px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 2px; color: #333; font-size: 14px; }
.f-input select { height: 42px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 2px; }
.f-input b, .f-text b, .f-inputx b { position: absolute; left: 0px; top: 0px; font-size: 10pt; text-align: right; width: 70px; line-height: 40px; color: #000000; font-weight: normal; }
.f-text textarea { height: 80px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 2px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; font-size: 14px; }
.f-input input:focus, .f-text textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) }
.f-inputs input { height: 42px; width: 100%; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #CCC; border-radius: 21px; color: #333; padding-right: 50px; }
.f-inputx input { height: 42px; width: 100%; padding-left: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 0px; color: #333; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-bottom-style: solid; border-bottom-color: #CCC; }
.f-inputx input:focus, .f-textx textarea:focus { outline: 0; border-bottom-color: #66afe9; }
.ssb { position: relative; border: 1px solid #132d8d; border-radius: 2px; overflow: hidden; width: 600px; display: inline-block; float: left; }
.ssb i, .ssb .but { position: absolute; top: 0px; right: 0px; font-size: 14px; color: #FFFFFF; z-index: 9; line-height: 36px; height: 42px; width: 60px; text-align: center; cursor: pointer; font-style: normal; background-color: #132d8d; margin: 0px; padding: 0px; }
.ssk { width: 450px; background-color: #FFF; padding: 10px; color: #333; }
.ssb #sslx { display: block; float: left; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 36px; height: 36px; padding-right: 10px; padding-left: 10px; color: #303030; }
/*按钮*/
.but1 { top: 0px; right: 0px; position: absolute; line-height: 42px; text-decoration: none; background-color: #09F; font-size: 14px; color: #FFF; padding-right: 10px; padding-left: 10px; border-radius: 0px 2px 2px 0px; display: inline-block; margin: 0px; padding-top: 0px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; cursor: pointer; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; }
.but2 { top: 0px; right: 10px; position: absolute; line-height: 42px; text-decoration: none; font-size: 14px; color: #09F; padding-right: 10px; padding-left: 10px; display: inline-block; z-index: 999; }
.but3 { top: 0px; right: 0px; position: absolute; line-height: 36px; text-decoration: none; background-color: #09F; font-size: 14px; color: #FFF; padding-right: 10px; padding-left: 10px; border-radius: 2px 2px 2px 2px; display: inline-block; width: 80px; }
.but4 { line-height: 42px; text-decoration: none; background-color: #09F; font-size: 14px; color: #FFF; padding-right: 10px; padding-left: 10px; border-radius: 2px; display: inline-block; padding-top: 0px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; cursor: pointer; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; width: 100%; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.cbl { overflow: hidden; background-color: #f2f2f2; padding-top: 10px; padding-bottom: 10px; min-height: 600px; height: 96%; min-height: 500px; width: 160px; position: absolute; z-index: 1; left: 0px; top: 0px; }
.cbl li { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f2f2f2; }
.cbl li a { display: block; color: #000; font-size: 14px; padding-top: 12px; padding-right: 8px; padding-bottom: 12px; padding-left: 28px; font-family: "宋体"; background-color: #f2f2f2; }
.cbl li a:hover { color: #132d8d; }
.cbl li a.on { color: #132d8d; background-color: #FFF; border-left-width: 3px; border-left-style: solid; border-left-color: #132d8d; font-weight: bold; }
.cbl_gg { overflow: hidden; padding-bottom: 10px; min-height: 600px; height: 96%; min-height: 500px; width: 160px; position: absolute; z-index: 1; left: 0px; top: 0px; padding-top: 15px; }
.cbl_gg li { margin-bottom: 7px; }
.cbl_gg li img { border: 1px solid #dcdcdc; }
.ynr { margin-left: 200px; min-height: 500px; }
.cgg { overflow: hidden; margin-left: 20px; border: 1px solid #dcdcdc; padding: 10px; margin-top: 10px; }
.cgg li { font-weight: bold; color: #31897D; }
.cgg li a { display: block; margin-bottom: 7px; }
.cgg li a.on { color: #FFF; background-color: #132d8d; }
.cgg li a img { width: 100%; }
.typing { white-space: nowrap; border-right: 2px solid transparent; animation: typing 3.5s steps(15, end), blink-caret .75s step-end infinite; overflow: hidden; }
/* 打印效果 */
@keyframes typing {  from {
width: 0;
}
to { width: 80px; }
}
.wu { display: block;  margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; }
.lie { font-size: 10pt; padding: 20px; min-height: 500px; margin-top: 10px;  }
.lie li { padding-bottom: 7px; margin-bottom: 10px; position: relative;}
.lie li a:link { padding-right: 8px; padding-left: 8px; display: block; color: #000; padding-top: 0px; padding-bottom: 0px; }
.lie li a:hover { color: #CC3300; }
.lie li a:visited { color: #666; }
.lie li a s { color: #666; text-decoration: none; display: inline-block; height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; position: absolute; top: 0px; right: 10px; }
.lie li a b { text-decoration: none; display: block; line-height: 25px; font-weight: normal; overflow: hidden; padding-right: 150px; font-size: 14px; }
.lie li a u { color: #333; text-decoration: none; display: inline-block; height: 20px; line-height: 20px; overflow: hidden; font-weight: normal; text-align: left; text-overflow: ellipsis; white-space: nowrap; position: absolute; top: 25px; right: 10px; font-size: 14px; }
.lietu { overflow: hidden; padding: 10px; border: 1px solid #E7E7E7; margin-top: 10px; }
.lietu li { float: left; width: 20%; }
.lietu li a { display: block; margin: 20px; }
.lietu li a:hover { color: #06F; }
.lietu li a img { max-width: 100%; max-height: 100px; display: block; margin-right: auto; margin-left: auto; }
.lietu li b { display: block; font-size: 14px; font-weight: normal; line-height: 20px; height: 60px; margin-top: 5px; overflow: hidden; text-align: center; }
.lietu li s { display: block; font-size: 12px; color: #666; text-decoration: none; }
.bk { margin-top: 20px; padding-bottom: 10px; border-radius: 4px; background-color: #FFF; }
#fenye { margin-top: 10px; margin-right: 20px; margin-left: 20px; text-align: center; }
#gb { display: none; }
.b30 { float: left; width: 33%; }
.b34 { float: right; width: 32%; }
.b50 { float: left; width: 50%; }
.b60 { float: left; width: 68%; overflow: hidden; }
.b70 { float: right; width: 60%; overflow: hidden; }
.b80 { float: right; width: 80%; overflow: hidden; }
.b20 { float: left; width: 28%; }
.lb1 ul li a { font-size: 10pt; color: #333; line-height: 30px; height: 30px; overflow: hidden; display: block; padding-right: 55px; padding-left: 10px; position: relative; white-space: nowrap; text-overflow: ellipsis; }
.lb1 li a:hover { color: #337D7A; }
.lb1 ul h3 img { height: 130px; margin-bottom: 6px; display: block; width: 96%; margin-right: auto; margin-left: auto; }
.lb1 .b50 ul { border: 1px solid #e7e7e7; margin-right: 10px; padding-bottom: 10px; }
.lb1 .b34 ul { border: 1px solid #e7e7e7; padding-top: 0px; padding-right: 10px; padding-bottom: 17px; padding-left: 10px; }
.lb1 .b60 ul { border: 1px solid #e7e7e7; margin-bottom: 10px; padding-right: 10px; padding-bottom: 17px; padding-left: 10px; }
.lb1 ul li a s { position: absolute; top: 0px; right: 0px; text-decoration: none; line-height: 30px; background-color: #FFF; padding-right: 10px; padding-left: 5px; }
.bt1 p { background-color: #31897D; height: 2px; width: 32px; margin: 0px; padding: 0px; }
.lb1 { margin-bottom: 10px; overflow: hidden; }
.lb1 .gg { clear: both; }
.lb1 .gg ul { border: 1px solid #e7e7e7; margin-top: 0px; margin-bottom: 10px; overflow: hidden; margin-right: 10px; padding-top: 10px; }
.lb1 .gg ul li { float: left; width: 33.33%; text-align: center; }
.lb1 .gg ul li a { display: block; line-height: 104px; height: 100px; padding: 0px; margin: 2px; }
.lb1 .gg ul li a:hover { margin-top: 0px; }
.top { line-height: 45px; height: 45px; color: #dedfe4; background-color: #090723; font-family: "宋体"; font-size: 12px; position: fixed; z-index: 999999; width: 100%; left: 0px; top: 0px; }
.top .top-zuo { padding-left: 40px; }
.top .top-you { float: right; padding-right: 40px; }
.top .top-you a, .top .top-zuo a { color: #dedfe4; padding-right: 20px; padding-left: 20px; display: inline-block; position: relative; }
.top .top-you a:hover, .top .top-zuo a:hover { color: #F78B09; }
.top .top-you a img { position: absolute; z-index: 1; left: 0px; top: 42px; height: 130px; width: 130px; visibility: hidden; }
.top .top-you a:hover img { visibility: visible; }
.top .hong { background-color: #132d8d; line-height: 50px; }
.top .top-zhong { padding-top: 20px; padding-bottom: 0px; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #CCCCCC; display: none; background-color: #FFF; }
.top .top-zhong ul { border-right-width: 1px; border-right-style: solid; border-right-color: #f6f6f6; width: 11%; float: left; margin: 0px; padding: 0px; }
.top .top-zhong ul li a { display: block; line-height: 30px; padding-left: 35px; }
.top .top-zhong ul h3 { font-size: 14px; font-weight: bold; padding-left: 35px; }
.top .top-gg { width: 340px; display: block; float: right; margin-top: 13px; }
.top .top-you a i { vertical-align: middle; margin-right: 2px; }
.top-gb { clear: both; text-align: center; display: block; font-size: 9px; color: #132d8d; }
.kong { height: 60px; clear: both; }

.jdt { position: relative; overflow: hidden; clear: both; width: 100%; margin-right: auto; margin-left: auto; z-index: 0; text-align: center; }
.jdt .bd { position: relative; z-index: 0; overflow: hidden; }
.jdt .bd ul { width: 100% !important; *display: inline;
}
.jdt .bd ul li { width: 100% !important; background-repeat: no-repeat; background-position: center center; }
.jdt .bd ul li a img { width: 100%; min-height: 120px; }
.jdt .bd ul li a b { font-size: 0 }
.jdt .hd { width: 98%; position: absolute; z-index: 9; bottom: 0px; left: 0px; text-align: right; display: block; }
.jdt .hd ul { margin: 0px; padding: 0px; }
.jdt .hd ul li { cursor: pointer; zoom: 1; width: 10px; height: 10px; overflow: hidden; line-height: 40px; background-color: #FFF; display: inline-block; _display: inline; list-style-type: none; font-size: 9px; text-align: center; color: #000; margin-right: 2px; margin-bottom: 15px; margin-left: 2px; }
.jdt .hd ul .on { opacity: 1; background-color: #4F57A2; color: #FFF; }

.hgd { clear: both; }
.hgd .bd  { margin-bottom: 20px; overflow: hidden; padding-left: 234px; position: relative; }
.hgd .bd ul { overflow: hidden; }
.hgd .bd ul li { width: 25%; float: left; }
.hgd .bd ul li a { display: block; margin-left: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: #C00; height: 300px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; background-color: #FFF; }
.hgd .bd ul li:nth-child(1n+0) a{ border-top-color: #09F; }
.hgd .bd ul li:nth-child(2n+0) a{ border-top-color: #63F; }
.hgd .bd ul li:nth-child(3n+0) a{ border-top-color: #F60; }
.hgd .bd ul li:nth-child(4n+0) a{ border-top-color: #3C9; }
.hgd .bd ul li:nth-child(5n+0) a{ border-top-color: #69C; }

.hgd .bd ul li a img{ max-width: 100%;  }
.hgd .bd ul li a div{ height: 160px; padding-top: 30px; padding-right: 30px; padding-bottom: 20px; padding-left: 30px; }
.hgd .bd ul li a b{ font-weight: normal; text-align: center; display: block; margin-top: 5px; margin-bottom: 5px; font-size: 14px; line-height: 20px; max-height: 40px; overflow: hidden; }
.hgd .bd ul li a u{ font-weight: normal; text-align: center; display: block; color: #999; text-decoration: none; font-size: 12px; margin-bottom: 5px; }
.hgd .bd ul li a s{ font-size: 14px; color: #F90;display: block;text-decoration: none;text-align: center; }

.hgd .hd { font-size: 18px; line-height: 40px;}
.hgd .hd span { cursor: pointer; display: inline-block; border: 1px solid #CCC; padding-right: 10px; padding-left: 10px; line-height: 20px; font-weight: normal; color: #CCC; }
.hgd .hd span:hover { color: #F60; border-top-color: #F60; border-right-color: #F60; border-bottom-color: #F60; border-left-color: #F60; }
.hgd .hd ul{ float: right; }
.hgd .md { position: absolute; z-index: 1; }
.hgd .md a{ display: block; border-top-width: 1px; border-top-style: solid; border-top-color: #C00;height: 300px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: #FFF;}

.xlist { height: 160px; width: 234px; background-color: #5f5750; float: left; background-image: url(../up/image/ico/bj_zong.png); background-position: center center; overflow: hidden; }
.xlist li { float: left; width: 33.33%;  }
.xlist li a{ text-align: center; display: block; height: 59px; color: #cccac7; margin-top: 20px; font-family: "宋体"; font-size: 12px; }
.xlist li a b{ font-weight: normal; }
.xlist li a img{ height: 22px; display: block; margin-right: auto; margin-left: auto; margin-bottom: 3px; }
.xlist li a:hover { color:#FFF}
* li a:hover img{ filter: contrast(110%);}

.cp_j1 { overflow: hidden; }
.cp_j1 li{ width: 33.333%; float: right; }
.cp_j1 li a{ display: block; overflow: hidden; margin-left: 15px; }
.cp_j1 li a img{ display: block; height: 160px;  }
.cp_j1 li a:hover img{ filter: saturate(150%);}

.flist { overflow: hidden; width: 234px; float: left; margin-bottom: 10px; }
.flist li { margin-bottom: 15px; }
.flist li a{ text-align: center; display: block; margin-top: 10px; }
.flist li a b{ font-weight: normal; }
.flist li a img{ display: block; margin-right: auto; margin-left: auto; margin-bottom: 3px; }


.a1 { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #C11919; text-align: right; height: 90px; padding-top: 15px; }
.zuo { float: left; }
.a1 a img { vertical-align: middle; display: inline-block; }
.a1 a { font-size: 24px; font-weight: bold; }
.a1 ul { float: right; margin-left: 50px; }
.a1 ul li a { font-size: 12px; line-height: 14px; background-image: url(../up/image/ico/gh1.png); background-repeat: no-repeat; background-position: left center; padding-left: 15px; font-weight: normal; }
.a1 .ssb1 { position: relative; border: 2px solid #132d8d; border-radius: 2px; overflow: hidden; display: inline-block; float: right; margin-top: 6px; }
.a1 .ssb1 #button { position: absolute; top: 0px; right: 0px; font-size: 14px; color: #FFFFFF; z-index: 9; height: 36px; width: 60px; text-align: center; cursor: pointer; font-style: normal; background-color: #132d8d; margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.a1 .ssk1 { width: 420px; background-color: #FFF; color: #333; padding: 10px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.a1 .ssk1:focus { width: 420px; }
.a1 .ssb2 { position: relative; border: 2px solid #172f8e; border-radius: 2px; overflow: hidden; display: inline-block; margin: 0px; padding-right: 65px; }
.a1 .ssb2 #button { position: absolute; top: 0px; right: 0px; font-size: 14px; color: #FFFFFF; z-index: 9; height: 30px; width: 60px; text-align: center; cursor: pointer; font-style: normal; background-color: #172f8e; margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.a1 .ssk2 { width: 240px; background-color: #FFF; color: #333; padding: 7px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.a1 .ssb2 select { background-color: #fff; color: #333; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; padding: 0px; }
.a1 .ssk2:focus { }
.a2 { margin-bottom: 10px; font-family: "宋体"; text-shadow: 1px 1px 1px #f2f2f2; }
.a2 ul { width: 25%; float: left; padding-top: 10px; }
.a2 ul h3 { font-weight: bold; margin-bottom: 5px; font-size: 16px; }
.a2 ul li { float: left; margin-right: 10px; font-size: 12px; }
.a2 ul li a:link { line-height: 160%; color: #666; }
.a2 a.on { color: #C00; }
.a3 h3 { font-size: 18px; margin-bottom: 20px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #dcdcdc; line-height: 40px; color: #1d1b2c; text-shadow: 1px 1px 1px #f2f2f2; }
.a3 { margin-top: 10px; padding-bottom: 10px; }
.tab { text-align: left; overflow: hidden; margin-bottom: 10px; line-height: 36px; font-size: 16px; }
.tab .hd { line-height: 42px; position: relative; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #313664; height: 42px; margin-bottom: 10px; text-shadow: 1px 1px 1px #f2f2f2; width: 100%; display: block; }
.tab .hd ul { float: left; position: absolute; left: 0px; top: 0px; z-index: 0; height: 46px; }
.tab .hd ul li { float: left; padding: 0; cursor: pointer; font-size: 16px; height: 42px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #313664; border-radius: 0; font-family: Arial, Helvetica, sans-serif; color: #313664; margin-right: 20px; }
.tab .hd ul li.on { background: #fff; color: #132d8d; border-bottom-color: #132d8d; }
.tab .hd a { float: right; z-index: 9; padding-right: 8px; padding-left: 8px; line-height: 30px; height: 30px; margin-top: 5px; font-size: 14px; font-weight: normal; }
.tab .hd a span { color: #FFF; }
.tab .bd { }
.tab .bd ul { list-style-type: square; list-style-position: inside; zoom: 1; }
.tab .bd li { height: 34px; line-height: 34px; position: relative; overflow: hidden; }
.tab .bd li a { display: block; background-image: url(/up/admin/gif/more.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; font-weight: normal; font-size: 11pt; color: #1D1B2C; height: 30px; line-height: 30px; font-family: "宋体"; }
.tab .bd li a:hover { color: #C00; }
.tab .bd a b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; }
.tab .bd s, .tab .bd u, .tab .bd i, .tab .bd dt a b { font-weight: normal; text-decoration: none; font-size: 10pt; display: block; overflow: hidden; font-style: normal; text-overflow: ellipsis; white-space: nowrap; text-align: center; height: 30px; line-height: 30px; color: #313664; float: left; padding-right: 7px; padding-left: 7px; }
.tab .bd s { width: 90px; }
.tab .bd u { width: 60px; }
.tab .bd i { cursor: pointer; background-color: #132d8d; width: 80px; color: #FFF; margin-right: 7px; height: 28px; line-height: 28px; }
.tab .bd i span, .tab .bd em { padding-right: 8px; padding-left: 8px; font-weight: normal; text-decoration: none; font-size: 10pt; display: inline-block; overflow: hidden; font-style: normal; text-overflow: ellipsis; white-space: nowrap; text-align: center; height: 30px; line-height: 30px; }
.tab .bd em { cursor: pointer; background-color: #ccc; width: 80px; color: #FFF; margin-right: 7px; height: 28px; line-height: 28px; }
.tab .bd dt { overflow: hidden; padding: 0px; color: #141629; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; line-height: 36px; height: 36px; margin-bottom: 10px; margin-right: 0px; }
.tab .bd dt s, .tab .bd dt u, .tab .bd dt i, .tab .bd dt a b { font-weight: bold; font-size: 14px; text-align: center; display: inline-block; line-height: 36px; height: 36px; }
.tab .bd dt s { border-left-width: 1px; border-left-style: solid; border-left-color: #dcdcdc; }
.tab .bd dt u { border-left-width: 1px; border-left-style: solid; border-left-color: #dcdcdc; text-align: center; display: inline-block; }
.tab .bd dt a b { display: block; }
.tab .bd dt i { color: #292C38; background-color: #FFF; width: 80px; border-left-width: 1px; border-left-style: solid; border-left-color: #dcdcdc; }
.tab .layui-flow-more { display: none; }
.tab .ggw { width: 162px; position: absolute; top: 50px; right: 0px; height: 295px; }
.tab .ggw li { margin: 0px; padding: 0px; }
.tab .ggw li a { border: 1px solid #dcdcdc; display: block; margin-bottom: 2px; }
.tab .ggw li a img { max-width: 100% }
.tab .ggw li a:hover { border: 1px solid #132d8d; }
#tab1 .bd li { padding-right: 175px; height: 36px; line-height: 36px; }
#tab2 .bd li a b, #tab3 .bd li a b { font-size: 11pt; }
#tab2 .bd ul, #tab3 .bd ul { border: 1px solid #dcdcdc; }
#tab2 .bd ul li, #tab3 .bd ul li { padding-right: 0px; padding-left: 10px; height: 37px; line-height: 37px; }
#tab2 .bd ul li a, #tab3 .bd ul li a { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #dcdcdc; }
 #rqfw::-webkit-input-placeholder {
color:#fff;
}
 #rqfw::-moz-placeholder {
color:#fff;
}
 #rqfw:-moz-placeholder {
color:#fff;
}
 #rqfw:-ms-input-placeholder {
color:#fff;
}
#rqfw { font-size: 12px; font-family: "宋体"; color: #FFF; background-color: #303030; padding: 6px; border-radius: 2px; width: 90px; text-align: center; }


.gd2 { padding: 0px; }
.gd2 img { margin-top: 4px; }
.diqu, .rq, .ly, .fl,.biaozhun { font-size: 12px; color: #666; margin-bottom: 5px; display: block; }
.diqu ul , .rq ul, .ly ul , .fl ul,.biaozhun ul { margin-bottom: 15px; }

.diqu ul li, .rq ul li, .ly ul li, .fl ul li ,.biaozhun ul li { display: inline; line-height: 26px; }
.diqu a, .rq a, .ly a, .fl a ,.biaozhun a { padding-right: 8px; padding-left: 8px; display: inline-block; font-family: "宋体"; }



.tab .on, .diqu .on, .rq .on, .ly .on, .fl .on ,.biaozhun .on{ color: #FFF; background-color: #132d8d; border-radius: 2px; }

.a3-1 .a3-2 { clear: both; }
.a3-1 { background-image: url(/up/image/ico/map.png); background-repeat: no-repeat; background-position: center 0px; }
.a3-1 .a3-1-1 a { border-top-width: 2px; border-top-style: solid; border-top-color: #DCDCDC; margin-top: 10px; width: 100%; padding-top: 14px; }
.a3-1 a { white-space: nowrap; display: inline-block; font-family: "宋体"; margin-bottom: 8px; width: 24%; font-size: 14px; text-align: center; color: #1d1b2c; text-shadow: 1px 1px 1px #f2f2f2; }
.a3-1 a:hover { color: #C11919; }
.a3-2 { float: right; width: 70%; position: relative; background-image: url(/up/image/ico/dsj_bj.jpg); background-repeat: no-repeat; background-position: right center; }
.a4 { border-top-width: 1px; border-top-style: solid; border-top-color: #dcdcdc; border-left-width: 1px; border-left-style: solid; border-left-color: #dcdcdc; overflow: hidden; margin-bottom: 10px; }
.a4 ul { float: left; width: 25%; font-family: "宋体"; font-size: 12px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; padding: 10px; border-right-width: 1px; border-right-style: solid; border-right-color: #dcdcdc; height: 160px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; overflow: hidden; }
.a4 ul a { white-space: nowrap; display: inline-block; margin: 5px; color: #1d1b2c; }
.a4 ul a:hover { color: #132d8d; }
.a4 ul h2 a { white-space: nowrap; display: inline-block; margin-right: 5px; margin-bottom: 15px; font-size: 14px; font-weight: bold; }
.a4.nr ul h2 span { color: #CCC; float: right; font-size: 12px; }
.a5,.a6 { overflow: hidden; border: 1px solid #d1d1d1; margin-bottom: 10px; background-repeat: no-repeat; background-position: right bottom; }
.a5 .f-50,.a6 .f-50 { float: left; width: 33.333%; }
.a5 ul,.a6 ul { border-right-width: 1px; border-right-style: solid; border-right-color: #d1d1d1; margin: 0px; padding-bottom: 10px; }
.a5 li,.a6 li { margin: 0px; padding: 0px; position: relative; }
.a5 li a,.a6 li a { font-size: 12px; line-height: 30px; display: block; height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 80px; color: #1d1b2c; font-family: "宋体"; padding-left: 15px; }
.a5 li a:hover,.a6 li a:hover { font-size: 14px; color: #132d8d; background-color: #f2f2f2; }
.a6 li a b{ font-weight: normal; }
.a5 li s,.a6 li s  { color: #666; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; position: absolute; top: 0px; right: 15px; font-size: 12px; line-height: 30px; }
.a5 li s img,.a6 li s img { height: 18px; filter: grayscale(80%); filter: gray; }
.a5 li a:hover s img,.a6 li a:hover s img { height: 18px; filter: grayscale(0%); filter: gray; }
.a5 li u,.a6 li u { display: none; }
.a5 .layui-flow-more,.a6 .layui-flow-more { display: none; }
.a5 ul h3,.a6 ul h3 { font-size: 16px; font-weight: normal; margin-bottom: 8px; padding-bottom: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #d1d1d1; position: relative; color: #1C172E; text-shadow: 1px 1px 1px #f2f2f2; padding-top: 8px; padding-right: 15px; padding-left: 15px; }
.a5 ul h3 a,.a6 ul h3 a { top: 8px; right: 10px; }
.a5 h3 img,.a6 h3 img { vertical-align: sub; margin-top: -8px; margin-left: 4px; height: 24px; }
.zbgd { position: relative; }
.but_tx { cursor: pointer; border-radius: 2px; overflow: hidden; text-decoration: none; z-index: 3; margin: 0px; text-align: center; text-shadow: 0px 0px 0px; position: relative; padding: 0px; }
.but_tx span { display: block; position: relative; z-index: 10; font-weight: normal; color: #FFF; padding-right: 10px; padding-left: 10px; }
.but_tx:after, .but_tx:before { padding: 18px 0 11px; content: ''; position: absolute; top: 0; left: calc(-100% - 30px); height: calc(100% - 29px); width: calc(100% + 20px); border-radius: 2px; -webkit-transform: skew(-20deg); transform: skew(-20deg); }
.but_tx:after { -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s; transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s; z-index: 0; opacity: 0.8; background-color: #F63; }
.but_tx:before { z-index: 5; -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1); transition: left 1s cubic-bezier(0.86, 0, 0.07, 1); background-color: #FF0000; }
.but_tx:hover:after { left: calc(0% - 10px); -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1); transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
.but_tx:hover:before { left: calc(0% - 10px); -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1); transition: left 1s cubic-bezier(0.86, 0, 0.07, 1); }
.gd1 { font-size: 12px; line-height: 22px; top: 0px; right: 0px; font-family: "宋体"; font-size: 12px; letter-spacing: 0.025em; position: absolute; padding-left: 5px; color: #666; border: 1px solid #CCC; border-radius:2px; }
.gd1:hover{ color: #F00;border: 1px solid #F00; }
.yj { text-align: center; padding-top: 30px; padding-bottom: 10px; font-family: "宋体"; font-size: 12px; line-height: 150%; border-top-width: 1px; border-top-style: solid; border-top-color: #dcdcdc; color: #666; background-color: #FFF; }
.bt2 { font-size: 18px; }
.zbxq { min-height: 600px; line-height: 200%; }
/*合作伙伴*/
.hzhb { padding-bottom: 20px; }
.hzhb h3 { font-size: 16px; line-height: 50px; font-weight: bold; }
.hzhb ul { overflow: hidden; width: 1160px; }
.hzhb ul li { float: left; width: 20%; }
.hzhb ul li a { display: block; margin-right: 10px; margin-bottom: 10px; border: 1px solid #d1d1d1; overflow: hidden; }
.hzhb ul li a img { height: 70px; width: 100%; }
/**合作展商2 */
.hzzs_t {
    margin: 0 auto;
    width: 1300px;
    max-width: 100%
}
.hzzs_t ul {
    list-style: none;
    font-size: 0;
    padding-bottom: 10px
}

.hzzs_t ul li {
    display: inline-block;
    width: 162px;
    height: 76px;
    margin-top: 10px
}

.hzzs_t ul li a {
    display: block;
    font-size: 0;
    border: 1px solid #ddd;
    width: 150px;
    height: 76px;
    margin: 0 auto
}

.hzzs_t ul li a img {
    width: 148px;
    height: 74px
}
/*招标机构*/
.zbjg { padding-bottom: 20px; }
.zbjg h3 { font-size: 16px; line-height: 50px; font-weight: bold; }
.zbjg ul { overflow: hidden; border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #d1d1d1; border-left-color: #d1d1d1; }
.zbjg ul li { float: left; width: 12.5%; }
.zbjg ul li a { display: block; margin-right: 1px; margin-bottom: 1px; overflow: hidden; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #d1d1d1; border-bottom-color: #d1d1d1; }
.zbjg ul li a img { height: 58px; width: 140px; }
/*云服务样式*/
.Service { margin-bottom: 10px; }
.Service ul { overflow: hidden; font-family: "宋体"; }
.Service ul li { float: left; width: 10%; }
.Service ul li a img { display: block; }
.Service ul li a b { display: none; font-size: 14px; text-decoration: none; margin-bottom: 5px; }
.Service ul li a u { display: none; font-size: 12px; text-decoration: none; line-height: 15px; height: 30px; overflow: hidden; padding-left: 25px; }
.Service ul li a { display: block; text-decoration: none; color: #1d1b2c; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; height: 64px; margin-right: 1px; margin-left: 0px; overflow: hidden; margin-bottom: 1px; border-radius: 2px; }
.Service ul li a:hover { }
.Service ul li a:hover img { min-width: 125px; margin-top: -1px; }
.title_01 { font-size: 18px; line-height: 40px; text-shadow: 1px 1px 1px #f2f2f2; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; margin-bottom: 5px; }
.title_01 a { font-size: 14px; line-height: 40px; float: right; color: #666; font-weight: normal; text-shadow: 1px 1px 1px #fff; }
.sm { margin-right: auto; margin-left: auto; width: 200px; padding: 5px; text-align: center; }
.sm img { display: block; margin-right: auto; margin-left: auto; }
.dl { padding: 10px; border-radius: 2px; box-sizing: border-box; }
.dl span { background-color: #CC3300; height: 2px; width: 32px; display: block; }
.dl h3 { padding: 0px; margin-top: 0px; margin-bottom: 2px; font-size: 18px; font-weight: normal; }
.dl em { font-style: normal; }
.zcxy { height: 300px; border-left-width: 1px; border-left-style: solid; border-left-color: #d1d1d1; padding-left: 20px; margin-top: 10px; margin-right: 10px; overflow: auto; }
/*VIP页面*/
.vip_top { background-image: url(../img/vip-bj.png); background-repeat: no-repeat; background-position: center bottom; background-size: 100%; overflow: hidden; }
.vip_dy { background-color: #FFF; margin-top: -60px; margin-right: 15px; margin-bottom: 15px; margin-left: 15px; border-radius: 5px; padding: 10px; text-align: center; font-size: 14px; }
.vip_top h1 { display: block; }
.vip_top h1 b { font-size: 20px; text-align: left; display: inline-block; line-height: 22px; margin-top: 5px; }
.vip_top h1 a { float: left; }
.vip_top h1 img { height: 64px; width: 64px; background-color: #efefef; padding: 0px; border: 1px solid #dcdcdc; border-radius: 5px; margin-right: 15px; }
.vip_top h1 span { display: block; font-weight: normal; margin-top: 5px; }
.vip_top h1 span i { font-size: 12px; border: 1px solid #F90; display: inline-block; border-radius: 4px; margin-right: 6px; padding-top: 2px; padding-right: 6px; padding-bottom: 2px; padding-left: 6px; color: #F90; }
.vip_top p{ padding: 5px; }

.vip_dy h1 { font-size: 16px; font-weight: bold; text-align: left; }
.vip_dy h1 a { float: right; color: #000; }
.vip_top h1 b i { font-style: normal; }
.vip_gz { border-radius: 2px; padding-top: 10px; padding-right: 0px; padding-left: 200px; margin-top: 5px; position: relative; min-height: 650px; margin-bottom: 20px; overflow: hidden; }
.vip_gz h2 { font-size: 13pt; line-height: 30px; margin-bottom: 15px; }
.vip_gz .w1 { color: #09F; margin-top: 20px; display: inline-block; }

.vip_zlb { border-radius: 12px; width: 170px; position: absolute; left: 0px; display: block; overflow: hidden; border-radius: 8px; background-color: #FFF; }
.vip_zlb h3{ font-size: 18px; color: #FFF; background-color: #090723; text-align: center; padding: 10px; }
.vip_zlb ul { padding: 15px; }
.vip_zlb li a { line-height: 18px; display: block; font-size: 14px; padding: 10px; text-align: center; border-radius: 6px; color: #707D8F; }
.vip_zlb li a.on { font-weight: bold; color: #FFFFFF; background-color: #C11919; }
.vip_ylb { background-color: #FFF; border-radius: 8px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; padding-top: 10px; margin-bottom: 20px; }
.vip_ylb .tubiao { margin-top: 10px; margin-bottom: 10px; overflow: hidden; }
.vip_ylb .tubiao li { float: left; }
.vip_ylb .tubiao li a { height: 60px; width: 60px; margin-right: 10px; margin-bottom: 10px; text-align: center; display: block; line-height: 20px; color: #444051; font-size: 16px; border-radius: 2px; padding: 10px; letter-spacing: 1px; border: 1px solid #444051; }
.vip_ylb .tubiao li a:hover { color: #C00; border-top-color: #C00; border-right-color: #C00; border-bottom-color: #C00; border-left-color: #C00; }
.butmin { margin-left: 10px; display: inline-block; padding-right: 7px; padding-left: 7px; font-size: 12px; text-decoration: none; line-height: 20px; border: 1px solid #090723; }
.ts2 { color: #F63; text-align: center; padding: 10px; }
.ts3 { color: #F00; padding-left: 25px; padding-right: 25px; }
.vip_tab { text-align: left; overflow: hidden; margin-bottom: 10px; line-height: 36px; font-size: 16px; }
.vip_tab .hd { line-height: 42px; position: relative; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; height: 42px; margin-bottom: 18px; text-shadow: 1px 1px 1px #f2f2f2; }
.vip_tab .hd ul { float: left; position: absolute; left: 0px; top: 0px; width: 100%; z-index: 0; height: 46px; }
.vip_tab .hd span { float: left; width: 70px; font-weight: bold; font-size: 13pt; color: #333333; }
.vip_tab .hd ul li { float: left; cursor: pointer; font-size: 18px; height: 42px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; border-radius: 0; color: #1d1b2c; padding-top: 0; padding-right: 15px; padding-bottom: 0; padding-left: 15px; }



.vip_tab .hd ul li.on { background: #fff; color: #C11919; border-bottom-color: #C11919; }
.vip_tab .bd ul { list-style-type: square; list-style-position: inside; zoom: 1; overflow: hidden; margin-top: 20px; margin-bottom: 20px; }
.vip_tab .bd ul li { float: left;width: 33.33%; }
.vip_tab .bd ul li a { display: block; border: 1px solid #dcdcdc; text-align: center; background-color: #FFF; margin: 10px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; border-radius:4px;}
.vip_tab .bd ul li a:hover { border-top-color: #F00; border-right-color: #F00; border-bottom-color: #F00; border-left-color: #F00;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}


.vip_tab .bd ul li a b { text-align: center; display: block; font-size: 24px; padding-top: 20px; font-weight: normal; color: #FF3300; }
.vip_tab .bd ul li a s { text-decoration: none; display: block; text-align: center; margin-bottom: 20px; color: #FFF; background-color: #C11919; margin-right: auto; margin-left: auto; width: 100px; border-radius: 6px; }
.vip_tab .bd ul li a i { font-size: 18px; font-style: normal; font-weight: bold; color: #582f1d; }
.vip_tab .bd ul li a em { color: #F00; margin-left: 5px; font-size: 12px; }
.vip_ts { font-size: 22px; color: #F00; text-align: center; }
.vip_ts p { padding-top: 15px; padding-bottom: 15px; }
.vip_ts a { color: #FF0; background-color: #C00; display: block; margin-top: 20px; margin-right: auto; margin-bottom: 20px; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 180px; line-height: 40px; border-radius: 5px; }
#nr img { max-width: 100%; }
#nr #l-map img { max-width: 200%; }
.gun { overflow: auto; width: 100%; }
.gun table { width: 100%; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #efefef; border-right-color: #efefef; border-bottom-color: #efefef; border-left-color: #efefef; margin-top: 8px; margin-bottom: 8px; padding: 0px; margin-right: 0px; margin-left: 0px; }
.gun table tr { margin: 0px; padding: 0px; }
.gun table tr td { font-size: 12px; width: auto; white-space: nowrap; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #efefef; border-top-width: 0px; border-right-width: 0px; border-left-width: 1px; border-left-style: solid; border-left-color: #efefef; margin: 0px; border-top-style: none; padding: 4px; }
.gun table tr td * { font-size: 12px !important; padding: 3px !important; }
.zbdl ul, .zbdl ol { padding-left: 20px; overflow: hidden; }
.zbdl ul h3, .zbdl ol h3 { line-height: 42px; height: 42px; overflow: hidden; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #313664; margin-bottom: 10px; font-weight: bold; color: #1C172E; }
.zbdl ol li { display: block; padding-top: 3px; padding-bottom: 3px; overflow: hidden; }
.zbdl ul li { float: left; height: 20px; margin-left: 10px; }
.zbdl ul a, .zbdl ol a { display: block; }
.zbdl ul i, .zbdl ol i { display: inline-block; font-size: 12px; line-height: 20px; color: #FFF; background-color: #313664; text-align: center; margin-right: 8px; float: left; font-style: normal; height: 20px; width: 20px; }
.zbdl ul b, .zbdl ol b { font-weight: normal; line-height: 20px; height: 20px; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.zbdl ul h4, .zbdl ol h4 { font-weight: normal; line-height: 40px; height: 40px; overflow: hidden; display: block; color: #FFF; background-color: #313664; text-align: center; width: 40px; float: left; }
/*会展*/
.dh1 { background-color: #18308f; overflow: hidden; clear: both; margin-bottom: 15px; }
.dh1 li { float: left; }
.dh1 li a { display: block; padding-right: 5px; padding-left: 5px; font-size: 14px; line-height: 38px; color: #FFF; text-align: center; overflow: hidden; font-weight: bold; height: 38px; font-family: "宋体"; }
.dh1 li .on { background-color: #ea5c1f; }
.dh1 li a:hover { background-color: #324fc2; }
.layui-form.f-form h4 { font-weight: bold; font-size: 16px; margin-bottom: 8px; line-height: 24px; height: 24px; overflow: hidden; }
.a1 .you .a1-1 { margin: 0px; padding: 0px; text-align: left; }
.a1 .you .a1-1 a { font-size: 15px; padding-right: 10px; padding-left: 10px; line-height: 20px; height: 20px; overflow: hidden; display: inline-block; padding-top: 0px; padding-bottom: 0px; margin: 0px; border-radius: 2px; }
.a1 .you .a1-1 .on { color: #FFF; background-color: #eb5d20; }
/*专题*/
.zhuanti ul, .yaowen ul { display: block; margin-right: 20px; }
.zhuanti ul h3, .yaowen ul h3 { font-size: 16px; color: #132d8d; line-height: 35px; font-weight: bold; margin-bottom: 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #132d8d; margin-top: 10px; }
.zhuanti ul h3 { margin-left: 4px; margin-right: 4px; }
.zhuanti li { float: left; width: 33.33%; }
.zhuanti li a { text-align: center; display: block; margin: 4px; }
.zhuanti li s { height: 100%; display: inline-block; vertical-align: middle; }
.zhuanti li img { vertical-align: middle; width: 100%; height: 95px; }
.yaowen { position: relative; }
.yaowen ul li { display: block; }
.yaowen ul li a { display: block; position: relative; background-image: url(../up/admin/gif/tb1.gif); background-repeat: no-repeat; background-position: left; font-family: "宋体"; }
.yaowen ul li a b { font-size: 10pt; line-height: 30px; height: 30px; overflow: hidden; display: block; font-weight: normal; padding-right: 70px; text-overflow: ellipsis; white-space: nowrap; padding-left: 12px; }
.yaowen ul li a s { line-height: 30px; height: 30px; padding-left: 5px; position: absolute; top: 0px; right: 0px; font-size: 12px; text-decoration: none; }

.yaowen .bd { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #313664; margin-right: 10px; padding-bottom: 4px; }

.tuijian{position: relative;}

.tuijian ul li { display: block; }
.tuijian ul li a { display: block; position: relative; }
.tuijian ul li a b { font-size: 11pt; line-height: 30px; height: 30px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden; padding-right: 70px; }
.tuijian ul li a b i { font-size: 14px; font-style: normal; height: 24px; width: 24px; color: #FFFFFF; display: inline-block; text-align: center; line-height: 24px; margin-right: 10px; background-color: #303030; border-radius:2px;}
.tuijian ul li:nth-child(-n+3) a b i{background-color: #132d8d;}
.tuijian ul li a s { line-height: 30px; height: 30px; padding-left: 5px; position: absolute; top: 0px; right: 0px; font-size: 12px; text-decoration: none; color: #999; }


.ztgg { margin-right: 15px; margin-left: 4px; clear: both; padding-top: 5px; }
.ztgg img { height: 55px; width: 100%; }
.fabu { clear: both; height: 55px; display: block; margin-top: 11px; font-size: 16pt; line-height: 55px; text-align: center; background-color: #313664; color: #FFF; font-weight: bold; }
.fabu span { color: #fff; }
.bx { border: 1px solid #dcdcdc; padding: 7px; overflow: hidden; }
.more { font-size: 12px; float: right; background-image: url(../up/admin/gif/gd.png); background-repeat: no-repeat; background-position: right center; padding-right: 20px; font-weight: normal; font-family: "宋体"; }
.title_02, .title_03 { font-size: 18px; line-height: 40px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #313664; margin-bottom: 10px; margin-top: 10px; font-weight: bold; height: 40px; vertical-align: middle; }
.title_02 span, .title_03 span { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #C11919; line-height: 38px; float: left; color: #132d8d; margin-right: 8px; display: inline-block; font-size: 18px; font-weight: normal; }
.title_02 a { color: #FFFFFF; display: inline-block; margin-left: 5px; padding-right: 15px; padding-left: 10px; font-size: 12px; line-height: 20px; font-weight: normal; font-family: "宋体"; position: relative; height: 20px; padding-top: 0px; padding-bottom: 0px; background-color: #132d8d; float: left; margin-top: 8px; }
.title_02 a em { font-size: 9px; color: #fff; float: right; position: absolute; z-index: 1; top: 0px; right: 0px; line-height: 10px; height: 10px; width: 10px; }
.hzzt ul { overflow: hidden; }
.hzzt ul li { float: left; width: 50%; }
.hzzt ul li a { display: block; height: 135px; overflow: hidden; }
.hzzt ul li a img { display: block; overflow: hidden; float: left; height: 115px; width: 150px; margin-right: 10px; margin-bottom: 20px; }
.hzzt ul li a b { font-size: 12pt; line-height: 20px; font-weight: bold; height: 40px; display: block; padding-left: 10px; }
.hzzt ul li a u { font-size: 12px; line-height: 20px; font-weight: normal; height: 60px; display: block; text-decoration: none; overflow: hidden; font-family: "宋体"; color: #646178; padding-right: 10px; }
.hzzt ul li a:hover u { color: #26252E; }
.hzzt ul li a s { font-size: 12px; color: #999; text-decoration: none; }

/* 动画代码 */
@keyframes piao {
  from { margin-bottom: 0px; margin-top: 0px;}
  to { margin-bottom: 20px; margin-top: 20px;}
}
.twlb ul { overflow: hidden; padding-top: 8px; padding-bottom: 8px; display: block; }
.twlb ul li { margin-bottom: 20px; margin-top: 20px; animation-name: piao;animation-duration: 0.5s;}
.twlb ul li a { display: block; overflow: hidden; }
.twlb ul li a img { display: block; overflow: hidden; float: left; max-height: 200px; max-width: 200px; margin-right: 15px;  }
.twlb ul li a b { font-size: 16pt; line-height: 30px; font-weight: 400; display: block; margin-bottom: 10px; }
.twlb ul li a u { font-size: 12px; line-height: 20px; font-weight: normal; display: block; text-decoration: none; overflow: hidden; font-family: "宋体"; color: #646178; padding-right: 10px; max-height: 60px; margin-top: 5px; margin-bottom: 5px; max-height: 40px; }
.twlb ul li a:hover u { color: #646178; }
.twlb ul li a i { font-size: 12px; line-height: 20px; font-weight: normal; display: inline-block; font-style: normal; margin-right: 10px; font-family: "宋体"; margin-top: 3px; color: #F60; padding-right: 8px; padding-left: 8px; border: 1px solid #F90;border-radius: 2px;}
.twlb ul li a b i { font-size: 9pt; line-height: 16px; padding-right: 5px; padding-left: 5px; color: #FFF;  margin-left: 3px; vertical-align: text-top; padding-top: 0px; padding-bottom: 0px; background-color: #F00; border: 1px solid #F00; }

.twlb ul li a s { font-size: 12px; color: #999; text-decoration: none; margin-right: 10px; display: block; float: right; }

.tp { margin-bottom: 10px; }
.tp { position: relative; }
.tp ul { zoom: 1; margin: 0px; padding: 0px; clear: both; width: 100%; display: inline-block; }
.tp li { width: 25%; margin-bottom: 20px; display: inline-block; padding: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px; *float: left;
overflow: hidden; list-style-position: inside; list-style-type: none; }
.tp li a { display: block; background-color: #FFF; position: relative; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -ms-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; border: 10px solid #FFF; margin: 5px; }
.tp li a:hover { -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5); -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); box-shadow: 0px 1px 5px rgba(0, 0, 0, .5); }
.tp li img { display: block; margin-right: auto; margin-left: auto; height: 160px; background-repeat: no-repeat; background-position: center center; width: 100%; border: 0; }

.tp li a b { display: block; font-weight: normal; text-align: center; line-height: 22px; height: 44px; overflow: hidden; font-size: 16px; margin-top: 8px; margin-bottom: 8px; letter-spacing: 1%; }
.tp li a s { color: #FFF; position: absolute; z-index: 1; top: 10px; right: 10px; text-decoration: none; background-color: #000; padding: 2px; opacity: 0.8; font-size: 12px; border-radius: 2px; }
.tp li a u { z-index: 1; text-decoration: none; padding: 2px; opacity: 0.8; font-size: 12px; border-radius: 2px; display: block; text-align: center; }
.tag { font-family: "宋体"; font-size: 14px; line-height: 40px; height: 40px; margin-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; }
.bqk { padding: 7px; border: 1px solid #dcdcdc; margin-top: 10px; }
.bqk li { white-space: nowrap; display: inline-block; font-family: "宋体"; font-size: 12px; margin: 5px; }
.bqk h3 { margin: 5px; }
.tj { margin-top: 18px; margin-bottom: 15px; }
.tj s { color: #132d8d; font-family: Verdana, Geneva, sans-serif; text-decoration: none; }
.tj b { border: 1px dotted #dcdcdc; padding: 5px; float: right; margin-left: 5px; margin-top: 6px; font-weight: normal; }

.splist ul { display: table; white-space: nowrap; width: 1246px; }
.splist ul li { float: left; width: 25%; }
.splist { clear: both; }
.splist ul li a b { display: block; }
.splist ul li a { margin-right: 20px; display: block; background-color: #FFF; padding-bottom: 30px; }
.splist ul li a b { font-weight: normal; text-align: center; display: block; margin-top: 30px; }
.splist ul li a img { width: 100%; }

.zhfw li { float: left; width: 20%; margin: 0px; padding: 0px; list-style-type: none; }
.zhfw li a { display: block; margin: 5px; padding: 10px; border: 1px solid #f2f2f2; }
.zhfw li a b { display: block; line-height: 24px; height: 24px; overflow: hidden; font-size: 16px;}
.zhfw li a u { text-decoration: none; font-size: 12px; line-height: 16px; display: block; height: 32px;color: #676767;  overflow: hidden; }

.shoucang{ display: block; clear: both; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; border: 1px solid #CCC; font-size: 16px; line-height: 30px; border-radius: 5px; text-align: center; width: 100px; background-image: url(../up/admin/gif/sc.png); background-repeat: no-repeat; background-position: 10px center; padding-right: 10px; padding-left: 30px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.shoucang:hover{ border-top-color: #FF9900; border-right-color: #FF9900; border-bottom-color: #FF9900; border-left-color: #FF9900; background-image: url(../up/admin/gif/sc1.png); }
#qc { position: absolute; z-index: 8; right: 62px; text-decoration: none; background-color: #FFF; cursor: pointer; text-align: center; line-height: 38px; height: 40px; width: 30px; }
.nr .vip_ylb h3 { margin-bottom: 10px; font-size: 16px; color: #090723; font-weight: bold; }
