/**
 * author:asoiso
*/

/* reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
}
section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}
html {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #555;
    font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
    background: #fff;
}
a {
    text-decoration: none;
    color: #555;
}
a:hover {
    color: #42bb0f;
}
a:active, a:hover, a:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
img, iframe, fieldset {
    border: 0;
}
img {
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: '';
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}
/* /reset */

/* common */

#page .hidden, .hidden {
    display: none;
}
#page .shown, .shown {
    display: block;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.fl, #page .fl {
    float: left;
}
.fr, #page .fr {
    float: right;
}
.fn, #page .fn {
    float: none;
}
.fix, .clearfix, #content, .box-common-content, .content-i {
    display: inline-block;
}
.fix, .clearfix, #content, .box-common-content, .content-i {
    display: block;
}
.clear, .fix:after, .clearfix:after, #content:after, .box-common-content:after, .content-i:after {
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
    height: 0;
    content: "";
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-hidden {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-break {
    word-wrap: break-word;
    word-break: break-all;
}
.color-light {
    color: #00905b;
}
.scripts {
    display: none;
}
.screen-reader-text {
    display: none;
}
img.animate:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
img.animate {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* /common */

/* layout */

#page {} #header {
    z-index: 1;
    position: relative;
    height: 82px;
    background: url('img/header.png') repeat-x;
}
.header-i {
    position: relative;
}
#content {
    padding-top: 66px;
}
.content-i {
    width: 1064px;
    margin: auto;
    padding-bottom: 50px;
    background: #fafafa url('img/content.png') repeat-y 1px 0;
}
#aside {
    float: left;
    width: 100px;
}
#main {
    width: 860px;
    overflow: hidden;
    float: right;
    padding-right: 20px;
}
.content-full #aside {
    display: none;
}
.content-full #main {
    margin: auto;
    float: none;
    padding-left: 20px;
}
.content-full .content-i {
    width: 1000px;
    background: #fff;
}
.content-none {
    text-align: center;
    line-height: 36px;
}
#footer {} .footer-i {} #footer a {} .header-i, .content-i, .footer-i {
    width: 1000px;
    margin: auto;
}
/* /layout */

/* section */

.topbar {
    height: 24px;
    line-height: 24px;
    text-align: right;
}
.sign-logo {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 24px;
    width: 210px;
    height: 148px;
    margin-left: -105px;
    background: url(img/logo.png?__sprite) center no-repeat;
}
/*.toolsbar*/

.toolsbar {
    z-index: 10;
    position: fixed;
    top: 50%;
    right: 40px;
    padding: 4px 4px 0;
    width: 98px;
    height: 364px;
    margin-top: -182px;
    background:#f8f8f8;
    _position: absolute;
    _top: 30%;
    _margin-top: 0;
}
.toolsbar-shrink{
    height: 88px;
    margin-top: -48px;
}
.toolsbar a, .toolsbar span {
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
.toolsbar-btn{
    background: url(img/toolsbar/expand.png?__sprite) no-repeat;
    height: 40px;
}
.toolsbar-shrink .toolsbar-btn{
    background: url(img/toolsbar/shrink.png?__sprite) no-repeat;
}
.toolsbar-shrink .toolsbar-items{ display: none; }
.toolsbar-taobao,.toolsbar-tmall, .toolsbar-jd, .toolsbar-qq , .toolsbar-qiao {
    margin-top: 2px;
    height: 40px;
}
.toolsbar-taobao{
    background: url(img/toolsbar/taobao.png?__sprite) no-repeat;
}
.toolsbar-tmall{
    background: url(/wp-content/uploads/2018/10/2018102902141071.png) no-repeat;
}
.toolsbar-jd{
    background: url(img/toolsbar/jd.png?__sprite) no-repeat;
}
.toolsbar-qq{
    background: url(img/toolsbar/qq.gif) no-repeat;
}
/*
.toolsbar-qq:hover{
    background: url(img/toolsbar/qq-hover.png?__sprite) no-repeat;
}
*/
.toolsbar-qiao{
    background: url(img/toolsbar/qiao.gif) no-repeat;
}
/*
.toolsbar-qiao:hover{
    background: url(img/toolsbar/qiao-hover.png?__sprite) no-repeat;
}
*/
.toolsbar-weixin {
    margin-top: 2px;
    height: 146px;
    background: url(img/toolsbar/weixin.png?__sprite=v2023) no-repeat;
}
.toolsbar-weibo {
    height: 146px;
    background: url(img/toolsbar/weibo.png?__sprite) no-repeat;
}
.toolsbar-top {
    margin-top: 3px;
    height: 43px;
    background: url(img/toolsbar/top.png?__sprite) no-repeat;
}
.toolsbar-top:hover {
    background: url(img/toolsbar/top-hover.png?__sprite) no-repeat;
}
.toolsbar-feng{
    display: block;
    position: absolute;
    top:-40px;
    right: -30px;
    width: 77px;
    height: 75px;
    background: url(img/toolsbar-feng.png?__sprite) no-repeat;
}
/*主导航*/

.menu-main {
    height: 56px;
    text-align: center;
    font: 18px/56px"宋体";
}
.menu-main .sub-menu {
    display: none;
}
.menu-main li {
    float: left;
}
.menu-main li a {
    display: block;
    width: 135px;
    height: 56px;
    line-height: 56px;
    color: #323230;
    font-size: 14px;
    font-weight: bold;
}
.menu-main li a:hover {
    color: #42bb0f;
}
.menu-main li.current-menu-item a {
    background: #434343;
    color: #42bb0f;
}
.menu-main li.menu-item-23 a {
    width: 190px;
}
/*banner*/

/* banner */
.banner-wrap{
    position: relative;
    height: 516px;
    overflow: hidden;
}
.banner {
    position: relative;
    height: 516px;
    overflow: hidden;
}
.banner-item {
	display:none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 516px;
    background-repeat: no-repeat;
    background: center;
}
.banner-item a {
    display: block;
    width: 1000px;
    height: 516px;
    overflow: hidden;
    text-indent: -9999px;
    margin: auto;
}
.banner-prev, .banner-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    background: url(img/banner.png) no-repeat;
}
.banner-prev {
    left: 5px;
    background-position: 10px 16px;
}
a.banner-prev:hover {
    background-position: -40px 16px;
}
.banner-next {
    background-position: -90px 16px;
    right: 5px;
}
a.banner-next:hover {
    background-position: -140px 17px;
}
.banner-vedio{
    position:absolute; top:0; bottom: 0; left: 0; right: 0; text-align: center; z-index: 999;
    background: rgba(0,0,0,0.5);
}
.banner-vedio-i{
    width:688px; height:516px; margin: auto;
}
.banner-vedio-close{
    background: #fff;
    position:absolute; top:5px; left: 50%; margin-left: 360px; cursor: pointer; font-size: 12px; border: 1px solid #ccc; color: #666; border-radius: 6px; padding: 2px 5px;
}
/*sign-info*/

.sign-info {
    background: url('img/sign-info.png');
}
.sign-info-i {
    position: relative;
    margin: auto;
    width: 1000px;
    height: 202px;
    background: url('img/sign-info-i-v2.png?__sprite') no-repeat;
}
.sign-info-arrow {
    position: absolute;
    width: 32px;
    height: 14px;
    background: #000;
    top: -7px;
    left: 85px;
}
.weather {
    float: left;
    display: inline;
    height: 155px;
    width: 135px;
    margin: 40px 0 0 33px;
}
.sign-info-name {
    float: left;
    margin-left: 95px;
    height: 202px;
    width: 400px;
}
.sign-info-concat {
    z-index: 0;
    position: relative;
    float: right;
    width: 266px;
    height: 202px;
}
.sign-info-qiao,.sign-info-qq, .sign-info-sina, .sign-info-weixin {
    position: absolute;
    top: 84px;
    width: 48px;
    height: 48px;
    text-indent: -999px;
    overflow: hidden;
}
.sign-info-qiao{
    left: 4px;
}
.sign-info-qq {
    left: 64px;
}
.sign-info-sina {
    left: 124px;
}
.sign-info-weixin {
    left: 184px;
}
.sign-info-map {
    position: absolute;
    top: 162px;
    left: 4px;
    width: 96px;
    height: 22px;
}
/*sign-concact*/

.sign-concact {
    background: #ededed;
    border-bottom: 2px #ddd solid;
}
.sign-concact-i {
    margin: auto;
    position: relative;
    z-index: 0;
    width: 1000px;
    height: 107px;
    background: url('img/sign-concact-v2.png?__sprite') no-repeat center center;
}
.sign-concact-qiao,.sign-concact-qq, .sign-concact-sina, .sign-concact-weixin {
    position: absolute;
    top: 28px;
    width: 48px;
    height: 48px;
    text-indent: -999px;
    overflow: hidden;
}
.sign-concact-qiao{
    left: 285px;
}
.sign-concact-qq {
    left: 345px;
}
.sign-concact-sina {
    left: 402px;
}
.sign-concact-weixin {
    left: 462px;
}
/* footer */

.footer-bg {
    background: #499419;
    color: #fff;
    line-height: 24px;
}
.footer-bg a {
    color: #fff;
}
.footer-bg a:hover {
    text-decoration: underline;
}
.footer-bg-i {
    width: 700px;
    margin: auto;
    padding: 30px 0;
}
.footer-l {
    float: left;
    width: 380px;
    text-align: center;
}
.footer-technical {
    margin-top: 18px;
    font-size: 18px;
    color: #eee;
}
.footer-technical a {
    color: #eee;
}
.tdcode {
    float: right;
    width: 145px;
    text-align: center;
    color: #2b823a;
    line-height: 32px;
}
/*box-home*/

.box-home-header {
    line-height: 66px;
    height: 66px;
    background: url('img/box-home-header.png') repeat-x left bottom;
}
.box-home-title {
    height: 66px;
    width: 120px;
    font-size: 24px;
    text-indent: -999px;
    overflow: hidden;
}
.box-home-title a {
    display: block;
}
.box-home-content {
    padding-top: 40px;
}
.box-home-footer {
    margin-top: 40px;
    height: 17px;
    line-height: 15px;
    overflow: hidden;
    background: url('img/box-home-footer.png') no-repeat top right;
    padding-right: 81px;
}
a.box-home-more {
    float: right;
    color: #585858;
}
a.box-home-more:hover {
    color: #42bb0f;
}
.home-content {}
/* 当前位置 */

.breadcrumb {
    float: right;
}
.breadcrumb .sp {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* box-common */

.box-common-header {
    height: 68px;
    line-height: 68px;
    padding: 30px 0 0 15px;
    color: #666;
    background: url('img/box-common-header.png') no-repeat left bottom;
}
.box-common-title {
    font-weight: bold;
    font-size: 24px;
}
.box-common-title a {
    color: #666;
}
.box-common-title a:hover {
    color: #42bb0f;
}
.box-common-header .more {
    float: right;
}
.box-common-header a.more:hover {
    text-decoration: underline;
}
.box-common-content {
    padding: 25px 0 30px;
}
.box-page .box-common-content {
    line-height: 2.5em;
    padding: 25px 10px 30px;
    font-size: 14px;
}
.box-page .box-common-content p {
    text-indent: 2em;
}
/*box-sub*/

.box-sub {} .box-sub-header {
    background: #d0cdcf;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.box-sub-content {
    background: url(img/bg-sub.png) repeat-x;
}
.box-custom-title {
    display: none;
}
.box-custom-content {
    position: relative;
    text-align: center;
}
.box-custom-summary {
    display: none;
}
.box-custom-shop {
    position: absolute;
    width: 255px;
    height: 25px;
    left: 232px;
    top: 210px;
}
.box-custom-shop a {
    width: 120px;
    height: 30px;
    float: right;
    margin-left: 6px;
    text-indent: -999px;
    overflow: hidden;
}
.box-custom-taobao {
    background: url(img/shop-taobao.png?__sprite) no-repeat;
}
.box-custom-jd {
    background: url(img/shop-jd.png?__sprite) no-repeat;
}
.box-custom-price {
    position: absolute;
    width: 200px;
    height: 25px;
    left: 287px;
    top: 175px;
    color: #f52900;
    text-align: right;
    font: 26px/26px"Impact";
}
.box-custom-price strong {
    font: bold 14px/26px"Impact";
}
/* box-page */

/* pagination */

.pagination {
    padding: 14px 0 10px;
    margin: 0px;
    text-align: center;
    line-height: 22px;
}
.pagination a {
    display: inline-block;
    padding: 0 6px;
    height: 22px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}
.pagination a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}
.pagination span {
    display: inline-block;
    padding: 0 6px;
    background: #42bb0f;
    border: 1px solid #42bb0f;
    color: #fff;
    text-align: center;
}
/* list-category */

.list-category {
    font: 14px/60px 微软雅黑, 'Microsoft YaHei', Tahoma, "宋体", Arial, 'Hiragino Sans GB', sans-serif;
    ;
}
.list-category .current-menu-item, .list-category .current-cat {
    background: #fafafa;
    border-left: 3px solid #42bb0f;
    color: #42bb0f;
}
.list-category li {
    text-align: center;
    display: block;
}
.list-category a {
    display: block;
    height: 60px;
    line-height: 60px;
}
.list-category .cat-item-none {
    display: none;
}
.list-category .current-menu-item a, .list-category .current-cat a {
    color: #42bb0f;
}
/* list-picture */

.list-picture {
    width: 105%;
    overflow: hidden;
}
.list-picture li {
    position: relative;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 10px 10px 0 0;
    padding-bottom: 5px;
    background: url(img/bg-pic.jpg) center bottom no-repeat;
    display: inline;
}
.highslide-caption {
    display: none;
}
.list-picture .picture-pic {
    border: #eee solid 2px;
    display: block;
    padding: 5px;
    width: 194px;
    height: 150px;
    overflow: hidden;
}
.list-picture li:hover .picture-pic {
    border-color: #42bb0f;
}
.list-picture li img {
    width: 100%;
    height: 100%;
    background: url('img/default.png') no-repeat center;
}
.list-picture li h6 {
    position: absolute;
    left: 7px;
    right: 7px;
    width: 194px;
    bottom: 10px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.list-picture li:hover h6 {
    display: block;
}
.list-picture li h6 a {
    display: block;
    color: #fff;
}
/* 文章列表 */

.list-article ul {
    padding: 0 10px 5px;
}
.list-article li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}
.list-article-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}
.list-article-des {
    font-size: 12px;
    line-height: 2em;
}
.list-article-time {
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #d0d0d0;
}
/* 文章详情 */

.detail {
    padding: 10px;
}
.detail-header {
    padding: 25px 0 15px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.detail-summary, .detail-content {
    padding: 20px 10px 30px;
    font-size: 14px;
    line-height: 2.4em;
}
.detail-title {
    font-size: 22px;
}
.detail-subinfo {
    margin-top: 10px;
    line-height: 28px;
    color: #999;
    font-size: 12px;
}
.detail-pic {
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
}
.detail-pic img {
    max-width: 650px;
    border: 1px solid #ddd;
}
.detail-tools {
    width: 140px;
    margin: auto;
    height: 30px;
}
.detail-tools .bdsharebuttonbox {
    float: right;
    width: 140px;
    margin: auto;
}
.detail p {
    line-height: 28px;
    margin-bottom: 15px;
    text-indent: 2em;
}
.detail img {
    max-width: 650px;
}
.nav-links {
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    height: 30px;
    line-height: 30px;
}
.nav-links-pre {
    float: left;
}
.nav-links-next {
    float: right;
}
/* /section */

/* page */

/* home */

.home-layout-white {} .home-layout-gray {
    background: #fafafa;
}
.home-layout-i {
    width: 1000px;
    margin: auto;
    padding: 30px 0 50px;
}
/*.home-aboutus*/

.home-aboutus {
    float: left;
    width: 466px;
}
.home-aboutus .box-home-title {
    background: url('img/text/yfyy.png?__sprite') no-repeat;
}
.home-aboutus .box-home-content {
    padding-top: 32px;
    height: 278px;
    line-height: 31px;
    overflow: hidden;
}
/*.home-video*/

.home-video {
    width: 480px;
    float: right;
}
.home-video .box-home-title {
    background: url('img/text/spzq.png?__sprite') no-repeat;
}
/*.home-product*/

.home-product .box-home-title {
    background: url('img/text/syzf.png?__sprite') no-repeat;
}
.home-product-list {
    width: 105%;
}
.home-product-list li {
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    width: 238px;
    height: 220px;
    overflow: hidden;
}
.home-product-list a {
    display: block;
}
.home-product-list img {
    width: 238px;
    height: 220px;
    background: url('img/default.png') no-repeat center;
}
.home-product-list .home-product-mask {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 220px;
    overflow: hidden;
    text-indent: -999px;
    background: url('img/default.png') no-repeat center;
}
.home-product-list li:hover .home-product-mask {
    display: block;
}
/*home-news*/

.home-news {
    width: 480px;
    float: left;
}
.home-news .box-home-title {
    background: url('img/text/ccfy.png?__sprite') no-repeat;
}
/*home-knowledge*/

.home-knowledge {
    width: 480px;
    float: right;
}
.home-knowledge .box-home-title {
    background: url('img/text/jfyl.png?__sprite') no-repeat;
}
.home-news-list {
    float: left;
    width: 280px;
}
.home-news-list li {
    padding: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    font-size: 14px;
}
.home-news-list li a {
    _float: left;
    _width: 238px;
    _overflow: hidden;
}
.home-news-list-type {
    float: left;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0 5px 0 0;
    text-align: center;
    color: #333;
    background: url('img/dot.png?__sprite') no-repeat center;
}
.home-news-pic {
    float: right;
    margin-top: 5px;
    width: 184px;
    height: 184px;
    overflow: hidden;
    text-align: center;
}
.home-news-pic img {
    width: 184px;
    height: 184px;
}
/*.hot-product*/

.hot-product {
    width: 956px;
    margin: auto;
    text-align: center;
    padding-bottom: 70px;
}
.hot-product img, .hot-product a {
    float: left;
}
/*.map*/

.map {} .map-header {
    height: 60px;
    background: url('img/text/dtdh.jpg?__sprite') no-repeat left center;
    text-indent: -999px;
    overflow: hidden;
}
.map-content {
    width: 840px;
    height: 500px;
    border: 1px solid #ddd;
}
#allmap {
    margin: auto;
    width: 840px;
    height: 500px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
#map {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*shop-list*/

.shop {} .shop-header {
    padding-top: 10px;
    height: 50px;
    text-align: center;
    font: 18px/50px 微软雅黑, 'Microsoft YaHei', Tahoma, "宋体", Arial, 'Hiragino Sans GB', sans-serif;
    ;
}
.shop-list {
    width: 105%;
}
.shop-list li {
    float: left;
    padding: 20px 5px 20px;
    margin: 10px 10px 0 0;
    width: 198px;
    height: 190px;
    overflow: hidden;
    background: #f5f5f4 url("img/shop-list.png") repeat-x;
}
.shop-list li .figure {
    position: relative;
    width: 198px;
    height: 150px;
    text-align: center;
    overflow: hidden;
}
.shop-list-mask {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background: url('img/default.png') no-repeat center;
}
.shop-list li:hover .shop-list-mask {
    display: block;
}
.shop-list li .figure img {
    width: 100%;
    height: 100%;
    background: url('img/default.png') no-repeat center;
}
.shop-list li h6 {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #808080;
    text-align: center;
}
/*.shop-detail*/

.shop-detail {} .shop-detail-header {
    height: 50px;
    text-align: center;
    font: 18px/50px 微软雅黑, 'Microsoft YaHei', Tahoma, "宋体", Arial, 'Hiragino Sans GB', sans-serif;
}
.shop-detail-concat {
    height: 155px;
    border-top: 1px solid #bfbaba;
    border-bottom: 1px solid #bfbaba;
}
.shop-detail-tel {
    float: left;
    width: 420px;
    height: 155px;
    overflow: hidden;
    font: 27px/1.5em"Candara";
}
.shop-detail-tel i {
    margin: 37px 5px 0 0;
    float: left;
    width: 81px;
    height: 77px;
    background: url('img/tel.png?__sprite') no-repeat;
}
.shop-detail-address {
    float: right;
    width: 440px;
    height: 155px;
    font: 18px/1.5em"宋体";
}
.shop-detail-address i {
    margin: 38px 5px 0 0;
    float: left;
    width: 85px;
    height: 79px;
    background: url('img/address.png?__sprite') no-repeat;
}
.shop-detail-address table, .shop-detail-tel table {
    height: 155px;
    vertical-align: middle;
}
/*video-detail*/

.video {
    width: 960px;
    margin: auto;
}
.video-detail {
    float: left;
    width: 650px;
}
.video-detail-content {
    width: 650px;
    height: 500px;
}
.video-detail-content iframe, .video-detail-content embed {
    width: 650px;
    height: 500px;
}
.video .box-common-content {
    padding: 0 0 60px;
}
.video-title {
    text-align: center;
    height: 50px;
    font: 18px/50px 微软雅黑, 'Microsoft YaHei', Tahoma, "宋体", Arial, 'Hiragino Sans GB', sans-serif;
}
.video-detail-list {
    float: right;
    width: 298px;
    margin-top: 50px;
}
.video-detail-list li {
    height: 70px;
    clear: both;
    margin-bottom: 5px;
}
.video-detail-list-figure {
    float: left;
    width: 86px;
    height: 65px;
    border: 2px solid #fafafa;
    background: #fafafa;
    margin-right: 5px;
}
.video-detail-list-figure img {
    width: 100%;
    height: 100%;
    background: url('img/default-video.jpg') no-repeat center;
}
.video-detail-list h6 {
    font-size: 14px;
    margin-bottom: 5px;
}
.video-detail-list h6 a {
    color: #42bb0f;
}
.video-detail-list p {} .video-detail-more {
    margin-top: 30px;
    height: 17px;
    line-height: 15px;
    overflow: hidden;
    padding-left: 3px;
    background: url('img/video-detail-more.png') no-repeat top right;
}
/* /page */

/* hack */

/* /hack */