﻿
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/
fieldset,
img {
    border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
    color: #000;
}
/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
    display: none;
}

/*-------reset end--------*/

a.sky:link {
color: #bc2826;
text-decoration: none;
}
a.sky:visited,
a.sky:hover,
a.sky:active {
color: #bc2826;
text-decoration: none;
}


a.foot:link {
color: #888888;
text-decoration: none;
}
a.foot:visited,
a.foot:hover,
a.foot:active {
color: #888888;
text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #3f3f3f;
    text-decoration: none;
}
a:hover {
    color: #bc2826;
}




/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
    outline: 0;
}


body {
    font-family: "微软雅黑";
    color: #333;
}

/*----- 清理浮动 ------------------*/
.clear:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clear {
    display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clear {
    height: 1%;
}

.clear {
    display: block;
}
/* End Holly Hack */

/* Set padding to keep content from hitting the edges */


/*
@media (min-width: 1200px) {
    .container {
        width: 1080px !important;
    }
}
    */

.navbar-top {
  /*  min-width: 1140px; */
    padding-top: 0px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    min-height: 40px;
    min-height: 38px\9;
    height: 40px;
    line-height: 40px;
}

.top-menu {
    color: #666;
}

.container .brand {
    float: left;
    margin: 0;
    padding: 4px 0;
    display: block;
}

.nav-box {
    margin-left: 40px;
    padding: 8px 0;
}


.top-menu .container {
    position: relative;
}


.show-mobile li {
    display: inline-block;
    padding: 10px 6px 16px;
}


.navbar-toggle {
    position: absolute;
    right: 0;
    top: 10px;
}

.main-menu-box {
    /* background-color: #B68423;*/
    border-top: solid 1px #ddd;
    position: relative;
}


.main-menu {
    margin: 0;
    padding: 0;
}

    .main-menu > li > a {
        display: block;
        font-size: 16px;
         padding: 15px 22px !important;

    }
   
        .main-menu > li > a:hover,
        .main-menu > li > a:focus {
            background-color: #fff;
        }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}



.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #fff;
    border-color: #337ab7;
}

@media (min-width: 768px) {

 .main-menu > li:first-child > a {
        padding-left: 0 !important;
    }
    .main-menu > li {
        margin-right: 6px;
    }

        .main-menu > li > a {
            display: inline-block;
        }

            .main-menu > li > a > .mycaret {
                background: url(../218/carrot.png) right top no-repeat;
                width: 10px;
                height: 10px;
                display: inline-block;
            }

            .main-menu > li > a:hover .caret,
            .main-menu .open > a .caret {
                border-bottom: 6px solid;
                border-top: 0 none;
                content: "";
            }


    .dropdown-menu {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
        display: none;
        /*  display:block;*/
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 2px 0 0;
        padding: 5px 0 10px;
        position: absolute;
        text-align: left;
        z-index: 1000;
        /* min-width: 100%;*/
        width: 100%;
        /* top: 80%;*/
        min-width: 100px;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
    }


        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
        }

        .dropdown-menu li a {
            font-size: 14px;
            line-height: 30px;
        }
}

.brand img {
    /*max-height: 42px;*/
}


.navbar-header {
    padding: 0 0 15px 0;
    margin: 0;
}

.relative {
    position: relative !important;
}

.main-menu-box .shadow {
    height: 11px;
    left: 0;
    /*  margin-top: -1px;*/
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.ofh {
    overflow: hidden;
}

.main-menu-box .shadow div {
    background-color: #eee;
    box-shadow: 0 0 10px #333;
    height: 1px;
    z-index: 1;
}


.barner-box {
    background: #E5E5E5  left top repeat-x;
}

.banner {
    position: relative;
}

    .banner img {
        width: 100%;
        /* max-width: 100%;*/
    }


.photo img {
    max-width: 100%;
}


.hot-info-box {
    margin-top: 20px;
    position: relative;
}
/*
    .hot-info-box .more {
        margin-left: 22px;
        border-bottom: solid 1px red;
    }
       */

.hot-info .txt-box,
.top-info .txt-box {
    margin: 20px 0 26px;
    overflow: hidden;
}

.hot-news-item {
    margin-bottom: 10px;
}

/*
.hot-info .title,
.top-info .title {
    font-size: 14px;
    margin: 0px 0 4px 0;
    line-height: 24px;
}
    */

.hot-pic {
    position: relative;
}

    .hot-pic .title {
        font-size: 16px;
        line-height: 28px;
    }

    .hot-pic .caption {
        font-size: 16px;
        position: absolute;
        left: 0;
        bottom: 0px;
        color: #fff;
        background: rgba(50,50,50,0.3);
        width: 100%;
    }

        .hot-pic .caption .title,
        .hot-pic .caption .desc {
            display: block;
            text-align: center;
        }

.border-gray {
    border: 2px solid #dfdfdd;
}


.hot-info p, .top-info p {
    line-height: 24px;
    color: #999;
}

.hot-info .txt-box .date,
.top-info .txt-box .date {
    margin-bottom: 10px;
    position: relative;
}

    .hot-info .txt-box .date .category,
    .top-info .txt-box .date .category {
        position: absolute;
        right: 6px;
        top: 2px;
        font-weight: bold;
    }



.hot-pic .txt-box {
    margin: 0 0 0 130px;
    /* height: 110px;*/
    overflow: hidden;
}

.hot-info-box .top-news {
    padding: 0px 15px 15px;
}

.top-news .media-left img {
    width: 120px;
    padding-left: 10px;
}

.top-news .media-left {
    padding-right: 15px;
}



.navbar {
    margin: 0;
}


.footer-box {
    background-color: #5d5d58;
    /* border-top: solid 1px #dbdbdb;*/
    margin-top: 30px;
}

.footer {
    padding: 0px;
}


    .footer .link a,
    .footer .copy {
        line-height: 30px;
        padding: 0 4px;
    }


.top-info a:hover .photo img {
    opacity: 0.85;
}



.split {
    font-weight: normal;
}

.dropdown-toggle i {
    font-size: 11px;
}

.menu-serivce .dropdown-menu li a {
    padding-right: 40px;
}

/*
.hot-info img {
    max-width: 100%;
}
    */

.p-list {
    background-color: #818181;
    margin: 0;
}

    .p-list h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }


    .p-list li {
        width: 25%;
        float: left;
        list-style: none;
        padding: 16px 15px 20px;
        color: #fdfdfd;
        line-height: 26px;
    }

        .p-list li a {
            color: #fdfdfd;
        }

        .p-list li img {
            max-width: 100%;
        }

.img-slide img {
    display: none;
    max-width: 100%;
    height: 549px;
}

.p-list li.on {
    background-color: #999;
}

.article-box {
    background-color: #E9F3EA;
    padding: 20px 40px;
}

.page-content p,
.article-content p {
    line-height: 30px;
}

.article-content .p3 {
    text-indent: 0em;
}

.page-content strong,
.article-content strong {
    font-weight: bold;
}

.article-title {
    margin: 26px 0 20px;
    position: relative;
    font-size: 26px;
}

    .article-title .created {
        position: absolute;
        right: 0px;
        top: 6px;
        font-size: 14px;
    }

    .article-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .article-title h3,
    .article-box .article-text h3 {
        font-size: 18px;
        font-weight: normal;
    }

.article-box .article-text h3 {
    margin-bottom: 10px;
}

.article-text {
    float: left;
    width: 60%;
    margin-right: 20px;
}

    .article-text h3 {
        font-size: 16px;
    }

    .article-text p {
        text-indent: 2em;
        margin-bottom: 16px;
    }

.article-photo {
    float: right;
    width: 36%;
}

.sidebar {
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #e29758;
    /* width: 195px;*/
    margin-top: 20px;
    color: #fff;
}

    .sidebar h2 {
        font-size: 20px;
        padding: 6px 0;
        font-weight: bold;
        margin-bottom: 10px;
        /* color: #B68423;*/
        background-color: #ecbb91;
        border-bottom: 1px solid #e29758;
    }


    .sidebar li {
        list-style-type: none;
        background: url(../218/sidebar-bg.png) bottom center no-repeat;
    }

        .sidebar li a {
            font-size: 16px;
            font-weight: bold;
            line-height: 46px;
            color: #4c4c4c;
            text-decoration: none;
            /* border-bottom:solid 1px #B68423;*/
        }

    .sidebar .sublist {
        margin-left: 10px;
    }

        .sidebar .sublist a {
            font-size: 15px;
        }

    .sidebar .selected a,
    .sidebar .selected,
    .sidebar li a:hover {
        color: #e29758;
    }

.main {
    padding: 20px 20px;
}

    .main .banner {
        margin-bottom: 20px;
    }


    .main h3 {
        font-size: 14px;
    }


    .main p {
        margin-bottom: 4px;
        line-height: 28px;
        text-indent: 2em;
    }

    .main ol {
        list-style-position: inside;
        list-style-type: decimal;
    }

        .main ol li {
            line-height: 28px;
        }

.page-title-box {
    margin: 26px 0;
    position: relative;
}

.main .page-title,
.page-title {
    border-bottom: 1px solid #ccc;
   /* background: url(../218/title-bg.png) left top no-repeat; */
    margin: 26px 0;
}

    .page-title h2,
    .main .page-title h2 {
        padding-bottom: 9px;
        /*padding-left: 36px;*/
        font-size: 22px;
        color: #292929;
        /* border-bottom: 2px solid #B68423;*/
        display: inline-block;
    }



.product-box {
    min-height: 300px;
}

    .product-box .col-md-3 {
        /* border-right: solid 1px #eee;*/
    }

    .product-box .product-item {
        display: block;
        height: 260px;
        border: solid 1px #ddd;
        margin-bottom:15px;
    }

    .product-box .product-image {
        /*height: 200px;*/
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }
/*
    .product-box a:hover .product-image img {
        transform: scale(1.05);
        transition: 1s;
    }
        */

.product-image img {
    max-width: 100%;
}

.product-box .product-title {
    font-size: 14px;
    font-weight: bold;
    /* color: #f6860e;*/
    margin: 10px 0 0px 0;
    text-align: center;
    line-height: 26px;
}

.product-box .product-title-sub {
    text-align: center;
    color: #f6860e;
    font-size: 13px;
}


.page-title .product-title-sub {
    font-size: 20px;
}


.btn-more .glyphicon {
    position: absolute;
    right: 10px;
    top: 12px;
}

.product-details {
    padding-bottom: 20px;
}


    .product-details #product-detail img {
        max-width: 100%;
    }

    .product-details .sub-title {
        color: #007b44;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }


    .product-details .product-image img {
        max-width: 100%;
    }


    .product-details .product-info {
      padding-left:20px;
    }
    .product-details .product-info li {
        line-height: 28px;
        margin-top: 10px;
    }

   


    .product-details .product-info li b {
        color: #f6860e;
    }

    .product-details .product-info2 {
        border-top: solid 2px #ddd;
        padding: 20px 0px;
    }

       


      


    .product-details .product-info p {
        text-indent: 0em;
    }

    .product-details .product-info strong,
    .product-details .product-info em {
        font-weight: bold;
    }


.hot-product-list-box {
    border: solid 1px #ddd;
    margin-top:36px;
}

.hot-product-list-box h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}

.hot-product-list {
 margin:10px;
}

.caption p {
    text-indent: 0em;
}


.hot-product-list li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
} 
    
    .hot-product-list li img {
        max-width: 100%;
    }


.article-list {
    margin-bottom: 40px;
}

    .article-list li {
        border-bottom: solid 1px #ddd;
        padding: 8px 0;
    }

        .article-list li a {
            font-size: 16px;
            /* color:#484848;*/
            color: #333;
        }

        .article-list li .date {
            margin-bottom: 10px;
            font-size: 13px;
            color: #666;
        }

.article-list-box .news-list {
    margin-bottom: 40px;
    border-top: 1px solid #dfdfdd;
}

.article-list-box .news-item {
    /*margin-bottom: 30px;*/
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}


.article-list-box .photo {
    display: block;
    float: left;
    max-width: 160px;
	 margin-right:15px;
}

.article-list-box .media-left img {
    max-width: 160px;
}


    .article-list-box .photo img {
        max-width: 100%;
        transition: .5s cubic-bezier(0,0.6,0.3,1);
    }

.article-list-box a:hover img {
    /* opacity:0.75;*/
    transform: scale(1.02);
    transition: 1s;
}


.article-list-box .txt-box {
    margin-bottom: 22px;
}

    .article-list-box .txt-box .title {
        font-size: 14px;
        color: #272636;
        /*font-weight: bold;*/
        margin: 0 0 10px 0;
    }



.item-link:hover .title {
    color: #f6860e;
}

.article-list-box .txt-box p {
    line-height: 28px;
    padding-right: 26px;
    text-indent: 0;
    font-size: 17px;
}

.article-list-box .txt-box .date {
    margin: 10px 0;
    position: relative;
    color: #666;
    font-size: 13px;
}

@media (min-width: 992px) {
    .article-list-box .media-left img {
        max-width: 260px;
    }

    .article-list-box .txt-box .title {
        font-size: 22px;
 
    }
}


.article-details .article-title {
    font-size: 24px;
    color: #505050;
}

.article-details .article-header {
    border-top: solid 1px #dfdfdd;
    border-bottom: solid 1px #dfdfdd;
    padding-bottom: 16px;
    margin-bottom: 26px;
}

.article-details .article-info {
    /*margin-bottom: 16px;*/
    color: #6D6D6D;
    /* border-bottom: solid 1px #ddd;*/
}

 .article-details .article-info .article-date {
            margin-right:15px;
        }

    .article-details .article-info .source {
        padding-left: 16px;
    }


.article-details .article-content {
    padding-bottom: 20px;
}
 .article-details .article-content img {
         max-width:100%;
        }

.article-details .return a {
    color: #f6860e;
    font-size: 16px;
}

.content-other {
    min-height: 360px;
}

/*-------------分页----------------*/
div.pager {
    /* text-align: center;*/
    text-align: left;
    padding: .5em 0 0 0;
    margin: 10px auto;
}

.pager .number {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
}

div.pager a {
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    text-decoration: none;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
}

    div.pager a:hover {
        background-color: #bc2826;
        color: #FFFFFF;
    }

    div.pager a.selected {
        background: none repeat scroll 0 0 #bc2826;
        color: #FFFFFF;
        margin: 1px;
    }




.flexslider {
    margin: 0;
    border: 0;
    padding: 0;
}


.flex-caption {
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 2%;
    position: absolute;
    /* text-align: center;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 50%;
}

    .flex-caption a {
        color: #fff;
    }

    .flex-caption .title,
    .flex-caption .desc {
        display: block;
    }

    .flex-caption .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .flex-caption .desc {
        font-size: 16px;
        line-height: 26px;
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 6px;
    text-align: center;
    z-index: 10000;
}


/*
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    display: none;
}
*/

.flex-direction-nav .flex-prev {
    background: url(../218/arrow-l.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
    background: url(../218/arrow-r.png) no-repeat center center;
}


@media screen and (min-width: 768px) {

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: inline-block;
        width: 57px;
        height: 57px;
        text-indent: 1000px;
    }
}


@media screen and (min-width: 992px) {
    .flex-direction-nav .flex-prev,
    .flexslider:hover .flex-direction-nav .flex-prev {
        left: 10px;
        opacity: 0.7;
    }

    .flex-direction-nav .flex-next,
    .flexslider:hover .flex-direction-nav .flex-next {
        right: 10px;
        opacity: 0.7;
    }
}


.product-details-page .mainContainer {
    background: url(../218/slotbg.png) no-repeat center bottom;
    /* border-top:solid 1px #ccc;*/
    position: relative;
    margin-bottom: 20px;
}

.product-details-page .img {
    padding: 25px 0;
    vertical-align: top;
    width: 40%;
}

    .product-details-page .img img {
        max-width: 100%;
    }

    .product-details-page .img .imgContainer {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        transition: all 0.8s ease 0s;
        width: 100%;
    }



.product-details-page .desc {
    min-height: 10px;
    padding: 25px 0;
    position: relative;
    width: 50.75%;
}

    .product-details-page .desc h2 {
        color: #990000;
        /*font-size: 40px;*/
        font-size: 24px;
        font-weight: normal;
        line-height: 40px;
        max-height: 120px;
        overflow: hidden;
    }

    .product-details-page .desc h3 {
        color: #333;
        font-size: 24px;
        font-weight: normal;
        line-height: 60px;
        max-height: 120px;
        overflow: hidden;
    }

    .product-details-page .desc p {
        color: #666;
        font-size: 14px;
        line-height: 30px;
        margin-top: 8px;
    }

    .product-details-page .desc ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .product-details-page .desc li {
        color: #666;
        font-size: 18px;
        line-height: 30px;
        margin-top: 8px;
        padding-left: 10px;
        position: relative;
    }

.product-details-page p {
    padding: 0 16px 0 0;
    line-height: 30px;
}


a.btn-success {
    color: #fff;
}



.navbar-right h2 {
    font-size: 30px;
    margin: 30px 60px 30px;
}

.sidebar .sidebar-news {
    margin-bottom: 36px;
}

#datatable td {
    padding: 6px 8px;
}

.article-content table {
    width: 100%;
}

    .article-content table td {
        padding: 6px 8px;
    }

    .article-content table p {
        text-indent: 0em;
    }

.col-title {
    font-size: 18px;
    margin: 0px 0;
    padding: 10px 15px 0 15px;
    font-weight: bold;
}

    .col-title .more {
        font-size: 14px;
    }

.pic {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    /* height: 480px;*/
    width: 100%;
}

.search-box {
    margin-top: 10px;
    position: relative;
}

    .search-box #keyWord {
        width: 300px;
        height: 34px;
    }

.btn-search {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 270px;
    top: 4px;
    background: none;
}

.search-box .glyphicon-search {
    font-size: 20px;
}

.search-box .form-control {
    height: 30px;
}

.key-word {
    color: red;
}



.list li {
    line-height: 30px;
}

.content-col {
    padding: 20px 20px 40px;
}


.page-content {
    padding: 0px 15px;
	margin-top:15px;
}


.noicon {
    background: #ccc;
    height: 4px;
    margin: 0px 6px 0px 0px;
    width: 4px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.list-paddingleft-2 {
    margin-left: 20px;
}

.block-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px 0;
}


@media (max-width: 768px) {

    .article-title .created {
        font-size: 14px;
        display: inline-block;
        position: relative;
    }

    .brand img {
        max-height: 40px;
    }
}


.navbar-toggle .icon-bar {
    background-color: #ea5903;
}

.g-wrap {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1050px;
}

.home-page-box .caption h3 {
    font-size: 18px;
    margin: 10px 0;
}

.con-tit .more {
    font-size: 15px;
}

    .con-tit .more:after {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: transparent #888 #888 transparent;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

a.more:hover:after {
    border-color: transparent #bc2826 #bc2826 transparent;
}

.home-page-box .thumbnail {
    border: 0;
}

.con-tit {
    position: relative;
    background-color: #f9f9f9;
    color: #888;
    font-size: 20px;
    height: 34px;
    overflow: hidden;
    line-height: 21px;
    margin: 0 0 20px;
    padding: 6px 6px;
}

    .con-tit .title {
        color: #888;
        border-left: 10px solid #bc2826;
        padding-left: 10px;
    }



.font18 {
    font-size: 18px;
}

.item-link h3 {
    margin-bottom: 10px;
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
}


a.main-menu-item:link, a.main-menu-item:visited {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    padding: 8px 15px 10px !important;
}

a.main-menu-item-active:link,
a.main-menu-item-active:visited,
a.main-menu-item-active:hover {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 8px 15px 10px !important;
    background-color: #bc2826 !important;
}

.body-content {
    min-height: 260px;
}




.login-page {
    /* background-color: #00bcd4;*/
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.breadcrumb {
    background-color: #fff;
    font-size: 14px;
    padding: 20px 0;
    margin: 0;
    background: none;
}

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb .current-item {
        color: #bc2826;
    }


a.product-active:link, a.product-active:visited, a.product-active:hover {
    font-size: 16px;
    color: #fff;
    background-color: #e29758 !important;
}


.footer-one h3 {
    color: #c4c4c4;
    padding: 8px 0px;
    font-family: Microsoft Yahei !important;
    font-size: 24px;
}

.footer ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer li {
    padding: 3px 0px;
}

.footer-one a {
    font-size: 14px;
}

.footer a, .footer a:hover, .footer a:focus {
    color: #888888 !important;
    font-family: Microsoft Yahei !important;
    text-decoration: none;
}

.footer-second {
    background-color: #5d5d58;
    padding: 10px 0;
    color: #888888;
}

.footer-nav, .copyright {
    display: inline-block;
    vertical-align: middle;
}

    .copyright, .copyright a {

	    
        float: right;
        font-family: Microsoft Yahei !important;
        font-size: 14px;
    }

	 .copyright_phone, .copyright_phone a {

	    
        font-family: Microsoft Yahei !important;
        font-size: 14px;
    }

.footer a, .footer a:hover, .footer a:focus {
    color: #888888 !important;
    font-family: Microsoft Yahei !important;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.font22 {
    font-size: 22px;
    font-family: Microsoft Yahei;
    font-weight: bold;
}

.font16 {
    font-size: 16px;
    font-family: Microsoft Yahei;
}

bold {
    font-weight: bold !important;
}

.text-lightgray {
    color: #c3c3c3 !important;
}

.block-title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.post-content-side {
    border: 1px solid #e6e6e6;
    padding: 15px;
}
    .post-content-side h2 {
     margin-bottom:15px;
    }

.post-content-side ol {
    list-style-type: decimal;
    list-style-position: inside;
}

        .post-content-side ol li {
            display: list-item;
        }

.content-item {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0ef;
}

.wonderful-video {
    padding: 15px 0;
    margin-top:40px;
}
    .wonderful-video h2 {
     padding-left:15px;
    }

/*
.w790 {
    width: 790px;
}
.w308 {
    width: 308px;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
        margin: 0 auto;
    }
}
    */



.secharKeyWord {
 color:red;
 margin:0 4px;
}
.search-result .tab-pane {
 padding:15px;
}

@media (min-width: 992px) {
    .top-mini {
         float:right;
    }
    }
.splitter {
 margin:0 2px;
}

.partTitle {
    background: #AB3192;
    height: 70px;
    color: #fff;
    width: 100%;
    font-size: 30px;
    line-height: 2.3;
    padding-left: 1.8rem;
	margin-top:20px;
}

/*-----------图库----------------*/

.flex-direction-nav a:before {
    content: '';
}

.flex-direction-nav a.flex-next:before {
    content: '';
}

.album-box .flexslider {
    margin-bottom: 30px;
}

#slider.flexslider .slides img {
   /* max-height: 670px;*/  /*maximum height for all slides*/
   /* width: auto; /*proper aspect ratio of images*/
    max-width: 100%; /*maximum width for all slides*/
    margin: 0 auto; /*centering images in the container*/
}

#carousel.flexslider .slides img {
    max-height: 140px; /*maximum height for all slides*/
    width: auto; /*proper aspect ratio of images*/
    max-width: 100%; /*maximum width for all slides*/
    margin: 0 auto; /*centering images in the container*/
}

.album-box .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
    display: inline-block;
}


.album-box .flex-direction-nav a {
    display: block;
    width: 44px;
    height: 44px;
}

#slider .flex-direction-nav .flex-prev {
    background: url(../218/leftAarrow.png) no-repeat center center;
}

#slider .flex-direction-nav .flex-next {
    background: url(../218/rightAarrow.png) no-repeat center center;
}


.album-box .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=1);
    cursor: default;
    z-index: 1;
}


.album-box #carousel {
    border: solid 1px #ccc;
    background-color: #f9f9f9;
    padding: 16px 48px;
}

#carousel .flex-direction-nav .flex-prev {
    background: url(../218/album-icons.png) no-repeat -4px -108px;
    width: 24px;
    height: 48px;
}

#carousel .flex-direction-nav .flex-next {
    background: url(../218/album-icons.png) no-repeat -4px -160px;
    width: 24px;
    height: 48px;
}

.album-box .flexslider .slides > li {
    position: relative;
}

.album-box .flex-caption {
    width: 100%;
    /*padding: 2%;*/
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.album-box .numerator {
    bottom: 25%;
    right: 50%;
}

.album-box .denominator {
    top: 60%;
    left: 60%;
    font-size: 14px;
}


.album-box .album-progress {
    top: 10px;
    float: left;
    width: 120px;
    height: 50px;
    margin: 0 15px 5px 15px;
    text-align: center;
    position: relative;
    font-size: 26px;
}



.album-box .picinfo-text-wrap {
    padding: 10px 60px 10px 15px;
	font-size:16px;
}


@media screen and (min-width: 992px) {

    .album-box .flex-direction-nav .flex-prev,
    .album-box .flexslider:hover .flex-direction-nav .flex-prev {
        left: 10px;
        opacity: 0.7;
    }

    .album-box .flex-direction-nav .flex-next,
    .album-box .flexslider:hover .flex-direction-nav .flex-next {
        right: 10px;
        opacity: 0.7;
    }
}


/*--------------相册结束 --------------------*/

/*--------------专题 --------------------*/
.special-banner {
    margin-bottom: 20px;
	text-align:center;

}

.special-albums .flex-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.special-albums .flex-caption .title {
    font-size: 22px;
    margin-bottom: 0px;
}


.main_all {
    border: 1px solid #dfdfdf;
    /* height: 146px;*/
}

.box-shadow2 {
    -webkit-box-shadow: 0 2px 6px rgba(101,101,101,0.3);
    -moz-box-shadow: 0 2px 6px rgba(101,101,101,0.3);
    box-shadow: 0 2px 6px rgba(101,101,101,0.3);
}


.news-item.main_all {
 padding:20px 10px;
}

.customHtml {
    border-bottom: 1px solid #dfdfdd;
    text-align: center;
    border-top: 1px solid #dfdfdd;
}


.w20p {
    width: 20%;
}

.b-r {
    border-right: 1px solid #dfdfdd;
}
.font16 {
    font-size: 16px;
}

.wrapper-md {
    padding: 20px;
}
.about-box {
    margin-top: 15px;
}

.special-videos {
    background-color: #e6e6e6;
}


.navVideo li.thisVideo {
    background-color: #8C1974;
    border-bottom: #8C1974;
    color: #fff;
}


.navVideo li {
    padding: 20px 22px 20px 22px;
    border-bottom: 1px solid #fff;
    color: #666;
    text-align: left;
    font-size: 24px;
    cursor: pointer;
    line-height: 35px;
}
.special-videos .col-md-8,
.special-videos .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

  .barner-box .pic {
            display: block;
            width: 100%;
            height: 480px;
            background: no-repeat center center;
            -webkit-background-size: auto 100%;
            background-size: auto 100%;
        }


@media only screen and (max-width: 768px) and (min-width: 416px) {
    .barner-box .pic {
        height: 300px;
    }
}


@media only screen and (max-width: 415px)
{
.pc-banner {
    display: none;
}
}

@media only screen and (min-width: 415px)
{
  .phone-banner {
    display: none;
}
}


@media only screen and (max-width: 415px)
{
.pc-foot {
    display: none;
}
.f-icp-phone{
    padding-right: 140px;
}
}

@media only screen and (min-width: 415px)
{
  .phone-foot {
    display: none;
}
}

.page-content img
{
    max-width: 100%;
}

.container .brand2 {
    float: left;
    margin: 0;
    padding: 0px 0;
    display: block;
}

.main-menu-box-zt {
    border-bottom: solid 1px #ddd;
    position: relative;
	height: 66px;
	background-color: #ffffff;
}

.chat-box {
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    letter-spacing: 2px;
    z-index: 999;
}

.get_chat {
    background-color: #6068ed;
    padding: 24px 2px 16px;
    width: 72px;
}