﻿@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    /*background-color: #031c5a;*/
    font-size: 14px;
    background: url("../images/idx_bg.jpg") no-repeat center bottom #031c5a;background-size: cover;
    background-attachment: fixed;
}
/* 要注意表单元素并不继承父级 font 的问题 */
input,
button,
select,
textarea {
    font-family:"yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 100%;
}
input,
select,
textarea{color: #fff;background-color: transparent;border-radius: 4px;border: 1px solid #fff; font-size:inherit; padding:3px 5px;}
input:focus ,
select:focus ,
textarea:focus {border-color: #ffcc66;outline: 0;}
input[type="checkbox"],input[type="radio"]{border:none; padding:0}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form,ul,ol{margin:0; padding:0;}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
    text-align:center; font-weight:normal;
}
/* 去除默认边框 */
fieldset,img {
    border:0;
}
/* 去掉列表前的标识, li 会继承 */
ol,ul {
    list-style:none;
}
label{font-size: 14px;}
/* a */
a { color: #34589b; text-decoration: none;  cursor: pointer;}
a:hover { color:#23427a; text-decoration:none; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
/* float */
.fl{ float: left; }
.fr { float: right; }
/* clear */
.clear { clear: both; }
/* position */
.rel{ position: relative; }
.abs{ position: absolute; }

/*line-height*/
.lh24{line-height: 24px;}
.lh28{line-height: 28px;}
.lh32{line-height: 32px;}

/*fb*/
.fb{font-weight: bold;}

/*margin*/
.m20{margin: 20px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}
.mr20{margin-right: 20px;}
.mr10{margin-right: 10px;}

/*padding*/
.pt5{padding-top:5px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl50{padding-left: 50px;}

/*width*/
.w100{width: 100px;}
.w150{width: 150px;}
.w200{width: 200px;}
.w300{width: 300px;}
.pc90{width: 90%;}

/*color*/
.color-red{color:#ff5230}
.color-orange{color: #ee7000;}
.color-blue{color: #4297da;}

/*字体大小*/
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}

/* 清楚浮动 */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}

.t-indent{text-indent: 2em;}

.vn{vertical-align: -5px;}
/* 基于display: table-cell的自适应布局 */
.cell { display: table-cell; *display: inline-block; width: 2000px; *width: auto; }
.cell.form-text{padding-top:3px;}
/*inline-block与float等宽列表*/
.row{position:relative;}
.row:before,
.row:after {display: table;line-height: 0;content: "";}
.row:after {clear: both;}
.col-1,.col-2, .col-3, .col-4, .col-5, .col-6,.col-7,.col-8,.col-9,.col-10, .equal-5 { float:left; position: relative;min-height:1px;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}
/*icon*/
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    margin-right:2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;

}
.icon-news{background-image:url(../images/icon_news.png); width:17px; height:14px;}
.icon-quit{background-image:url(../images/icon_quit.png);}
.icon-no{background-image:url(../images/icon_no.png); width: 24px; height: 24px;}


h3{font-size: 18px; font-weight: normal}
h4{font-size: 16px;font-weight: normal}

/*btn*/
.btn { display: inline-block; padding:5px 10px;border-radius:2px; color: #403f3d; line-height: normal; text-align: center;background-color: #e7eef4; border: 1px solid #789bb9;min-width: 60px;}
.btn:hover{ background-color:#d6e6f4; color: inherit; text-decoration:none;}
.btn.disable,.btn.disable:hover, .btn.disable:focus{ background-color:#f0f0f0; border: 1px solid #d1d0d0; color: #d1d0d0; cursor:not-allowed;}
.btn-blue { color: #fff; background-color:#3078d1; border:1px solid #418cb6;}
.btn-blue:hover { color: #fff; background-color:#2d6fc1; border:1px solid #12a0f6;}
.btn-yellow { color: #fff; background-color:#ff6c23; border:1px solid #fff2bc;}
.btn-yellow:hover { color: #fff; background-color:#fc5c0d; border:1px solid #fff2bc;}
.btn-lg {padding: 10px 40px;font-size: 18px;line-height: 1.33;border-radius: 6px;}
.btn-xs {padding: 3px 8px;line-height: 1.5;border-radius: 3px;min-width: auto;}

/*bg-body*/
.bg-body{background: url("../images/bg_body.png") repeat-x #fff;}

/*首页*/
.idx-bg{position:absolute; left:0; top:0; bottom:0; right:0; z-index:-1;display: none;}
.idx-bg img{ width:100%; height:100%;}
.idx-container{margin: 0 auto;position: relative;width: 1000px;}
.idx-header{background:url("../images/idx_header_bg.png") center 0 no-repeat;text-align: center;}
.idx-header .logo{padding-top:4%;padding-bottom: 3%;}
.service-box{overflow: hidden; margin-bottom: 10px;}
.service-box li{width: 20%; text-align: center;float: left;}
.service-box li a{display: block;color: inherit;padding: 10px;}
.service-box li a:hover{opacity: 0.8;}
.service-box li img{display: block;margin: 0 auto 5px auto;}
.ban-box{background-color: #edf4fb;overflow: hidden;padding: 10px;margin-bottom: 10px;}

.anchor-box{background-color:#3979c3;background-color: rgba(57,121,195,0.9);}
.anchor-box:before,
.anchor-box:after {
    display: table;
    line-height: 0;
    content: "";
}
.anchor-box:after {
    clear: both;
}
.anchor-box li{width: 25%; float: left;position: relative;}
.anchor-box li > a{border-radius:5px;display:block;margin: 10px 5px;padding: 10px 0 10px 20px;text-shadow: #fff 0 2px 0;font-size: 18px;box-shadow:inset 0 0 3px #fff;}
.anchor-box li:hover a{opacity: 0.9;}
.anchor-box li:first-child > a{margin-left: 10px;}
.anchor-box li.a1 > a{color:#005b86;background: url("../images/arrow_a1.png") no-repeat 95% center #58d2ff;}
.anchor-box li.a2 > a{color:#427000;background: url("../images/arrow_a2.png") no-repeat 95% center #c3e76b;}
.anchor-box li.a3 > a{color:#a66200;background: url("../images/arrow_a3.png") no-repeat 95% center #ffd76c;}
.anchor-box li.a4 > a{color:#4a4596;background: url("../images/arrow_a4.png") no-repeat 95% center #decaff;}
.anchor-box li .sub{position: absolute; top: 100%; right: 0;z-index: 99;background-color: #fff;background-color:rgba(256,256,256,0.8);white-space:nowrap;padding: 10px;display: none;box-shadow: 1px 1px 7px #333;}
.anchor-box li .sub.pos1{right: auto;left: -150px;}
.anchor-box li:first-child .sub{left: 0; right: auto;}
.anchor-box li .sub a{display: inline-block;white-space:nowrap;width: 80px;height: 80px; margin: 0 5px;}
.anchor-box li .sub a:hover{opacity: 0.8;}
.anchor-box li .sub img{width: 100%; display: block;}
.anchor-box li:hover .sub{display: block;}

.ban-box .ban-r{display: table-cell;width: 2000px;}

.news-tab{height: 36px; line-height: 36px;border-bottom: 2px solid #d8dfe4;}
.news-tab li{float: left; width:25%;}
.news-tab li a{color: inherit; display: block;text-align: center; font-weight: bold;}
.news-tab li.active a{color:#931f00;background: url("../images/active_tab_line.png") no-repeat center bottom;}

/* .news-list li:first-child{background: url("../images/bg_anchor_left.png") no-repeat 0 5px;} */
/*.news-list li:first-child a{padding: 5px 0 0 0; white-space: normal;}!* max-width: none; *!*/
/*.news-list li:first-child .cell{background: url("../images/arrow_expand.png") no-repeat right bottom;}*/
/*.news-list li:first-child img{width: 100px;float: left; padding: 5px;background: url("../images/bg_anchor_right.png") no-repeat right bottom; margin-right: 10px;}*/
/*.news-list li:first-child p{line-height: 22px;}*/
/*.news-list li:first-child .tt{color: #931f00; background: url("../images/list_rec.png") no-repeat 0 center;padding-left: 10px; box-sizing: border-box;：white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-top: 5px;}*/
/*.news-list li:hover{color:#931f00 }*/

.news-list {margin-top: 8px;}
.news-list li:first-child a{padding: 2px 0 2px 10px;}
.news-list li a{color: inherit; display: block;overflow: hidden;padding: 2px 0 2px 10px;white-space:nowrap;text-overflow:ellipsis; box-sizing: border-box;max-width: 422px;font:normal 14px/180% 'MicroSoft YaHei';color:#000000;}
.news-list li a{color: #34589b;}
.news-list li a:hover{color: #de3423;}
.news-list li span{float: right; color: #333; }
.news-list li p{text-indent: 26px; color: #333; margin-bottom: 10px; margin-top: 4px;}

/*list*/
.list li{list-style-position: inside; border-bottom: 1px dotted #dbdbdb; padding-left: 15px;position: relative;line-height:34px; background: url("../images/rec.png") no-repeat 0 center;}
.list li a{color: inherit;}
.list li a:hover{text-decoration: underline}
.list li .date{color: #999; font-style: normal;position: absolute; right: 5px; top: 5px;font-size: 13px; }

/*内页头部*/
.container{margin: 0 auto; width: 1000px;position: relative;}
.header{background:url("../images/bg_header.png") center bottom no-repeat;height: 265px; }
.header .logo{position: absolute; top: 100px; left: 20px;}

/*页脚*/
.footer,.idx-footer{width: 100%;}
.footer .top,.idx-footer .top{ background-color: #34589b;text-align: center;line-height: 30px; height: 30px;}
.footer .top a,.idx-footer .top a{color: #fff; }
.footer .top .v-line,.idx-footer .top .v-line{border-left: 1px solid #fff; margin: 10px 20px; height: 10px;}
.footer .bottom,.idx-footer .bottom{height: 28px; background: url("../images/bg_footer.png") repeat-x;}
.idx-footer .bottom p {line-height: 15px; padding: 6px 0 0 0; text-align: center;}

/*alpha-box 首页半透明*/
.alpha-box{background-color: rgba(255,255,255,0.75);}

/*目录导航*/
.cal-box{ padding: 5px; font-size: 18px; border-radius: 5px; overflow: hidden;}
.cal-box li{float: left; width: 16.5%;}
.cal-box li .inner{margin: 5px;display: block; color: #fff;  border-radius: 5px; padding: 20px 0 20px 8px; }
.cal-box li .inner:hover{opacity: 0.8; filter: alpha(opacity=80);}
.cal-box li img{margin-right: 16px; width: 28%; vertical-align: middle;}
.cal-box li .inner.c1{background-color: #db6745; text-shadow: 0 0 5px #b54321;}
.cal-box li .inner.c2{background-color: #db8a45; text-shadow: 0 0 5px #955d2e;}
.cal-box li .inner.c3{background-color: #98c50e; text-shadow: 0 0 5px #6f8d14;}
.cal-box li .inner.c4{background-color: #46bba5; text-shadow: 0 0 5px #2e8776;}
.cal-box li .inner.c5{background-color: #51a6ef; text-shadow: 0 0 5px #2e6da3;}
.cal-box li .inner.c6{background-color: #738be3; text-shadow: 0 0 5px #5064af;}


/*interact-box互动渠道*/
.interact-box{border-radius: 5px; overflow: hidden}
.interact-box li {float: left; width: 33%; position: relative;}
.interact-box li .inner {float: left; margin: 5px; padding: 15px;}
.interact-box h3{color: #34589b;vertical-align: middle}
.interact-box p{vertical-align: middle}
.interact-box li img{margin-right: 10px; vertical-align: middle;float: left;  }
.interact-box .v-line{position: absolute; right: 10px; top: 15%; border-left: 1px dotted #939494; height: 70%}

/* table */
.table {border-collapse:collapse;width:100%;border:1px solid #c9dae2;}
.table thead {background:#e5f3fb;}
.table th,.table td {text-align: center; }
.table td,.table th {border-bottom:1px solid #c9dae2;padding: 3px 10px;line-height:30px;}
.table tr.active{}
.table .tl{text-align:left;}
.table .tt{background: #1e72be;}

/*table-form*/
.table-form{ background-color: #fff;width: 100%;}
.table-form > tbody > tr > th{background-color:#f8f8f8; text-align:right;}
.table-form  td,.table-form  th {border:1px solid #d9d9d9;padding: 3px 10px;line-height:30px;}
.table-form td {text-align: left; }
.table-form td.tr {text-align: right; }

/* 步骤 */
.step-box{margin-bottom:10px; overflow: hidden; font-size: 14px;}
.step-box li{float:left;width:222px;height:41px;padding-top:2px;text-align:center;background:url(../images/jd_bg3.png) no-repeat;color:#7ba6d0;}
.step-box li.active{background:url(../images/jd_bg2.png) no-repeat;color:#fff;}
.step-box li:first-child{background:url(../images/jd_bg1.png) no-repeat;}
.step-box li.active:first-child{background:url(../images/jd_bg1_2.png) no-repeat;}

/*页码*/
.page{text-align:center; overflow: hidden}
.page a,
.page span {color:#808080;margin:10px 2px; padding:3px 8px;background:#f2f2f2;display: inline-block;height:22px;line-height:22px;}
.page a:hover { border-color: #999; color: #666; background:#e9e9e9;}
.page span {background: transparent; color: #000;}

.page2 {position: relative;}
.page2 a {color:inherit;margin:0 2px; padding:0 15px;background:#ececec;display: inline-block;height:34px;line-height:34px;  }
.page2 a:hover {background:#d9d6d6;}
.page2 a.active {background: #0e61d1;color: #fff;}
.page2 p {position: absolute; right: 0; top: 6px;}
.page2 #pageTexter {background: #FFF; color: #000; height: 24px; line-height: 24px; padding: 3px; vertical-align: middle; width: 42px;}
.page2 .pageTexter {background: #FFF; color: #000; height: 24px; line-height: 24px; padding: 3px; vertical-align: middle; width: 42px;}

.help-box h3{color:#34589b;padding-bottom:10px;border-bottom:1px solid #ddd;margin-bottom:10px;}
.help-box dt{line-height:35px;font-size:16px;margin:10px 0;}
.help-box dd{line-height:30px;}
.help-box img{border:1px solid #e0e0e0; display:block;padding:5px;border-radius:5px;width:90%;margin:10px 0 0 2%;}

/*suqiu-box*/
.suqiu-box{border-radius: 5px 5px 0 0; overflow: hidden; padding: 10px 10px 0 10px;box-shadow: 0 1px 3px #c2dfeb;margin:10px 0;height: 230px;}
.suqiu-box h4{border-bottom: 1px solid #c9dae2; padding-bottom: 10px; }
.suqiu-box h4 .more{float: right; font-size: 14px; color: inherit; font-weight:normal; margin-right: 10px;}
.suqiu-box h4 .more i{font-style: normal; display:inline-block; color: #fff; width: 20px; height: 20px;line-height: 19px; background-color: #de3423; text-align: center; margin-left: 3px;font-size: 20px;}
.suqiu-box table{border: none;}
.suqiu-box table td{text-align: left}


/*登录信息status-bar*/
.status-bar {background-color: #dcecf9; position: absolute; top: 0; left: 0; width: 99%; padding: 10px 0;box-shadow: 0 1px 3px #60a6d6; z-index: 999;padding-right: 1%;}
.status-bar .uid {margin-right: 5px;}
.status-bar .tr a:hover{text-decoration:underline}
.status-bar a {color:inherit; margin: 0 5px;}
.status-bar-idx .status-bar {background: none; color: #fff; box-shadow: none;}
.status-bar-idx .status-bar a {color: #fff;}

/*头部导航*/
.nav{border-top:2px solid #4b72ba;border-bottom: 1px solid #c7d2df; float: left; width: 100%;}
.nav:after {clear: both;content: " ";display: block;font-size: 0; height: 0;visibility: hidden;}
.nav li{float: left;}
.nav li a{display: block;text-align: center; padding: 8px 35px; color: inherit;}
.nav li a:hover{color: #2d8ee9;}
.nav li.active a{background: #4b72ba; color: #fff;}

/*面包屑*/
.breadcrumb {background:url(../images/bg_breadcrumb.png) no-repeat 5px center; clear: both; float: left; position: relative; width: 100%;}
.breadcrumb ul {margin: 10px 10px 10px 20px;}
.breadcrumb ul li {display: inline; position: relative;}
.breadcrumb ul>li+li:before{padding:0 5px;color:#bbb;content:">\00a0"}
.breadcrumb ul li span.split {color: #CCC; padding: 0 6px 0 9px;}
.breadcrumb ul>.active{color:#ec8f2b}

/*侧边栏*/
.sidenav{float: left;width: 161px;}
.sidenav ul li a{display: block;background: url(../images/bg_sidenav.png) no-repeat;  height: 42px;  color: #333;  font-size: 16px; line-height: 44px; text-indent: 30px; cursor: pointer;}
.sidenav ul li a:hover,.sidenav ul li.active a{background: url(../images/main_left_bg1_jh.png) no-repeat; color: #fff;}

/*box 面板*/
.box{ margin-bottom: 30px; overflow:hidden;  background: #e9eef5; padding: 10px;}
.box:after {clear: both;content: " ";display: block;font-size: 0; height: 0;visibility: hidden;}
.box-heading .box-heading-title {font-size:30px; font-weight: normal; line-height: 56px; text-align: center;}
.box-body{}
.box-content /* 可选，用于默认有内边距的box */ {padding: 15px;overflow:hidden;background:#fff;box-shadow: 0 0px 3px #bcd7fc;background:#fff; }

/*警告框*/
.alert {padding:10px 15px;text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);  background-color: #FCF8E3;
    border: 1px solid #FBEED5;color:#C09853;line-height:24px;border-radius: 4px;  overflow:hidden;}
.alert .alert-link {  font-weight: bold;  text-decoration:underline;  color:#eb6100;  margin:0 5px; }
.alert.alert-form{padding: 6px 10px;}

.tipbox-error {background:url("../images/icon_no.png") 200px 20px no-repeat #FDEEE9;border: 1px solid #fadcd3; color: #f17975;padding: 25px 120px 25px 280px; min-height: 55px;margin:20px 30px;border-radius: 3px; box-shadow: 0 0 2px #fedace;}
.tipbox-error h4{font-weight: bold; margin-bottom:5px;}
.tipbox-error a{font-weight: bold; display:inline-block;margin-top: 5px;}

/*表单*/
.form-required{color:red;  margin-right:6px;  font-size:12px;  font-family: Simsun;}
.form-control{  padding: 5px 9px;  line-height: 18px;  border: 1px solid #ccc;  background-color:#fff;  color: #595959;  border-radius:3px;  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;  }/*控件*/
.form-control.cal{background-image:url(../images/riqi_pic_10.png); background-repeat:no-repeat; background-position:97% center; }
.help-inline{ color:#B2B2B2;}/*备注*/
.form-horizontal .fix{  *zoom: 1;  margin-bottom:15px; }
.form-horizontal .fix:after {  display: table;  content: '';  clear: both;  }
.form-horizontal .label {  float:left;  width:130px;  padding-top:5px;  text-align: right;  margin-right:10px;  }
.form-horizontal .label.mid{width: 160px;}
.form-horizontal .offset-x{padding-left: 140px;}
.form-horizontal .fix.has-error .label{color:#e25551}
.form-horizontal .fix.has-error .form-control{border-color:#f17975}
.form-horizontal .fix.has-error .alert{color:#f17975; background: #FDEEE9}

/*查询条件*/
.form-inline {line-height: 36px;}
.form-inline .form-group{display:inline; margin-right: 9px; margin-bottom: 10px;}
.form-inline .label{ float:none; width:75px; text-align:right; display:inline-block;}
/*.form-inline .label.lg{width:140px;}*/
.form-inline .form-control{width:145px;}
.form-inline .form-control.cal{width:125px; padding-right:30px;}
.form-inline select.form-control{width:165px;}

.upload{display:block;width: 80px; text-align: center;border-radius:3px;position: relative;}
.upload input{opacity:0;filter:alpha(opacity=0);height:20px; width:86px;position:absolute;top:0;left:0;cursor: pointer}

/*用户须知*/
.readme-box{line-height: 28px;}
.readme-box h4{color:#34589b}

/*tab*/
.tab-content{overflow: hidden;}
.tab-pane{display: none; position: relative;}
.tab-pane.active{display: block;}

/*user-box 侧边垂直线*/
.user-box{padding-left: 20px; min-height: 210px;border-left: 1px solid #abd5e7;}

/*处理段落*/
/*处理段落*/
.paragraph-box{font-size: 16px; text-indent: 32px; line-height: 26px;}
.paragraph-box h2{font-weight:bold;color:#34589b;padding-bottom:10px;margin-bottom:10px; font-size: 24px;}
.paragraph-box .date{border-bottom:1px solid #ddd;}

.paragraph-box p{margin: 20px 0;}
.paragraph-box img{text-align: center; margin:10px;}
/*.paragraph-box h2{font-weight:normal;color:#34589b;padding-bottom:10px;margin-bottom:10px;}*/
/*.paragraph-box .date{border-bottom:1px solid #ddd;}*/
/*.paragraph-box p{margin: 15px 0;line-height: 30px;}*/

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .alpha-box{
        background: #fff;
        filter:Alpha(opacity=75);
        position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .alpha-box li{
        /*  position: relative; *//* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

@media screen and (min-width: 1900px) {
    /*body{font-size:16px;}*/
    /*h3{font-size: 24px;}*/
    /*h4{font-size: 22px;}*/

    .container{width: 1200px;}

    .form-inline .label{width: 120px;}

    .readme-box{line-height: 36px;}

    /*.sidenav ul li a{ font-size: 18px;}*/

    /*.help-inline{font-size: 16px}!*备注*!*/

    .form-horizontal .fix{ margin-bottom:20px; }

    .nav li a{padding: 10px 35px;}

    .footer .top,.idx-footer .top{line-height: 36px; height: 36px;}
    .footer .top .v-line,.idx-footer .top .v-line{border-left: 1px solid #fff; margin: 10px 20px; height: 16px;}
    .footer .bottom,.idx-footer .bottom{height: 54px;}

    /*.suqiu-box{padding: 20px 20px 0 20px; margin:20px 0; font-size: 18px;}*/
    /*.suqiu-box h4 .more{font-size: 16px;}*/
    /*.suqiu-box h4 .more i{width: 24px; height: 24px;}*/

    .idx-header .logo{width: 60%;}
    .table td,.table th {padding:8px 15px;}
    /*.suqiu-box .table td{padding:15px;}*/

    .interact-box li .inner{padding: 30px 20px;}
    .interact-box li img{width: 22%;}

    /*.help-box dt{line-height:38px;font-size:18px;}*/
    /*.help-box dd{line-height:32px;}*/

    /*.cal-box{font-size: 26px; padding:10px;}*/
    /*.cal-box li .inner{margin: 10px;}*/

    .form-horizontal .label {width:150px;}
    .form-horizontal .label.mid{width: 180px;}
    .form-horizontal .offset-x{padding-left: 160px;}

    .paragraph-box p{margin: 15px 0;line-height: 34px;}
}

/*2017/04/07ycy写*/
.search-box{width:100%;margin:20px auto;text-align:center;}
.btn-orange { color: #fff; background-color:#fc5c0d; border:1px solid #ff5704;}
.btn-orange:hover { color: #fff; background-color:#f05102; border:1px solid #f35609;}
.tip-box{margin:0 auto;text-align:left;background:#fef6f1;border-radius:4px;padding:45px 45px 45px 55px;clear:both;overflow:hidden;}
.tip-box-one{color:#3e3e3e;font-size:20px;line-height:36px;margin-top:5px;}
.tip-box-two{color:#747372;font-size:14px;}
.btn-zixun{color:#075efe;}

.lib-tabs{position: relative;}
.lib-tabs .cc{margin: 0 32px;overflow: hidden;}
.lib-tabs ul{overflow: hidden;white-space:nowrap;}
.lib-tabs ul li{display:inline;}/*margin: 0 35px 0 25px;*/
.lib-tabs ul li a{color: inherit; padding:10px 5px;width: 120px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  text-align: center;  display: inline-block;}
.lib-tabs ul li a:hover,.lib-tabs ul li.active a{color: #0066cc;background: url(../images/bg_tab.png) center bottom no-repeat;}
.lib-tabs .btn-prev,.lib-tabs .btn-next{display: block;width: 32px;height: 32px; position: absolute;top: 5px;}
.lib-tabs .btn-prev:hover,.lib-tabs .btn-next:hover{background-color: #f6f6f6;}
.lib-tabs .btn-prev{left: 0;background:url(../images/icon_prev.png) no-repeat;}
.lib-tabs .btn-next{right: 0;background:url(../images/icon_next.png) no-repeat;}
.lib-tabs .btn-prev.disable{background:url(../images/icon_prev_dis.png) no-repeat;cursor: default;}
.lib-tabs .btn-next.disable{right: 0;background:url(../images/icon_next_dis.png) no-repeat;cursor: default;}

.form-box{border:1px solid #c9e2f7;background: #f4faff;padding:10px 20px;}
.lib-list li{padding: 10px; border-bottom: 1px solid #f2f2f2;}
.lib-list li:last-child{border-bottom: none;}
.lib-list li h4{font-size: 14px; margin:0 ;padding:0;text-decoration: underline; font-weight:bold;}
.lib-list li h4 a{color: inherit;}
.lib-list li p{color: #567a98; line-height: 22px; margin: 10px 0}
.lib-list li h4 span,.lib-list li p span{color: red}

.detail-title{font-size:16px;font-weight:bold;}
.detail-title i{width:5px;height:18px;background:#ff4400;display:inline-block;vertical-align:-2px;margin-right:7px;}
.detail-box{border:1px solid #d6d6d6;padding:10px;margin-top:10px;}
.detail-box .table{border: 1px solid #d6d6d6;background: #fff;}
.detail-box .table th{background:#f7f7f7;padding:7px 8px;color:#ff9f1e;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;}
.detail-box .table td{background:#fff;padding:7px 8px;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;text-align:left;}


/* 本例子css */
.slideBox{ width:55%;margin-right: 10px; overflow:hidden; position:relative;float: left; height: 287px;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;background:#fff; border-radius: 50%; cursor:pointer;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block; width: 539px; height: 287px;  }
.slideBox .bd .tt{position: absolute;width: 100%;height:28px; line-height:28px;background-color: rgba(0,0,0,0.5);bottom: 0;padding: 0 20px 0 10px; box-sizing: border-box; color: #fff;}

/*2017/12/08ygw写*/
.icon_qq:hover{
    opacity:0.6;
}
.icon_wt:hover{
    opacity:0.6;
}
.tab_01{
    margin-bottom:40px; border-bottom:1px solid #ccc; padding-left:160px;
}
.tab_01 li{
    float:left;
}
.tab_01 li a{
    padding:10px 40px; border:1px solid #ccc; border-left:1px solid #fff; margin-bottom:-1px; display:block;
}
.tab_01 li.active a{
    border-bottom:1px solid #fff;
}

/* .anchor-box li .sub{width:330px;} */
/* .anchor-box li .sub a{width: 100px;} */

/*知识库tab搜索新添样式 start*/
.sup-tab {background:#f2f6fb;height:40px;line-height:40px;overflow: hidden;}
.sup-tab li{float:left;}
.sup-tab li a{color: #333;display: block;font-weight:500;padding:0 26px;cursor:pointer;}
.sup-tab li a:hover{color:#ec8f2b;}
.sup-tab li.active a{color:#ec8f2b;background:#fff;}
.box-content .sup-tab{margin: -15px;}

.bm-list{overflow: hidden;}
.bm-list li{float: left;width: 25%;}
.bm-list li a{line-height: 34px;color: #333}
.bm-list li a:hover{color: #2d8ee9;}

.sub-title{font-size: 18px;color:#34589b;padding-bottom:10px;border-bottom:1px solid #ddd;margin-bottom:10px;font-weight: normal;}

/*list*/
.list-l li{list-style-position: inside; border-bottom: 1px dotted #dbdbdb; padding-left: 15px;position: relative;line-height:34px; background: url("../images/rec.png") no-repeat 0 center;}
.list-l li a{color: inherit;}
.list-l li a:hover .tt{text-decoration: underline}
.list-l li .date{color: #999; font-style: normal;position: absolute; right: 5px; top: 5px;font-size: 13px; }
.list-l li .yue{color: #999;background: url("../images/icon_t3.png") no-repeat;padding-left: 23px; margin-left: 5px;}

/*知识库tab搜索新添样式 end*/

/*热门诉求嵌套页面*/
/*icon*/
.icon-p {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-right:3px;
}
.icon-zt{background-image:url(../images/st_r1_c9.jpg);width: 15px; height: 15px;}

/* table */
.table-fixed{table-layout:fixed;}
.table-t {border-collapse:collapse; width:100%;}
.table-t th{color:#000;font-size: 13px;font-weight: bold;}
.table-t td{font-size: 12px;}
.table-t td.tl{text-align: left;}
.table-t th,.table-t td {padding:4px 5px;text-align: center; }

.zw-box{width: 694px;height: 255px;overflow: hidden; background: url("../images/3_r2_c3_r1_c3_r1_c4_r2_c2.jpg") no-repeat;}
.zw-box-tt{height: 32px;overflow: hidden;}
.zw-box-tt .controls{float: right;margin-right: 10px;  margin-top: 7px;}
.zw-box-tt .controls a{margin-left: 5px;}
.zw-box-cc{margin: 8px 10px 0 10px}
.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/*height: 168px;*/
.cx-box{width: 280px; overflow: hidden;}
.cx-box-tt{background: url("../images/3_r2_c3_r1_c2_r2_c2.png") no-repeat; height: 33px;}
.cx-box-cc{height:134px;border:#62d6ff solid 1px;border-top: none; background: url("../images/st_r2_c2.jpg") no-repeat center center;}
.cx-box-cc a{height: 134px;width: 100%; display: block;}

/*进度条*/
.progress-bar{height: 10px;overflow: hidden;position: relative;text-align: left;display: table-cell;width: 2000px;padding-top:10px;}
.progress-bar .bar{background-color:#4b72ba;  display:inline-block;  height:10px;border-radius: 10px;}
.progress-box .num{margin-left:20px; color: #333;float: right;}

/*网站地图*/
.site-map{padding-left: 30px;}
.site-map dl{margin-bottom:30px;background:url(../images/bg_breadcrumb.png) no-repeat 0 5px;padding-left: 5px;}
.site-map dt{font-size: 16px;padding-left:20px;margin-bottom: 20px;}
.site-map dl dd{display: inline-block;}
.site-map a{display: inline-block;height:18px;line-height:18px;padding-right:20px;border-right:1px solid #c9c9c9;padding-left:20px;color: #333;}
.site-map a:hover{color:#4f87bf}

/*在线调查*/
.survey-box{border-radius: 5px 5px 0 0; overflow: hidden; padding: 10px 10px 0 10px;box-shadow: 0 1px 3px #c2dfeb;margin:10px 0 0 10px;height: 230px;}
.survey-box h4{border-bottom: 1px solid #c9dae2;  padding-bottom: 10px;}
.survey-tt{margin-left: 10px;font-weight: bold;margin-top: 10px;}
.survey-list{margin-top: 10px;margin-left: 10px;}
.survey-list label{display: block;color: #848484;margin: 5px 5px;}
.survey-foot{text-align: right;margin-top: 10px;}
.survey-foot .btn{width: 80px;}

.mar{ width:700px; margin:0px auto;}

/****底部***/

.food_right li a{ display:block; height:45px; width:45px;}

.fooder{ background:url(../images/bg6.png) no-repeat; height:100px;}

.food_left{ float:left; width:960px; padding-top:5px;}

.jiucuo{ float:left; margin-right: 10px; padding-top:15px;}

.dzjg{ float:left; margin-right: 10px; padding-top:5px;}

.fooder_bljb{ float:left; margin-right:15px; padding-top:10px}

.fooder_zc{ float:left; margin-right:15px; padding-top:18px;}

.food_left_div{ float:left;color:#000; line-height:25px; padding-top:8px;}

.food_left_div a{color:#000;}



.food_right{ float:right; margin-top:28px;margin-right: 92px;}

.food_right ul li{ width:45px; height:45px; float:left; font-size:0px; margin-left:15px; cursor:pointer;}

.food_right ul li.ico1{ background:url(../images/ico_10.png) no-repeat;}

.food_right ul li.ico2{ background:url(../images/ico_11.png) no-repeat; position:relative;}

.food_right ul li.ico2 .wx_img{ position:absolute; top:-135px; left:-37px; display:none; z-index:99999;}

.food_right ul li:hover.ico1{ background:url(../images/ico_10_01.png) no-repeat;}

.food_right ul li:hover.ico2{ background:url(../images/ico_11_01.png) no-repeat;}

.food_right ul li:hover.ico2 .wx_img{ display:block;}


.mb50{margin-bottom: 50px;}
.cal-box li img{ margin-right: 8px; width: 26px; vertical-align: middle;}.suqiu-box h4{font-weight: bold; color: #3078d1;}
.survey-box h4{font-weight: bold; color: #3078d1;}
.survey-foot{text-align: left;}
.survey-list label{margin: 8px 5px;}
.survey-list label{color: #333;}
.interact-box h3{font-weight: bold; font-size: 18px; color: #3078d1;}
.interact-box li{width: 49%;}
.interact-box p{margin-top: 10px;}
.interact-box li img{margin-right: 28px;}
.paragraph-box{padding: 20px 60px 50px 60px;}
.readme-box{padding: 20px 50px 50px 50px;}
.news-list li .more i{font-style: normal; display:inline-block; color: #fff; width: 16px; height: 16px;line-height: 16px; background-color: #de3423; text-align: center; margin-left: 3px;font-size: 20px;}

/*热线简介*/
.nxjj{height: 214px; overflow-y: auto; padding: 0 10px;}

/*首页数据播报*/
.list_view{}
.list_view li{float: left;font-size: 16px;width: 33.33%;padding: 20px 0;}
.list_view img{float: left;margin-right:15px;}
.list_view p{font-size: 14px;}
.list_view h2{font-size: 20px;color: #3078d1;}

/*智能客服*/
.tip-kf{margin: 60px 50px 200px 50px; text-align: center;}