/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(../images/bg.jpg) no-repeat center top #fbf9ef;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}
.ewb-row {
    overflow: hidden;
}
.ewb-span24 {
    width: 998px;
    float: left;
}
.ewb-span23 {
    width: 956px;
    float: left;
}
.ewb-span22 {
    width: 914px;
    float: left;
}
.ewb-span21 {
    width: 872px;
    float: left;
}
.ewb-span20 {
    width: 830px;
    float: left;
}
.ewb-span19 {
    width: 788px;
    float: left;
}
.ewb-span18 {
    width: 746px;
    float: left;
}
.ewb-span17 {
    width: 704px;
    float: left;
}
.ewb-span16 {
    width: 662px;
    float: left;
}
.ewb-span15 {
    width: 620px;
    float: left;
}
.ewb-span14 {
    width: 578px;
    float: left;
}
.ewb-span13 {
    width: 536px;
    float: left;
}
.ewb-span12 {
    width: 494px;
    float: left;
}
.ewb-span11 {
    width: 452px;
    float: left;
}
.ewb-span10 {
    width: 410px;
    float: left;
}
.ewb-span9 {
    width: 368px;
    float: left;
}
.ewb-span8 {
    width: 326px;
    float: left;
}
.ewb-span7 {
    width: 284px;
    float: left;
}
.ewb-span6 {
    width: 242px;
    float: left;
}
.ewb-span5 {
    width: 200px;
    float: left;
}
.ewb-span4 {
    width: 158px;
    float: left;
}
.ewb-span3 {
    width: 116px;
    float: left;
}
.ewb-span2 {
    width: 74px;
    float: left;
}
.ewb-span1 {
    width: 32px;
    float: left;
}
.ewb-ml10 {
    margin-left: 10px;
}
.ewb-mt10 {
    margin-top: 10px;
}
.ewb-mt20 {
    margin-top: 20px;
}

/* header */

.ewb-logo-l {
    padding: 97px 47px 83px 12px;
}
.ewb-logo-tt {
    padding-top: 102px;
}

/* nav */

.ewb-nav {
    position: relative;
}
.ewb-nav img {
    position: absolute;
    top: 0;
}
.ewb-nav-borl {
    left: -17px;
}
.ewb-nav-borr {
    right: -17px;
}
.ewb-nav-items {
    background: #d91617;
}
.ewb-nav-items>li {
    float: left;
    width: 12.5%;
    *width: 12.45%;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}
.ewb-nav-link {
    display: block;
    color: #fff;
    background: url(../images/nav_s.jpg) no-repeat left center;
}
.ewb-nav-items>li:first-child a {
    background: none;
}
.ewb-nav-link:hover,.ewb-nav-link.accfocus {
    color: #fee289;
}



/* 通用common */


/* 当前位置 */

.ewb-loc {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #ebebeb;
}
.ewb-loc-index {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/home.png) no-repeat left center;
}
.ewb-loc>a {
    color: #333;
}
.ewb-loc span {
    color: #d91617;
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    /* logo */
    .ewb-logo-l {
        width: 30%;
        padding: 47px 47px 40px 12px;
    }
    .ewb-logo-tt {
        width: 60%;
        padding-top: 65px;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    /* logo */
    .ewb-logo-l {
        width: 27%;
        padding: 10% 5% 10% 12px;
    }
    .ewb-logo-tt {
        width: 62%;
        padding-top: 13%;
    }
    /* nav */
    .ewb-nav-items>li {
        width: 25%;
        font-size: 14px;
        line-height: 30px;
    }
    
}
/* footer */
.ewb-footer {
    background: #333;
    padding: 10px 0 30px;
}

/* 友情链接 */
.ewb-link ul {
    margin-left: -10px;
}

.ewb-link-item {
    float: left;
    width: 25%;
}

.ewb-link-box {
    margin: 10px 0 0 10px;
}

.ewb-link-data {
    width: 100%;
    height: 100%;
}

.ewb-link-box .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.ewb-link-box .chosen-container-single .chosen-single {
    border: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.ewb-link-box .chosen-container-single .chosen-single div b {
    background: url("../images/footer_down.png") left center no-repeat;
}

.ewb-link-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/footer_up.png") left center no-repeat;
}

.chosen-container .chosen-results {
    max-height: 120px;
}

.ewb-link-box .chosen-container .chosen-drop {
    border: 0;
}

/* pad */
@media (max-width:979px) {
    .ewb-link-item {
        width: 100%;
    }
}

.ewb-footer-txt {
    text-align: center;
    font-size: 0;
    margin: 23px 0;
}

.ewb-footer-txt a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.ewb-footer-txt span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
}

.ewb-footer-bottom p {
    font-size: 0;
    text-align: center;
    margin-left: -25px;
}

.ewb-footer-bottom span {
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    font-size: 14px;
    line-height: 24px;
    margin-left: 25px;
}

.ewb-footer .container {
    position: relative;
}

.ewb-footer-img {
    position: absolute;
}

.ewb-footer-img img {
    display: block;
}

.ewb-footer-num {
    color: #ddd;
    padding-left: 20px;
    background: url("../images/footer_img_03.png") left center no-repeat;
}

.ewb-footer-ga {
    color: #ddd;
    padding-left: 20px;
    background: url("../images/footer_img_04.png") left center no-repeat;
}

.footer1 {
    top: 112px;
    left: -10px;
}

.footer2 {
    top: 126px;
    left: 76px;
}

.ewb-footer-icons {
    position: absolute;
    right: 0;
    top: 102px;
}

.ewb-footer-icons li {
    float: left;
    margin-left: 20px;
}

.ewb-footer-icons a {
    display: block;
}

.ewb-footer-icons img {
    display: block;
    width: 60px;
    height: 60px;
}

.ewb-footer-icons span {
    line-height: 32px;
    display: block;
    text-align: center;
    color: #fff;
}

/* 小屏 */
@media (max-width:979px) {

    .ewb-footer-img,
    .ewb-footer-icons {
        position: static;
    }

    .ewb-footer-img {
        float: left;
    }

    .ewb-footer-icons {
        float: right;
    }

    .ewb-footer-box {
        overflow: hidden;
        margin-top: 15px;
    }

    .footer1 {
        margin-top: 15px;
    }

    .footer2 {
        margin: 18px 0 0 10px;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-footer-box {
        font-size: 0;
        text-align: center;
        margin-top: 0;
    }

    .footer1,
    .footer2 {
        margin-top: 0;
    }

    .ewb-footer-img,
    .ewb-footer-icons {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
    }

    .ewb-footer-icons span {
        font-size: 14px;
    }
}









/* 修改 */
.ewb-footer-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.footer3 {
    background: url("../images/footer_img_05.png");
}

.footer4 {
    background: url("../images/footer_img_07.png");
}

.footer5 {
    background: url("../images/footer_img_08.png");
}

.ewb-footer-icons a {
    position: relative;
}

.ewb-footer-code {
    position: absolute;
    top: -170px;
    width: 150px;
    height: 180px;
    padding-bottom: 24px;
    left: 50%;
    margin-left: -75px;
    display: none;
}

.ewb-footer-node {
    width: 112px;
    height: 112px;
    padding: 19px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.22);

}

.ewb-footer-node img {
    width: 112px;
    display: block;
    height: 112px;
}

.ewb-footer-arrow {
    height: 6px;
    position: relative;
    background: url("../images/arrow_white_down.png") top center no-repeat;
}

.ewb-footer-icons a:hover .footer3,.ewb-footer-icons a.accfocus .footer3 {
    background: url("../images/footer_img_05h.png");
}

.ewb-footer-icons a:hover .footer4,.ewb-footer-icons a.accfocus .footer4 {
    background: url("../images/footer_img_07h.png");
}

.ewb-footer-icons a:hover .footer5,.ewb-footer-icons a.accfocus .footer5 {
    background: url("../images/footer_img_08h.png");
}

.ewb-footer-icons a:hover .ewb-footer-code,.ewb-footer-icons a.accfocus .ewb-footer-code {
    display: block;
}

/* 小屏 */
@media (max-width:979px) {
    .ewb-footer-box {
        overflow: inherit;
    }

    .ewb-footer-box:before,
    .ewb-footer-box:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .ewb-footer-box:after {
        clear: both;
    }
}

/*无障碍连读效果下划线*/
.accfocus{
 text-decoration:underline!important;
}