/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

a:hover {
    color: #b00c0c;
    text-decoration: none;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 18px;
}

a.com:hover {
    color: #111111;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #188ffa;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin10 {
    margin-top: 10px;
}

.margin20 {
    margin-top: 20px;
}
.ml20{
    margin-left: 20px;
}
.ml15{
    margin-left: 15px;
}
.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
.border{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.border:hover{
    box-shadow: 1px 1px 10px 2px #ddd;
    -webkit-box-shadow: 1px 1px 10px 2px #ddd;
    -moz-box-shadow: 1px 1px 10px 2px #ddd;
}
/*===============首页==================*/
.wrap{

}
.container {
    width: 1200px;
    margin: 0 auto;
}


/*header*/
.pt-header{
    height: 150px;
    background-color: #f7f7f7;
}
.pt-logo{
    padding-top: 26px;
}
.js{
    padding-top: 25px;
}
.top-tool {
    height: 40px;
    line-height: 40px;
    background-color: #015293;
}
.pt-tool{
    background-color: #f7f7f7;
    color: #C6C6C6;
}
.top-tool ul li {
    float: left;
    list-style-type: none;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
}
.pt-tool ul li{
    color: #C6C6C6;
}
.pt-tool a:link,.pt-tool a:visited,.pt-tool a:active{
    color: #C6C6C6;
}
.pt-tool a:hover{
    color: #015293;
}
.pt-tool .wza a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(wza-1.png) center no-repeat;
}
.pt-tool .wza a:hover{
    background: url(wza1.png) center no-repeat;
}
.pt-tool .xx a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(gldxx.png) center no-repeat;
}
.pt-tool .xx a:hover{
    background: url(gldxx1.png) center no-repeat;
}
.pt-tool .jqr a{
    display: block;
    height: 40px;
    width: 25px;
    background: url(zhzw-1.png) center no-repeat;
}
.pt-tool .jqr a:hover{
    background: url(zhzw1.png) center no-repeat;
}

.nav {
    width: 100%;
    height: 50px;
    background: #f7f7f7;
}

.nav li {
    width: 170px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-ransition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav li:first-child {
    background: url(sy-icon.png) no-repeat 20px 14px;
}

.nav li:first-child:hover, .nav li:first-child.on {
    background: url("sy-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(2) {
    background: url("xwzx-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(2):hover, .nav li:nth-child(2).on {
    background: url("xwzx-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(3) {
    background: url("zwgk-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(3):hover, .nav li:nth-child(3).on {
    background: url("zwgk-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(4) {
    background: url("zwfw-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(4):hover, .nav li:nth-child(4).on {
    background: url("zwfw-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(5) {
    background: url("hdjl-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(5):hover, .nav li:nth-child(5).on {
    background: url("hdjl-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(6) {
    background: url("xmt-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(6):hover, .nav li:nth-child(6).on {
    background: url("xmt-iconh.png") no-repeat 20px 14px;
}

.nav li:nth-child(7) {
    background: url("zjcl-icon.png") no-repeat 20px 14px;
}

.nav li:nth-child(7):hover, .nav li:nth-child(7).on {
    background: url("zjcl-iconh.png") no-repeat 20px 14px;
}

.nav li a {
    color: #015293;
    display: block;
}

.nav li a:hover, .nav li.on a {
    color: #BB2335;
}

.pt-nav{
    height: 57px;
    background: url(pt-nav-bg.png) bottom repeat-x #fff;
}
.pt-topnew{
    height: 114px;
}
.pt-topnew p{
    color: #015193;
}
.pt-tpxwbox{
    width: 1100px;
    margin: 0 auto;
    height: 646px;
}
.pt-main-left{
    width: 780px;
    padding-right: 25px;
    border-right: 1px solid #888;
}
.pt-main-left .title li{
    width: 33.333%;
}
.pt-main-left .line1{
    position: absolute;
    left: 33.333%;
    top: 18px;
    width: 1px;
    height: 20px;
    background-color: #000;
}
.pt-main-left .line2{
    position: absolute;
    left: 66.666%;
    top: 18px;
    width: 1px;
    height: 20px;
    background-color: #000;
}

.pt-main-right{
    width: 395px;
    margin-left: 25px;
}
.sy-search {
    text-align: center;
}

.wjss-box {
    width: 682px;
    margin: 20px auto;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.c-dropdown__list {
    margin: 0;
    background-color: #eee;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-transition: opacity .25s linear, top .25s linear;
    transition: opacity .25s linear, top .25s linear;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.c-dropdown__item {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    color: #015293;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.c-dropdown__item:hover {
    background-color: #eee;
}

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
    padding: 10px 34px 10px 12px;
    border: 2px solid #015293;
    background-color: #fff;
    color: #015293;
    margin-right: -2px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.c-button--dropdown:hover {
    background-color: #fefefe;
    color: #015293;
}

.c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #666;
}

.wjss {
    width: 570px;
    position: relative;
}

.wjss input[type='text'] {
    height: 44px;
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #015293;
    outline: none;
}

.wjss img {
    position: absolute;
    top: 5px;
    right: 9px;
}
.weixin {
    position: relative;
}

.weixin_ewm {
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 9;
    display: none;
}

.weixin .weixin_ewm .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 40px;
    top: -4px;
}

.weixin:hover .weixin_ewm {
    display: block;
}
.top-tool ul li a {
    color: #fff;
    padding: 0 10px 0 0;
    font-size: 16px;
}
.top-tool ul li a img {
    vertical-align: middle;
}



.main-left{
    width: 383px;
}
.title{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e4e4e4;
}

.title h3{
    display: inline-block;
    font-weight: normal;
    height: 50px;
    padding: 0 15px 0 0;
    font-size: 22px;
    margin-bottom: -1px;
    color: #ba2234;
    border-bottom: 2px solid #ba2234;
    background: url(xxgk-icon1.png) left center no-repeat;
    text-indent: 40px;
}

.xxgkbtn{
    padding: 0 15px;
    margin-top: 20px;
}
.xxgkbtn li{
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    background-color: #F7F7F7;
    text-indent: 90px;
    font-size: 18px;
}
.xxgkbtn li a{
    display: block;
    color: #333;
}
.xxgkbtn li a:hover {
    color: #ffffff;
    transition: all 0.3s;
}

.xxgkbtn .list1 a{
    background: url(clgkzn.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list1 a:hover{
    background: url(clgkznh.png) 10% center no-repeat #01bf9d;
}
.xxgkbtn .list2 a{
    background: url(clgkzd.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list2 a:hover{
    background: url(clgkzdh.png) 10% center no-repeat #e87e04;
}
.xxgkbtn .list3 a{
    background: url(clgknr.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list3 a:hover{
    background: url(clgknrh.png) 10% center no-repeat #5babe6;
}
.xxgkbtn .list4 a{
    background: url(clgknb.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list4 a:hover{
    background: url(clgknbh.png) 10% center no-repeat #f3c500;
}
.xxgkbtn .list5 a{
    background: url(clysqgk.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list5 a:hover{
    background: url(clysqgkh.png) 10% center no-repeat #217fbc;
}
.xxgkbtn .list6 a{
    background: url(cljdgk.png) 10% center no-repeat #F7F7F7;
}
.xxgkbtn .list6 a:hover{
    background: url(cljdgkh.png) 10% center no-repeat #5babe6;
}

.main-right{
    width: 791px;
    margin-left: 26px;
}
.zxgk h3{

    background: url(xxgk-zxgk-icon.png) left center no-repeat;
}

.nbox >ul >li{
    line-height: 40px;
    font-size: 18px;
    position: relative;
    text-indent: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nbox >ul >li>a{
    font-size: 18px;
}
.nbox >ul >li>span{
     float: right;
     color: #aaa;
}
.nbox >ul >li>span.bm{
    float: right;
    width: 170px;
    text-align: left;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nbox >ul >li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #085f9e;
}

.ss-box{
    height: 73px;
    background-color: #ebebeb;
    padding: 15px;
}
.jstitle{
    line-height: 43px;
    text-indent: 38px;
    font-size: 18px;
    color: #252525;
    background: url(zwgkjs.png) left center no-repeat;
}

.ly{
    border: 0;
    height: 43px;
    width: 235px;
    font-size: 16px;
    color: #999999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(xlsj.png) right center no-repeat #f9f9f9;
    text-indent: 10px;
    outline: none;
}
.ss-box input[type='text']{
    border: 0;
    height: 43px;
    width: 450px;
    font-size: 16px;
    margin-left: 20px;
    color: #999999;
    outline: none;
    text-indent: 10px;
}
.search-more {
    width: 135px;
    height: 43px;
    margin-left: 15px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    color: #3d3d3d;
}
.search-more a{
    display: block;
    line-height: 43px;
    color: #3d3d3d;
    cursor: pointer;
}

.wgk-box{
    width: 1220px;
}
.wgk-box> li{
    position: relative;
    float: left;
    width: 224px;
    height: 74px;
    line-height: 74px;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.wgk-box> li img{
    float: left;
    margin: 20px 20px 0 40px;
}
.wgk-box> li span{
    float: left;
    color: #545454;
    font-weight: bold;
}
.wgk-box> li>a{
    float: left;
    width: 100%;
    font-size: 20px;
}
.wgk-box> li>a:hover{
    box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-box-shadow: 1px 1px 10px 0 #CCC;
    -moz-box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-transition: all .4s;
}

.wgk-sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    display: none;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 10;
    box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-box-shadow: 1px 1px 10px 0 #CCC;
    -moz-box-shadow: 1px 1px 10px 0 #CCC;
    -webkit-transition: all .4s;
}
.wgk-box > li:hover .wgk-sub{
    display: block;
}

.wgk-sub > li{
    text-align: left;
    line-height: 30px;
    padding-left: 35px;
}
.wgk-sub > li > a{
    display: block;
    color: #666;
}
.wgk-sub > li > a:hover{
    color: #bf0c0d;
}

.kh-three,.kh-two,.kj{
    width: 396px;
}
.kh-three li a {
  width: 100%;
  height: 154px;
  display: block;
  color: #333;
}
.kh-three li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
.kh-three .list11 a {
  background: url(zdly20.png) 50% 28% no-repeat #F7F7F7;
  padding-top: 90px;
  font-size: 16px;
}
.kh-three .list11 a:hover {
  background: url(zdly21.png) 50% 28% no-repeat rgba(1, 191, 157, 1);
  font-size: 16px;
}
.kh-three .list12 a {
  background: url(xzqj20.png) 50% 28% no-repeat #F7F7F7;
  padding-top: 90px;
  font-size: 16px;
}
.kh-three .list12 a:hover {
  background: url(xzqj21.png) 50% 28% no-repeat rgba(243, 197, 0, 1);
  font-size: 16px;
}
.kh-three .list13 a {
  background: url(zzgl20.png) 50% 28% no-repeat #F7F7F7;
  padding-top: 90px;
  font-size: 16px;
}
.kh-three .list13 a:hover {
  background: url(zzgl21.png) 50% 28% no-repeat rgba(91, 171, 230, 1);
  font-size: 16px;
}
.kh-three li, .kh-two li {
  float: left;
  background-color: #f7f7f7;
  text-align: center;
  margin: 13px 13px 0 0;
}
.kh-three li {
  width: 119px;
  /*padding: 25px 15px;*/
}
.kh-two li {
  width: 185px;
}
.kh-two li a {
  width: 185px;
  height: 168px;
  display: block;
  color: #333;
}
.kh-two li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
.kh-two .list14 a {
  background: url(zcjd20.png) 50% 28% no-repeat #F7F7F7;
  padding-top: 90px;
  font-size: 16px;
}
.kh-two .list14 a:hover {
  background: url(zcjd21.png) 50% 28% no-repeat rgba(232, 126, 4, 1);
  font-size: 16px;
}
.kh-two .list15 a {
  background: url(qsydw20.png) 50% 28% no-repeat #F7F7F7;
  padding-top: 90px;
  font-size: 16px;
}
.kh-two .list15 a:hover {
  background: url(qsydw21.png) 50% 28% no-repeat rgba(33, 127, 188, 1);
  font-size: 16px;
}
/*.kh-three li,.kh-two li{
    float: left;
    background-color: #f7f7f7;
    text-align: center;
    margin: 13px 13px 0 0;
}

.kh-three li{
    width: 119px;
    padding: 25px 15px;
}
.kh-two li{
    width: 185px;
    padding: 32px 20px;
}
.kh-three li a,.kh-two li a{
    display: block;
    width: 100%;
}

.kh-three li a p,.kh-two li a p{
    font-size: 18px;
    color: #555;
    padding-top: 10px;
}
*/
.kj li {
    float: left;
    margin: 13px 13px 0 0;
    width: 185px;
    height: 112px;
    line-height: 114px;
    border: 1px solid #5babe6;
    border-radius: 1px;
    text-indent: 60px;
    transition: box-shadow .4s,transform .4s;
}
.kj li a {
    display: block;
    color: #333;
    font-size: 18px;
}
.kj li.ldzc {
    background: url(ldzc20.png) 20px center no-repeat #fff;
}
.kj li.hdjl {
    background: url(hdjl20.png) 20px center no-repeat #fff;
}
.kj li.zwwb {
    background: url(zwwb20.png) 20px center no-repeat #fff;
}
.kj li.zwwx {
    background: url(zwwx20.png) 20px center no-repeat #fff;
}
.kj li.khd {
    background: url(khd20.png) 20px center no-repeat #fff;
}
.kj li.zfgb {
    background: url(zfgb20.png) 20px center no-repeat #fff;
}
.kj li.cycs {
    background: url(cycs20.png) 20px center no-repeat #fff;
}
.kj li.xxtj {
    background: url(xxtj20.png) 20px center no-repeat #fff;
}

.kj li:hover{
    transform: translateY(-2%);
    box-shadow: 1px 4px 10px 2px #CCC;
    -webkit-box-shadow: 1px 4px 10px 2px #CCC;
    -moz-box-shadow: 1px 4px 10px 2px #CCC;
    -webkit-transition: all .4s;
}

.main-right .zcwj{
    float: left;
}
.pt-title{
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #ddd;
    position: relative;
}
.pt-title > li > a,.pt-title > a{
    color: #bf0c0d;
}
.pt-title > li{
    height: 56px;
    padding: 0 15px;
    border-bottom: 2px solid #bf0c0d;
}
.pt-title>a{
    display: inline-block;
    height: 56px;
    padding: 0 15px;
    border-bottom: 2px solid #bf0c0d;
}

.sub-title {
    float: left;
    width: 673px;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.sub-title li{
    float: left;
}
.sub-title li.on a{
    color: #bf0c0d;
}
.sub-title a{
    color: #999999;
    padding: 8px 5px;
}

#body {
    width: 440px;
    margin-right: 10px;
}
.box {
    padding: 20px 0;
}
.box li {
    margin: 0 auto;
    background: url(dian.png) 10px center no-repeat;
    position: relative;
    padding: 11px 0 10px 20px;
    line-height: 1.5;
    color: #999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.box li a {
    width: 76%;
    color: #767676;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.box li a:hover {
    color: #ac1212;
}
.box li:hover {
    color: #de371c;
    background: url(dian-h.png) #f8f8f8 10px center no-repeat;
}
.from_query {
    margin-top: 25px;
}

.two .one {
    width: 383px;
}
.jd-sub-title li {
    float: left;
    height: 40px;
    padding: 0 7px;
}
.jd-sub-title li a {
    display: block;
    padding: 0 6px;
    color: #767676;
    height: 40px;
    line-height: 42px;
}
.jd-sub-title li:hover a, .jd-sub-title li.on a {
    background: url(sub-title-bg.jpg) center 100% no-repeat;
}
.ml25{
    margin-left: 25px;
}

.img-list {
    position: relative;
    height: 121px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.img-list ul {
    width: 9999px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    top: 35px;
    width: 40px;
    height: 50px;
    background: url(control.png) center no-repeat;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.img-scroll .next {
    left: 0;
    background-position: 0 -84px;
}

.img-scroll .prev {
    right: 0;
    background-position: -40px -84px;
}

.img-scroll .next:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.img-scroll .prev:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}

.img-list li{
    float: left;
    width: 228px;
    text-align: center;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-right: 15px;
}

.img-list li img{
    display: block;
    width: 100%;
}
.zt-title{
    height: 50px;
    padding-top: 1px;
}
.zt-title h3{
    position: relative;
    margin-top: 30px;
    height: 8px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.zt-title h3 a{
    position: absolute;
    width: 150px;
    background-color: #f6f6f6;
    color: #015293;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    left: 50%;
    top: -22px;
    margin-left: -75px;
}

/*footer*/
.footer{
    background-color: #868686;
    padding: 15px 0;
}
.btn-link{
    width: 1250px;
    padding-top: 20px;
}
.btn-link li{
    float: left;
    margin-right: 25px;
    width: 219px;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    text-indent: 2em;
    background-color: #fff;
}
.btn-link li a{
    display: block;
    color:#666;
}
.btn-link li img{
    width: 25px;
    padding-right: 5px;
    vertical-align: middle;
}
.btn-link li select{
    width: 100%;
    height: 100%;
    border: none;
}
.footer-info{
    padding: 25px 0 0;
}
.bz-left{
    width: 30%;
    text-align: right;
}
.footer-info-right{
    width: 70%;
    padding-left: 5px;
    text-align: left;
}
.footer-info-right p{
    color: #fff;
    line-height: 25px;
}
.footer-info a{
    color: #fff;
}




























