/*文字排版*/
.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.t2 {
    text-indent: 2em
}

.lh150 {
    line-height: 150%
}

.lh170 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

.ti24 {
    text-indent: 24px;
}
/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.none, .hide {
    display: none
}

.block {
    display: block;
}
/*长度高度*/
.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w60 {
    width: 60px
}

.w70 {
    width: 70px
}

.w80 {
    width: 80px
}

.w90 {
    width: 90px
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px
}

.w700 {
    width: 700px
}

.w800 {
    width: 800px
}

.w {
    margin: 0 auto;
    width: 1004px;
    overflow: hidden;
}

.h50 {
    height: 50px
}

.h80 {
    height: 80px
}

.h100 {
    height: 100px
}

.h200 {
    height: 200px
}

.h {
    height: 100%
}
/*边距*/
.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mb100 {
    margin-bottom: 100px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml50 {
    margin-left: 50px
}

.ml100 {
    margin-left: 100px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr50 {
    margin-right: 50px
}

.mr100 {
    margin-right: 100px
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt50 {
    padding-top: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pb100 {
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl50 {
    padding-left: 50px
}

.pl100 {
    padding-left: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr50 {
    padding-right: 50px
}

.pr100 {
    padding-right: 100px
}
/*表格*/
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%; /*margin-bottom: 20px */
}

    .table th, .table td {
        padding: 4px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #bbb
    }

    .table th {
        font-weight: bold
    }

    .table thead th {
        vertical-align: bottom
    }

    .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0
    }

    .table tbody + tbody {
        border-top: 2px solid #bbb
    }

    .table .table {
        background-color: #fff
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #999;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #bbb
    }
/* 文本框 */
.input-mini, .input-small, .input-medium, .input-large, .input-xlarge, .input-xxlarge, .input-130, .input-240, .input-mini-01, .input-74 {
    height: 20px;
    line-height: 20px;
    border: 1px solid #7b7b7b;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 0 6px;
}

    .input-mini:focus, .input-mini-01:focus, .input-small:focus, .input-medium:focus, .input-large:focus, .input-xlarge:focus, .input-xxlarge:focus, .input-74:focus .textarea01:focus {
        background: #ffe;
    }

.input-mini-01 {
    width: 40px;
}

.input-mini {
    width: 60px;
}

.input-74 {
    width: 74px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 130px;
}

.input-large {
    width: 200px;
}

.input-xlarge {
    width: 360px;
}

.input-xxlarge {
    width: 530px;
}

.select01 {
    margin-top: 2px;
    padding: 2px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #7b7b7b;
    vertical-align: middle;
}

.textarea01 {
    margin-left: 0;
    float: left;
    padding: 2px 4px;
    width: 447px;
    min-width: 447px;
    max-448px: 447px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #7b7b7b;
}

* + html .textarea01 {
    position: relative;
    left: -30px;
}

@charset "utf-8";
/* common */
body, input, select {
    font: 14px/1.8 \5FAE\8F6F\96C5\9ED1, 'Lucida Grande', tahoma, arial, \5B8B\4F53;
    color: #666;
    position: relative;
    display: block;
}

body {
    background: #fff url() no-repeat center top scroll;
    cursor: default;
    margin: 0px;
}

input:focus, a:focus, .textarea:focus {
    outline: none;
}

.m, .mt, .mc {
    overflow: hidden;
}

    .mt h2 {
        float: left;
        nt-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

.extra {
    float: right;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #333;
    text-decoration: underline
}

a:active {
    background: none;
    text-decoration: underline;
}

input {
}

.input-mini-01 {
    width: 36px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #454545;
    background-color: #fff;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.input-mini:focus {
    background-color: #f9f7e9;
}

.color01 {
    color: #FF6600 !important;
}

.color02 {
    color: #fe6700 !important;
}

.color03 {
    color: #bbb !important;
}
/*复选框 单选组 对齐*/
.label-checkbox label {
    display: block;
    overflow: hidden;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 60px;
    white-space: nowrap;
}

.label-checkbox input {
    display: block;
    float: left;
    height: 30px;
}

.label-radio label {
    display: block;
    overflow: hidden;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 60px;
    white-space: nowrap;
}

.label-radio input {
    display: block;
    height: 30px;
}
/* common bg */
#main-nav, .search-btn, #steps li, .o-btn i {
    background: url(../../Resource/images/ui.png) no-repeat;
}

#main {
    background-color: #fff;
    overflow: hidden;
}

#left {
    float: left;
    width: 160px;
}

#right {
    float: right;
    width: 834px;
}

/*----印书网CSS----*/
.yswHead {
    width: 100%;
    height: 34px;
    min-widht: 1200px;
    position: relative;
    display: inline-block;
    background: url(../../Resource/images/top-bg.png) center repeat-x;
}

.yswContainer {
    width: 1200px;
    margin: 0 auto;
    height: 38px;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 3.5px;
}

.yswslogin {
    float: left;
    margin: 5px 0 0 0;
    color: #fff;
}

.yswwlcome {
    float: right;
    margin: 5px 13px 0 0;
    color: #fff;
    z-index: 1;
}

.yswlogo {
    background: url(../../Resource/images/yswbigimg.png);
    margin-top: 0px;
    margin-right: 0px;
    width: 143px;
    height: 111px;
    background-position: 0px 10px;
    float: left;
}

.yswslogina {
    background: url(../../Resource/images/yswbigimg.png);
    margin-top: 0px;
    margin-left: 155px;
    width: 205px;
    height: 111px;
    background-position: -148px 50px;
}

.yswmenu {
    width: 550px;
    height: 42px;
    float: right;
    margin-top: -7px;
    position: absolute;
    top: 88px;
    margin-left: 702px;
}

#nav {
    display: inline;
    float: left;
    width: auto;
    width: 552px
}

    #nav li {
        float: left;
        width: 110px;
        height: 51px;
        line-height: 35px;
        text-align: center;
        vertical-align: middle;
    }

        #nav li a {
            display: block;
            padding: 2px 4px;
            height: 43px;
            font-weight: bold;
            width: 99px;
            font-size: 16px;
            font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Verdana, Arial, Helvetica, sans-serif;
            color: #ffffff;
        }

            #nav li a:hover, #nav li a span:hover {
                color: #01ca85;
                font-weight: bold;
                text-decoration: none;
                border-bottom: 3px solid #21c283;
            }

/*----印书网CSS----广告和登录
.yswbanner{background:#f5f5f5;height:340px;width:100%;margin-top:123px;position:relative;background: url();}
.yswlogin{background:#888;width:328px;height:300px;margin:20px 0px 0px 1184px;position:absolute;}*/

/*.switch{ width:329px; height:41px; position:relative; margin-bottom:15px; background-image:url(../../Resource/images/yswlogintopimg.png)}*/
.switch {
    width: 329px;
    height: 50px;
    position: relative;
    margin-bottom: 5px
}

    .switch label {
        width: 163px
    }

.loginform {
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 15px 0 15px 0;
    text-align: center;
    height: 124px;
    width: 304px;
    margin: 0 auto;
    background: #FFF;
}

    .loginform span {
        float: left;
        clear: left;
        margin: -3px 15px 10px 0;
        height: 18px
    }

.logindiv {
    margin: 15px 0 15px 15px;
    padding: 10px 0 15px 15px;
}

.logindiv_top {
    margin: 15px 15px 0px 15px;
    padding: 5px 5px 31px 15px;
    border-bottom: 1px solid #aeaeae;
}

.loginform input {
    border: none;
    line-height: 16px;
    width: 209px;
    float: left;
    padding: 5px 0 10px 0;
    margin-top: -8px;
    background-color: #fff
}
/* input:-webkit-autofill {background-color:#fff !important;background-image: none  !important;color: rgb(0, 0, 0)  !important;;}*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.sp {
    color: #01ca85;
    background: #f1f2f3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: bold
}

.spa {
    color: #888;
    background: #ccc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.loginbtn {
    font-size: 20px;
    font-weight: 400;
    height: 38px;
    width: 100%;
    text-align: center;
    background: #ff8a00;
    color: #fff;
    opacity: 1;
    border-radius: 3px;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .loginbtn:hover {
        color: #fff;
        background: #ff8a00
    }

.yswbanner {
    height: 464px;
    width: 1200px;
    margin-top: 123px;
    margin: 0 auto;
    position: relative;
}

.yswlogin {
    background-color: #f1f2f3;
    width: 328px;
    height: 284px;
    left: 823px;
    top: 143px;
    position: absolute;
    border-radius: 3px;
}

.yswtext {
    top: 182px;
    left: 120px;
    position: absolute;
}


.selectrole_1 {
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding-bottom: 1px;
    text-align: center;
    width: 163px;
    float: left
}

.selectrole_2 {
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding-bottom: 1px;
    text-align: center;
    width: 165px;
    float: left
}


/*----印书网底部----广告和合作伙伴*/
.yswBottom {
    width: 100%;
    height: 230px;
    background-color: #f4f4f4;
    min-width: 1200px;
    display: inline-block;
}

.yswsmallbanner {
    width: 1200px;
    height: 230px;
    margin: 0 auto;
}

.yswyscrz {
    width: 400px;
    height: 230px;
    float: left;
}

.yswcbsjr {
    width: 400px;
    height: 230px;
    float: left;
}

.yswqhqwfjh {
    width: 400px;
    height: 230px;
    float: left;
}

.yswlink {
    width: 100%;
    background: #404040;
}

.pList1 li {
    float: left;
    display: block;
    padding: 15px 0 0 10px;
}

#copyright {
    text-align: center;
    color: #666;
    clear: both;
}


/*----印书网----关于我们*/
.yswaboutus {
    float: right;
    margin-top: -31px;
    position: absolute;
    left: 149px;
    top: 252px;
}

.yswaboutusfont {
    position: absolute;
    left: 467px;
    top: 152px;
    width: 68%;
    height: 236px;
    max-width: 1200px;
    position: relative;
    display: inline-block;
    background: url(../../Resource/images/top-bg.png) center repeat;
}

/*----印书网----帮助中心*/
.helpcenter {
    width: 1200px;
    margin: 20px auto;
    background: #ffffff;
}

.yswhelpcenterleft {
    width: 260px;
    float: left;
    background: #eeeeee;
}

.yswhelpcenterright {
    width: 900px;
    margin-left: 300px;
    padding: 1px;
}

.yswhelpcenterleft-wenzi {
    line-height: 42px;
}

    .yswhelpcenterleft-wenzi li {
        padding-left: 20px
    }

        .yswhelpcenterleft-wenzi li hover {
            background: #FFF;
        }

a.yangshi {
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    height: 42px;
}

    a.yangshi:hover {
        color: #666666;
        font-size: 16px;
        display: block;
        width: 300px;
        height: 42px;
        background: #FFF;
    }


/*----印书网新首页----*/
.newindextop {
    width: 1200px;
    height: 145px;
    margin: 0px auto;
    background: #;
    position: relative;
}

.newindextoplogo {
    padding: 38px 0 0 63px;
    float: left;
}

.newindextop400 {
    float: right;
    margin: 27px 78px 0 0;
}

.newindexweblink {
    float: right;
    position: absolute;
}

#newindexweblink li {
    width: 95px;
    height: 58px;
}

.linkinline {
    display: inline;
    width: 300px;
}

.bannera {
    width: 100%;
    height: 419px;
    background: url(//www.yinshu.cn/images/bannerbg.jpg);
    margin: 0 auto;
}

.bannerb {
    width: 1200px;
    margin: 0 auto;
    height: 419px;
}

.videoimg {
    width: 1200px;
    margin: 0 auto;
}

.videoimga {
    padding: 8px 0 8px 8px;
    float: left;
}

.lineauto {
    margin: 0 auto;
    width: 1220px;
    float: left;
}

.lineautoa {
    margin: 0 auto;
    width: 49px;
}

.wenzi {
    float: left;
    margin: 160px 0 0 255px;
}

.neirongshow {
    margin: 0 auto;
    width: 1200px;
}

.imgurla {
    margin: 72px 0 107px 150px;
    float: left;
}

.greenfont {
    font-size: 28px;
    color: #00ca85;
}

.grayfont {
    font-size: 16px;
    color: #a0a0a0;
}

.downicp {
    width: 100%;
    height: 35px;
    background: #b5b5b6;    
    float: left;
}

.yswtext1 {
    top: 112px;
    left: 70px;
    position: absolute;
}

.yswlogin1 {
    background-color: #f1f2f3;
    width: 328px;
    height: 284px;
    left: 810px;
    top: 80px;
    position: absolute;
    border-radius: 3px;
}

.yswslogina1 {
    background: url(../../Resource/images/yswbigimg.png);
    margin-top: 0px;
    margin-left: 155px;
    width: 205px;
    height: 111px;
    background-position: -148px 50px;
}

.yswmenu1 {
    width: 450px;
    height: 42px;
    float: right;
    margin-top: 50px;
    ;
    position: absolute;
    top: 102px;
    margin-left: 770px;
}

#nav1 {
    display: inline;
    float: left;
    width: auto;
}

    #nav1 li {
        float: left;
        width: 110px;
        height: 51px;
        line-height: 35px;
        text-align: center;
        vertical-align: middle;
    }

        #nav1 li a {
            display: block;
            padding: 2px 4px;
            height: 43px;
            font-weight: bold1;
            width: 99px;
            font-size: 16px;
            font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Verdana, Arial, Helvetica, sans-serif;
            color: #666666;
        }

            #nav1 li a:hover, #nav li a span:hover {
                color: #01ca85;
                font-weight: bold;
                text-decoration: none;
                border-bottom: 3px solid #21c283;
            }



/*----印书网新首页-自适应修改----*/
.auto960-bg {
    width: 960px;
    height: 222px;
    background: url(//www.yinshu.cn/images/bannerbg.jpg);
    margin: 0;
    padding: 0;
}

.auto960-logo {
    background: url(../../Resource/images/yswbigimg.png);
    margin-top: 20px;
    margin-left: 40px;
    width: 350px;
    height: 100px;
    background-position: 0px -200px;
    float: left;
}

.auto960-menu {
    clear: both;
    width: 960px;
    background: #;
}




@media(max-width: 1200px) {
    .downleft {
        display: none
    }
}


/*----印书网4-7新首页改版----*/
.new_top_content {
    width: 1200px;
    margin: 0 auto;
}

#topbar {
    width: 100%;
    min-width: 1200px;
    height: 36px;
    border-bottom: 1px solid #ddd;
    border-top: 0.5px solid #fff;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    line-height: 36px;
}

#logo_div {
    width: 100%;
    height: 100px;
   /* background: #;*/
}

    #logo_div .logo {
        float: left;
        margin-top: -6px;
        margin-left: 150px;
        height:100px;;        
    }

.dis_none {
    display: none;
}

#logo_div .content {
    margin: 0 auto;
    width: 1400px;
    height: 200px;
}

#logo_div .search {
    float: right;
    margin-top: 25px;
    width: 560px;
}

#logo_div .sear_title {
    float: left;
}

    #logo_div .sear_title span {
        float: left;
        width: 80px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        font-size: 14px;
    }

        #logo_div .sear_title span.on {
            background: #1eaa79;
            color: #fff;
        }

#logo_div .sear_cont {
    float: left;
    width: 560px;
    height: 36px;
    border: 2px solid #1eaa79;
}

.input {
    border: 0;
    font-family: 'Microsoft YaHei','宋体';
}

.green_button {
    background: #1eaa79;
    cursor: pointer;
    cursor: hand
}

#logo_div .sear_inp {
    float: left;
    padding: 0 10px;
    width: 462px;
    height: 32px;
    line-height: 32px;
    color: #999;
    border: none
}

#logo_div .sear_sub {
    float: left;
    width: 74px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    float: right
}

#nav {
    height: 38px;
    border-bottom: 0px solid #ddd;
    width: 100%;
    margin-top: -40px;
}

#nav1 {
    width: 100%;
    min-width: 1200px;
    height: 36px;
    border-bottom: 2px solid #08d;
}

#nav .content {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 36px;
    z-index: 4;
    right: 150px;
}

#nav .nav {
    position: absolute;
    left: 635px;
    top: 1px;
    height: 38px;
}

    #nav .nav a.hover {
        color: #01ca85;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 3px solid #21c283;
        cursor: hand
    }

    #nav .nav a {
        color: #01ca85;
        float: left;
        margin: 0 15px;
        padding: 0 10px;
        height: 38px;
        line-height: 36px;
        font-size: 16px;
    }

        #nav .nav a:hover {
            color: #01ca85;
            text-decoratiion: none;
            border-bottom: 3px solid #21c283;
            text-decoration: none;
        }

a {
    text-decoration: none;
    color: #333;
}


.index_main {
    padding-bottom: 10px;
    min-width: 1200px;
    margin-top: 0px;
    z-index: -1;
    /*min-height: 800px*/
}

#banner {
    position: relative;
    overflow: hidden;
    height: 320px;
}

    #banner .img_list {
        overflow: hidden; /* width: 100%; */
        height: 320px;
    }

        #banner .img_list li {
            position: absolute;
            left: 0;
            top: 0;
            float: left;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 1;
        }

.bannera {
    width: 100%;
    height: 419px;
    background: url(//www.yinshu.cn/images/bannerbg.jpg);
    margin: 0 auto;
}

#floor1 {
    height: 259px;
}

.floor {
    margin: 12px auto 0;
    width: 1198px;
    background: #fff;
    border: 1px solid #ddd;
}

    .floor .floor_s {
        float: left;
        margin-left: 20px;
        padding-left: 10px;
        height: 18px;
        border-left: 3px solid #1eaa79;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }

#floor1 .box1 {
    float: left;
    width: 261px;
    height: 259px;
    border-right: 1px solid #efefef;
}

    #floor1 .box1 .title {
        position: relative;
        float: left;
        padding-top: 20px;
        height: 47px;
        width: 261px;
        border-bottom: 1px solid #efefef;
    }

        #floor1 .box1 .title a.more {
            float: right;
            margin-right: 18px;
            color: #999;
            font-size: 14px;
        }

#floor1 .box2 {
    float: left;
    width: 634px;
    height: 259px;
    border-right: 1px solid #efefef;
}

    #floor1 .box2 .title {
        position: relative;
        float: left;
        padding-top: 20px;
        height: 47px;
        width: 634px;
        border-bottom: 1px solid #efefef;
    }

        #floor1 .box2 .title a.more {
            float: right;
            margin-right: 18px;
            color: #999;
            font-size: 14px;
            cursor: pointer
        }

    #floor1 .box2 .yinchangbox1 {
        position: relative;
        float: left;
        height: 213px;
        width: 148px;
        border-right: 1px solid #efefef;
    }

        #floor1 .box2 .yinchangbox1 .select {
            background: url("../../Resource/images/yinchangimgbg.jpg");
            color: #fff;
        }


    #floor1 .box2 .zhuangding {
        position: relative;
        height: 52px;
        width: 148px;
        border-bottom: 1px solid #efefef;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        line-height: 52px;
        cursor: pointer
    }

    #floor1 .box2 .zhuangding1 {
        position: relative;
        height: 52px;
        width: 148px;
        border-bottom: 1px solid #efefef;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        line-height: 52px;
    }

    #floor1 .box2 .yinchangbox2 {
        position: absolute;
        float: left;
        height: 213px;
        width: 497px
    }

    #floor1 .box2 .yinchangming {
        position: relative;
        height: 52px;
        width: 223px;
        font-size: 15px;
        vertical-align: middle;
        line-height: 52px;
        margin-left: 20px;
        color: #999999;
        float: left;
        border-right: 1px solid #efefef;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer
    }

    #floor1 .box2 .newsico {
        margin-left: 5px;
        margin-bottom: 6px;
    }

    #floor1 .box2 .yinchangbox3 {
        position: relative;
        float: left;
        height: 213px;
        width: 250px;
    }

#floor1 .box3 {
    float: left;
    width: 301px;
    height: 259px;
    background: url(../../Resource/images/bgimagea.jpg);
}

    #floor1 .box3 .xinjiameng {
        width: 301px;
        height: 259px;
        font-weight: bold;
        line-height: 43px;
        margin-left: 40px;
        margin-top: 22px;
        color: #999999;
        cursor: pointer
    }

        #floor1 .box3 .xinjiameng .li {
            width: 301px;
            height: 39px;
            cursor: pointer
        }

    #floor1 .box3 .title {
        position: relative;
        float: left;
        height: 259px;
        width: 301px;
        margin-top: -78px;
    }

        #floor1 .box3 .title a.more {
            float: right;
            margin-right: 18px;
            color: #999;
            font-size: 14px;
        }

    #floor1 .box3 .p1 {
        line-height: 24px;
        font-size: 15px;
        margin: 0 auto;
        margin-top: 17px;
        margin-left: 35px;
    }
    /*#floor1 .box3 .title{position:relative;float:left;height:86px;width:301px;border-bottom:1px solid #efefef;}
#floor1 .box3 .title a.more{float:right;margin-right:18px;color:#999;font-size:14px;}
#floor1 .box3 .p1{line-height:24px;font-size:15px;margin:0 auto;margin-top:17px;margin-left:35px;}*/
    #floor1 .box3 .price {
        position: absolute;
        right: 5px;
        top: 20px;
        width: 125px;
        height: 48px;
        line-height: 40px;
        color: #666;
        font-weight: bold;
        font-size: 32px;
        color: #1eaa79;
        background: #;
        letter-spacing: 1px;
    }

#floor1 .box4 {
    float: left;
    width: 244px;
    height: 85px;
    border: 1px solid #efefef;
    margin: 7px;
}

    #floor1 .box4 .box4title {
        position: relative;
        float: left;
        padding-top: 6px;
        padding-left: 8px;
        height: 27px;
        width: 261px;
        text-overflow: ellipsis
    }

    #floor1 .box4 .icoimg {
        position: relative;
        float: left;
        padding-top: 6px;
        padding-left: 8px;
        height: 36px;
        width: 36px;
    }

    #floor1 .box4 .neirong {
        position: relative;
        margin-left: 23px;
    }

    #floor1 .box4 .price {
        position: relative;
        font-size: 16px;
        color: #FF7300;
        font-weight: bold;
        margin-left: 34px;
    }

    #floor1 .box4 .timeshow {
        position: relative;
        margin-left: 34px;
        margin-top: -5px;
    }


#floor2 {
    height: 157px;
}

    #floor2 .title {
        position: relative;
        float: left;
        padding-top: 20px;
        height: 47px;
        width: 1198px;
        border-bottom: 1px solid #efefef;
    }

    #floor2 .wexinxi {
        float: right;
        margin-right: 18px;
        color: #999;
        font-size: 14px;
    }

    #floor2 .newsbox1 {
        width: 324px;
        height: 78px;
        float: left;
        margin-left: 18px;
        border-right: 1px solid #efefef;
    }

    #floor2 .newsbox2 {
        width: 324px;
        height: 78px;
        float: left;
    }

    #floor2 .newsbox2 {
        width: 324px;
        height: 78px;
        float: left;
        margin-left: 50px;
        border-right: 1px solid #efefef;
    }

        #floor2 .newsbox2 .newsimga {
            float: left;
        }

        #floor2 .newsbox2 .newneirong {
            float: right;
        }

    #floor2 .newsbox3 {
        width: 324px;
        height: 78px;
        float: left;
        margin-left: 50px;
    }

        #floor2 .newsbox3 .newsimga {
            float: left;
        }

        #floor2 .newsbox3 .newneirong {
            float: right;
        }

    #floor2 .newsbox1 .newsimga {
        width: 139px;
        height: 76px;
        float: left;
    }

    #floor2 .newsbox1 .neirong {
        float: left;
        margin-top: 20px;
    }

    #floor2 .newsbox2 .neirong {
        float: left;
        margin-top: 20px;
    }

    #floor2 .newsbox3 .neirong {
        float: left;
        margin-top: 20px;
    }

    #floor2 .newstitle {
        float: left;
        color: #666666;
        font-weight: bold;
        font-size: 14px;
        padding-top: 18px;
        padding-left: 11px;
    }

    #floor2 .newstitle1 {
        float: left;
        color: #666666;
        font-weight: bold;
        font-size: 14px;
        padding-top: 15px;
        padding-left: 16px;
    }

    #floor2 .newstime {
        float: left;
        color: #999999;
        padding-left: 11px;
    }

    #floor2 .newstime1 {
        float: left;
        color: #999999;
        padding-left: 16px;
    }

.floor {
    margin: 12px auto 0;
    width: 1400px;
    background: #fff;
    border: 1px solid #ddd;
}


#floor3 {
    height: 450px;
}

    #floor3 .title {
        position: relative;
        float: left;
        padding-top: 20px;
        height: 47px;
        width: 600px;
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }

    #floor3 .yinchangmap {
        float: right;
        margin-right: 18px;
        color: #999;
        font-size: 14px;
    }

    #floor3 .box1 {
        float: left;
        width: 600px;
        height: 450px;
    }

        #floor3 .box1 .beijingmap {
            float: left;
            width: 600px;
            height: 402px;
            background: #CCC;
        }

    #floor3 .box2 {
        float: left;
        width: 595px;
        height: 450px;
    }

        #floor3 .box2 .hebeimap {
            float: left;
            width: 597px;
            height: 402px;
            background: #CCC;
        }

.beijingcount {
    margin: -350px 0 0 45px;
    z-index: 1000;
    color: #FFF;
    display: none
}

.hebeicount {
    margin: -350px 0 0 430px;
    z-index: 1000;
    color: #FFF;
    display: none
}


/* 印厂搜索页css */

#searchfloor1 .searchbox1 {
    width: 140px;
    height: 45px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    border-bottom: 2px solid #1eaa79;
    margin-left: 40px;
    margin-top: 25px;
    text-align: center;
}

#searchfloor1 .searchbox2 {
    width: 1090px;
    height: 42px;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}

    #searchfloor1 .searchbox2 .ul {
        display: inline;
        float: left;
        width: auto;
    }

    #searchfloor1 .searchbox2 ul li {
        float: left;
        width: 140px;
        height: 51px;
        line-height: 35px;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        color: #999999;
        font-weight: bold;
    }

#searchfloor1 .searchbox3 {
    width: 1090px;
    height: 62px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin: 0 auto;
}

    #searchfloor1 .searchbox3 .ul {
        display: inline;
        float: left;
        width: auto;
    }

    #searchfloor1 .searchbox3 ul li {
        float: left;
        width: 140px;
        height: 51px;
        line-height: 35px;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        color: #999999;
        cursor: pointer
    }


/*印厂搜索翻页*/
.page_a02 {
    clear: left;
    padding: 20px 0px;
    text-align: center;
    margin-top: 20px;
}

    .page_a02 a {
        display: inline-block;
        margin: 0px 2px;
        padding: 3px 8px;
        min-width: 20px;
        height: 30px;
        border: solid 1px #cccccc;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
    }

    .page_a02 .on {
        display: inline-block;
        margin: 0px 2px;
        padding: 3px 8px;
        min-width: 20px;
        height: 30px;
        line-height: 30px;
        border: solid 1px #1eaa79;
        text-align: center;
        background: #1eaa79;
        color: #FFFFFF;
        vertical-align: middle;
    }

    .page_a02 .n {
        border: solid 1px #CCCCCC;
        padding: 5px;
        width: 29px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        vertical-align: middle;
    }

#yinchangfloor1 {
    background-image: url(images/yinchangbgimg.jpg);
    height: 155px;
}



#yinchangfloor1 {
    background-image: url(../../Resource/images/yinchangbgimg.jpg);
    height: 155px;
}

    #yinchangfloor1 .yinchangwidth {
        width: 1200px;
        margin: 0 auto;
        padding-top: 0px;
    }

    #yinchangfloor1 .yinchangzuobian {
        float: left;
        width: 495px;
        height: 74px;
        padding-top: 20px;
    }

        #yinchangfloor1 .yinchangzuobian .yinchangming {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            margin-left: 40px;
            text-shadow: 0 0 10px #666666;
            margin-top: 18px
        }

        #yinchangfloor1 .yinchangzuobian .yinchangsite {
            font-size: 16px;
            color: #fff;
            margin-left: 40px;
            margin-top: -15px;
            text-shadow: 0 0 10px #666666;
        }

    #yinchangfloor1 .yinchangpingfen {
        float: left;
        width: 366px;
        height: 138px;
        border-radius: 5px 5px;
        background: #FFF;
        margin-top: 12px;
        margin-left: 240px;
        vertical-align: middle;
        padding: 12px 5px 0 0
    }

    #yinchangfloor1 .zhiliangpingfen {
        color: #999999;
        margin-left: 30px;
        width: 320px;
        font-size: 15px;
    }

    #yinchangfloor1 .zhiliangpingfen1 {
        font-weight: bold;
        font-size: 15px;
        color: #999999;
        margin-left: 30px;
        border-top: 1px solid #eeeeee;
    }

#yinchangleft .yinchangxinxileft {
    width: 320px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
}

    #yinchangleft .yinchangxinxileft .yinchangbox1 {
        margin-top: 18px;
        width: 320px;
        height: 40px;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer
    }

    #yinchangleft .yinchangxinxileft .yinchangbox {
        line-height: 44px;
        width: 300px;
        height: 44px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px dotted #666;
        margin-left: 10px;
        cursor: pointer
    }

    #yinchangleft .yinchangxinxileft .select {
        color: #1eaa79;
        background: url(../../Resource/images/yinchangicoimg.jpg) no-repeat 200px center
    }

    #yinchangleft .yinchangxinxileft .yinchangbox5 {
        width: 320px;
        margin-top: 110px
    }

    #yinchangleft .yinchangxinxileft .floor_s {
        float: left;
        margin-left: 20px;
        padding-left: 10px;
        height: 18px;
        border-left: 3px solid #1eaa79;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }

#yinchangleft .yinchangxinxiright {
    width: 862px;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
}

    #yinchangleft .yinchangxinxiright .neirongrightbox1 .title {
        width: 134px;
        height: 60px;
        margin-left: 36px;
        margin-top: 10px;
        border-bottom: 3px solid #1eaa79;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 60px;
        z-index: 6;
    }

    #yinchangleft .yinchangxinxiright .neirongrightbox1 .line {
        width: 762px;
        height: 1px;
        background: #CCC;
        margin-left: 36px;
        margin-top: -1px;
        z-index: 5
    }

    #yinchangleft .yinchangxinxiright .neirongrightbox1 .content {
        width: 762px;
        height: 100%;
        margin-left: 36px;
        line-height: 36px;
        margin-top: 20px;
        font-size: 16px;
    }

    #yinchangleft .yinchangxinxiright .neirongrightbox1 .isoimg {
        width: 762px;
        height: 391px;
        text-align: center;
        margin: 20px 0 20px 36px
    }

        #yinchangleft .yinchangxinxiright .neirongrightbox1 .isoimg .isoimgleft {
            float: left;
            width: 273px;
            height: 352px;
            margin-left: 88px;
            margin-top: 20px;
        }

    /*印厂设备页CSS*/
    #yinchangleft .yinchangxinxiright .contentshebei * {
        text-align: center;
        float: left;
        color: #999;
    }

    #yinchangleft .yinchangxinxiright .contentshebei {
        background: #fff;
        border: 1px solid #ddd;
        width: 762px;
        margin-left: 36px;
        height: 80%;
        margin-bottom: 50px;
    }

    #yinchangleft .yinchangxinxiright .shebeirow {
        float: left;
        width: 762px;
        border: 1px solid #eeeeee;
    }

    #yinchangleft .yinchangxinxiright .shebeibox2 {
        float: left;
        width: 180px;
    }

    #yinchangleft .yinchangxinxiright .shebeibox3 {
        float: left;
        width: 446px;
        line-height: 45px;
        border-right: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        color: #999;
        font-size: 16px;
    }

    #yinchangleft .yinchangxinxiright .shebeibox4 {
        width: 132px;
        line-height: 45px;
        font-size: 16px;
    }

    #yinchangleft .yinchangxinxiright .shebeibox9 {
        width: 130px;
        font-size: 16px;
        padding: 0 5px;
        line-height: 45px
    }

/*印厂评价页CSS*/
#yinchangleft .pingjiaall {
    float: left;
    width: 271px;
    height: 39px;
    margin-top: -40px;
    margin-left: 583px;
    font-size: 16px;
}

#yinchangleft .pingjiabox1 {
    float: left;
    width: 760px;
    margin-left: 36px;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}

#yinchangleft .height1 {
    height: 1px;
    background: #eeeeee;
    width: 790px;
    margin-left: 36px;
}

#yinchangleft .pingjiabox1 .pingjiabox1a {
    float: left;
    width: 86px;
}

#yinchangleft .pingjiabox1 .pingjiabox1b {
    float: left;
    width: 480px;
}

    #yinchangleft .pingjiabox1 .pingjiabox1b .pingjiabox1ba {
        font-weight: bold;
        font-size: 16px;
        color: #999999;
    }

    #yinchangleft .pingjiabox1 .pingjiabox1b .pingjiabox1bb {
        font-size: 14px;
        color: #bbb;
    }

    #yinchangleft .pingjiabox1 .pingjiabox1b .pingjiabox1bc {
        font-size: 16px;
        color: #999999;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #yinchangleft .pingjiabox1 .pingjiabox1b .pingjiabox1bd {
        font-size: 14px;
        color: #cccccc;
    }

#yinchangleft .pingjiabox1 .pingjiabox1c {
    float: left;
    width: 150px;
}

#yinchangleft .pingjiabox1ca {
    font-size: 14px;
    color: #999;
}


/*印厂帮助中心CSS*/

.yinchangwidth1 {
    margin: 0 auto;
    padding-top: 0px;
}

#yinchangleft .yinchangxinxileft .left_nav {
    width: 240px;
    margin: 0px 20px 0px 40px;
}

    #yinchangleft .yinchangxinxileft .left_nav li {
        line-height: 40px;
        text-indent: 28px;
        background: url(//www.yinshu.cn/images/dottedline01.png) repeat-x 100% 100%;
    }


/*印厂关于我们CSS*/
.yswhelpcenterleft-wenzi1 {
    line-height: 42px;
    margin-left: 40px;
}

a.a1:link {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

a.a1:visited {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

a.a1:hover {
    color: #ff811a;
    text-decoration: underline;
    font-size: 16px;
}

a.a1:active {
    text-decoration: underline;
    font-size: 16px;
    color: #ff811a;
}

.active1 {
    text-decoration: underline;
    font-size: 16px;
    color: #ff811a;
}

a.a2:link {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.contentnews {
    width: 777px;
    background: #fff;
    margin: 0 auto;
    height: 220px;
}

    .contentnews p {
        width: 777px;
        height: 45px;
        border-bottom: 1px dotted #cfcfcf;
        margin: 0 auto;
    }

        .contentnews p .p_text {
            display: block;
            line-height: 45px;
            text-align: center;
            float: left;
            padding-left: 10px;
            color: #000;
            font-size: 16px;
        }

        .contentnews p .p_time {
            display: block;
            width: 100px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            float: right;
            color: #000;
        }

.yinchangxinxiright .text {
    margin: 0 auto;
    padding: 20px;
}




/* flexslider */
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    background-color:#0a44ac;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 5s ease;
    -webkit-transition: all 5s ease
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../../Resource/images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0 auto;
    left: 47%
}

    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        display: inline;
        float: left
    }

.flex-control-paging li a {
    background: url(../../Resource/images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active {
        background-position: 0 0;
    }

.pagination > li > a, .pagination > li > span {
    color: #999;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #01ca85;
    border-color: #01ca85;
    font-weight: bold
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333;
    font-size: 16px
}
.IndexContentdiv {
    border: 1px solid #c9c9c9;
    text-align: center;
    
    margin: 10px 30px 10px 30px;
    width: 400px;
    float: left;
}
.IndexContentdiv_Title {
    color: #2aaa78;
    font-weight: bold;
    font-size: 15px;
}
.IndexContentdiv_Text {
    height: 310px;
    margin: 10px 10px 10px 10px;
    text-align: left;
    font-size: 16px;
    color: #595757;
}

.AboutUSContentdiv {
    border: 1px solid #c9c9c9;
    text-align: center;
    /*margin: 0px 30px 15px 30px;*/
    margin:0 auto;
    width: 980px;;
    margin-top: 15px;
    /*margin-left: 22.5%;*/
    /*float:;*/
}
.AboutUSContentdiv_Text {
    height: 158px;
    margin: 20px 30px 20px 30px;
    text-align: left;
    font-size: 16px;
    color: #595757;
    width:930px;
}
.AboutUSContentdiv_Line {
   /* width: 100%;*/
    height: 1px;
    background: #CCC;
    margin: 10px 30px 10px 30px;
    text-align: left;
   /* margin-top: -1px;*/
    z-index: 5
}

.circle {
    width: 18px; /* 圆点的大小 */
    height: 18px; /* 圆点的大小 */
    background-color:orangered; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}
