* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: Microsoft YaHei;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div {
    box-sizing:border-box;
}
ul li {
    list-style: none;
}
img {
    border: none;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
}
a:hover {
   color:#006db8;
}
    input, textarea, select, a:focus {
        outline: none;
    }

.top {
    width: 100%;
    min-width: 1300px;
    height: 50px;
    background: #006db8;
}
    .top .top-bg {
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        line-height: 50px;
        color: #dcdddd;
    }
    .top .top-bg span{
        padding:0px 5px;
    }
        .top .top-bg span:last-child {
            padding: 0px 0px 0px 5px;
        }
        .top .top-bg a {
            color: #dcdddd;
        }
    .top .top-bg .top-left{
        width: 400px;
        height: 100%;
        margin: 0 auto;
        line-height: 50px;
        float:left;
    }
        .top .top-bg .top-right {
            width: 900px;
            height: 100%;
            margin: 0 auto;
            line-height: 50px;
            float: right;
            text-align: right;
        }
            .top .top-bg .top-right span:nth-child(2) {
                margin-right:10px;
            }
            .top .top-bg .top-right .btn {
                vertical-align:-11px;
            }
            .top .top-bg .top-right .search{
                background: url(/static/image/search3.png) no-repeat;
                background-size: 34px 34px;
                width: 34px;
                display: inline-block;
                height: 34px;
            }
            .top .top-bg .top-right .english{
                background: url(/static/image/english.png) no-repeat;
                background-size: 34px 34px;
                width: 34px;
                display: inline-block;
                height: 34px;
            }

.menus {
    width: 100%;
    min-width: 1300px;
    
}

.menu-title {
    height: 50px;
    border-bottom: 2px solid #a1a1a1;
}

    .menu-title .title-zh {
        width: 100px;
        padding: 9px 5px 10px 3px;
        border-bottom: 2px solid #006db8;
        float: left;
        font-size: 22px;
    }
    .menu-title .title-eg {
        width: 240px;
        padding:18px 0px 5px 8px;
        float: left;
        font-size: 16px;
        color: #ccc;
        font-weight: lighter;
    }
    .menu-title .more a {
        width: 70px;
        padding: 22px 5px 10px 3px;
        float: right;
        text-align: right;
        font-size: 13px;
        color: #777;
    }

    .menus .recentnews {
        width: 1300px;
        height: 110px;
        margin: 0 auto;
        background: #fff;
        margin-top: 30px;
    }
        .menus .recentnews .recentnews-left {
            width: 180px;
            height: 100%;
            background: #006db8;
            color: #fff;
            padding-left: 42px;
            float: left;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
            .menus .recentnews .recentnews-left .title-zh {
                font-size: 25px;
                font-weight: 700;
                height:65px;
                line-height:95px;
            }
            .menus .recentnews .recentnews-left .title-eg {
                font-weight: lighter;
                font-size: 16px;
                height: 45px;
            }
        .menus .recentnews .recentnews-left a,.menus .recentnews .recentnews-left a:hover{           
            color: #fff;
        }
        .menus .recentnews .recentnews-right {
            width: 1120px;
            height: 100%;
            background: #fff;
            color: #fff;
            float: left; 
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 10px 10px 5px #d6d5d6;          
        }
            .menus .recentnews .recentnews-right ul {
                margin-top:22px;
            }
            .menus .recentnews .recentnews-right ul li {
                float: left;
                width: 560px;
                height: 60px;
                padding: 0px 20px 0px 20px;
            }
                .menus .recentnews .recentnews-right ul li:nth-child(1) {
                    border-right: 1px dotted #a1a1a1;
                }
                .menus .recentnews .recentnews-right ul li a {
                    color: #981b0f;
                    font-size: 18px;
                }
                .menus .recentnews .recentnews-right ul li div {
                    height: 30px;
                    line-height:30px;
                    color: #b6b6b6;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    font-size: 15px;
                }
                .menus .recentnews .recentnews-right ul li .date {
                    width: 78px;
                    height: 45px;
                    line-height: 45px;
                    float: left;
                    margin-right: 15px;
                    margin-top:10px;
                    background: url(/static/image/xiexian.png) no-repeat;
                    background-position: 21px 0px;
                    background-size: 48px 45px;
                    font-family: Georgia;
                }
                    .menus .recentnews .recentnews-right ul li .date .sp_day {
                        font-size: 30px;
                        color: #981b0f;
                        float:left;
                    }
                    .menus .recentnews .recentnews-right ul li .date .sp_year {
                        margin-left:17px;
                        margin-top:18px;
                        float: left;
                        font-size: 18px;
                    }
                .menus .recentnews .recentnews-right ul li .content {
                    width: 425px;
                    height: 60px;
                    float: left;
                }
                    .menus .recentnews .recentnews-right ul li .content .title {
                        width: 100%;
                        height: 36px;
                        line-height: 36px;
                    }            

.menus .xkjsssfc {
    width: 1300px;
    height: 375px;
    margin: 0 auto;
    margin-top: 30px;
}
    .menus .xkjsssfc .xkjsssfc-left {
        width: 650px;
        height: 100%;
        float: left;
        background-color: #fff;
        padding: 8px 25px 20px 25px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
        .menus .xkjsssfc .xkjsssfc-left .items {
            height: 328px;
            padding-top: 20px;
        }
            .menus .xkjsssfc .xkjsssfc-left .items li {
                height: 106px;
                width: 100%;
            }
                .menus .xkjsssfc .xkjsssfc-left .items li .menuname {
                    width: 98px;
                    height: 90px;
                    background-color: #eeeeef;
                    border: 1px solid #c8c8c8;
                    
                    padding-top: 16px;
                    text-align: center;
                    font-size: 22px;
                    letter-spacing: 2px;
                    float: left;   
                }
                .menus .xkjsssfc .xkjsssfc-left .items li .menuitem {
                    width: 367px;
                    float: left;
                    margin-left: 22px;
                    border-bottom: 1px dotted #e4e4e4;
                    padding-top: 10px;
                    padding-bottom: 14px;
                    color: #777;
                }
                    .menus .xkjsssfc .xkjsssfc-left .items li .menuname a,.menus .xkjsssfc .xkjsssfc-left .items li .menuitem a {
                        color: #332c2b;
                    }
                    .menus .xkjsssfc .xkjsssfc-left .items li:last-child .menuitem {
                        border: 0;
                    }
                    .menus .xkjsssfc .xkjsssfc-left .items li .menuitem .title {
                        height: 36px;
                        line-height: 36px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                    .menus .xkjsssfc .xkjsssfc-left .items li .menuitem .title span{
                        margin-right:10px;
                        color:#ddd;
                    }

     
            .menus .xkjsssfc .xkjsssfc-left .items-right ul {
                height: 100px;
                border-bottom: 1px solid #aaa;
            }
                .menus .xkjsssfc .xkjsssfc-left .items-right ul li {
                    height: 38px;
                    line-height: 38px;
                    margin-left:10px;
                }

    .menus .xkjsssfc .xkjsssfc-right {
        width: 650px;
        height: 100%;
        float: left;
        background-color: #fff;
        padding: 8px 25px 20px 25px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
        .menus .xkjsssfc .xkjsssfc-right .items-top {
            height: 300px;
            padding-top: 7px;
        }            
            .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb{
                height:86px;
                background-color: #f2f2f2;
                margin: 12px 0px 8px 0px;
            }
            .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb .leftimg{
                height:86px;
                width:86px;
                float:left;
                margin-right:18px;}
            .menus .xkjsssfc .xkjsssfc-right .items-top .leftimg img{
                height:86px;
                width:86px;}
        .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb .rightinfo{
            height:86px;
            width:490px;
            float:left;}
        .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb .rightinfo .sstitle{
            height:32px;
            line-height:32px;
            color:#006db8;
            font-weight:600;
            font-size: 15px;
        }
            .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb .rightinfo .sstitle a{
            color:#006db8;}
          .menus .xkjsssfc .xkjsssfc-right .items-top .lisslb .rightinfo .sscontent{
                height:53px;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 25px;
                font-size:14px;
                color:#999;}
        

    .menus .media {
        width: 1300px;
        height: 306px;
        margin: 0 auto;
        margin-top: 30px;
    }
        .menus .media .media-left {
            width: 540px;
            height: 100%;
            float: left;
            margin-left: 30px;
        }
        .menus .media .media-right {
            width: 730px;
            height: 100%;
            float: left;
            background-color: #fff;
            padding: 8px 25px 8px 25px;
            border-radius: 5px;
        }
            .menus .media .media-right .items {
                width: 680px;
                float: left;
            }
            .menus .media .media-right .items li {
                cursor: pointer;
                width: 210px;
                height: 94px;
                text-align: center;
                border: 1px solid #dcdddd;
                float: left;
                margin-top: 24px;
            }
                .menus .media .media-right .items li:nth-child(2),.menus .media .media-right .items li:nth-child(3),.menus .media .media-right .items li:nth-child(5),.menus .media .media-right .items li:nth-child(6) {
                    margin-left:24px;
                }
                .menus .media .media-right .items li a {
                    display: inline-block;
                    color: #332c2b;
                    width: 100%;
                    height: 100%;
                    font-size: 20px;
                    border: 1px solid #d0d0d0;
                    border: 1px solid rgba(0,0,0,0.2);
                    -webkit-transform: perspective(1px) translateZ(0);
                    transform: perspective(1px) translateZ(0);
                    position: relative;
                    -webkit-transition-property: color;
                    transition-property: color;
                    -webkit-transition-duration: 0.5s;
                    transition-duration: 0.5s;
                }
                    .menus .media .media-right .items li a .sp1 {
                            width: 100%;
                            height: 60px;
                            line-height: 54px;
                    }
                    .menus .media .media-right .items li a .sp2 {
                        width: 100%;
                        height: 38px;
                        color: #b5b6b6;
                        font-size: 17px;
                    }
                    .menus .media .media-right .items li a .sp3 {
                        font-size:14px;
                        line-height:18px;
                        margin-top:-13px;
                    }
                    .menus .media .media-right .items li a .btnbg-x {
                        background: #1295f0;
                        position: absolute;
                        z-index: -1;
                        top: -1px;
                        left: -1px;
                        right: -1px;
                        bottom: -1px;
                        -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                        -webkit-transform-origin: 0 50%;
                        transform-origin: 0 50%;
                        -webkit-transition-property: transform;
                        transition-property: transform;
                        -webkit-transition-duration: 0.5s;
                        transition-duration: 0.5s;
                        -webkit-transition-timing-function: ease-out;
                        transition-timing-function: ease-out;
                        opacity: 0;
                        *filter: alpha(opacity=0);
                    }
                    .menus .media .media-right .items li a:hover{
                        color:#fff;
                    }
                     .menus .media .media-right .items li a:hover .sp2 {
                            color: #ccc;
                    }
                    .menus .media .media-right .items li a:hover .btnbg-x {
                        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                        opacity: 1;
                        *filter: alpha(opacity=100);
                        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    }

    .menus .picture {
        width: 1300px;
        height: 179px;
        margin: 0 auto;
        margin-top: 30px;
        background: url(/static/image/jiaotongqiangguo.jpg) no-repeat;
    }

    .datajy {
          width: 1300px;
          height: 170px;
          margin: 0 auto;
          background-color: #006db8;
          margin-top:30px;
          border-radius: 5px;
    }
          .datajy .datajy-title {
              border-bottom: 1px solid #f4f4f4;
              width: 1250px;
              height: 28px;
              line-height: 28px;
              margin: 0 auto;
          }
              .datajy .datajy-title div {
                  width: 130px;
                  height: 30px;
                  line-height: 44px;
                  text-align: center;
                  color: #fff;
                  margin: 0 auto;
                  font-size: 22px;
                  background-color: #006db8;
              }
          .datajy .datajy-items {
              width: 100%;
              height: 140px;
              margin-left: 4px;
              overflow: hidden;
          }
              .datajy .datajy-items .itemcs {
                  width: 126px;
                  padding-top: 70px;
                  text-align: center;
                  color: #fff;
                  letter-spacing: 1px;
                  float: left;
                  margin-top:16px;
              }
                  .datajy .datajy-items .itemcs .itemcs-text {
                      line-height:20px;
                      font-size: 13px;
                  }
                  .datajy .datajy-items .itemcs .itemcs-value {font-size: 13px;}
                      .datajy .datajy-items .itemcs .itemcs-value span {
                          font-size: 18px;
                          margin-right: 5px;
                          font-family: Georgia;
                          line-height: 25px;
                          color: rgb(247, 132, 41);}
              .datajy .datajy-items .item-1 {
                  background: url(/static/image/items-1.png) no-repeat;
                  background-position: 28px 0px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-2 {
                  background: url(/static/image/items-2.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-3 {
                  background: url(/static/image/items-3.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-4 {
                  background: url(/static/image/items-4.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-5 {
                  background: url(/static/image/items-5.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-6 {
                  background: url(/static/image/items-6.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-7 {
                  background: url(/static/image/items-7.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-8 {
                  background: url(/static/image/items-8.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-9 {
                  background: url(/static/image/items-9.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }
              .datajy .datajy-items .item-10 {
                  background: url(/static/image/items-10.png) no-repeat;
                  background-position: 28px 0px;
                  margin-left: 4px;
                  background-size: 62px 62px;
              }

    .menus .news {
        width: 1300px;
        height: 380px;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 5px;
    }
        .menus .news .news-left {
            width: 578px;
            height: 290px;
            background-color: #fff;
            float: left;
        }
            .menus .news .news-left .items {
                width: 100%;
                height: 290px;
            }
                    .menus .news .news-left .items .boldtitle {
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        font-size:18px;
                        height:32px;
                        line-height:30px;
                    }
                        .menus .news .news-left .items .boldtitle a{
                             color:#006db8;
                        }
                    .menus .news .news-left .items .boldcontent {
                        font-size: 14px;
                        height: 82px;
                        line-height: 26px;
                        overflow: hidden;
                        color: #999;
                    }
                    .menus .news .news-left .items .bolddate{
                        height: 35px;
                        line-height: 28px;
                        background: url(/static/image/icon2.png) no-repeat;
                        background-size: 16px 16px;
                        background-position: 3px 6px;
                        padding-left: 35px;
                        border-bottom: 1px solid #ccc;
                        margin-top: 3px;
                        margin-bottom: 8px;
                        color: #888;
                        font-weight: lighter;
                    }
                .menus .news .news-left .items li {
                    width: 100%;
                    height: 44px;
                    line-height: 44px;
                    border-bottom: 1px dotted #e4e4e4;
                }
                    .menus .news .news-left .items li:last-child {
                        border: 0;
                    }
                    .menus .news .news-left .items li .newstitle {
                        width: 510px;
                        float: left;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        color: #777;
                    }
                    .menus .news .news-left .items li .newstitle span{
                        margin-right:10px;
                        color:#ddd;
                    }
                    .menus .news .news-left .items li .newstitle a{
                        color:#332c2b;
                    }
                    .menus .news .news-left .items li .newstitle a:hover{
                        color:#006db8;
                    }
                    .menus .news .news-left .items li .newsdate {
                        width: 40px;
                        float: right;
                        font-family: Georgia;
                        font-size:15px;
                        color:#ccc;
                    }
        .menus .news .news-right {
            width: 700px;
            height: 290px;
            float: left;
            padding-left: 25px;
        }
            .menus .news .news-right .news-record {
                width: 313px;
                height: 100%;
                background-color: #fff;
                float: left;
            }
                .menus .news .news-right .news-record:nth-child(2) {
                    margin-left: 20px;
                }
                .menus .news .news-right .news-record .news-img {
                    width: 100%;
                    height: 220px;
                }
                    .menus .news .news-right .news-record .news-img img {
                        width: 100%;
                        height: 100%;
                    }
                .menus .news .news-right .news-record .news-file {
                    width: 100%;
                    height: 80px;
                }
                    .menus .news .news-right .news-record .news-file .neirong {
                        width: 320px;
                        height: 60px;
                        line-height: 23px;
                        overflow: hidden;
                        padding: 15px 5px 0px 5px;
                    }
                            .menus .news .news-right .news-record .news-file .neirong a{
                                color:#332c2b;
                            }
                            .menus .news .news-right .news-record .news-file .neirong a:hover{
                                color:#006db8;
                            }

.list-info .list-info-right .listinfo .newsList .lisslb{
                height:130px;
                width:1015px;
                background-color: #f2f2f2;
                margin:22px 0px 16px 0px;
            }
            .list-info .list-info-right .listinfo .newsList .lisslb .leftimg{
                height:130px;
                width:130px;
                float:left;
                margin-right:20px;
            }
            .list-info .list-info-right .listinfo .newsList .lisslb .leftimg img{
                height:130px;
                width:130px;
            }
        .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo{
            height:130px;
            width:855px;
            float:left;}
        .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo .sstitle{
            height:35px;
            line-height:38px;
            color:#006db8;
            font-weight:600;}
            .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo .sstitle a{
            color:#006db8;}
            .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo .ssabc{
            height:30px;
            line-height:28px;
            color:#006db8;
            font-weight:600;
            font-size:14px;
            color:#999;}
            .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo .ssabcblue{
            height:30px;
            line-height:28px;
            color:#006db8;
            font-weight:600;
            font-size:14px;
            color:#006db8;}
          .list-info .list-info-right .listinfo .newsList .lisslb .rightinfo .sscontent{
                height:60px;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 28px;
                color:#666;}

.bottom {
    width: 100%;
    min-width: 1300px;
    height: 250px;
    background: #006db8;
    margin-top: 30px;
}
    .bottom .bottom-bg {
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        padding-top: 28px;
    }
        .bottom .bottom-bg .bottom-logo {
            width:600px;
            height: 80px;
            text-align: center;
            margin: 0 auto;
            background: url(/static/image/logo3.png) no-repeat;
            background-size:578px 56px;
        }
        .bottom .bottom-bg .bottom-logo img{
            height: 55px;
        }
        .bottom .bottom-bg .bottom-content {
            
        }
            .bottom .bottom-bg .bottom-content .qrcode {
                width: 280px;
                height:130px;
                float: left;
                background: url(/static/image/qrcode.jpg) no-repeat;
            }
            .bottom .bottom-bg .bottom-content .items {
                width: 740px;
                border-top: 2px solid #dcdddd;
                float: left;
                color: #dcdddd;
                font-size:15px;
                padding-top:10px;
            }
                .bottom .bottom-bg .bottom-content .items .address {
                    width: 510px;
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    float: left;
                    margin: 10px 0px 6px 0px;
                    background: url(/static/image/address.png) no-repeat;
                }
                .bottom .bottom-bg .bottom-content .items .ecode {
                    width: 230px;
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    float: left;
                    margin: 10px 0px 6px 0px;
                    background: url(/static/image/ecode.png) no-repeat;
                }
                .bottom .bottom-bg .bottom-content .items .tell {
                    width: 510px;
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    float: left;
                    margin: 10px 0px 6px 0px;
                    background: url(/static/image/tell.png) no-repeat;
                }
                .bottom .bottom-bg .bottom-content .items .fax {
                    width: 230px;
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    float: left;
                    margin: 10px 0px 6px 0px;
                    background: url(/static/image/fax.png) no-repeat;
                }
                .bottom .bottom-bg .bottom-content .items .name {
                    width: 740px;
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    float: left;
                    margin:10px 0px 6px 0px;
                    background: url(/static/image/net.png) no-repeat;
                }
            .bottom .bottom-bg .bottom-content .links {
                width: 280px;
                float: left;
                color: #dcdddd;
                font-size: 15px;
                padding-top: 10px;
            }
                .bottom .bottom-bg .bottom-content .links .select_box p{
                    cursor: pointer;
                    display: block;
                    line-height: 40px;
                    height: 40px;
                    overflow: hidden;
                    border: 1px solid #c9caca;
                    padding-right: 20px;
                    padding-left: 25px;
                    background: url(/static/image/footkslj.png) no-repeat 187px center;
                    width: 180px;
                    color: #ccc;
                }
                 .bottom .bottom-bg .bottom-content .links .select_box ul{
                    width: 225px;
                    height: 128px;
                    position: absolute;
                    left:45px;
                    top: -130px;
                    border: 1px solid #ccc;
                    background: #fff;
                    OVERFLOW-Y: auto;
                    OVERFLOW-X:hidden;
                    display: none;
                    background: #ebebeb;
                    z-index: 99999;
                }
                 .bottom .bottom-bg .bottom-content .links .select_box ul li{
                    display: block;
                    height: 28px;
                    overflow: hidden;
                    line-height: 28px;
                    padding-left: 5px;
                    width: 100%;
                    cursor: pointer;
                    margin-left: 0;
                    font-size:14px;                    
                }
                .bottom .bottom-bg .bottom-content .links .select_box ul li a{
                    color: #332c2b;                  ​
                }
                .bottom .bottom-bg .bottom-content .links .select_box ul li a:hover{
                    color: #006db8;                  ​
                }
                .bottom .bottom-bg .bottom-content .links .ico {
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    margin: 10px 0px;
                    position:relative;
                }
                    
                .bottom .bottom-bg .bottom-content .links .text {
                    height: 24px;
                    line-height: 24px;
                    padding-left: 45px;
                    margin: 22px 0px;
                    position: relative;
                }
