* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #666;
    /*background-color: white;*/
    /*background-image: url(../images/bg-main.jpg);*/
    background-color: #fafafa;
    background-repeat: repeat;
    position: relative;
}

body::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 600px;
    width: 100%;
    background-image: url(../images/3073-tail-bg.jpg);
    background-repeat: repeat-x;
    z-index: 0;
}

ul, li, ol {
    list-style: none outside
}

a {
    text-decoration: none;
    color: #3e3e3e
}

a:hover {
    text-decoration: underline
}

img {
    border: none
}

input, textarea {
    background: none
}

h1, h2, h3, h4, h5 {
    color: #3e3e3e
}

h1 *, h2 *, h3 *, h3 *, h5 * {
    color: #3e3e3e
}

.clear {
    clear: both
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'iconfont';  /* project id："177684" */
    src: url('http://at.alicdn.com/t/font_dnoogy9k8qe0cnmi.eot');
    src: url('http://at.alicdn.com/t/font_dnoogy9k8qe0cnmi.eot') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_dnoogy9k8qe0cnmi.woff') format('woff'),
    url('http://at.alicdn.com/t/font_dnoogy9k8qe0cnmi.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_dnoogy9k8qe0cnmi.svg#iconfont') format('svg');
}

.body_hbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    /*background-image: url(../images/bg-main.jpg);*/
    /*background-repeat: repeat;*/
    background-color: #fafafa;
}

/*header*/
.header {
    height: auto;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header .head_top li i{
    color: #000;
}

.head {
    max-width: 1170px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.head #logo {
    float: left;
    padding-top: 2%;
    margin-bottom: 1.5%;
}

.head_top {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
}

.head_top ul {
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
}

.head_top ul li {
    color: #000;
    margin-right: 5px;
    float: left;
}

.head_top ul li a {
    color: #000;
}

.top_bread {
    float: right;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 0;
}

.top_bread a {
    color: #9e9e9e
}

.top_bread ul {
    overflow: hidden;
}

.top_bread ul li {
    float: right;
    margin-left: 10px;
    height: 20px;
    padding-left: 15px;
    margin-bottom: 4px;
    line-height: 20px
}

.top_bread ul li.website-sitemap a {
    color: #999;
    font-weight: bold
}

.head_top .branch {
    height: 22px;
    width: 100px;
    float: right;
    margin-top: 10px;
}

.header_fenxiang {
    float: right;
    margin-top: 10px;
}

.header_fenxiang dt {
    line-height: 20px;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.header_fenxiang dt a {
    color: #c45452;
    background-color: #FFF;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 2px 2px 2px 2px;
}

.header_fenxiang dt a:hover {
    text-decoration: none;
    background-color: #FF0;
}

.header_fenxiang dt i {
    font-size: 14px;
}

#fun1 {
    display: none;
}

.sear {
    float: left;
    width: 325px;
}

.sear form {
    width: 325px;
    overflow: hidden;
}

.sear input {
    float: left;
}

.sear .text {
    line-height: 27px;
    float: left;
    width: 280px;
    overflow: hidden;
    height: 27px;
    border: 1px solid #d7ccba;
    text-indent: 10px;
}

.sear .sub {
    float: left;
    height: 29px;
    width: 40px;
    overflow: hidden;
}

/*右侧漂浮替换样式*/
.im {
    position: fixed;
    right: 2px;
    top: auto;
    bottom: 40px;
    z-index: 11
}

.im-l {
    color: #fff;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background-color: #c2524f;
    box-shadow: 0 0 8px #eaf0f6;
    border-radius: 4px 0 0 4px;
    display: block;
    text-align: center;
    line-height: 60px;
    float: left
}

.im-l i {
    font-size: 20px
}

#select {
    display: none
}

.im .box {
    float: right;
    width: 60px;
    background-color: #c2524f;
    border-radius: 0 4px 4px 4px;
    display: none
}

.im .box ul {
    background-color: #fff;
    list-style-type: none;
    margin: 5px
}

.im .box ul li {
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px
}

.im .box ul li a {
    text-decoration: none;
    display: block
}

.im .box ul li i {
    font-size: 24px;
    color: #f39d22
}

.im .box ul li i.img-skype {
    color: #00aff0
}

.im .box ul li i.img-whatsapp {
    color: #00d51b
}

.im .box ul li i.img-user {
    color: #F66
}

.im .box ul li i.img-skype, .im .box ul li i.img-envelope {
    font-size: 28px
}

.im .box ul li a:hover i {
    color: #343537
}

#select:checked + .box {
    display: block
}

#cus_ser1 .msn {
    background-repeat: no-repeat;
    height: 50px;
    width: 50px
}

.im .skype {
    background-repeat: no-repeat;
    background-position: -47px 0;
    height: 50px;
    width: 47px
}

.im .mail {
    background-repeat: no-repeat;
    background-position: -94px 0;
    height: 50px;
    width: 47px
}

.im .kefu_01 {
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF
}

.im .whatsapp {
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF
}

@media screen and (min-width: 768px) {
    .im {
        width: 92px;
        position: fixed;
        right: -60px;
        top: 250px;
        transition: right .5s;
        bottom: auto;
        z-index: 11
    }

    .im:hover {
        right: 0
    }

    .im .box {
        position: absolute;
        display: block;
        width: 60px;
        right: 0;
        top: 0
    }
}

/*导航栏*/
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sm, .sm ul, .sm li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0
}

.sm ul {
    display: none
}

.sm li, .sm a {
    position: relative
}

.sm a {
    display: block
}

.sm a.disabled {
    cursor: default
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit
}

.sm > li > a {
    text-transform: capitalize
}

.main-nav {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.sm-blue {
    background-color: #333
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden
}

.nav-brand {
    float: left;
    margin: 0
}

.nav-brand a {
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 29px;
    text-decoration: none
}

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    overflow: hidden;
    background: #333
}

@media (min-width: 768px) {
    #main-menu:before {
        display: none
    }
}

.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #333;
    -webkit-transition: all .25s;
    transition: all .25s
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

#main-menu-state:not(:checked) ~ #main-menu {
    display: none
}

#main-menu-state:checked ~ #main-menu {
    display: block;
    background: #fff
}

@media (min-width: 768px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px
    }

    #main-menu-state:not(:checked) ~ #main-menu {
        overflow: inherit;
        display: table;
        width: 100%;
        max-width: 1200px
    }
}

.demo-text {
    margin: 3em 22px
}

.demo-text p {
    margin-bottom: 1em
}

.demo-text a {
    color: #999
}

.sm-blue {
    max-height: 400px;
    background: transparent;
    overflow: auto
}

.sm-blue li a {
    padding: 10px
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    color: #333;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none
}

.sm-blue a.current {
    color: #333
}

.sm-blue a.disabled {
    color: #a1d1e8
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.sm-blue a .sub-arrow::before {
    content: '+'
}

.sm-blue a.highlighted .sub-arrow::before {
    content: '-'
}

.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0
}

.sm-blue ul {
    background: #fff
}

.sm-blue ul ul {
    background: rgba(102, 102, 102, 0.1)
}

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
    background: transparent;
    color: #2b82ac;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent
}

.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff
}

.sm-blue ul a.disabled {
    color: #b3b3b3
}

.sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active {
    border-left: 16px solid transparent
}

.sm-blue ul ul ul a, .sm-blue ul ul ul a:hover, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:active {
    border-left: 24px solid transparent
}

.sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:hover, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent
}

.sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:hover, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent
}

.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.sm-blue ul li:first-child {
    border-top: 0
}

@media (min-width: 768px) {
    .main-nav {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        background-color: transparent
    }

    .sm-blue ul {
        position: absolute;
        width: 12em;
        background: #333
    }

    .sm-blue > li > ul {
        top: 50px
    }

    .sm-blue > li {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
        padding: 0 10px;
        text-align: center;
        font-weight: normal
    }

    .sm-blue > li:hover > a {
        color: #7f7f7f;
    }

    .sm-blue > li:hover span {
        border-color: #000 transparent transparent transparent
    }

    .sm-blue > li > a {
        padding: 0;
        color: #000;
    }

    .sm-blue.sm-rtl li {
        float: right
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal
    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
        color: #000
    }

    .sm-blue a {
        color: #fff
    }

    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        color: #000
    }

    .sm-blue .current {
        color: #000;
        position: relative
    }

    .sm-blue > li.current > a {
        color: #000
    }

    .sm-blue > li.current > a > span {
        border-color: #000 transparent transparent transparent
    }

    .sm-blue a.disabled {
        color: #FF0
    }

    .sm-blue a .sub-arrow {
        position: static;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
        background: transparent;
        border-radius: 0;
        display: inline-block;
        margin-left: 5px
    }

    .sm-blue a .sub-arrow::before {
        display: none
    }

    .sm-blue > li:first-child {
        border-left: 0
    }

    .sm-blue ul {
        padding: 7px 0;
        background: #fafafa;
        border-radius: 0 0 4px 4px !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2)
    }

    .sm-blue ul ul {
        border-radius: 4px !important;
        background: #c2524f
    }

    .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: #333;
        border-radius: 0 !important
    }

    .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
        color: #c2524f;
    }

    .sm-blue ul a.current {
        color: #000
    }

    .sm-blue ul a.disabled {
        background: #fff;
        color: #b3b3b3
    }

    .sm-blue ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 10px;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #fff
    }

    .sm-blue ul li {
        border: 0
    }

    .sm-blue .scroll-up, .sm-blue .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }

    .sm-blue .scroll-up-arrow, .sm-blue .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #2b82ac transparent
    }

    .sm-blue .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac transparent transparent transparent
    }

    .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent
    }

    .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
        border-radius: 0 8px 8px 0
    }

    .sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
        border-radius: 8px 0 0 8px !important
    }

    .sm-blue.sm-rtl > li:first-child {
        border-left: 1px solid #2b82ac
    }

    .sm-blue.sm-rtl > li:last-child {
        border-left: 0
    }

    .sm-blue.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent
    }

    .sm-blue.sm-vertical {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
    }

    .sm-blue.sm-vertical a {
        padding: 9px 23px
    }

    .sm-blue.sm-vertical a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8
    }

    .sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
        border-radius: 8px 8px 0 0
    }

    .sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
        border-radius: 0 0 8px 8px !important
    }

    .sm-blue.sm-vertical > li {
        border-left: 0 !important
    }

    .sm-blue.sm-vertical ul {
        border-radius: 4px !important
    }

    .sm-blue.sm-vertical ul a {
        padding: 9px 23px
    }
}

/*banner*/
.slides {
    text-align: center;
    background-color: #FFF
}

.flex-container a:active, .flexslider a:active {
    outline: 0
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    width: 100%;
    max-width: 1170px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-image: url(../images/lrtk_bj.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 34px
}

.flexslider .slides > li {
    display: none
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides > li {
    position: relative
}

.flex-container {
    zoom: 1;
    position: relative
}

.flex-caption {
    background: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1
}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px
}

.flex-direction-nav li a {
    width: 0;
    height: 0;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px
}

.flex-direction-nav li a.next {
    background-position: -70px 0;
    right: 5px
}

.flex-direction-nav li a.prev {
    background-position: 0 0;
    left: 5px
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10%;
    text-align: center;
    height: 30px;
    overflow: hidden
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #CCC;
    height: 22px;
    width: 22px;
    margin: 0 5px;
    border: 1px solid #FFF
}

.flex-control-nav li:first-child {
    margin: 0 5px
}

.flex-control-nav li a {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    text-indent: -9999px
}

.flex-control-nav li a:hover {
    background-color: #666
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
    background-color: #C00
}

/*Menu*/
.menu {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
}

.menu ul.nav {
    height: 46px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: table;
}

#mainlevel_00 {
    background-repeat: no-repeat;
    background-position: 0px center;
}

.menu li.primary {
    position: relative;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 20px;
}

.primary a {
    color: #FFF;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.primary a:hover {
    color: #FF0;
}

#cen_banner {
    height: 50px;
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

#cen_banner a img {
    height: 50px;
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
}

.primary ul {
    position: absolute;
    top: 46px;
    z-index: 999;
    line-height: 24px;
    display: none;
    padding-bottom: 10px;
    background-color: #c2524f;
    text-align: left;
}

.primary ul li {
    line-height: 30px;
    overflow: hidden;
}

.primary ul li a {
    color: #FFF;
    padding: 0 25px 0 25px;
    white-space: nowrap;
    display: block;
}

.primary ul li a:hover {
    color: #FF0;
}

.primary ul.pcenter {
    left: 0px;
    height: auto;
    padding-bottom: 10px;
    top: 46px;
    min-width: 100%;
}

.primary ul.pcenter dl {
    float: left;
    padding: 0
}

.primary ul.pcenter .line {
    width: 200px;
}

.primary ul.pcenter .mining {
    width: 140px;
}

.primary ul.pcenter .sand {
    width: 195px;
}

.primary ul.pcenter dl a {
    color: #FFF;
    line-height: 30px;
    padding: 0 25px 0 25px;
}

.primary ul.pcenter a {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 0
}

.primary ul.pcenter a:hover {
    color: #FF0;
    text-decoration: none;
}

.primary ul.pcenter dt a {
    font-size: 14px;
    font-weight: bold
}

.primary ul.pcenter dt a:hover {
    text-decoration: none;
    color: #FF0;
}

.primary ul.pcenter dl a.title {
    color: #3e3e3e
}

#searchform {
    overflow: hidden;
    margin-top: 10%;
}

#searchform > fieldset {
    border: 1px solid #cbcbcb;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#searchform > fieldset > input[name="keys"] {
    height: 40px;
    width: 200px;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    background-color: #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#searchform > fieldset > input[type="submit"] {
    cursor: pointer;
    height: 40px;
    color: #333;
    background-color: #cbcbcb;
    padding-right: 5px;
    padding-left: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#index_banner {
    max-width: 1198px;
    border: 1px solid #dbd5ca;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

#inner_ban {
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

#inner_ban a {
    display: block;
    height: auto;
    width: 100%;
}

#inner_ban, #inner_ban a, #inner_ban a img {
    width: 98 p%;
    text-align: center;
}

#pfl {
    width: 62px;
    height: 77px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 143px;
    z-index: 8;
}

#pfr {
    width: 62px;
    height: 77px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 143px;
    z-index: 8;
}

#small_ban {
    max-width: 1170px;
    width: 96%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
}

.small_ban_h {
    height: 32px;
    width: 100%;
    text-align: center;
    background-repeat: repeat-x;
    background-position: 0px center;
    margin-bottom: 20px;
}

.small_ban_h h2, .small_ban_h span {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

#small_ban ul {
    font-size: 0px;
}

#small_ban ul li {
    width: 23.5%;
    display: inline-block;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
    vertical-align: top;

}

#small_ban ul li:nth-child(4n+4) {
    margin-right: 0%;
}

#small_ban ul li a img {
    width: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 33px;
    overflow: hidden;
    display: block;
}

#small_ban ul li h2, #small_ban ul li h3 {
    width: 100%;
    height: 40px;
    border-width: 0px;
    overflow: hidden;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-align: left;
}

#small_ban ul li p {
    width: 100%;
    max-height: 40px;
    border-width: 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

#small_ban ul li span {
    border-width: 0px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    float: left;
}

#small_ban ul li span a {
    color: #333;
    display: inline-block;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #cbcbcb;
    border-radius: 5px;
}

#small_ban ul li span a:hover {
    text-decoration: none;
    background-color: #666;
}

.Featured_p {
    width: 96%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.Featured_p ul {
    font-size: 0px;
}

.Featured_p ul li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    background-image: url(../images/tjf.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 38px;
}

.Featured_p ul li:nth-child(3) {
    margin-right: 0;
}

.Featured_p ul li h3 {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
}

.Featured_p ul li a img {
    display: block;
    width: 100%;
}

/*index main*/
.index_main {
    width: 1200px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding-top: 10px;
}

.index_main strong a {
    color: #3e3e3e
}

.index_main .left {
    float: left;
    width: 280px;
}

.index_main .left form {
    width: 190px;
    height: 19px;
    line-height: 17px;
    border: 1px solid #ccc
}

.index_main .left form input {
    width: 165px;
    height: 17px;
    margin: 1px 0;
    border: 0;
    float: left;
    outline: none;
    padding-left: 5px
}

.index_main .left input.submit {
    width: 18px;
    height: 15px;
    background: url(../images/bg_sprite.gif) 0 -310px no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.center {
    float: left;
    width: 100%;
}

.center_p {
    overflow: hidden;
    width: 100%;
}

.center_p ul {
    width: 100%;
    margin-top: 2%;
    font-size: 0px;
}

.center .center_t {
    background-repeat: repeat-x;
    background-position: 0px center;
    height: 50px;
    width: 100%;
}

.center .center_t .now_cur {
    line-height: 50px;
    background-color: #FFF;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
}

.center .clines {
    height: 1px;
    background-color: #eae8e6;
    overflow: hidden;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 19px;
    margin-bottom: 19px;
}

.center_p li {
    width: 32%;
    line-height: 20px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    margin-right: 2%;
}

.center_p li:nth-child(3n+3) {
    margin-right: 0;
}

.center_p li a img {
    width: 100%;
    display: block;
}

.center_p li p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.center_p li h3 {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.center_p li p a {
    color: #666666
}

.index_main .right {
    float: right;
    width: 1200px;
    padding-left: 40px
}

.index_main .right h3 {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0;
}

.index_main .right li {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
}

.index_main .right li a {
    background: url(../images/bg_sprite.gif) 0 -248px no-repeat;
    padding-left: 8px;
}

.index_main .right li span {
    color: red
}

/*左侧产品下拉*/
.sidebar-product {
    width: 100%;
    height: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    float: left;
}

.sidebar-product_t {
    overflow: hidden;
}

.sidebar-title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    width: 100%;
}

.sidebar-product_t h2 a {
    color: #FFF;
}

.sidebar-product dl {
    width: 100%;
    overflow: hidden;
}

.sidebar-product dt {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ececec;
}

.sidebar-product_t span {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    float: right;
}

.sidebar-product_t span a {
    color: #999;
}

.line {
    height: 2px;
    width: 100%;
}

.sidebar-product span {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    height: 40px;
    display: block;
    line-height: 40px;
    float: right;
    cursor: pointer;
}

.sidebar-product span:hover {
    color: #c2524f;
}

.sidebar-product dd {
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    padding: 8px 0 8px 15px;
}

.sidebar-product dd a {
    color: #797979;
    width: 100%;
    display: block;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #EEE;
}

.sidebar-product dd a:hover {
    text-decoration: none;
    color: #c2524f;
}

.sidebar-product span img {
    position: absolute;
    right: 10px;
    top: 20px;
}

.sidebar-product dl dd:last-child {
    margin-bottom: 10px;
}

.prod_top {
    width: 100%;
    overflow: hidden;
}

.prod_top h2, .prod_top span {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.prod_top ul {
    width: 100%;
    font-size: 0px;
    margin-top: 1.5%;
    padding-bottom: 1%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.prod_top ul li {
    width: 15%;
    height: auto;
    margin-right: 2%;
    vertical-align: top;
    display: inline-block;
}

.prod_top ul li:nth-child(6) {
    margin-right: 0;
}

.prod_top ul li h3 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.prod_top ul li a img {
    width: 100%;
    overflow: hidden;
    display: block;
}

/*msg*/
.msg_bl {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.msg_bl .prompt {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
    width: 97%;
    background-color: #cbcbcb;
    padding: 1.5%;
    border-radius: 4px;
}

.msg_bl .prompt span {
    margin-left: 20px;
    color: #c63232
}

.msg_bl table {
    color: #3e3e3e;
    font-size: 12px;
    width: 98%;
    padding-left: 2%;
    vertical-align: middle;
}

.msg_bl table td {
    line-height: 20px;
    overflow: hidden;
    height: 20px;
    margin: 0px;
    padding-top: 10px;
    vertical-align: middle;
}

.msg_bl table th {
    line-height: 20px;
    font-weight: normal;
    text-align: right;
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: top;
    width: 80px;
    min-width: 70px;
}

.msg_bl form input {
    width: 95%;
    padding-left: 5px;
    height: 25px;
    line-height: 12px;
    border: 1px solid #dcdcdc;
    max-width: 660px;
    margin: 0px;
    overflow: hidden;
    background-color: #FFF;
}

.msg_bl form select {
    width: 196px;
    height: 25px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    margin-right: 3px;
}

.msg_bl form label {
    display: block;
    line-height: 14px;
    margin-bottom: 5px
}

.msg_bl span.require {
    color: red;
    margin-right: 5px;
}

.msg_bl form .checkbox {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.msg_bl form .radio {
    width: 11px;
    height: 11px;
    margin-right: 8px;
}

.msg_bl form .t_submit {
    width: 95px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    margin: 10px;
    border: none;
    background: #000;
    color: #FFF
}

.xj_m {
    width: 484px;
    padding-left: 5px;
    height: 90px;
    border: #cdccd1 1px solid;
    margin-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.msg_bl .s_k {
    width: 195px;
    height: 25px;
    border: #dcdcdc 1px solid;
}

.msg_bl .ct {
    padding: 0 18px 0px 18px;
    color: #000
}

.msg_bl .cl {
    line-height: 28px;
}

.msg_bl .cl span {
    margin-right: 10px;
}

.msg_bl .wl {
    line-height: 27px;
    padding-top: 10px;
}

.msg_bl .wl .a {
    margin-right: 27px;
}

.msg_bl .wl .b {
    margin-right: 36px;
}

.msg_bl .wl .c {
    margin-right: 39px;
}

.msg_bl .wl .d {
    margin-right: 30px;
}

.msg_bl .wl .aa {
    margin-right: 22px;
}

.msg_bl .wl .ab {
    margin-right: 55px;
}

.msg_bl .wl .ac {
    margin-right: 41px;
}

.msg_bl .wl .ad {
    margin-right: 33px;
}

.msg_bl .wl .ba {
    margin-right: 18px;
}

.msg_bl label {
    margin-top: 18px;
}

.msg_bl font {
    color: #000;
}

.msg_bl .message {
    margin-top: 5px;
}

.msg_bl #message {
    width: 95%;
    padding-left: 5px;
    border: 1px solid #dcdcdc;
    max-width: 660px;
    margin-bottom: 15px;
    background-color: #FFF;
}

.msg_bl_dx {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E6E6E6;
    padding-top: 10px;
}

.msg_bl_dx h3 {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.msg_bl_dx ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.msg_bl_dx ul li {
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-right: 2%;
    margin-left: 2%;
}

.msg_bl_dx ul li h4 {
    overflow: hidden;
    display: inline-block;
    float: left;
    padding-left: 5px;
    line-height: 18px;
}

.msg_bl_dx ul li input {
    overflow: hidden;
    display: inline-block;
    float: left;
    height: 18px;
    width: 18px;
}

#msg_bl_dx1 {
    overflow: hidden;
    text-align: center;
    padding-left: 0%;
}

#msg_bl_dx1 li {
    overflow: hidden;
    text-align: center;
    float: left;
    width: 36.5%;
}

#msg_bl_dx1 h4 {
    overflow: hidden;
    float: left;
    font-weight: normal;
    padding-right: 10px;
    width: 80px;
    text-align: right;
    display: inline-block;
}

#msg_bl_dx1 input {
    float: left;
    width: 65%;
    padding-left: 5px;
    max-width: 250px;
}

/*inqquick*/
.inqquick {
    border: 1px solid #dfdfdf;
    width: 95%;
    padding-top: 20px;
    max-width: 660px;
    padding-left: 5px;
    background-color: #FFF;
}

.inqquick .m {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    text-align: left;
    position: relative;
}

.inqquick #inqQuickText_1 {
    float: left;
    height: 20px;
    width: 20px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.inqquick #inqquick_h {
    float: left;
    white-space: normal;
    display: inline-block;
    margin-left: 25px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
}

/*artcate*/
#artcate {
    max-width: 1228px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    overflow: hidden;
}

#artcate .item {
    min-width: 180px;
    width: 22.8%;
    height: auto;
    display: inline-block;
    margin-right: 0.9%;
    margin-left: 0.9%;
    overflow: hidden;
    padding-top: 20px;
}

#artcate .item h3 {
    font-size: 12px;
    line-height: 30px;
    color: #333;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
    overflow: hidden;
}

#artcate .item ul {
    color: #666;
    overflow: hidden;
    padding-top: 10px;
}

#artcate .item ul li {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}

#artcate .item ul li a {
    color: #666;
}

/*turn page*/
#turn_page {
    text-align: center;
    clear: both;
    width: 98%;
    margin-bottom: 20px;
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4E4E4;
    padding-top: 15px;
}

#turn_page span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    background: #fff;
    vertical-align: top;
    margin: 5px;
    font-size: 14px;
    line-height: 24px;
}

#turn_page span.pageinfo {
    text-align: center;
    text-decoration: none;
    border: 1px solid #cecece;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 24px;
}

#turn_page span em {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 24px;
}

#turn_page font, #turn_page a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cecece;
    padding: 5px 10px;
    line-height: 24px;
}

#turn_page .page_item_current {
    color: #000;
    cursor: default;
    border: 1px solid #333;
    line-height: 24px;
    padding: 5px 10px;
}

#index_footer {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-top: 20px;
    background-color: #f9f9f9;
}

#index_footer ul {
    overflow: hidden;
    margin-right: 1%;
    margin-left: 1%;
    width: 18%;
    min-width: 165px;
    display: inline-block;
    height: 120px;
}

#index_footer ul h2, #index_footer ul .th, #index_footer ul .th {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    height: 30px;
    overflow: hidden;
}

#index_footer ul li {
    min-width: 165px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    text-align: left;
}

#index_footer ul li a {
    color: #666;
}

/*footer*/
.footer {
    width: 100%;
    clear: both;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.footer a {
    color: #6a6a6a;
    text-decoration: none
}

.footer .f_lnk {
    overflow: hidden;
    line-height: 34px;
    text-align: center;
}

.footer .f_lnk a {
    padding-right: 8px;
    padding-left: 8px;
    color: #666;
    display: inline-block;
}

.footer .fwidget {
    width: 100%;
    max-width: 1170px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

.footer .fwidget .goshare {
    float: right;
    width: 145px;
    position: absolute;
    right: 0px;
    top: -20px;
}

.footer .fwidget_r {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: normal;
}

/*main*/
.nei-table {
    width: 100%;
    overflow: auto;
}

.nei-table table, .sec_m table {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666
}

.nei-table table th, .sec_m table th {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    padding-right: 5px;
    padding-left: 5px;
}

.nei-table table td, .sec_m table td {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    padding-right: 5px;
    padding-left: 5px;
}

.main {
    max-width: 1170px;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 1%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.main img {
    max-width: 100%;
}

.main .bread {
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    color: #000;
    background-color: #ebebeb;
    border-radius: 4px;
    margin-bottom: 2%;
}

.main .bread span, .main .bread ul {
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}

.main .bread ul li {
    display: inline-block;
}

.main .bread i {
    font-size: 20px;
}

.main .bread a {
    color: #000;
    line-height: 22px;
    margin: 0 5px;
    display: inline-block;
}

.main .bread a:hover {
    text-decoration: none;
    color: #000;
}

.main .rsidebar, .Recom {
    width: 100%;
    float: left;
}

.main .rsidebar h2, .Recom h2 {
    font-size: 16px;
    line-height: 20px;
    color: #c2524f;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    width: 100%;
    display: block;
}

.main .rsidebar h2 a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
}

.main .rsidebar h2 a:hover {
    color: #FFF;
    background-color: #39352D;
    text-decoration: none;
}

.main .rsidebar h2.search {
    border: none;
    margin: 0;
}

.main .rsidebar ul, .Recom {
    margin-bottom: 20px;
}

.main .rsidebar li {
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #4a4439;
    background-repeat: no-repeat;
    background-position: 5px center;
    font-weight: normal;
}

.main .rsidebar li a {
    color: #3e3e3e;
    padding: 8px 0;
    display: block;
}

.main .rsidebar li a:hover {
    text-decoration: none;
    color: #c2524f;
}

.contact-list {
    overflow: hidden;
    width: 100%;
}

.contact-list h2 {
    font-size: 16px;
    line-height: 20px;
    color: #c2524f;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    width: 100%;
    display: block;
}

.contact-list table {
    overflow: hidden;
    display: block;
}

.contact-list tr {
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.contact-list tr th {
    color: #3e3e3e;
    font-weight: normal;
    white-space: nowrap;
    padding: 5px 0;
}

.contact-list tr th i {
    font-weight: normal;
    font-size: 16px;
    color: #c2524f;
}

.contact-list tr a {
    color: #666;
}

.contact-list tr a:hover {
    color: #ff665e;
}

.contact-list tr td {
    padding: 5px 0;
    word-break: break-all;
}

.Recom li {
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

.Recom li a img {
    overflow: hidden;
    width: 34%;
    display: block;
    float: left;
    margin-right: 4%;
}

.Recom li h3, .Recom li .th {
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
}

.Recom li p {
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.main .rsidebar ul.news li {
    list-style: none
}

.main .rsidebar a:hover {
    color: #cc0000
}

.main .rsidebar form {
    width: 210px;
    height: 19px;
    border: 1px solid #ccc
}

.main .rsidebar form input {
    width: 180px;
    height: 17px;
    margin: 1px;
    padding-left: 5px;
    line-height: 15px;
    border: 0;
    float: left;
    outline: none;
}

.main .rsidebar form input.submit {
    width: 18px;
    height: 15px;
    background: url(../images/bg_sprite.gif) 0 -310px no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

/*case list*/
.main .caselist {
    float: left;
    width: 100%;
}

.main .caselist ul.list {
    width: 98%;
}

.main .caselist ul.list li h2 {
    font-size: 16px;
    line-height: 30px;
}

.main .caselist p {
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
}

.main .caselist ul.list li {
    width: 100%;
    border-bottom: 1px dotted #c8c8c8;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    overflow: hidden;
}

.main .caselist ul.list li img {
    float: left;
    margin-right: 24px;
    width: 186px;
    height: 121px;
    overflow: hidden
}

.main .caselist ul.list a.more {
    float: right;
    margin-right: 20px;
    padding-top: -100px;
}

.main .caselist ul.list a.more:hover {
    color: red
}

.main .caselist strong a {
    font-size: 13px;
    text-transform: uppercase;
    color: #3e3e3e
}

/**case list page **/
#page {
    width: 100%;
    height: 50px;
    clear: both;
    padding-top: 10px;
}

#page li {
    float: left;
    height: 23px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #e9e9e9;
    margin-right: 6px
}

#page .thisclass {
    color: #F00;
}

#page li select {
    border: none;
    outline: none
}

/*search*/
.cp {
    padding-bottom: 9px;
}

.page_box {
    height: 50px;
    margin-bottom: 5px;
    text-align: center;
}

.page_box ul {
    float: left;
    padding: 12px 0px 12px 12px;
}

.search form {
    width: 190px;
    height: 19px;
    line-height: 17px;
    border: 1px solid #ccc
}

.search form input {
    width: 165px;
    height: 17px;
    margin: 1px 0;
    border: 0;
    float: left;
    outline: none;
    padding-left: 5px
}

.search input.submit {
    width: 18px;
    height: 15px;
    background: url(../images/bg_sprite.gif) 0 -310px no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

#exhibition {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 321px;
    height: 123px;
}

/*main*/
.main .content {
    float: left;
    width: 100%;
}

.main .sidebar {
    float: right;
    width: 23.5%;
}

.main .sidebar_l {
    float: right;
    width: 23.5%;
}

.content .abstract {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}

.content .abstract .brief {
    height: auto;
    color: #666;
    position: relative;
    font-size: 14px;
    min-width: 300px;
}

.content .abstract .brief h1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.content .abstract .brief span {
    color: #c2524f;
    font-size: 16px;
    line-height: 30px;
}

.content .abstract .widget {
    clear: both;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 10px 0;
}

#pdfdown {
    float: left;
}

.content .abstract .widget #pdfdown {
    display: block;
    float: left;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 20px;
}

.content .abstract .widget #seegallery {
    display: block;
    float: left;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 20px;
}

.content .abstract .widget #sendmail {
    display: block;
    float: left;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    margin: 5px 20px 5px 0;
    background: url(../images/bg_sprite.gif) 0 0 no-repeat;
}

.content .abstract .widget .yincang {
    -webkit-filter: grayscale(100%);
    opacity: 0.3;
    text-decoration: none;
}

.content .abstract .widget .button {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}

.content .abstract .widget .button a {
    color: #FFF;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    background-color: #b10000;
}

.content .abstract .widget .button a:hover {
    background-color: #333;
    text-decoration: none;
}

.content .tab {
    display: none
}

.content .sec_m {
    float: left;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.content .sec_m li {
    float: left;
    text-align: center;
    width: 334px;
}

.content .sec_m li img {
    text-align: center;
    margin-top: 5px;
}

/*pros*/
.pros {
    width: 98%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pros table {
    width: 100%;
    font-size: 14px;
    background-color: #DFDFDF;
}

.pros th {
    width: 30%;
    text-indent: 10px;
    line-height: 28px;
    background-color: #FFF;
}

.pros td {
    padding-left: 10px;
    background-color: #FFF;
}

.pros h3 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
}

/*prompt_h*/
#prompt_h {
    width: 480px;
    display: block;
}

/*case inside page*/
.case h1 {
    font-size: 20px;
    margin-bottom: 20px
}

.case h3 {
    height: 15px;
    font-size: 16px;
    line-height: 15px;
    width: auto;
    font-weight: normal;
    margin: 22px 0;
}

.case img {
    margin: 15px 0 20px 0;
}

.case .next_pre {
    line-height: 34px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

.case .section {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

/**Cotent News list **/
.news .topnews {
    overflow: hidden;
}

.news .topnews p {
    line-height: 28px;
    font-size: 14px;
}

.news .topnews a img {
    width: 190px;
    height: 124px;
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.news .topnews h2 {
    font-size: 16px;
    line-height: 30px;
}

.news .tabselect {
    clear: both;
    text-align: right;
    position: relative;
    right: 50px;
    bottom: 20px
}

.news .tabselect a {
    margin: 0 10px
}

.news .cate {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #cbcbcb;
    width: 98%;
}

.news .cate span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.news .newslist {
    margin-top: 10px;
    width: 98%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.news .newslist li {
    list-style: square inside;
    display: block;
    padding-right: 80px;
    height: 34px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.news .newslist li .pubdate {
    position: absolute;
    right: 0;
    top: 0
}

.news .ng li {
    line-height: 5px;
    list-style: none;
}

/**Content News inside**/
.news_p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.news h1 {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.news .next_pre {
    line-height: 34px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e2e2;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
}

/*About Page*/
.about h1 {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
}

.about .section {
    clear: both;
    width: 98%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

/*artcate*/
#artcate {
    max-width: 1228px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    overflow: hidden;
}

#artcate .item {
    min-width: 180px;
    width: 22.8%;
    height: auto;
    display: inline-block;
    margin-right: 0.9%;
    margin-left: 0.9%;
    overflow: hidden;
    padding-top: 20px;
}

#artcate .item h3 {
    font-size: 12px;
    line-height: 30px;
    color: #333;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
    overflow: hidden;
}

#artcate .item ul {
    color: #666;
    overflow: hidden;
    padding-top: 10px;
}

#artcate .item ul li {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}

.cert_p {
    width: 98%;
}

.cert_p h2 {
    font-size: 18px;
    line-height: 34px;
    color: #4a4439;
    text-align: center;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;
    margin-top: 10px;
}

.cert_p p {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 5px;
}

.cert_p p img {
    max-width: 100%;
}

/*service*/
#banner {
    visibility: hidden;
    float: left;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 400px;
    min-width: 340px;
    height: auto;
    margin-right: 20px;
}

#banner img {
    width: 100%;
    height: auto;
    display: block;
}

#banner.banner1 {
    margin-left: 100px;
    border: 3px solid #ccc;
}

#banner.banner2 {
    border: 3px solid #ccc;
}

#banner.banner2 img {
    height: auto;
    width: 100%;
}

.about_pc_tab {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.tbl2 {
    background-color: #e6e6e6;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.tbl2 th {
    background-color: #ffffff;
    text-align: right;
    padding: 2px 1% 2px 1%;
    font-size: 14px;
    line-height: 24px;
}

.tbl2 td {
    background-color: #ffffff;
    padding: 2px 1% 2px 1%;
}

.tabs {
    width: 100%;
    margin-bottom: 20px;
}

.tabs .ul {
    width: 100%;
    line-height: 26px;
    display: block;
    overflow: hidden;
}

.tabs .ul li {
    float: left;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    background-color: #CCC;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.tabs .ul li.focus {
    color: #FFF;
    line-height: 30px;
    background-size: 100% 100%;
    background-color: #c2524f;
}

.tabs .div {
    border: 1px solid #e6e6e6;
    padding: 15px;
    display: none;
    background-color: #FFF;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

/*site-map网站地图*/
.site-map {
    margin-top: 10px;
}

.site-map-t {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    background: #f9f9f9;
    padding: 8px 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.site-map-th {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px dashed #f1f1f1;
    padding: 8px 20px;
}

.site-map-th h2 {
    font-size: 16px;
    font-weight: normal;
}

.site-map ul {
    font-size: 0;
    overflow: hidden;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 20px 0 20px;
}

.site-map ul li {
    font-size: 14px;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    width: 33.3%;
}

.site-map ul li h3 {
    font-size: 14px;
    font-weight: normal;
}

.site-map ul.site-map-l1 li {
    width: 25%;
}

.site-map ul.site-map-l2 li {
    width: 50%;
}

.site-map a:hover {
    color: #000
}

/*tag*/
.tag {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2%;
}

.tag strong {
    overflow: hidden;
    float: left;
    margin: 5px;
    font-size: 14px;
    line-height: 28px;
    padding: 2px 10px 2px 10px;
}

.tag a {
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    border: 1px solid #CCC;
    margin: 5px;
    background-color: #FFF;
}

.share {
    padding-top: 10px;
    overflow: hidden;
}

/*幻灯图开始*/
#about_pb {
    width: 100%;
}

#promotion_banners {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}

#promotion_banners li {
    width: 100%;
    height: 100%;
}

.switcher_2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.product_box {
    width: 98%;
    max-width: 400px;
    min-width: 320px;
}

.product_box .banners {
    height: 400px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.pb {
    display: inline-block;
    position: relative;
    height: auto;
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
    z-index: 1;
}

.pb .points_2 li {
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background-color: #999;
    line-height: 22px;
    color: #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.pb .points_2 li.current {
    color: #FFF;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    border: 1px solid #FFF;
    background-color: #C00;
}

.pb .banners {
    float: left;
    padding: 0px;
    margin: 0px;
}

.pb .banners li {
    display: none;
    padding: 0px;
}

.pb .banners li.current {
    display: block;
}

.pb .switcher {
    width: 100%;
    display: block;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}

.pb .points {
    font-size: 12px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}

.pb .points li {
    width: 70px;
    height: 70px;
    background-position: 0px 0px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    border: 1px solid #e6e6e6;
    display: table;
    margin-top: 8px;
}

.pb .points li i {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.pb .points li i::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.pb .points li img {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle;
    display: table-cell;
    z-index: -1;
    position: relative;
}

.pb .points li.current {
    color: #FFF;
    margin-right: 8px;
    height: 70px;
    width: 70px;
    border: 1px solid #F00;
}

.pb .steps {
    width: 16px;
    height: 23px;
    background-position: 0px -17px;
    margin: 0px 0px 0px 6px;
    position: absolute;
    bottom: 3px;
    _overflow: hidden;
}

/* FireFox */
* html .pb .steps {
    width: 16px;
    height: 23px;
    background-position: 0px -17px;
    margin: 0px 0px 0px 5px;
    position: absolute;
    bottom: 3px;
    _overflow: hidden;
}

/* IE6 */
* + html .pb .steps {
    width: 16px;
    height: 23px;
    background-position: 0px -17px;
    margin: 0px 0px 0px 5px;
    position: absolute;
    bottom: 3px;
    _overflow: hidden;
}

/* IE7 */
.pb .steps .up, .pb .steps .down {
    width: 15px;
    height: 11px;
    cursor: pointer;
}

.C_top_R1IMG {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    text-align: center;
}

.C_top_R1IMG a {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.C_top_R1IMG img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 400px;
}

.C_top_R1IMG a h5 {
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 0px;
    font-weight: bold;
    padding-left: 10px;
    width: 500px;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
}

.C_top_R1IMG a p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0px;
    width: 500px;
    padding-left: 10px;
    height: 20px;
}

.C_top_R1IMG a span {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5 !important;
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
}

.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}

.C_top_R1IMG2 a img {
    width: 100%;
    display: block;
}

/*幻灯图结束*/
.hot_p {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.hot_p h1 {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-top: 0px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 5px;
}

.hot_p li {
    padding: 5px;
    width: 85px;
    float: left;
}

.hot_p li img {
    width: 85px;
    height: 113px;
}

.hot_p li p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}

.zhushi {
    border: 1px solid #E3E3E3;
    padding: 10px;
    position: fixed;
    right: 10px;
    width: 250px;
    color: #c2524f;
    background-color: #FFF;
    font-size: 12px;
    bottom: 50px;
}

@media screen and (max-width: 980px) {
    .zhushi {
        display: none;
    }

    .main .products_category h2 {
        margin-bottom: 5px;
    }

    .main .sidebar {
        display: none;
    }

    .center {
        float: none;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 900px) {
    /*顶部样式开始变的临界宽度*/
    .header #logo {
        padding-left: 2%;
    !important;
        height: auto !important;
        max-width: 280px;
        max-height: 70px;
    }

    .top_bread ul {
        padding-left: 2%;
        background: #fff;
    }

    .top_bread ul li {
        float: none;
        height: auto;
        line-height: 34px;
        border-bottom: 1px solid #cbcbcd;
        text-align: left;
        padding-left: 30px;
        overflow: hidden;
    }

    .top_bread ul a li {
        color: #3e3e3e;
    }

    .top_bread {
        float: left;
        text-align: left;
        padding-top: 0;
        margin-left: 10px;
        padding-bottom: 5px;
    }

    #fun1 {
        display: none;
    }

    .top_bread ul {
        display: none;
    }

    .top_bread select {
        display: none;
    }

    /*Menu*/
    #fun1 {
        position: absolute;
        right: 2px;
        top: 15px;
        display: block;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 2px;
    }

    #fun1 i {
        font-size: 30px;
        color: #fff;
    }

    .top_bread .m {
        display: block;
        font-size: 15px;
    }

    .top_bread .m a {
        width: 100%;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    .top_bread .m .branch {
        height: 40px;
        width: 44%;
        display: inline-block;
        float: left;
        margin-right: 3%;
        margin-left: 3%;
    }

    .top_bread .m .branch option {
        height: 40px;
        line-height: 40px;
    }

    .menu {
        display: none
    }

    .banner {
        margin-top: 1% !important;
    }

    .separator {
        display: none !important;
    }

    .index_main {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .index_main .left {
        display: none;
    }

    .index_main .right {
        display: none;
    }

    /*footer*/
    .footer .fwidget {
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    /*list*/
    .insidebanner {
        display: none
    }

    .main {
        margin: 1% auto;
        width: 98%;
    }

    .main .rsidebar {
        width: 98%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    /*case list*/
    .main .caselist {
        margin-left: 1%;
    }

    .rsidebar {
        display: none
    }

    .main .sidebar_l {
        display: none;
    }

    #about_pb {
        width: 100%;
        height: auto !important;
    }

    .top_bread ul {
        display: none;
    }

    .top_bread select {
        display: none;
    }

    /*Menu*/
    .top_bread .m {
        display: block;
        font-size: 15px;
    }

    .top_bread .m a {
        width: 100%;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    .top_bread .m .branch {
        height: 40px;
        width: 44%;
        display: inline-block;
        float: left;
        margin-right: 3%;
        margin-left: 3%;
    }

    .menu {
        display: none
    }

    .banner {
        margin-top: 1% !important;
    }

    /*solution list*/
    .insidebanner {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .main .content {
        width: 100%;
        float: none;
    }

    /*footer*/
    .footer {
        margin-top: 50px;
    }

    .footer .fwidget {
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    .about .air_table {
        width: 99% !important;
        height: auto
    }

    /*product*/
    /*solution article*/
    .canshu {
        overflow: scroll;
    }

    #msg_bl_dx1 input {
        float: left;
        width: 62%;
        padding-left: 5px;
        max-width: 226px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #small_ban ul li {
        width: 49%;
    }

    #small_ban ul li:nth-child(2n+2) {
        margin-right: 0%;
    }

    .center_p li {
        width: 49%;
        margin-right: 2%;
    }

    .center_p li:nth-child(3n+3) {
        margin-right: 2%;
    }

    .center_p li:nth-child(2n+2) {
        margin-right: 0;
    }

    .prod_top {
        width: 98%;
        overflow: hidden;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .prod_top ul li {
        width: 32%;
    }

    .prod_top ul li:nth-child(3) {
        margin-right: 0;
    }

    .prod_top ul li:nth-child(6) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.2em
    }

    #c_Cont {
        right: -35px !important;
        top: 160px !important;
    }
}

@media screen and (max-width: 740px) {
    .message {
        display: none
    }

    .content .section img {
        width: 94% !important;
    }

    .case img {
        width: 95% !important
    }

    .message {
        display: none
    }

    .msg {
        display: none
    }

    .content .abstract .brief {
        float: left;
        width: 98%;
    }
}

@media screen and (max-width: 640px) {
    #banner.rsMainSlideImage img {
        width: 640px !important;
        height: 288px !important;
    }

    #msg_bl_dx1 li {
        width: 100%;
    }

    #msg_bl_dx1 input {
        float: left;
        width: 68%;
        padding-left: 5px;
        max-width: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .menu {
        display: none !important;
    }

    .index_main {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .center {
        margin: 0 auto;
        width: 96%;
        padding-top: 0;
        padding-left: 0
    }

    .top_bread .m {
        display: block;
    }

    /*solution list*/
    .index_main .center li p {
        min-height: 100px;
    }

    .menu {
        display: none !important;
    }

    .about embed {
        width: 98% !important;
        height: auto
    }

    .about .liming_show img {
        width: 98%;
        height: auto
    }

    .sec_m {
        clear: both;
    }

    .news .topnews a img {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .main .caselist ul.list li img {
        margin-right: 24px;
        width: 100%;
        height: auto;
    }

    .product_box {
        width: 98%;
    }

    .Featured_p ul li {
        width: 100%;
        margin-right: 0;
    }

    #small_ban ul li {
        width: 100%;
        margin-right: 0;
    }

    .center_p li {
        width: 100%;
        margin-right: 0;
    }

    .center_p li:nth-child(3n+3) {
        margin-right: 0;
    }

    .prod_top ul li {
        width: 49%;
    }

    .prod_top ul li:nth-child(2n+2) {
        margin-right: 0;
    }

    .prod_top ul li:nth-child(3) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 477px) {
    .news .newslist li .pubdate {
        display: none
    }
}

/*移动端侧边,底部折叠*/
.sidebar-block-but, .footer-content-but {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-middle {
        padding-top: 10px;
    }

    .inner-message {
        margin-bottom: 0;
    }

    .sidebar-block-but, .footer-content-but {
        position: relative;
        padding: 10px 40px 10px 20px;
        background-color: #eee;
        display: block;
        margin-bottom: 10px;
    }

    .sidebar-block-but span, .footer-content-but span {
        text-transform: uppercase;
        color: #222;
        font-size: 16px;
        line-height: 20px;
    }

    .sidebar-block-but button, .footer-content-but button {
        position: absolute;
        top: 9px;
        right: 5px;
        width: 30px;
        height: 24px;
        border: 0;
        color: #222;
        display: inline-block;
        border-radius: 0;
        line-height: 24px;
        background: none;
    }

    .sidebar-block-but button i, .footer-content-but button i {
        font-size: 20px;
        position: relative;
    }

    .sidebar-block-but button i::after, .footer-content-but button i::after {
        content: "\e660";
        font-family: "iconfont" !important;
    }

    .sidebar-block-but.expand button, .footer-content-but.expand button {
        transform: rotateZ(180deg);
    }

    .sidebar-c, .footer-main {
        display: none;
    }

    .sidebar-c.expand, .footer-main.expand {
        display: block;
    }
}

/*产品详情页图片*/
.pgwMenu {
    background: #333;
    height: 40px;
    position: relative;
    list-style: none
}

.pgwMenu ul {
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.pgwMenu .pm-links.mobile, .pgwMenu .pm-viewMore > ul {
    background: #333;
    box-shadow: 2px 2px 4px #777;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000
}

.pgwMenu .pm-links.mobile li, .pgwMenu .pm-viewMore > ul > li {
    display: block;
    clear: both;
    width: 175px
}

.pgwMenu li {
    float: left;
    font-size: .9rem
}

.pgwMenu a {
    display: block;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    padding: 0 12px
}

.pgwMenu.light a {
    color: #000
}

.pgwMenu a.selected {
    background: #777
}

.pgwMenu li a:hover {
    background: #666;
    text-decoration: none
}

.pgwMenu.light li a:hover {
    background: #d0d0d0
}

.pgwMenu .pm-dropDown a {
    display: inline-block;
    background: #777
}

.pgwMenu .pm-dropDown a.active, .pgwMenu .pm-viewMore a.active {
    background: #666
}

.pgwMenu.light .pm-dropDown a.active {
    background: #bbb
}

.pgwMenu .pm-dropDown span.icon, .pgwMenu .pm-dropDown span.white {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    margin: 9px 5px
}

.pgwMenu.light .pm-dropDown span.icon, .pgwMenu .pm-dropDown span.black {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    margin: 9px 5px
}

.pgwMenu .pm-viewMore {
    display: none;
    position: relative
}

.pgwMenu .pm-viewMore > ul {
    left: auto;
    right: 0
}

.pgwMenu .pm-viewMore li {
    float: none
}

.pgwMenu .pm-viewMore span.icon, .pgwMenu .pm-viewMore span.white {
    margin-left: 3px;
    display: inline-block;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 8px 6px 0
}

.pgwMenu.light .pm-viewMore span.icon, .pgwMenu .pm-viewMore span.black {
    margin-left: 3px;
    display: inline-block;
    border-color: #000 transparent;
    border-style: solid;
    border-width: 8px 6px 0
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(.SETTING_STATIC. "/fonts/opensans.wof") format(woff)
}

.cntr {
    max-width: 450px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #FFF
}

.cntr:before, .cntr:after {
    content: ' ';
    display: table
}

.pgwSlideshow {
    background: #fff;
    display: none;
    margin-right: 30px
}

.pgwSlideshow .ps-list {
    overflow: hidden;
    position: relative
}

.pgwSlideshow .ps-list li a {
    border: 1px solid #e1e1e1;
    display: table-cell;
    width: 60px;
    height: 60px
}

.pgwSlideshow .ps-list li img {
    max-width: 60px;
    max-height: 60px;
    background-color: #FFF
}

.pgwSlideshowLight {
    width: 100%;
    background: #ddd;
    display: none
}

.pgwSlideshowLight .ps-list {
    border-top: 1px solid #aaa;
    box-shadow: 0 10px 10px -5px #999 inset;
    background: #ddd;
    overflow: hidden;
    position: relative
}

.pgwSlideshowLight .ps-list li img {
    display: block;
    border: 1px solid #aaa;
    width: 80px;
    height: 80px
}

.pgwMenu.light, .pgwMenu.light .pm-links.mobile {
    background: #ddd
}

.pgwMenu.light a.selected, .pgwMenu.light .pm-dropDown a {
    background: #c5c5c5
}

.pgwMenu .pm-dropDown, .pgwMenu .pm-viewMore, .pgwMenu .pm-viewMore > ul, .hide {
    display: none
}

.pgwMenu .pm-viewMore > a, .dib {
    display: inline-block
}

.cntr:after, .clr {
    clear: both
}

.flf, .pgwSlideshow .ps-list li, .pgwSlideshowLight .ps-list li {
    float: left;
    width: 72px;
    height: 72px;
    display: table
}

.pgwSlideshow a, .pgwSlideshowLight a {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.pgwSlideshow .ps-current, .pgwSlideshowLight .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    border: 1px solid #e1e1e1
}

.pgwSlideshow .ps-current > ul {
    padding: 0;
    height: 100%
}

.pgwSlideshow .ps-current > ul > li, .pgwSlideshowLight .ps-current > ul > li {
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    display: block;
    position: absolute
}

.pgwSlideshow .ps-current > ul > li img, .pgwSlideshowLight .ps-current > ul > li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background-color: #FFF
}

.pgwSlideshow .ps-caption, .pgwSlideshowLight .ps-caption {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 10px
}

.pgwSlideshow .ps-caption span, .pgwSlideshowLight .ps-caption span {
    display: inline-block;
    padding: 7px
}

.pgwSlideshow .ps-list ul, .pgwSlideshowLight .ps-list ul {
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 5px 0;
    overflow: hidden
}

.pgwSlideshow .ps-list li .ps-item, .pgwSlideshowLight .ps-list li .ps-item {
    display: table-cell;
    opacity: .6;
    filter: alpha(opacity=60);
    margin: 5px;
    width: 62px;
    height: 62px;
    text-align: center;
    vertical-align: middle
}

.pgwSlideshow .ps-list li .ps-item.ps-selected, .pgwSlideshowLight .ps-list li .ps-item.ps-selected {
    opacity: 1;
    overflow: hidden
}

.pgwSlideshow .ps-list li .ps-item.ps-selected a {
    border: 1px solid #C00
}

.pgwSlideshow .ps-prevIcon, .pgwSlideshowLight .ps-prevIcon {
    display: block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 10px 10px 0
}

.pgwSlideshow .ps-nextIcon, .pgwSlideshowLight .ps-nextIcon {
    display: block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 0 10px 10px
}

.pgwSlideshow .ps-current .ps-prev, .pgwSlideshowLight .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
    padding: 20px 20px 20px 15px
}

.pgwSlideshow .ps-current .ps-next, .pgwSlideshowLight .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
    padding: 20px 15px 20px 20px
}

.pgwSlideshow .ps-list .ps-prev, .pgwSlideshowLight .ps-list .ps-prev {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border-left: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1000;
    display: none;
    padding: 20px 15px 20px 12px
}

.pgwSlideshow .ps-list .ps-next, .pgwSlideshowLight .ps-list .ps-next {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border-right: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
    display: none;
    padding: 20px 12px 20px 15px
}

.pgwSlideshow.narrow .ps-current .ps-prev, .pgwSlideshowLight.narrow .ps-current .ps-prev {
    top: 40%;
    padding: 15px 15px 15px 12px
}

.pgwSlideshow.narrow .ps-current .ps-next, .pgwSlideshowLight.narrow .ps-current .ps-next {
    top: 40%;
    padding: 15px 12px 15px 15px
}

.pgwSlideshow.narrow .ps-list .ps-prev, .pgwSlideshowLight.narrow .ps-list .ps-prev {
    top: 16px;
    padding: 15px 8px 15px 8px
}

.pgwSlideshow.narrow .ps-list .ps-next, .pgwSlideshowLight.narrow .ps-list .ps-next {
    top: 16px;
    padding: 15px 8px 15px 8px
}

.pgwSlideshow.narrow .ps-caption, .pgwSlideshowLight.narrow .ps-caption {
    display: none;
    padding: 0;
    width: 0;
    font-size: 0
}

.pgwSlideshow.narrow .ps-list .ps-next:hover, .pgwSlideshow.narrow .ps-list .ps-prev:hover {
    background: #f1ac06
}

.pgwSlideshow.narrow .ps-list .ps-next:hover .ps-nextIcon, .pgwSlideshow.narrow .ps-list .ps-prev:hover .ps-prevIcon {
    border-color: transparent #fff
}

@media screen and (max-width: 1024px) {
    .pgwSlideshow {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .cntr {
        float: left;
        width: 100%;
        position: relative;
        z-index: 2;
        background-color: #FFF
    }
}

/*产品详图情放大*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900000;
    width: 100%;
    height: auto;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    max-width: 100%;
    border: none;
}

#lightbox-container-image-box {
    max-width: 100%;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: .7em;
}

#files {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

#lightbox-image {
    max-width: 100%;
}

/*详情页seo内容*/
.article-append {
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
}

.article-outline {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 10px
}

.article-outline p {
    font-size: 16px
}

.append-item {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px
}

.article-append-t {
    overflow: hidden
}

.article-append-t span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px solid #8e969b;
    padding: 5px 0
}

.append-item h2 {
    font-size: 18px;
    text-align: left
}

.append-item p {
    overflow: hidden;
    text-align: left
}

@media screen and (max-width: 426px) {
    .article-outline {
        margin-top: 20px
    }
}

/*证书放大*/
body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}