/*** RESET&BASE ***/
h1, h2, h3, h4, h5, h6, p, pre, th, td, ul, ol, li, dl, dt, dd, form, input, select, textarea, button {
    margin: 0;
    padding: 0
}

input, select, textarea, button {
    font: 14px/1.5 Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    color: #666
}

input, select, textarea, button {
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
    outline: 0
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

button:disabled {
    cursor: default
}

textarea {
    vertical-align: top;
    resize: vertical
}

radio, checked {
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

h1, h2, h3 {
    color: #111
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

ol li {
    float: none;
    clear: both
}


em, i {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}


a:active, area {
    outline: 0
}

a.link {
    color: #034da1;
    cursor: pointer
}

a.link:hover {
    color: #034da1
}


a.more {
    font-size: 12px;
    font-weight: 400
}

a.more i {
    font-family: \5b8b\4f53
}

a.curr, a.curr:hover, .curr a, .curr a:hover {
    text-decoration: none;
    cursor: default
}

ul, .w, .row {
    *zoom: 1
}

ul:after, ul:before, .w:after, .w:before, .row:after, .row:before {
    display: block;
    clear: both
}

.highlight {
    color: red
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a {
        text-decoration: underline
    }
}

/* grid */
html, body {
    min-height: 100%
}

.wrap {
    min-width: 1220px;
    min-height: 100%;
}

.content {
    position: relative;
    z-index: 2
}

.w {
    width: 1200px;
    margin: 0 auto
}

/*** CONTENT ***/
.content {
    min-height: 400px;
    padding: 30px 0 0
}

/** index **/
.index-title {
    height: 40px;
    margin: 40px 0 20px;
    border-bottom: 3px solid #034da1
}

.index-title b {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #e60012;
    font-size: 24px;
    color: #034da1
}

.index-title .more {
    position: relative;
    float: right;
    padding: 5px 30px 5px 20px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 40px;
    color: #034da1;
    transition: .2s;
}

.index-title .more:hover {
    border: 1px solid #034da1;
    text-decoration: none
}

.index-title .more::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #034da1;
    border-top: 1px solid #034da1;
    transform: rotate(45deg) translate(0, -6px);
    transition: .2s;
}

.index-banner > .w {
    position: relative
}

.index-banner .bd, .index-banner .bd .box, .index-banner .bd li {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden
}

.index-banner .bd .box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.index-banner .bd .w {
    display: block;
    height: 100%
}

.index-banner .bd .link {
    position: relative;
    display: inline-block;
    padding: 10px 60px;
    margin-top: 20px;
    border: 1px solid #ffff3d;
    background: #ffff3d;
    color: #00003d;
    transition: .2s;
}

.index-banner .bd .link::before {
    position: absolute;
    top: 50%;
    right: 50px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #00003d;
    transform: translate(5px, -5px);
}

.index-banner .bd .link:hover {
    text-decoration: none;
    opacity: .9
}

.index-banner .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    overflow: hidden;
    text-align: center
}

.index-banner .hd li {
    float: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12;
    margin: 12px 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    cursor: pointer
}

.index-banner .hd li:hover {
    opacity: .8;
}

.index-banner .hd li.on {
    opacity: 1;
}

.index-row {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.index-service .col {
    overflow: hidden
}

.index-service .tit {
    position: relative;
    float: left;
    width: 20px;
    height: 110px;
    padding: 20px;
    line-height: 1.2;
    background: #e60012;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.index-service .tit::after {
    position: absolute;
    right: -22px;
    top: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 10px solid #e60012;
}

.index-service .box {
    float: left;
    margin-left: 20px;
}

.index-service .list li {
    margin-left: 10px;
}

.index-service .list a {
    display: block;
    width: 252px;
    height: 148px;
    background: #f8f8f8;
    border: 1px solid #fff;
    text-align: center;
    transition: .1s;
    font-size: 16px
}

.index-service .list a:hover {
    border: 1px solid #034da1;
    color: #034da1;
    text-decoration: none
}

.index-service .list img {
    margin-top: 30px;
}

.index-service .col2 {
    margin-top: 20px;
    overflow: hidden
}

.index-service .col2 .list a {
    width: 139px;
}

.index-operation .list {
    margin-right: -27px
}

.index-operation .list li {
    width: 25%;
}

.index-operation .list a {
    position: relative;
    display: block;
    width: 280px;
    height: 200px;
    background-repeat: no-repeat;
    color: #fff;
}

.index-operation .list a:hover {
    text-decoration: none
}

.index-operation .list a::after {
    position: absolute;
    top: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(3, 77, 161, .8);
    opacity: 0;
    transition: .2s;
}

.index-operation .list a:hover::after {
    opacity: 1;
}

.index-operation .list h4 {
    position: relative;
    z-index: 22;
    padding: 30px 0 0 20px;
    font-size: 24px;
}

.index-operation .list h4::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translate(0, -2px)
}

.index-operation .list p {
    position: relative;
    z-index: 22;
    padding: 5px 15px 0 20px;
    font-size: 14px;
}

.index-transaction .index-row {
    padding: 0
}

.index-transaction .hd li {
    position: relative;
    width: 33.33333%;
    height: 60px;
    line-height: 60px;
    background: #034da1;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.index-transaction .hd li::before {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;
    overflow: hidden
}

.index-transaction .hd li:last-child::before {
    display: none
}

.index-transaction .hd li.on {
    background: #fff;
    color: #034da1
}

.index-transaction .hd li.on::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    width: 0;
    height: 0;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 10px solid #034da1;
}

.index-transaction .list {
    height: 640px;
    padding: 15px;
}

.index-transaction .list li {
    width: 20%
}

.index-transaction .list .box {
    display: inline-block;
    margin: 15px;
    background: #f8f8f8;
    border: 1px solid #eee;
    text-align: center;;
    transition: .2s
}

.index-transaction .list .box:hover {
    border: 1px solid #034da1;
    text-decoration: none
}

.index-transaction .list .pic {
    position: relative;
    width: 200px;
    height: 200px;
    background: #fff;
    overflow: hidden
}

.index-transaction .list .pic i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 200px;
    text-align: center
}

.index-transaction .list .pic img {
    max-width: 200px;
    max-height: 200px
}

.index-transaction .list .name {
    height: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 20px 10px 0;
    text-overflow: ellipsis;
    font-size: 16px;
}

.index-transaction .list .price {
    margin-bottom: 10px;
    font-size: 24px;
    color: red
}

.index-transaction .list .price i {
    font-size: 14px;
}

.index-expert .list li {
    width: 25%
}

.index-expert .list .box {
    display: inline-block;
    margin: 60px 2px 0;
    padding: 0 20px 30px;
    background: #f8f8f8;
    text-align: center;
    transition: .2s
}

.index-expert .list .box:hover {
    background: #034da1;
    color: #fff
}

.index-expert .list .box:hover .more {
    background: #fff;
    color: #034da1
}

.index-expert .list .box:hover .more::after {
    border-color: #034da1
}

.index-expert .list .pic {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: -60px auto 10px;
    overflow: hidden
}

.index-expert .list .pic i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 120px;
    text-align: center
}

.index-expert .list .pic img {
    width: 120px;
    min-height: 120px;
    margin: -50% -100%;
    *margin: -50%
}

.index-expert .list .name {
    font-size: 18px;
    font-weight: 700
}

.index-expert .list .job {
    font-size: 16px
}

.index-expert .list .intro {
    height: 100px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    text-align: left;
    line-height: 1.8;
}

.index-expert .list .more {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: #034da1;
    border-radius: 50px;
    color: #fff;
    font-size: 14px
}

.index-expert .list .more:hover {
    text-decoration: none
}

.index-expert .list .more::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translate(0, -6px)
}

.index-links .list li {
    width: 25%;
}

.index-links .list a {
    display: block;
    text-align: center
}

.index-links .list a:hover {
    opacity: .85
}

.index-links .list img {
    max-width: 260px;
    max-height: 60px
}

/* crumbsbar */
.crumbsbar {
    height: 40px;
    line-height: 40px;
    margin-top: -30px;
    font-size: 12px
}

.crumbsbar .item, .crumbs-bar a {
    float: left;
    color: #666
}

.crumbsbar a:hover {
    color: #034da1
}

.crumbsbar i {
    margin: 0 10px;
    font-family: '\5b8b\4f53';
    color: #999
}

/** application **/
.application-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.application-main {
    background-color: #fff
}

.application-main .inner {
    padding: 30px 100px;
}

/** transaction **/
.transaction-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.transaction-main {
    background-color: #fff
}

.transaction-main .inner {
    padding: 30px 40px
}

.transaction-head {
    margin-bottom: 20px;
    overflow: hidden
}

.transaction-head .tit {
    float: left;
    font-size: 20px;
    color: #333
}

.transaction-head .tit::before {
    content: "▶";
    margin-right: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #034da1
}

.transaction-head .tit b {
    font-size: 14px;
    font-weight: 400;
    color: red
}

.transaction-head .link {
    float: right
}

.transaction-list .list {
    margin: 0 -10px
}

.transaction-list .list li {
    width: 20%
}

.transaction-list .item {
    display: block;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ddd;
    text-align: center
}

.transaction-list .item:hover {
    position: relative;
    border: 1px solid #034da1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #333;
    text-decoration: none
}

.transaction-list .pic {
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 0 auto 10px
}

.transaction-list .pic img {
    max-width: 100%;
    max-height: 100%;
}

.transaction-list .name {
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}

.transaction-list .price {
    margin-top: 5px;
    color: red
}

.transaction-list .price b {
    font-size: 20px;
    font-weight: 400
}

.transaction-list .attr {
    display: none
}

.transaction-list .attr em {
    padding: 2px 5px;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 12px;
}

/* 筛选 */
.filter-mod {
    border-top: 1px solid #eee
}

.filter-mod .switch {
    display: block;
    padding: .3em;
    color: #034da1;
    text-align: center
}

.filter-term {
    margin-bottom: 30px
}

.filter-term .item {
    padding: .7em 0;
    border-bottom: 1px dotted #ddd
}

.filter-term .item dt {
    float: left;
    width: 10em;
    margin: .3em 0;
    font-weight: 700
}

.filter-term .item dd {
    margin-left: 6em;
}

.filter-term .item a {
    display: inline-block;
    margin: .3em 2em .3em 0;
    white-space: nowrap;
}

.filter-term .item .curr {
    color: #034da1
}

/* 排序 */
.sort-mod {
    position: relative;
    height: 40px;
    background-color: #f5f5f5;
    overflow: hidden
}

.sort-mod dt {
    display: none;
    float: left;
    width: 90px;
    line-height: 28px;
    color: #999
}

.sort-mod .sort {
    float: left;
    margin: 0 20px
}

.sort-mod .sort a {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 20px;
    margin: 7px 0 7px -1px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 12px
}

.sort-mod .sort a:hover {
    position: relative;
    border-color: #004098;
    text-decoration: none
}

.sort-mod .sort .curr {
    border-color: #004098;
    background-color: #004098;
    color: #fff;
    cursor: pointer
}

.sort-mod .sort .down, .sort-mod .sort .up {
    display: none
}

.sort-mod .sort .curr .down, .sort-mod .sort .curr .up {
    display: inline-block;
    margin-right: -10px
}

.sort-mod .sort .down {
    background-position: 0 -300px
}

.sort-mod .sort .up {
    background-position: 0 -320px
}

.sort-mod .feature {
    float: left;
    margin-left: 20px
}

.sort-mod .feature label {
    display: inline-block;
    margin: 6px 10px 0 0
}

.sort-mod .page {
    float: right
}

.sort-mod .page a {
    float: left;
    height: 20px;
    padding: 5px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    background-color: #fff
}

.sort-mod .page a:hover {
    background-color: #eee;
    text-decoration: none
}

.sort-mod .array-view i {
    background-position: 0 -480px
}

.sort-mod .array-list i {
    background-position: 0 -500px
}

.sort-mod .array-view-cur i {
    background-position: -20px -480px
}

.sort-mod .array-list-cur i {
    background-position: -20px -500px
}

.sort-mod a.array-view-cur, .sort-mod a.array-list-cur {
    color: #004098;
    cursor: default
}

.sort-mod a.array-view-cur:hover, .sort-mod a.array-list-cur:hover {
    background-color: #fff
}


/** 商品细览类 **/
.product-top {
    padding: 30px 30px 30px 380px;
    background-color: #fff;
    overflow: hidden;
    _zoom: 1
}

.product-gallery {
    position: relative;
    float: left;
    width: 320px;
    min-height: 320px;
    margin-left: -350px
}

/* 放大镜 */
.sp-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    line-height: 300px;
    text-align: center;
    font-size: 14px;
    color: #888
}

.sp-wrap {
    display: none;
    position: relative
}

.sp-large {
    position: relative;
    top: 0;
    left: 0;
    padding: 9px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.sp-large a {
    display: block;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center
}

.sp-large a img {
    max-width: 100%;
    max-height: 100%
}

.sp-zoom {
    display: none;
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.sp-zoom img {
    min-width: 800px
}

.sp-thumbs {
    padding-top: 10px;
    text-align: center
}

.sp-thumbs a {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 1px;
    margin: 5px 8px;
    border: 1px solid #eee;
    overflow: hidden;
    opacity: .8;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.sp-thumbs a:hover {
    opacity: 1;
    border: 1px solid #034da1
}

.sp-thumbs a.sp-current {
    padding: 0;
    border: 2px solid #034da1;
    opacity: 1
}

.sp-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    cursor: pointer
}

.sp-lightbox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    z-index: 889;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 14px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    box-sizing: border-box;
    transition: .2s
}

#sp-prev {
    left: 20px
}

#sp-prev:before {
    position: absolute;
    top: 18px;
    left: 9px;
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff
}

#sp-next {
    right: 20px
}

#sp-next:before {
    position: absolute;
    top: 18px;
    left: 20px;
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid #fff
}

#sp-prev:hover, #sp-next:hover {
    background-color: #000
}

.product-tit {
    margin: 20px 0;
    line-height: 1.2
}

.product-tit .title {
    font-size: 20px
}

.product-sum {
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}

.product-sum .money {
    color: #fb5151
}

.product-sum .money b {
    font-size: 18px;
    font-weight: 400
}

.product-sum del {
    margin-left: 10px;
}

.product-attr {
    padding: 10px 0;
    margin: 20px 0;
    border-top: 1px dotted #ddd;;
    border-bottom: 1px dotted #ddd;
    overflow: hidden
}

.product-attr li {
    width: 50%;
    margin: 5px 0;
}

.product-btn {
    margin: 20px 0
}

.btn-buynow, .btn-joincart, .btn-favorite, .btn-share {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px
}

.btn-buynow {
    border: 1px solid #e60012;
    background-color: #e60012;
    color: #fff
}

.btn-joincart {
    border: 1px solid #034da1;
    background-color: #034da1;
    color: #fff
}

.btn-favorite {
    border: 1px solid #034da1;
    color: #034da1
}

.btn-share {
    border: 1px solid #034da1;
    color: #034da1
}

.btn-buynow:hover, .btn-joincart:hover, .btn-favorite:hover, .btn-share:hover {
    text-decoration: none;
    opacity: .85;
    filter: alpha(opacity=85)
}

.btn-buynow:hover, .btn-joincart:hover {
    color: #fff
}

.product-detail {
    padding: 10px 60px 30px;
    background: #f8f8f8;
    overflow: hidden
}

.product-detail .tit {
    height: 44px;
    line-height: 44px;
    margin: 40px 0 20px;
    padding: 0 15px;
    border-left: 5px solid #034da1;
    background: #fff url(../images/icon-folditem.png) no-repeat right -40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.product-detail .tit:hover {
    background-position: right 0;
    color: #034da1;
}

.product-detail .opened .tit {
    background-position: right -80px
}

.product-detail .opened .tit:hover {
    background-position: right -120px
}

.product-detail .tit i {
    float: left;
    width: 4px;
    height: 20px;
    margin: 6px 16px 0 0;
    background: #eb6100
}

.product-detail .analysis {
    overflow: hidden
}

.product-detail .analysis dl {
    float: left;
    width: 25%;
    margin: 20px 0;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.product-detail .analysis dl dt {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #2e7ffe;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.product-detail .analysis dl dt i {
    display: block;
    margin: 0 20px;
    background: #fff;
    color: #2e7ffe;
    font-size: 12px;
    letter-spacing: .5em
}

.product-detail .analysis dl:nth-child(2) i {
    color: #034da1;
}

.product-detail .analysis dl:nth-child(3) i {
    color: #fb5151;
}

.product-detail .analysis dl:nth-child(2) dt {
    background: #034da1;
}

.product-detail .analysis dl:nth-child(3) dt {
    background: #fb5151;
}

.product-detail .analysis dl dd {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

.product-detail .analysis dl dd::before {
    margin-right: 20px;
    content: "√";
    color: #2e7ffe
}

.product-detail .analysis dl:nth-child(2) dd::before {
    color: #034da1;
}

.product-detail .analysis dl:nth-child(3) dd::before {
    color: #fb5151;
}

.product-detail .intro p {
    margin-top: 1.4em;
    line-height: 1.8;
    font-size: 16px
}

.product-detail .intro img {
    max-width: 800px
}

/* TABLE */
.table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.table caption {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #999;
    background-color: #fffde1;
    text-align: left;
    font-weight: 700;
    color: #111
}

.table tr:nth-of-type(odd) {
    background-color: #fff
}

.table tr:nth-of-type(even) {
    background: #f8f8f8
}

.table th {
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-align: left;
}

.table td {
    padding: 10px 20px;
    border: 1px solid #ddd;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all
}

.table .nodata {
    padding: 40px 0;
    margin: -8px -20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
    text-align: center
}

.table a {
    color: #034da1
}

.company-info {
    float: right;
    width: 240px;
    margin-left: 20px;
    background: #f5f5f5;
    text-align: center
}

.company-info h5 {
    height: 40px;
    line-height: 40px;
    background: #438de1;
    color: #fff;
}

.company-info .info {
    padding: 15px;
    text-align: left
}

.company-info .score {
    padding: 15px 0;
    margin: 0 15px;
    border-top: 1px solid #ddd;
    text-align: left
}

.company-info .btnl {
    padding: 0 1em;
    margin: 0 5px
}


/** 产业知识产权运营 **/
.operation-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.operation-head .inner {
    position: relative;
    height: 200px;
    background-color: #223142;
    background-repeat: no-repeat;
    overflow: hidden;
    *zoom: 1;
    text-align: center
}

.operation-head .title {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    margin: 70px auto 0;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 32px;
    color: #fff
}

.operation-head .work {
    margin-top: 10px
}

.operation-intro {
    margin: 50px 80px;
    line-height: 2;
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph
}

.operation-intro p {
    margin-top: 1em;
    text-indent: 2em
}

.operation-intro b {
    margin-left: -27px;
    padding-left: 20px;
    border-left: 7px solid #004098
}

.operation-lian {
    margin-top: 30px;
    padding: 40px 60px;
    background-color: #f5f5f5;
    text-align: center
}

.operation-lian a {
    display: inline-block;
    width: 140px;
    margin: 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    padding: 20px 5px;
    font-size: 18px;
    font-weight: 700;
    color: #004098;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1)
}

.operation-lian a:hover {
    border-color: #004098;
    text-decoration: none
}

.operation-lian a img {
    display: block;
    margin: 5px auto
}

.operation-nav {
    margin-top: 30px;
    padding: 40px 60px;
    background-color: #f5f5f5;
    text-align: center
}

.operation-nav a {
    display: inline-block;
    width: 140px;
    margin: 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 5px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1)
}

.operation-nav a:hover {
    border-color: #004098;
    text-decoration: none
}

.operation-nav a img {
    display: block;
    margin: 5px auto
}

.operation-juji {
    margin-top: 30px;
    padding: 40px 60px;
    background-color: #f5f5f5;
    text-align: center
}

.operation-juji a {
    display: inline-block;
    width: 300px;
    height: 80px;
    padding-top: 120px;
    margin: 10px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1)
}

.operation-juji a:hover {
    text-decoration: none;
    opacity: .9
}

.operation-juji a img {
    display: block;
    margin: 0 auto
}

.operation-yun {
    margin-top: 30px;
    padding: 40px 0;
    background-color: #f5f5f5;
    text-align: center
}

.operation-yun a {
    display: inline-block;
    width: 300px;
    height: 80px;
    padding-top: 120px;
    margin: 10px 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1)
}

.operation-yun a:hover {
    text-decoration: none;
    opacity: .9
}

.operation-yun a img {
    display: block;
    margin: 0 auto
}

.operation-main .inner {
    padding: 30px 40px
}

.operation-head {
    margin-bottom: 20px;
    overflow: hidden
}

.operation-head .tit {
    float: left;
    font-size: 20px;
    color: #333
}

.operation-head .tit::before {
    content: "▶";
    margin-right: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #034da1
}

.operation-head .tit b {
    font-size: 14px;
    font-weight: 400;
    color: red
}

.operation-detail {
    line-height: 2;
    color: #333;
    overflow: hidden
}

.operation-tab {
    padding-left: 200px
}

.operation-side {
    float: left;
    width: 200px;
    margin-left: -200px
}

.operation-tab .hd li {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    background: #eee;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #034da1;
    cursor: pointer
}

.operation-tab .hd li:last-child::before {
    display: none
}

.operation-tab .hd li.on {
    background: #034da1;
    color: #fff;
    font-weight: 700;
}

.operation-tab .hd li.on::after {
    position: absolute;
    top: 50%;
    right: -28px;
    content: "";
    width: 0;
    height: 0;
    margin-top: -22px;
    border: 22px solid transparent;
    border-left: 6px solid #034da1;
}

.operation-tab .bd {
    min-height: 400px;
    border: 1px solid #fff;
    padding: 0 40px
}

.operation-tab .item h5 {
    padding-top: 5px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}

.operation-tab .item h5:first-child {
    margin-top: 0
}

.operation-tab .item p {
    text-indent: 2em
}

.operation-tab .item .link {
    position: relative;
    display: inline-block;
    padding: 5px 30px 5px 20px;
    margin-top: 2em;
    border: 1px solid #034da1;
    border-radius: 40px;
    color: #034da1;
    transition: .2s;
}

.operation-tab .item .link:hover {
    background: #034da1;
    color: #fff;
    text-decoration: none
}

.operation-tab .item .link:hover::after {
    border-color: #fff
}

.operation-tab .item .link::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #034da1;
    border-top: 1px solid #034da1;
    transform: rotate(45deg) translate(0, -6px);
    transition: .2s;
}

.operation-dynamic {
    border: 1px solid #ddd;
    border-top: 2px solid #034da1;
    margin-top: 20px;
    line-height: 1.5
}

.operation-dynamic .tit {
    padding: 10px 15px;
    background: #fff;
    font-size: 16px
}

.operation-dynamic .more {
    position: relative;
    float: right;
    padding: 2px 20px 2px 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #034da1;
    transition: .2s;
}

.operation-dynamic .more:hover {
    border: 1px solid #034da1;
    text-decoration: none
}

.operation-dynamic .more::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #034da1;
    border-top: 1px solid #034da1;
    transform: rotate(45deg) translate(0, -6px);
    transition: .2s;
}

.operation-dynamic li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd
}

.operation-dynamic li a:hover {
    text-decoration: none
}

.operation-dynamic li .date {
    color: #999
}


/** 专利奖申报详情 **/
.patentaward-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.patentaward-head .inner {
    position: relative;
    display: block;
    height: 200px;
    background-color: #223142;
    background-repeat: no-repeat;
    overflow: hidden;
    *zoom: 1;
    text-align: center
}

.patentaward-head .title {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    margin: 70px auto 0;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 32px;
    color: #fff
}

.patentaward-head .work {
    margin-top: 10px
}

.patentaward-intro {
    margin: 50px 80px;
    line-height: 2;
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph
}

.patentaward-intro .more {
    float: right;
    margin: -30px 0 20px 20px;
    border-radius: 20px;
    background: #004098;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
}

.patentaward-intro .more:hover {
    opacity: .85;
    text-decoration: none
}

.patentaward-intro .link {
    float: right;
    margin: -30px 0 20px;
    border-radius: 20px;
    border: 1px solid #004098;
    padding: 2px 20px;
}

.patentaward-intro .link:hover {
    background: #004098;
    color: #fff;
    text-decoration: none
}

.patentaward-intro .inner h5 {
    margin-left: -27px;
    padding-left: 20px;
    border-left: 7px solid #004098;
    line-height: 1.2;
    font-size: 18px;
}

.patentaward-intro .inner p {
    margin-top: 1em;
    text-indent: 2em
}

.patentaward-intro .guide {
    padding: 40px 60px;
    background-color: #f5f5f5
}

.patentaward-intro .guide a {
    padding-left: 20px;
    background: url(../images/icon-li.png) no-repeat left center;
    color: #004098;
    font-weight: 700
}

/** 专利资助申报 **/
.patentfund-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.patentfund-head .inner {
    position: relative;
    display: block;
    height: 200px;
    background-color: #223142;
    background-repeat: no-repeat;
    overflow: hidden;
    *zoom: 1;
    text-align: center
}

.patentfund-head .title {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    margin: 70px auto 0;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 32px;
    color: #fff
}

.patentfund-form {
    padding: 20px 40px 40px
}

.patentfund-form .tit {
    margin: 20px 0 10px;
    padding: 5px 20px;
    font-size: 18px;
    background: #f8f8f8;
    border-bottom: 1px dashed #eee;
    color: #004098
}

.patentfund-form .item {
    float: left;
    width: 240px;
    padding: 5px 0 5px 210px;
    border-bottom: 1px dashed #fff;
    overflow: hidden;
    *zoom: 1
}

.patentfund-form .item:last-child {
    border-bottom: 0
}

.patentfund-form .item.i2 {
    float: none;
    clear: both;
    width: auto
}

.patentfund-form .item.i2 .txt, .patentfund-form .item.i2 .txa {
    width: 670px
}

.patentfund-form .label {
    float: left;
    width: 200px;
    margin-left: -210px;
    margin-top: 10px;
    text-align: right;
    color: #333;
    font-weight: 700
}

.patentfund-form .label.mt0 {
    margin-top: 0
}

.patentfund-form .money {
    font-size: 16px;
    font-weight: 700
}

.patentfund-form .yes {
    padding: 2px 5px;
    border-radius: 3px;
    background: red;
    color: #fff
}

.patentfund-form .no {
    padding: 2px 5px;
    border-radius: 3px;
    background: green;
    color: #fff
}

.patentfund-form .item .btn, .patentfund-form .item .btnl {
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 10px 10px 0 0;
    font-weight: 700;
    text-align: center
}

.patentfund-table {
    width: 900px;
    margin: 20px auto
}

.patentfund-table th {
    padding: 8px 2px;
    border-top: 2px solid #999;
    border-bottom: 1px solid #999;
    text-align: center
}

.patentfund-table td {
    padding: 5px 2px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.patentfund-table td .txt, .patentfund-table td .slt {
    width: 85%;
    padding: 5px;
}

.patentfund-table td .slt {
    height: 32px;
}

.patentfund-table td .btnl {
    padding: 0 .5em
}

/** 服务机构 **/
.agency-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.agency-tab {
    margin: 20px;
    text-align: center
}

.agency-tab a {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background: #eee;
    color: #034da1;
    font-size: 16px;
    font-weight: 700
}

.agency-tab a:hover {
    background: #034da1;
    color: #fff;
    text-decoration: none
}

.agency-tab a.curr {
    background: #e60012;
    color: #fff
}

.agency-tab a.curr::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 6px solid #e60012;
}

.agency-list .list li {
    float: none;
    border-bottom: 1px dotted #eee;
}

.agency-list .list .box {
    display: inline-block;
    padding: 30px 60px 30px 360px;
    transition: .2s
}

.agency-list .list .box:hover {
    background: #034da1;
}

.agency-list .list .box:hover .title {
    color: #fff
}

.agency-list .list .box:hover .intro {
    color: #fff
}

.agency-list .list .box:hover .more {
    background: #fff;
    color: #034da1
}

.agency-list .list .box:hover .more::after {
    border-color: #034da1
}

.agency-list .list .side {
    float: left;
    width: 220px;
    padding: 10px 20px;
    margin-left: -300px;
    border: 2px solid #ddd;
    background: #fff;
    overflow: hidden
}

.agency-list .list .pic {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: center
}

.agency-list .list .pic img {
    height: 120px
}

.agency-list .list .title {
    font-size: 20px
}

.agency-list .list .job {
    margin-top: 5px;
    font-size: 16px
}

.agency-list .list .intro {
    height: 100px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    text-align: left;
    line-height: 1.8;
}

.agency-list .list .more {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background: #034da1;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.agency-list .list .more:hover {
    text-decoration: none
}

.agency-list .list .more::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translate(0, -6px)
}

/** 服务机构详情 **/


/** 运营专家 **/
.expert-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.expert-list .list li {
    float: none;
    border-bottom: 1px dotted #eee;
}

.expert-list .list .box {
    display: inline-block;
    padding: 30px 60px 30px 220px;
    transition: .2s
}

.expert-list .list .box:hover {
    background: #034da1;
    color: #fff
}

.expert-list .list .box:hover .more {
    background: #fff;
    color: #034da1
}

.expert-list .list .box:hover .more::after {
    border-color: #034da1
}

.expert-list .list .pic {
    float: left;
    width: 120px;
    margin-left: -160px;
    border: 4px solid #fff;
    overflow: hidden
}

.expert-list .list .pic img {
    width: 100%
}

.expert-list .list .name {
    float: left;
    width: 5em;
    font-size: 20px
}

.expert-list .list .job {
    margin-top: 5px;
    font-size: 16px
}

.expert-list .list .intro {
    height: 50px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    text-align: left;
    line-height: 1.8;
}

.expert-list .list .more {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background: #034da1;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.expert-list .list .more:hover {
    text-decoration: none
}

.expert-list .list .more::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translate(0, -6px)
}

/** 运营专家详情 **/
.expert-head .inner {
    position: relative;
    padding: 40px 0 40px 220px;
    background: #022e61;
    overflow: hidden;
    *zoom: 1
}

.expert-head .avatar {
    float: left;
    width: 120px;
    margin-left: -160px;
    border: 5px solid #fff;
    overflow: hidden
}

.expert-head .pic {
    width: 100%
}

.expert-head .data {
    font-size: 16px;
    color: #fff
}

.expert-head .name {
    font-size: 32px;
    font-weight: 400;
    color: #fff
}

.expert-head .work {
    margin-top: 10px
}

.expert-head .job {
    width: 60%;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
    *zoom: 1
}

.expert-head .job dl {
    position: relative;
    float: left;
    width: 50%;
    text-align: center
}

.expert-head .job dl:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.expert-head .job dl:last-child:after {
    display: none
}

.expert-head .job dt {
    color: rgba(255, 255, 255, .4)
}

.expert-intro {
    margin: 0 60px;
    padding: 10px 40px 40px 23px;
    border-left: 1px solid #ddd;
    line-height: 2;
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph
}

.expert-intro p {
    margin-top: 20px
}

.expert-intro b {
    margin-left: -27px;
    padding-left: 20px;
    border-left: 7px solid #004098
}

/** news **/
.news-row {
    width: 1200px;
    position: relative;
    min-height: 500px;
    padding: 30px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.news-list .tit {
    margin-bottom: 20px;
    overflow: hidden
}

.news-list .tit h3 {
    float: left;
    font-size: 24px;
    color: #333
}

.news-list .tit h3::before {
    content: "▶";
    margin-right: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #034da1
}

.news-list li {
    position: relative;
    clear: none
}

.news-list .item {
    display: block;
    padding: 20px 120px 20px 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .2s;
    transition: .2s
}

.news-list .item:hover {
    padding-left: 15px;
    padding-right: 105px;
    border-left: 4px solid #034da1;
    color: #034da1;
    text-decoration: none
}

.news-list .item:hover .date {
    background-color: #034da1
}

.news-list .title {
    font-size: 16px;
    font-weight: 700
}

.news-list .txt {
    height: 50px;
    line-height: 1.8;
    color: #666;
    overflow: hidden
}

.news-list .date {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 80px;
    padding: 5px 0;
    margin-top: -25px;
    background-color: #ddd;
    font-family: Verdana, Arial;
    color: #fff;
    text-align: center
}

.news-list .date b {
    display: block;
    font-size: 15px
}

/* topage */
.page-mod {
    padding: 40px 0;
    text-align: center
}

.topage {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.topage a, .topage .current_page {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: -1px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    color: #333
}

.topage a:hover {
    position: relative;
    border-color: #034da1;
    color: #034da1;
    text-decoration: none
}

.topage .current_page, .topage .current_page:hover {
    border-color: #034da1;
    background-color: #034da1;
    color: #fff;
    cursor: default
}

.topage .btn_dis {
    color: #bbb
}

.topage .btn_dis:hover {
    border-color: #ddd;
    color: #bbb;
    cursor: default
}

.topage .page_dot {
    display: inline-block;
    margin: -10px 10px 0;
    font-weight: 700;
    vertical-align: middle
}

.topage .prev_page, .topage .next_page {
    width: 78px
}

.topage i {
    font-family: \5b8b\4f53;
    font-weight: 700
}

.topage .prev_page i {
    margin-right: 2px
}

.topage .next_page i {
    margin-left: 2px
}

.topage .page_total {
    display: inline-block;
    margin-left: 10px;
    color: #666
}

.topage .page_total b {
    margin: 0 1px
}

.topage .input_page_num {
    width: 30px;
    height: 38px;
    line-height: 38px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-align: center
}

.topage .input_page_num:focus {
    border-color: #034da1
}

.topage .to_page_num {
    float: none;
    width: 60px;
    margin: 0 0 0 10px
}

.page-mini {
    padding: 10px 0;
    text-align: center
}

.page-mini .topage a, .page-mini .topage .active {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px
}

.page-mini .topage .prev_page, .page-mini .topage .next_page {
    width: 50px
}

.page-mini .input_page_num {
    height: 30px;
    line-height: 30px;
}

/** news-detail **/
.newsd-row {
    width: 1200px;
    position: relative;
    min-height: 500px;
    padding: 50px 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.news-detail .head {
    border-bottom: 3px double #034da1;
    overflow: hidden
}

.news-detail .title {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 32px
}

/*.news-detail .info{float:left}*/
.news-detail .info, .news-detail .info a {
    color: #999
}

.news-detail .info a:hover {
    color: #034da1
}

.news-detail .article {
    position: relative;
    min-height: 300px;
    padding: 40px 0;
    line-height: 1.8;
    font-size: 16px;
    color: #222
}

.news-detail .article p {
    margin-bottom: 1.4em
}

.news-detail .article img {
    max-width: 800px
}

/*.news-detail .article img{display:block;margin:2em auto}*/
.news-related {
    border-bottom: 1px solid #ddd
}

.news-related li {
    padding: 10px 0;
    border-top: 1px solid #eee
}

.news-related a {
    color: #666
}

.news-related a:hover {
    color: #034da1
}

.news-guide {
    padding: 40px 60px;
    background-color: #f5f5f5
}

/* font-resizer */
.font-resizer {
    float: right;
    margin: 0 1px;
    font-size: 0
}

.font-resizer a {
    display: inline-block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    margin-right: -1px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fff;
    font-size: 14px;
    color: #034da1;
    text-align: center
}

.font-resizer a:hover {
    position: relative;
    border-color: #034da1;
    text-decoration: none
}

.font-resizer .curFont, .font-resizer .curFont:hover {
    border-color: #034da1;
    background-color: #034da1;
    color: #fff
}

.font-resizer .smallFont {
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.font-resizer .largeFont {
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

/*** FOOTER ***/
.footer {
    background-color: #223142;
    text-align: center
}

.footer .info {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    color: #bbb
}

.footer .info dt {
    margin: 0 0 15px -50px;
}

.footer .info dd {
    margin-top: 5px;
}
