/*CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
    font-size: 14px;
    cursor: default;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
    list-style: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0157b3;
}

a:active {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

/* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨css */
.fl {
    float: left;
}

.fr {
    float: right;
}

.mt20 {
    margin-top: 20px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: url(../images/background.png) no-repeat center top;
}

.header {
    position: relative;
    /* height: 360px; */
}

.top {
    height: 30px;
    background: #147bd9;
}

.top p {
    color: #fff;
    line-height: 30px;
}

.top p a {
    color: #fff;
    margin: 0 5px;
}

.header-center {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.logo {
    float: left;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* margin-left: -335px; */
    /* padding-top: 140px; */
    /* width: 670px; */
    /* background: url(../images/top_bg.png) no-repeat center top; */
}

.search {
    float: right;
    width: 340px;
    46px: 38px;
    border: 1px solid #e1e1e1;
    background: #fff;
    /* margin: 220px auto 0; */
    overflow: hidden;
    margin-top: 15px;
}

.search .search-txt {
    float: left;
    border: 0;
    width: 264px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    outline: none;
    cursor: text;
}

.search .search-btn {
    float: left;
    border: 0;
    width: 46px;
    height: 46px;
    background: url(../images/2024ty_search.png) no-repeat center center;
    outline: none;
    cursor: pointer;
}

.nav-bar {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    border-bottom: 4px solid #0157b3;
    overflow: hidden;
}

.nav-bar ul li {
    float: left;
    width: 205px;
    height: 46px;
    line-height: 46px;
}

.nav-bar ul li:first-child {
    width: 174px;
}

.nav-bar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    color: #0157b3;
    transition: all .3s;
}

.nav-bar ul li.active a,
.nav-bar ul li a:hover {
    background: #0157b3;
    color: #fff;
}

.nav-bar ul li a:hover {
    transition: all .3s;
}

.nav-bar ul li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-bar ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    background: url(../images/nav_icon.png) no-repeat 0 0;
    vertical-align: middle;
    transition: all .3s;
}

.nav-bar ul li a:hover i {
    transition: all .3s;
}

.nav-bar ul li .nav-icon02 {
    background-position: -30px 0;
}

.nav-bar ul li .nav-icon03 {
    background-position: -60px 0;
}

.nav-bar ul li .nav-icon04 {
    background-position: -90px 0;
}

.nav-bar ul li .nav-icon05 {
    background-position: -120px 0;
}

.nav-bar ul li .nav-icon06 {
    background-position: -150px 0;
}

.nav-bar ul li .nav-icon07 {
    background-position: -180px 0;
}

.nav-bar ul li a:hover .nav-icon01,
.nav-bar ul li.active .nav-icon01 {
    background-position: 0 -30px;
}

.nav-bar ul li a:hover .nav-icon02,
.nav-bar ul li.active .nav-icon02 {
    background-position: -30px -30px;
}

.nav-bar ul li a:hover .nav-icon03,
.nav-bar ul li.active .nav-icon03 {
    background-position: -60px -30px;
}

.nav-bar ul li a:hover .nav-icon04,
.nav-bar ul li.active .nav-icon04 {
    background-position: -90px -30px;
}

.nav-bar ul li a:hover .nav-icon05,
.nav-bar ul li.active .nav-icon05 {
    background-position: -120px -30px;
}

.nav-bar ul li a:hover .nav-icon06,
.nav-bar ul li.active .nav-icon06 {
    background-position: -150px -30px;
}

.nav-bar ul li a:hover .nav-icon07,
.nav-bar ul li.active .nav-icon07 {
    background-position: -180px -30px;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¤ */
.site_group {
    float: right;
    position: relative;
}

.site_group .site_btn {
    display: block;
    width: 72px;
    height: 23px;
    border: 1px solid #FFFFFF;
    background: url(../images/site_group_arrow_down.png) 56px center no-repeat;
    line-height: 23px;
    font-size: 14px;
    color: #8ab3df;
    text-indent: 8px;
    margin: 3px 0 2px 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.site_group .site_btn.on {
    background-image: url(../images/site_group_arrow_up.png);
}

.site_group .site_body {
    z-index: 999;
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    width: 620px;
    border: 5px solid #2f73b2;
    background: #FFFFFF;
    padding: 13px 15px 0;
}

.site_group .site_body .tit {
    height: 20px;
    width: 100%;
    background: url(../images/site_group_tit_bg.jpg) left center repeat-x;
}

.site_group .site_body .tit h2 {
    height: 20px;
    width: auto;
    float: left;
    line-height: 20px;
    background: #FFFFFF;
    padding-right: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.site_group .site_body ul.bm_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 11px 0;
}

.site_group .site_body ul.bm_list li {
    float: left;
    width: 25%;
    height: auto;
    line-height: 24px;
}

.site_group .site_body ul.bm_list li span,
.site_group .site_body ul.bm_list li a {
    font-size: 14px;
    color: #333333;
    padding-left: 6px;
    background: url(../images/site_group_list_dot.png) left center no-repeat;
}

.site_group .site_body ul.bm_list li a {
    color: #2f73b2;
    background-image: url(../images/site_group_list_dot_on.png);
}

/* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ */
.box {
    border: 4px solid #dfdfdf;
    padding: 16px;
    overflow: hidden;
}

.title {
    border-bottom: 1px solid #dfdfdf;
    height: 39px;
}

.title ul {
    float: left;
}

.title ul li {
    float: left;
}

.title ul li {
    background: url(../images/title_li_line.png) no-repeat left center;
    padding: 0 10px;
}

.title ul li:first-child {
    background: none;
    padding-left: 0;
}

.title ul li a {
    font-size: 18px;
}

.title ul li.on a,
.title ul li a:hover {
    font-weight: bold;
    color: #0157b3;
}

.title .more {
    float: right;
}

.title .more a {
    display: none;
    color: #999;
    line-height: 30px;
}

.title .more a:first-child {
    display: block;
}

.title .more a:hover {
    color: #0157b3;
}

.list {
    padding-top: 8px;
}

.list ul {
    display: none;
}

.list ul:first-child {
    display: block;
}

.list li {
    line-height: 36px;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list li a {
    float: left;
    background: url(../images/index-dot.png) no-repeat 3px center;
    max-width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-indent: 10px;
}

.list li span {
    float: right;
    color: #999;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¥ */
.friendlink {
    background: #f1f1f1;
    margin-top: 20px;
    overflow: hidden;
}

.friendlink-tit {
    float: left;
    width: 45px;
    height: 68px;
    background: #0157b3;
    padding: 20px 24px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
}

.friendlink ul {
    margin: 21px 0 0 93px;
}

.friendlink ul li {
    float: left;
    width: 162px;
    margin-left: 19px;
}

.friendlink ul li img {
    display: block;
    width: 162px;
    height: 49px;
    transition: all .3s;
}

.friendlink ul li:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

/* footer */
.footer {
    border-top: 5px solid #2f73b2;
    padding: 20px 0;
    overflow: hidden;
}

.footer-left {
    float: left;
    width: 200px;
    margin-left: 50px;
    padding-top: 15px;
}

.footer img {
    vertical-align: middle;
}

.footer-right {
    margin-left: 270px;
    /* padding-top: 8px; */
}

.footer-right p {
    color: #666;
    line-height: 24px;
}


/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â */
.side-bar {
    width: 60px;
    position: fixed;
    left: 50%;
    margin-left: 610px;
    bottom: 200px;
    text-align: center;
    z-index: 99999;
}

.side-bar ul li {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.side-bar .hylItem {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    background: #0157b3;
    text-align: center;
    color: #fff;
}

.side-bar .hylItem span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.side-bar .hylItem:hover {
    text-decoration: none;
}

.side-bar .hylCell {
    position: absolute;
    top: 0;
    left: -95px;
    border: 1px solid #ccc;
    background: #fff;
    width: 80px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    display: none;
}

.side-bar .hylCell img {
    display: block;
    width: 80px;
    height: 80px;
}

.side-bar .hylApp {
    top: -100px;
}


/* media */
@media only screen and (max-width: 1199px) {
    .header-center,
    .w1200 {
        width: 100%;
    }

    .box {
        box-sizing: border-box;
    }

    .Voice-Voicer-Container,
    .duilian,
    .side-bar,
    .top .fr,
    .friendlink,
    .footer-left,
    .footer-right p:last-child {
        display: none !important;
    }

    .logo,
    .search {
        float: none;
    }

    .logo {
        text-align: center;
    }

    .search {
        margin: 20px auto 0;
    }

    .nav-bar ul li,
    .nav-bar ul li:first-child {
        width: calc(100%/7);
    }

    .nav-bar ul li i {
        display: none;
    }

    .nav-bar ul li span {
        display: inline;
        margin: 0;
    }

    .footer-right {
        margin: 0;
        padding: 0 10px;
        text-align: center;
    }

    .footer-right p {
        float: none !important;
    }

    .title {
        height: auto;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: auto;
    }

    .header-center {
        padding-top: 50px;   
    }

    .top {
        display: none;
    }

    .logo {
        position: static;
        margin: 0;
        background: none;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .logo img {
        width: 90%;
        height: auto;
    }

    .nav-bar {
        position: static;
        margin-top: 30px;
        border: 0;
        margin-top: 0;
    }

    .nav-bar ul li {
        box-sizing: border-box;
        padding-left: 1px;
        width: calc(100%/3);
    }

    .nav-bar ul li a {
        background: #0157b3;
        color: #fff;
    }

    .nav-bar ul li span {
        font-size: 16px;
    }

    .nav-bar ul li:first-child,
    .nav-bar ul li:nth-child(2),
    .nav-bar ul li:nth-child(3) {
        width: calc(100%/3);
        margin-bottom: 1px;
    }

    .nav-bar ul li:first-child,
    .nav-bar ul li:nth-child(4) {
        padding-left: 0;
    }
}