﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1200px;
    background-color: #f0f0f0;
}

.toplogodiv {
    background-color: #fff;
    padding: 10px 0px;
    margin-top: 31px;
}

.fxtp {
    position: fixed;
    background-color: #f0f0f0;
    top: 0;
    z-index: 999;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #CCC;
}

.outdiv {
    width: 1100px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.tpLk {
    height: 30px;
    line-height: 30px;
}

    .tpLk .dtinfo {
        float: left;
        margin-left: 20px;
        line-height: 30px;
        font-size: 14px;
    }

    .tpLk .abtus {
        float: right;
        margin-right: 20px;
    }

        .tpLk .abtus a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }

            .tpLk .abtus a:hover {
                color: #149fe7;
            }

.tpLk2 {
    height: 45px;
}

    .tpLk2 .searchdiv {
        float: right;
        margin-top: 8px;
        margin-right: 9px;
    }

.topsearch {
    padding: 3px 4px;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 20px;
}

.topsearchbtn {
    padding: 4px 15px;
    margin-left: 4px;
    background-color: #149fe7;
    border: none;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

.menuline {
    background-color: #0568b8;
    height: 60px;
}

.first-menu {
    list-style: none;
}

    .first-menu li {
        width: 150px;
        float: left;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-right: 1px solid #fff;
        position: relative;
    }

        .first-menu li:hover {
            background-color: #015293;
        }

        .first-menu li.cur {
            background-color: #015293;
        }

        .first-menu li:last-child {
            border-right: none;
        }

        .first-menu li a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            width: 150px;
            padding: 10px 0px;
        }

        .first-menu li ul {
            position: absolute;
            left: 0px;
            display: none;
            margin: 0;
            padding: 0;
            list-style: none;
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            z-index: 100;
        }

            .first-menu li ul li {
                width: 150px;
                float: left;
                border-bottom: 1px solid #fff;
                text-align: center;
                background-color: #015293;
            }

                .first-menu li ul li:first-child {
                    border-top: 1px solid #fff;
                }

                .first-menu li ul li a {
                    line-height: 20px;
                    text-decoration: none;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: normal;
                    font-size: 15px;
                }

                    .first-menu li ul li a:hover {
                        color: #ff4500;
                    }

.footer {
    background-color: #e5e5e5;
    padding: 10px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    color: #555;
    position: relative;
}

    .footer a {
        text-decoration: none;
        color: #555;
    }

    .footer .unit {
        position: absolute;
        right: 150px;
        top: 25px;
    }

.mycontent {
    background-color: #fff;
    padding: 20px;
}

.picNewsDiv {
    width: 520px;
    float: left;
    padding: 0px;
}

#banner {
    position: relative;
    width: 520px;
    height: 318px;
    overflow: hidden;
    font-size: 15px;
    margin-top: 1px;
}

#banner_list img {
    border: 0px;
    width: 520px;
    height: 350px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 40px;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    z-index: 600;
    cursor: pointer;
    width: 520px;
}

#banner_info {
    width: 360px;
    display: block;
    font-family: '宋体';
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    left: 5px;
    height: 30px;
    color: #fff;
    z-index: 701;
    cursor: pointer;
    line-height: 30px;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 902;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 905;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
    height: 30px
}

    #banner ul li {
        padding: 0 8px;
        line-height: 25px;
        float: left;
        display: block;
        color: #333;
        border: #eee 1px solid;
        background-color: #d4d4d4;
        cursor: pointer;
        margin: 0;
        font-size: 12px;
    }

#banner_list a {
    position: absolute;
}

.newsDiv {
    width: 520px;
    float: right;
}

.tabbox {
    margin: 0px;
}

    .tabbox ul {
        list-style: none;
        width: 520px;
        border-bottom: 1px solid #ff4500;
        display: table;
    }

        .tabbox ul li {
            float: left;
            width: 120px;
            line-height: 30px;
            margin-bottom: -1px;
            margin-left: 20px;
            cursor: pointer;
            text-align: center;
        }

            .tabbox ul li.active {
                font-weight: bold;
                border-top: 3px solid #ff4500;
                border-left: 1px solid #ff4500;
                border-right: 1px solid #ff4500;
                border-bottom: 1px solid #fff;
            }

                .tabbox ul li.active a {
                    color: #ff4500;
                }

            .tabbox ul li a {
                color: #000;
            }

    .tabbox .content {
        border: none;
        height: 290px;
    }

        .tabbox .content div {
            display: none;
        }

            .tabbox .content div.active {
                display: block;
            }

    .tabbox .content2 {
        border: none;
        height: 300px;
    }

        .tabbox .content2 div {
            display: none;
        }

            .tabbox .content2 div.active {
                display: block;
            }

.newsDiv p {
    line-height: normal;
    padding: 5.5px 0;
}

    .newsDiv p b {
        font-weight: normal;
        display: inline-block;
        width: 415px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newsDiv p b i {
            display: inline-block;
            width: 17px;
            height: 20px;
            background: url(../images/new2.gif) no-repeat 0px 4px;
        }

        .newsDiv p b a {
            text-decoration: none;
            color: #333;
        }

            .newsDiv p b a:hover {
                color: #ff4500;
            }

    .newsDiv p span {
        display: inline-block;
        float: right;
        font-size: 14px;
    }

.publicDiv {
    width: 485px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

    .publicDiv p {
        line-height: normal;
        padding: 6px 0;
    }

        .publicDiv p b {
            font-weight: normal;
            display: inline-block;
            width: 380px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .publicDiv p b i {
                display: inline-block;
                width: 17px;
                height: 20px;
                background: url(../images/new2.gif) no-repeat 0px 4px;
            }

            .publicDiv p b a {
                text-decoration: none;
                color: #333;
            }

                .publicDiv p b a:hover {
                    color: #ff4500;
                }

        .publicDiv p span {
            display: inline-block;
            float: right;
            font-size: 14px;
        }

.areaTl {
    line-height: 30px;
    border-bottom: 1px solid #ff4500;
}

.areaTlw {
    width: 120px;
    text-align: center;
    font-weight: bold;
    border-top: 3px solid #ff4500;
    border-left: 1px solid #ff4500;
    border-right: 1px solid #ff4500;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    margin-bottom: -1px;
}

    .areaTlw a {
        color: #ff4500;
    }

.lineimg {
    width: 1060px;
    margin: 12px auto;
}

.lineimg2 {
    width: 1060px;
    margin: 12px auto 6px auto;
}

.lineimg3 {
    width: 1060px;
    margin: 12px auto 3px auto;
}

.lineimg4 {
    width: 1060px;
    margin: 3px auto 12px auto;
}

.lineimg5 {
    width: 1060px;
    margin: 3px auto 3px auto;
}

.lineimg6 {
    width: 528px;
    height:52px;
    float:left;
    margin-top:1px;
    margin-bottom:3px;
}

.lineimg7 {
    width: 528px;
    height: 52px;
    float: right;
    margin-top: 1px;
    margin-bottom: 3px;
}

.specialDiv {
    width: 288px;
    height: 330px;
    text-align: center;
    float: right;
    margin-left: 15px;
    margin-right: 5px;
}

.ideaimg {
    height: 300px;
    overflow: hidden;
}

    .ideaimg img {
        width: 288px;
        height: 53px;
        margin: 4px 0px 0px 0px;
    }

.infoswds {
    width: 234px;
    float: left;
    margin-right: 2px;
}

.wdsitem {
    float: left;
    border: 1px solid #ff4500;
    padding: 12px 10px;
    margin: 4px;
    width: 83px;
    height: 72px;
    text-align: center;
    color: #0568b8;
}

    .wdsitem a:hover {
        color: #ff4500;
    }

.sbtline {
    height: 1px;
    border: 1px dotted #999;
    width: 221px;
    margin: 5px 6px;
    clear: both;
}

.wdsitem a img {
    height: 52px;
}

.zhigDiv {
    border: 1px solid #DDD;
    height: 237px;
}

.fengTlw {
    width: 50px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    height: 237px;
    float: left;
    font-size: 18px;
}

    .fengTlw p {
        line-height: normal;
        padding: 17px 0;
    }

.fengimg {
    width: 1005px;
    height: 200px;
    float: right;
}

    .fengimg .infoList .bdr {
        width: 1002px;
        overflow: hidden;
    }

        .fengimg .infoList .bdr ul {
            list-style: none;
            width: 1000px;
            overflow: hidden;
        }

.hceg {
    width: 261px;
    height: 218px;
    margin: 7px;
    float: left;
}

    .hceg a img {
        height: 194px;
        width: 261px;
        float: left;
    }

    .hceg a:hover {
        color: #149fe7;
    }

    .hceg a p {
        display: inline-block;
        width: 261px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        margin: 5px 0px;
    }

.friendlink {
    margin-bottom: 10px;
    margin-top: 16px;
}

.fdtl {
    font-size: 18px;
    color: #0568b8;
    width: 90px;
    vertical-align: top;
    line-height: 35px;
}

.links{
    clear:both;
}
.links ul {
    list-style: none;
}
.links ul li {
    float: left;
    margin-left: 20px;
    *display: inline;
}

    .links ul li:first-child {
        margin-left: 0;
    }

    .links ul li > a {
        display: inline-block;
        width: 284px;
        height: 32px;
        line-height: 32px;
        padding-left: 10px;
        color: #fff7f7;
        font-size: 16px;
        background: #0568b8 url(todown.png) no-repeat 270px;
        border: 1px solid #0568b8;
        text-decoration: none;
        cursor: pointer;
    }

    .links ul li.asect > a {
        background: #0568b8 url(toup.png) no-repeat 270px;
    }

.select_content1{
    width:100%;
}
    .select_content1 dd {
        width: 25%;
    }
.select_content {
    width: 1070px;
    padding: 20px 30px;
    background: #f9f9f9;
    position: absolute;
    bottom: 0px;
    left: -116px;
    border: 1px solid #d2d2d2;
    padding-right: 0;
    z-index: 999;
}
    .select_content h2 {
        padding: 5px 0;
        line-height: 38px;
        font-size: 20px;
        height: 38px;
        color: #0e4c95;
    }

        .select_content h2 span {
            display: inline-block;
            width: 4px;
            height: 22px;
            background: #ff4500;
            margin-right: 10px;
            float: left;
            margin-top: 10px;
        }
    .select_content dd {
        padding: 9px 0;
        display: inline-block;
        vertical-align: top;
    }

    .select_content dd {
        *display: inline;
    }

        .select_content dd a {
            font-size: 16px;
            color: #000;
        }

.pageroad {
    padding: 5px;
    border-bottom: 1px dashed #666;
    margin-bottom: 30px;
}

.leftmenu {
    width: 200px;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    padding: 20px 0px;
    font-size: 18px;
    min-height: 300px;
    float: left;
}

.leftmenu2 {
    width: 200px;
    text-align: center;
    line-height: 40px;
    background-color: #2e66dd;
    padding: 20px 0px;
    font-size: 18px;
    min-height: 300px;
    float: left;
}

.curmenu a {
    color: darkorange;
    font-weight: bold;
}

.viewlistDiv {
    width: 840px;
    float: right;
}

    .viewlistDiv p {
        line-height: 30px;
    }

        .viewlistDiv p b {
            font-weight: normal;
            display: inline-block;
            width: 720px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .viewlistDiv p b a {
                text-decoration: none;
                color: #333;
            }

                .viewlistDiv p b a:hover {
                    color: #149fe7;
                }

        .viewlistDiv p span {
            display: inline-block;
            float: right;
            font-size: 14px;
        }

.viewlistDiv2 {
    width: 840px;
    float: right;
}

    .viewlistDiv2 img {
        width: 270px;
        height: 180px;
        float: left;
        margin: 10px;
    }

    .viewlistDiv2 .prowd {
        width: 530px;
        padding: 10px;
        float: right;
    }

        .viewlistDiv2 .prowd p {
            line-height: 30px;
        }

            .viewlistDiv2 .prowd p.introproj {
                color: #777;
            }

            .viewlistDiv2 .prowd p a {
                text-decoration: none;
                color: #333;
            }

                .viewlistDiv2 .prowd p a:hover {
                    color: #149fe7;
                }

.viewlistDiv3 {
    width: 840px;
    float: right;
}

    .viewlistDiv3 div {
        width: 265px;
        float: left;
        margin: 5px 6px;
    }

        .viewlistDiv3 div p {
            text-align: center;
            margin-bottom: 10px;
        }

            .viewlistDiv3 div p a img {
                width: 265px;
                height: 100px;
            }

.pager_bar {
    display: inline-block;
    width: 100%;
    text-align: right;
    border-top: 1px dashed #015293;
    padding-top: 10px;
}

    .pager_bar a {
        border: 1px solid #ddd;
        padding: 2px 5px;
        margin: 0px 5px;
    }

.viewContDiv {
    width: 820px;
    float: right;
    line-height: 40px;
    padding: 20px;
}

.viewContDiv2 {
    width: 820px;
    float: right;
    line-height: 40px;
    padding: 20px;
    background-color: #d9ecfb;
    text-align: center;
}

.viewContDiv3 {
    width: 820px;
    float: right;
    line-height: 40px;
    padding: 20px;
    background-color: #d9ecfb;
}

fieldset {
    background: #f2f2e6;
    padding: 12px;
    border: 1px solid #fff;
    border-color: #fff #666661 #666661 #fff;
    margin-bottom: 30px;
    width: 790px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
}

    fieldset p {
        text-indent: 2em;
        line-height: 20px;
    }

legend {
    background: #2e66dd;
    color: #fff;
    font: 17px/21px Calibri, Arial, Helvetica, sans-serif;
    padding: 2px 10px;
    margin: -26px 0 0 -11px;
    font-weight: bold;
    border: 1px solid #fff;
    border-color: #e5e5c3 #505014 #505014 #e5e5c3;
}

label.opt {
    font-weight: normal;
    color: red;
}

dl {
    clear: both;
}

dt {
    float: left;
    text-align: right;
    width: 90px;
    line-height: 25px;
    margin: 0 10px 10px 0;
}

dd {
    float: left;
    width: 475px;
    line-height: 25px;
    margin: 0 0 10px 0;
}
.fxft2 {
    position: fixed;
    top: 480px;
    right: 2px;
}

    .fxft2 img {
        width: 120px;
    }
.fxft1{
    position:fixed;
    top:360px;
    right:2px;
}
.fxft1 img{
    width:120px;
}

.fxft {
    position: fixed;
    top: 260px;
    right: 2px;
}

.fxft img {
    width: 70px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(100, 100, 100, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1000000;
}
 
.loading-box {
  display: flex;
}
 
.loading-bar {
  width: 50px;
  height: 10px;
  background: #FFC75F;
  margin: 5px;
  animation: loading-bar-animation 0.8s ease-in-out infinite;
}
 
.loading-bar:nth-child(1) {
  animation-delay: -0.8s;
}
 
.loading-bar:nth-child(2) {
  animation-delay: -0.4s;
}
 
.loading-bar:nth-child(3) {
  animation-delay: 0s;
}
 
.loading-bar:nth-child(4) {
  animation-delay: 0.4s;
}
 
@keyframes loading-bar-animation {
  0% {
    opacity: 1;
    transform: scaleY(0.4);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0.4);
  }
}