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, hr, button,
article, aside, details, figcaption, figure, footer,
header, menu, nav, section,form,span,label,a {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei'!important;
}
a:hover{
    color: #71bceb!important;
}
input, select, textarea {
    font-size: 100%
}
img {
    border: 0
}
ol, ul {
    list-style: none
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
a {
    text-decoration: none
}
em,i,strong{
    font-weight: normal;
    font-style: normal;
}
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.fn-clear {
    zoom: 1
}
.easysite-eclipse{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* template margintop */
.easysite-mtb10{
    border-top: 10px solid #eeeeee;
}
/*.easysite-mt10{
    margin-top: 10px;
}*/
.easysite-font{
    font-family: 'microsoft yahei'!important;
    font-size: 14px;
}
.easysite-border{
    border: 1px solid #b5b5b5;
    border-top: none;
}

/* simulate select */
.easysite-simulat-select-wrap:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.easysite-simulat-select-wrap{
    width: 170px;
    padding: 0 6px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    float: left;
    zoom: 1;
}
.easysite-select-label{
    float: left;
    line-height: 32px;
    margin-right: 9px;
    color: #898989;
    font-size: 14px;
    display: none;
}
.easysite-simulate-select{
    position: relative;
    font-size: 14px;
    width: 100%;
    float: left;
}
.easysite-select-state{
    float: left;
    line-height: 32px;
    margin-right: 9px;
    color: #898989;
}
.easysite-select-header{
    height: 30px;
    padding-right: 26px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.easysite-select-header input{
    border: 0;
    outline: none;
    height: 20px;
    *height: 18px;
    padding: 5px 0px 5px 0px;
    width: 100%;
    cursor: pointer;
}
.easysite-select-header input:disabled{
    background-color: #fff;
}
.easysite-select-header i{
    position: absolute;
    top: 11px;
    right: 7px;
    background: url("../../images/select-jiantou.png") no-repeat 0 0;
    width: 9px;
    height: 5px;
}
.easysite-select-option{
    position: absolute;
    top: 31px;
    left: -7px;
    border: 1px solid #c9c9c9;
    background-color: #eeeeee;
    padding: 0 6px;
    width: 100%;
    overflow: hidden;
    z-index: 10000;
    zoom: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.easysite-simulate-select .easysite-select-scroll{
    width: 110%;
    max-height: 190px;
    _height: 10px;
}
.easysite-simulate-select .easysite-y-scroll::-webkit-scrollbar {
    width: 8px;
    /*    background-color: #c9c9c9;*/
}
.easysite-simulate-select .easysite-y-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,.5);
}
.easysite-select-option ul{
    _position: absolute;
    background-color: #eeeeee;
    _width: 237px;
    _overflow: hidden;
    display: none;
}
.easysite-select-option ul li{
    cursor: pointer;
    background-color: #fff;
    height: 22px;
    line-height: 22px;
    color: #898989;
    padding-left: 18px;
    padding-right: 7px;
    margin-left: -6px;
    /*width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.easysite-select-option ul li:hover, .easysite-select-option ul .easysite-active{
    background-color: #dcdcdc;
}

/* pagination */
.easysite-theme-pagination{
    background-color: #fff;
    text-align: right;
    margin-top: 2px;
    color: #707070;
}
.easysite-theme-pagination .easysite-page-wrap,
.easysite-theme-pagination .easysite-total-page,
.easysite-theme-pagination .easysite-jump-page{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.easysite-theme-pagination .easysite-page-wrap{
    padding: 9px 0;
}
.easysite-theme-pagination .easysite-total-page{
    margin: 0 10px;
    padding: 9px 0;
}
.easysite-theme-pagination .easysite-jump-page{
    vertical-align: top;
    zoom: 1;
    padding: 7px 0;
    *padding: 4px 0 6px;
    background-color: #fff;
}
.easysite-jump-page .easysite-page-text{
    width: 34px;
    padding: 3px 2px;
    height: 16px;
    *height: 10px;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
}
.easysite-jump-page .easysite-jump-btn{
    height: 26px;
    line-height: 22px;
    background-color: #fff;
    font-size: 14px;
    margin: 0 20px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #707070;
    color: #707070;
    outline: 0;
    cursor: pointer;
}
.easysite-jump-page .easysite-jump-btn:hover{
    background-color: #64b24f;
    color: #fff;
}
.easysite-jump-btn:hover input{
    background-color: #64b24f;
    color: #fff;
}
.easysite-theme-pagination .easysite-total-page{
    padding: 6px 0;
    text-align: center;
}
.easysite-theme-pagination .easysite-total-page span{
    display: inline-block;
    margin-right: 20px;
    color: #707070;
    font-size: 14px;
}
.easysite-total-page span b{
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
}
.easysite-page-wrap{
    text-align: center;
    padding: 5px 0 13px;
    font-size: 0;
}
.easysite-page-wrap a{
    font-size: 14px;
    color: #707070;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    _display: inline;
}
.easysite-page-wrap .easysite-page-num{
    margin-right: 2px;
    padding: 0 8px;
}
.easysite-page-wrap .easysite-current{
    background-color: #60bbc3!important;
    color: #fff;
}
.easysite-page-wrap .easysite-page-num:hover{
    background-color: #e5e5e5;
    color: #707070!important;
}
/* table css */
.easysite-theme-content .easysite-th-row:after,
.easysite-theme-content .easysite-td-row:after,
.easysite-detail-section:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.easysite-theme-content .easysite-th-row,
.easysite-theme-content .easysite-td-row,
.easysite-detail-section{
    zoom: 1;
}
.easysite-theme-content{
    *overflow: hidden;
    *zoom: 1;
    width: 100%;
    overflow: hidden;
}
.easysite-theme-content .easysite-th-row span,
.easysite-theme-content .easysite-td-row span{
    float: left;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.easysite-theme-content .easysite-th-row span{
    height: 36px;
    line-height: 36px;
}
.easysite-theme-content .easysite-td-row span{
    color: #595757;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.easysite-theme-content .easysite-td-row .easysite-theme{
    text-align: left;
}
.easysite-theme-content .easysite-td-row:hover{
    background-color: #e5e5e5!important;
}
.easysite-theme-content .easysite-th-row{
    background-color: #f3f3f3;
}
.easysite-theme-content .easysite-serial{
    width: 10%;
}
.easysite-theme-content .easysite-theme{
    width: 49.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.easysite-theme-content .easysite-start-time,
.easysite-theme-content .easysite-end-time{
    width: 15%;
}
.easysite-theme-content .easysite-status{
    width: 10%;
}

/* date wrap */
.easysite-date-wrap{
    border: 1px solid #c9c9c9;
    padding: 0 6px 0 0;
    float: left;
}
.easysite-search-time .easysite-start-calendar{
    background: url("images/survey-icon.png") no-repeat;
    _background: url("images/survey-icon-ie.png") no-repeat;
}
.easysite-search-time{
    padding-right: 32px;
    height: 30px;
    position: relative;
    padding-right: 38px;
    height: 30px;
    *overflow: hidden;
}
.easysite-search-time .easysite-input{
    width: 130px;
    border: 0;
    outline: 0;
    padding: 5px;
    height: 20px;
    zoom: 1;
    *display: inline-block;
}
.easysite-search-time span{
    height: 24px;
    width: 38px;
    position: absolute;
    top: 3px;
    right: -6px;
    border-left: 1px solid #c9c9c9;
    text-align: center;
    vertical-align: middle;
}
.easysite-search-time .easysite-start-calendar{
    background-position: -28px -16px;
    width: 22px;
    height: 23px;
    display: inline-block;
}
.easysite-search-time .easysite-start-calendar:hover{
    background-position: -28px -76px;
}

/* form input */
.easysite-board-page-content{
    background-color: #eee;
}
.easysite-section-wrap{
    padding: 20px 30px;
    background-color: #fff;
}
.easysite-info-codebtn{
    display: inline-block;
    height: 28px;
    line-height: 26px;
    border: 1px solid #64b24f;
    color: #64b24f;
    border-radius: 5px;
    padding: 0 20px;
    margin-left: 20px;
    cursor: pointer;
    background-color: #fff;
}
.easysite-code-counter{
    font-size: 12px;
    color: #595757;
    cursor: not-allowed;
    background-color: #fff;
}
.easysite-info-codebtn:hover{
    background-color: #64b24f;
    color: #fff;
}
.easysite-code-counter:hover{
    background-color: #fff;
    color: #595757;
}
.easysite-row:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.easysite-row{
    padding: 10px 0 10px 120px;
    color: #595757;
    /*position: relative;*/
    zoom: 1;
}
.easysite-special-row{
    padding: 6px 0 6px 120px;
}
.easysite-radio-row{
    padding: 4px 0 4px 120px;
}
.easysite-mutile-radio{
    width: 80%;
    display: inline-block;
    _display: inline;
    zoom: 1;
}
.easysite-special-row .easysite-label{
    padding: 2px 0 0;
}
.easysite-label{
    float: left;
    width: 90px;
    margin-left: -120px;
    padding: 6px 0;
    text-align: right;
    zoom: 1;
}
.easysite-cell{
    float: left;
    /*position: relative;*/
    width: 100%;
}
.easysite-cell .easysite-text{
    height: 21px;
    line-height: 21px;
}
.easysite-cell em{
    color: #f01f0b;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.easysite-cell .easysite-imgcode{
    width: 64px;
    height: 30px;
    vertical-align: top;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.easysite-input{
    line-height: 24px;
    height: 24px;
    padding: 3px 6px;
    border: 1px solid #c9c9c9;
    width: 80%;
    color: #666;
}
.easysite-cell .easysite-special-inw{
    width: 75%;
}
.easysite-textarea{
    padding: 3px 6px;
    border: 1px solid #c9c9c9;
    width: 80%;
    height: 100px;
    color: #666;
}
.easysite-textnum{
    position: absolute;
    right: 20%;
    bottom: 8px;
    color: #959595;
}
.easysite-radio{
    line-height: 30px;
    margin-right: 30px;
    min-width: 40px;
    _width:expression((document.documentElement.clientWidth||document.body.clientWidth)>40?"":"40px");
    display: inline-block;
}
.easysite-radio input{
    vertical-align: middle;
    margin-right: 3px;
}

/* input tip start */
.easysite-input-tip-wrap{
    position: absolute;
    top: 55px;
    left: 120px;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    min-width: 238px;
    display: none;
}
.easysite-input-tip{
    position: relative;
    padding: 5px 3px 5px 12px;
}
.easysite-input-tip .easysite-input-arrow{
    position: absolute;
    top: -11px;
    left: 12px;
    width: 20px;
    height: 11px;
    background: url("images/input-tip-arrow.png") no-repeat 0 0;
}
.easysite-input-tip .easysite-input-tip-info{
    color: #686767;
    font-size: 12px;
    line-height: 22px;
}
.easysite-input-tip-info em{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 50%;
}
.easysite-input-tip-info .easysite-pwd-strong{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 132px;
    height: 7px;
    background-color: #c9c9c9;
}
.easysite-input-tip-info .easysite-pwd-strong .easysite-strong-level{
    position: absolute;
    width: 44px;
    height: 7px;
}
.easysite-input-tip-info .easysite-weak .easysite-level-one{
    left: 0;
    background-color: #e34545;
}
.easysite-input-tip-info .easysite-middle .easysite-level-one{
    left: 0;
    background-color: #e34545;
}
.easysite-input-tip-info .easysite-middle .easysite-level-two{
    left: 44px;
    background-color: #ee873b;
}
.easysite-input-tip-info .easysite-strong .easysite-level-one{
    left: 0;
    background-color: #e34545;
}
.easysite-input-tip-info .easysite-strong .easysite-level-two{
    left: 44px;
    background-color: #ee873b;
}
.easysite-input-tip-info .easysite-strong .easysite-level-three{
    left: 88px;
    background-color: #6dcc69;
}
/* input tip start */

/* submit */
.easysite-form-page-sub{
    margin-top: 2px;
    background-color: #fff;
    padding: 14px 0;
}
.easysite-form-page-sub .easysite-check-code{
    float: left;
    padding-left: 26px;
}
.easysite-form-page-sub .easysite-check-code span{
    display: inline-block;
     display: inline\9;
    _display: inline;
    zoom: 1;
}
.easysite-form-page-sub .easysite-check-code input{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 75px;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
}
.easysite-form-page-sub .easysite-check-code img{
    width: 64px;
    height: 30px;
    border: 1px solid #000;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    _display: inline;
    zoom: 1;
}
.easysite-submit-btns{
    float: right;
    margin-right: 20px;
}
.easysite-submit-btns label{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.easysite-submit-btns input,
.easysite-btn{
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    color: #7d7d7d;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 6px;
    padding: 0 15px;
}
.easysite-submit-btns .easysite-sub-page{
    border: 1px solid #64b24f;
    color: #64b24f;
}
.easysite-submit-btns .easysite-sub-page:hover,
.easysite-submit-btns .easysite-sub-page:hover input,
.easysite-btn:hover{
    background-color: #64b24f;
    color: #fff!important;
}
.easysite-submit-btns .easysite-reset-page{
    border: 1px solid #cf2424;
    color: #cf2424;
}
.easysite-submit-btns .easysite-reset-page:hover,
.easysite-submit-btns .easysite-reset-page:hover input{
    background-color: #cf2424;
    color: #fff;
}

/* list css also is article list one template css */
.easysite-article-listul{
    background-color: #fff;
}
.easysite-list-title{
    padding: 0 20px;
    font-size: 16px;
    position: relative;
}
.easysite-list-title h3{
    height: 39px;
    line-height: 39px;
    position: relative;
    padding-left: 35px;
}
.easysite-list-common-icon{
    background: url("images/easysite-list-common-icon.png") no-repeat 0 0;
    _background: url("images/easysite-list-common-icon-ie.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.easysite-list-title .easysite-more{
    color: #61bdaf;
    position: absolute;
    top: 9px;
    right: 20px;
}
.easysite-list-modelone{
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
.easysite-article-li{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #000;
    position: relative;
}
.easysite-article-li a{
    color: #595757;
}
.easysite-article-li .article-title{
    display: inline-block;
    _display: inline;
    zoom: 1;
    text-align: left;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.easysite-black-circle{
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.easysite-article-li .article-time{
    position: absolute;
    top: 0px;
    right: 20px;
    text-align: right;
}

/* news and talk detail */
.easysite-paddingrl{
    padding-left: 50px;
    padding-right: 50px;
}
.easysite-news-title{
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
}
.easysite-news-title h2{
    font-size: 28px;
    color: #000;
    padding: 33px 0 6px;
}
.easysite-news-describe{
    font-size: 12px;
    padding: 6px 0 19px;
    color: #595757;
}
.easysite-news-fontsize{
    padding: 0 4px;
    cursor: pointer;
}
.easysite-share{
    text-align: right;
    padding: 12px 0 20px;
    height: 19px;
    line-height: 15px;
}
.easysite-share .share-icon,
.easysite-operation-foot .easysite-print i,
.easysite-operation-foot .easysite-my-error i,
.easysite-operation-foot .easysite-close i{
    background: url("images/news-icon.png") no-repeat;
    _background: url("images/news-icon-ie.png") no-repeat;
}
.easysite-share .share-icon{
    background-position: 0 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    _overflow: hidden;
}
.easysite-isprase .agree-num i,
.easysite-isprase .noagree-num i{
    background: url("images/share-icon.png") no-repeat;
    _background: url("images/share-icon-ie.png") no-repeat;
}
.easysite-share i{
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 5px;
    background: url("images/share-icon.png") no-repeat;
    _background: url("images/share-icon-ie.png") no-repeat;
}
i.easysite-weixin{
    background-position: 0 0;
    width: 22px;
    height: 17px;
}
i.easysite-weixin:hover{
    background-position: -39px 0;
}
i.easysite-weibo{
    background-position: 0 -28px;
    width: 20px;
    height: 17px;
}
i.easysite-weibo:hover{
    background-position: -40px -28px;
}
i.easysite-qqkong{
    background-position: 0 -53px;
    width: 18px;
    height: 17px;
}
i.easysite-qqkong:hover{
    background-position: -42px -53px;
}
i.easysite-qqweibo{
    background-position: 0 -79px;
    width: 18px;
    height: 17px;
}
i.easysite-qqweibo:hover{
    background-position: -43px -79px;
}
.easysite-news-text{
    padding-bottom: 50px;
    font-size: 14px;
}
.easysite-news-text p{
    text-indent: 2em;
    margin-top: 30px;
    color: #595757;
}
.easysite-news-operation{
    border-top: 2px solid #eeeeee;
    padding-top: 10px;
}
.easysite-news-operation .easysite-isprase{
    float: left;
    text-align: left;
}
.easysite-isprase .agree-num,
.easysite-isprase .noagree-num{
    float: left;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    color: #595757;
}
.easysite-isprase .agree-num{
    margin-right: 10px;
}
.easysite-isprase .agree-num i{
    background-position: 0 -109px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 7px;
}
.easysite-isprase .agree-num:hover i{
    background-position: -45px -109px;
}
.easysite-isprase .noagree-num i{
    background-position: 0 -139px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 7px;
}
.easysite-isprase .noagree-num:hover i{
    background-position: -45px -139px;
    background-position: -45px -139px;
}
.easysite-news-operation .easysite-operation-foot{
    float: right;
    text-align: right;
}
.easysite-operation-foot span{
    float: left;
    position: relative;
    padding: 3px 8px;
    color: #595757;
    cursor: pointer;
}
.easysite-operation-foot span:hover{
    background-color: #dcdcdc;
    border-radius: 5px;
}
.easysite-operation-foot .easysite-print i{
    background-position: 0 -19px;
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 0;
}
.easysite-operation-foot .easysite-my-error i{
    background-position: 0 -42px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 0;
}
.easysite-operation-foot .easysite-close i{
    background-position: 0 -65px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 0;
}

/* validate css */
.Validform_right{
    background: none!important;
    height: inherit!important;
    line-height: inherit!important;
}

