﻿@font-face {
    font-family: 'ikartika';
    src: url('../fonts/kartika-webfont.eot');
    src: url('../fonts/kartika-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kartika-webfont.woff') format('woff'), url('../fonts/kartika-webfont.ttf') format('truetype'), url('../fonts/kartika-webfont.svg#webfont') format('svg');
}

a:hover,
a:focus {
    color: #ff5900;
}

::selection {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

::-moz-selection {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

html,
body {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #434343;
    -webkit-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus {
    text-decoration: none;
    outline-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei";
}

label {
    font-weight: normal;
}

img[data-src] {
    width: 100%;
}


/*选中背景色*/

::selection {
    color: #fff;
}

::-moz-selection {
    color: #fff;
}

#wapper {
    background-color: #fff;
}

#print-btn {
    font-size: 90%;
}

#print-btn .fa {
    margin-right: 3px;
}

#modal-qrcode {
    text-align: center;
}

#navbar-collapse-icon-modal-qrcode .modal-dialog {
    margin-top: 30px;
    /*width: 320px;*/
}

#navbar-collapse-icon-modal-qrcode .modal-header .close {
    margin-top: -10px;
    margin-right: -5px;
}

#navbar-collapse-icon-modal-qrcode .modal-body h3 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}

#navbar-collapse-icon-modal-qrcode .modal-body p {
    font-size: 12px;
    line-height: 20px;
}


/*#navbar-collapse-icon-modal-qrcode
{
	.modal-content
	{
		width:300px !important; height:400px !important; margin:30px auto !important; border-radius:4px;
	}
}*/


/*@media (max-width: 767px)
{
    #wapper
    {
        margin-top: 0;
    }
}*/

.highlight {
    color: #ff5900;
}

.btn-primary {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

.btn-primary:hover {
    background-color: #ff5900 !important;
    background-color: rgba(255, 89, 0, 0.85) !important;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #ff5900 !important;
}

.search_box .input-append:hover .btn-primary,
.search_box .input-group:hover .btn-primary {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
    color: #ff5900;
}

.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
    background-color: #ff5900;
    border-color: #ff5900;
}

body.wide .full-width {
    width: inherit;
    padding-left: 0;
    padding-right: 0;
}

body.boxed #wapper {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    body.boxed #wapper {
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.boxed #wapper {
        width: 768px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed #wapper {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    body.boxed #wapper {
        width: 1200px;
    }
}


/**  thumbnail  **/

.thumbnail {
    padding: 0;
    background-color: transparent;
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    overflow: hidden;
    /*#prefixer .backface-visibility(hidden);
    #prefixer .perspective(1000);*/
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.thumbnail img {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/**  panel  **/

.panel {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel .panel-heading {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-family: "Microsoft YaHei";
}

.panel .panel-heading .more {
    width: 40px;
    height: 1.4em;
}

.panel .panel-heading .more:before {
    content: "MORE";
    font-family: ikartika;
    font-size: 14px;
}

.panel .panel-heading .more:after {
    content: "&raquo;";
    font-size: 14px;
    margin-left: 3px;
}

.panel .panel-body {
    padding: 0;
}


/**  panel-default  **/

.panel-default {
    border-color: transparent;
    background-color: transparent;
}

.panel-default > .panel-heading {
    border: 0;
    background-color: transparent;
}


/**  list-group  **/

.list-group-item {
    padding: 0;
    border-width: 0;
    background-color: transparent;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: transparent;
}

.search_box .input-append {
    padding: 3px 3px 3px 5px;
    background-color: #fff;
    border: #d5d6d8 1px solid;
    -webkit-box-shadow: inset 0px 1px 5px #eeeeee;
    box-shadow: inset 0px 1px 5px #eeeeee;
}

.search_box .input-append input {
    height: 22px;
    border-width: 0;
    font-size: 12px;
    outline: none;
    background-color: transparent;
}

.search_box .input-append .btn-primary {
    float: right;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #d5d6d8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}


/**  other  **/

.list-nodata {
    color: #ccc;
    padding: 60px 0 0 60px;
    height: 300px;
}

.print-able {
    margin-bottom: 50px;
}

.modal {
    overflow: hidden;
}

.pagination li a,
.pagination li span {
    color: #666;
}

.relate-container {
    margin: 15px 0;
}

.relate-container a {
    line-height: 2em;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

article,
.article {
    margin-bottom: 15px;
    line-height: 200%;
}

article p,
.article p {
    text-indent: 2em;
}

article .thumbnail,
.article .thumbnail {
    margin-bottom: 12px;
    padding: 0;
    border-width: 0;
}

article .pull-right,
.article .pull-right {
    margin-left: 12px;
}

article .pull-left,
.article .pull-left {
    margin-right: 12px;
}

#header {
    background: #f4f4f4;
    border-top: 1px solid #257ac3;
    border-bottom: 1px solid #e5e5e5;
    height: 92px;
}

#header #header-logo {
    display: block;
    padding-top: 20px;
}

#header #header-icons {
    margin: 15px 0 10px 0;
    text-align: right;
}

#header #header-icons a {
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background-clip: padding-box;
    text-align: center;
    color: #fff;
    background: #d0d0d0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

#header #header-icons a:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

#header #header-icons a.a-icon-globe {
    background-color: #1d8bdf;
}

#header #header-icons a.a-icon-star {
    background-color: #f27935;
}

#header #header-icons a.a-icon-weibo {
    background-color: #dc5b46;
}

#header #header-icons a.a-icon-pinterest {
    background-color: #13b0cb;
}

#header #header-icons a.a-icon-star-o {
    background-color: #f2bc00;
}

#header #header-icons a.a-icon-qrcode {
    background-color: #78979b;
}

#header #header-searchbox .search_box .input-append input {
    width: 150px;
}

@media screen and (max-width: 767px) {
    #header {
        display: none;
    }
}

#navbar #navbar-collapse > ul > li.active > a {
    background-color: #014099;
}

#navbar #navbar-collapse > ul > li:hover > a {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

#navbar #navbar-collapse ul.dropdown-menu li a:hover {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.9);
}

@media screen and (max-width: 767px) {
    #navbar #navbar-toggle {
        background-color: #ff5900;
    }
    #navbar #navbar-toggle:hover {
        background-color: #ff5900;
    }
    #navbar #navbar-toggle-icon:hover span {
        color: #ff5900;
    }
}

#navbar {
    min-height: inherit;
    border-color: transparent;
    border-width: 0;
    background-color: transparent;
}

#navbar #navbar-brand {
    position: absolute;
    margin-top: -70px;
    padding: 0;
}

#navbar button {
    z-index: 5;
    outline-style: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}

#navbar button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

#navbar .navbar-default {
    margin-bottom: 0;
    min-height: inherit;
    background-color: inherit;
    border-width: 0;
}

#navbar #navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
}

#navbar #navbar-collapse > ul {}

#navbar #navbar-collapse > ul > li {
    border-left: #e5e5e5 1px solid;
}

#navbar #navbar-collapse > ul > li:first-child {
    border-left: 0;
}

#navbar #navbar-collapse > ul > li > a {
    padding: 0 24px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #3a3a3a;
    line-height: 52px;
    -webkit-transition: background-color 0s ease-in-out;
    -ms-transition: background-color 0s ease-in-out;
    transition: background-color 0s ease-in-out;
}

#navbar #navbar-collapse > ul > li.active > a {
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
}

#navbar #navbar-collapse > ul > li:hover > a {
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
}

#navbar #navbar-collapse li.dropdown:hover ul.dropdown-menu {
    display: inherit;
}

#navbar #navbar-collapse ul.dropdown-menu {
    padding: 0;
    margin-left: -1px;
    width: 101%;
    min-width: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.7);
}

#navbar #navbar-collapse ul.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#navbar #navbar-collapse ul.dropdown-menu li a {
    padding: 6px 15px;
    color: #666;
    font-size: 14px;
    -webkit-transition: background-color 0s ease-in-out;
    -ms-transition: background-color 0s ease-in-out;
    transition: background-color 0s ease-in-out;
}

#navbar #navbar-collapse ul.dropdown-menu li a:hover {
    color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #navbar #navbar-collapse > ul > li > a {
        padding-left: 4px;
        padding-right: 3px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #navbar #navbar-collapse > ul > li > a {
        padding-left: 14px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    #navbar {
        border-width: 0;
        margin-bottom: 0;
        height: 48px;
    }
    #navbar div.navbar-header {
        height: 48px;
    }
    #navbar #navbar-brand {
        position: inherit;
        height: 40px;
        margin-top: 9px;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        width: inherit;
        text-align: center;
        float: inherit;
    }
    #navbar #navbar-brand img {
        max-height: 36px;
    }
    #navbar #navbar-collapse {
        overflow-x: hidden;
    }
    #navbar #navbar-collapse ul.nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    #navbar #navbar-collapse li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    #navbar #navbar-toggle {
        float: left;
        margin-right: 0;
        margin-top: 9px;
        border-width: 0;
        padding: 9px;
        border-radius: 3px;
        cursor: pointer;
        color: #fff;
        padding: 5px 8px;
    }
    #navbar #navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #navbar #navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
    #navbar #navbar-toggle-icon {
        float: right;
        margin-top: 12px;
        margin-bottom: 0;
        margin-right: -6px;
        padding-right: 0;
        padding: 5px 6px;
        border-width: 0;
        background-color: transparent;
        cursor: pointer;
    }
    #navbar #navbar-toggle-icon span {
        font-size: 18px;
        color: #b2b2b2;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #navbar #navbar-brand img {
        max-width: 220px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    #navbar #navbar-brand img {
        max-width: 380px;
    }
}

#banner {
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}


/*#banner-image{
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

#banner img {
    -webkit-box-shadow: 0px 5px 15px #aaaaaa;
    box-shadow: 0px 5px 15px #aaaaaa;
}

#breadcrumb .breadcrumb i {
    color: #ff5900;
}

#breadcrumb .breadcrumb .active {
    color: #ff5900;
}

#breadcrumb {
    margin-bottom: 10px;
}

#breadcrumb .breadcrumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    line-height: 24px;
    font-size: 90%;
    background-color: transparent;
}

#breadcrumb .breadcrumb i {
    width: 20px;
}

#breadcrumb .breadcrumb > li + li:before {
    content: ">";
}

@media (max-width: 767px) {
    /*#breadcrumb .breadcrumb .active {
        display: none;
    }*/
    #breadcrumb .breadcrumb {
        max-height: 24px;
        overflow: hidden;
    }
}



#footer #footer-navs .row > div .panel-heading {
    color: #666;
}

#footer #footer-navs .row > div a:hover {
    color: #ff5900;
}

#footer #footer-links li a:hover {
    color: #ff5900;
}

#footer {
    background-color: #e6e6e6;
}

#page-default #footer {
    background-color: #fff;
}

#footer #footer-navs {
    padding: 20px 0 30px;
}

#footer #footer-navs .row {
    /*margin: 0;*/
}

#footer #footer-navs .row > div {
    /*padding: 0;*/
}

#footer #footer-navs .row > div .panel-heading {
    padding-bottom: 10px;
    font-size: 16px;
}

#footer #footer-navs .row > div a {
    color: #6f6f6f;
    padding: 0;
    font-size: 13px;
    line-height: 2em;
    display: inline;
}

#footer #footer-navs .row > div a:hover {
    background: none;
}

#footer #footer-links .panel-heading {
    padding-bottom: 14px;
    color: #ccc;
}

#footer #footer-links li {
    display: inline-block;
    padding: 0;
    width: 82px;
}

#footer #footer-links li a {
    font-size: 12px;
    color: #ccc;
}

#footer #footer-bottom {
    border-top: 1px solid #b7b7b7;
    line-height: 24px;
    padding: 13px 0;
    font-size: 12px;
    color: #6f6f6f;
}

#footer-link {
    text-align: right;
    color: #6f6f6f;
    margin: 0;
}

#footer-link span {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    #footer #footer-navs {
        padding: 15px 0 10px 0;
    }
    #footer #footer-navs a {
        display: inline-block;
    }
    #footer #footer-navs .panel {
        margin-bottom: 5px;
    }
    #footer #footer-navs .panel .panel-heading {
        position: absolute;
    }
    #footer #footer-navs .panel .panel-body {
        padding-left: 80px;
    }
    #footer #footer-navs .panel .panel-body .list-group {
        margin-bottom: 0;
    }
    #footer-link {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #footer-link {
        text-align: left;
    }
}

#footer-link a {
    color: #6f6f6f;
}

#page-search #page-search-form {
    /*.input-group {
                .btn-primary {
                    &:hover {
                        background-color: @color;
                        background-color: fade(@color, 70%);
                    }
                }

                &:hover .btn-primary {
                    background-color: @color;
                    background-color: fade(@color, 70%);
                }
            }*/
}

#page-search #page-search-form .input-group {
    /*&:active .btn-primary {
                    background-color: @color;
                }*/
}

#page-search #page-search-form .input-group:hover .btn-primary {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

#page-search span.highlight {
    color: #ff5900;
}

#page-search #page-search-form {
    margin: 0 0 5px 0;
}

#page-search #page-search-form .input-group {
    padding: 3px 3px 3px 0px;
    background-color: #fff;
    border: #d5d6d8 1px solid;
    -webkit-box-shadow: inset 0px 1px 5px #eeeeee;
    box-shadow: inset 0px 1px 5px #eeeeee;
}

#page-search #page-search-form .input-group input {
    padding-left: 5px;
    height: 24px;
    border-width: 0;
    outline: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: transparent!important;
    font-size: 12px;
    line-height: 12px;
}

#page-search #page-search-form .input-group .btn-primary {
    float: right;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #d5d6d8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
    color: #fff;
}

#page-search #page-search-keys {
    margin-bottom: 5px;
    font-size: 12px;
}

#page-search #page-search-keys a {
    margin-right: 10px;
}

#page-search #page-search-list li {
    padding: 7px 0;
    border-bottom: 1px dotted #ddd;
}

#page-search #page-search-list h4 {
    font-size: 1.1em;
    color: #000;
}

#page-search #page-search-list p {
    font-size: 90%;
    color: #777;
}

#page-search #page-search-list span.badge {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-weight: normal;
    color: #ccc;
    background-color: transparent;
}

#page-sitemap-icon {
    color: #ff5900;
}

#page-sitemap-detail .navbar-nav > li > a {
    color: #ff5900;
}

#page-sitemap-detail .navbar-nav .dropdown-menu li a:hover {
    color: #ff5900;
}

#page-sitemap #aside {
    margin-top: 0;
}

#page-sitemap-icon {
    text-align: right;
    font-size: 240px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=(20));
    opacity: 0.2;
}

#page-sitemap-detail {
    margin-top: 36px;
    padding-bottom: 60px;
}

#page-sitemap-detail .navbar-nav {
    margin-bottom: 60px;
}

#page-sitemap-detail .navbar-nav > li {
    float: none;
    min-width: 80px;
    min-height: 36px;
}

#page-sitemap-detail .navbar-nav > li > a {
    position: absolute;
    padding: 5px 15px;
    line-height: 26px;
}

#page-sitemap-detail .navbar-nav > li:hover > a {
    font-weight: bold;
    background-color: transparent;
}

#page-sitemap-detail .navbar-nav .dropdown-menu {
    display: block;
    position: static;
    float: none;
    margin-left: 80px;
    border-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#page-sitemap-detail .navbar-nav .dropdown-menu li {
    display: inline-block;
}

#page-sitemap-detail .navbar-nav .dropdown-menu li a {
    padding-left: 8px;
    padding-right: 8px;
}

#page-sitemap-detail .navbar-nav .dropdown-menu li a:hover {
    background-color: transparent;
}

#page-contact {
    padding: 15px 0 30px 0;
}

#page-contact .alert {
    margin-left: 15px;
}

#page-contact #page-contact-form .col-sm-2 {
    padding-right: 0;
}

#page-contact #page-contact-form label {
    float: right;
    line-height: 25px;
}

#page-contact #page-contact-form .btn {
    border-width: 0;
}

#page-album-list li:hover h4,
#page-album-list2 li:hover h4{
    border-color: #ff5900;
}

#page-album-list li:hover a,
#page-album-list2 li:hover a {
    color: #ff5900;
}

#page-album-list,
#page-album-list2{
    margin-left: -5px;
    margin-right: -5px;
}

#page-album-list > li,
#page-album-list > div,
#page-album-list2 > li,
#page-album-list2 > div{
    padding-left: 5px;
    padding-right: 5px;
}

#page-album-list li,
#page-album-list2 li{
    margin-bottom: 10px;
}

#page-album-list li .thumbnail,
#page-album-list2 li .thumbnail{
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

#page-album-list li h4,
#page-album-list2 li h4{
    margin: 0;
    padding: 8px 0;
    border-top: 4px solid #e6e6e6;
    font-size: 14px;
    font-weight: normal;
    /*#prefixer .transition(color 0.3s ease-in-out);*/
}

#page-album-list2 li img{
    width: auto;
}

#page-video-list li:hover h4 {
    border-color: #ff5900;
}

#page-video-list li:hover a {
    color: #ff5900;
}

#page-video-list {
    margin-left: -5px;
    margin-right: -5px;
}

#page-video-list > li,
#page-video-list > div {
    padding-left: 5px;
    padding-right: 5px;
}

#page-video-list li {
    margin-bottom: 10px;
    /*padding: 0 5px;*/
    /*&:hover
        {
            h4
            {
                border-color: #ff5900;
            }
            a
            {
                color: #ff5900;
            }
        }*/
}

#page-video-list li .thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

#page-video-list li h4 {
    margin: 0;
    padding: 8px 0;
    border-top: 4px solid #e6e6e6;
    font-size: 90%;
    font-weight: normal;
    /*#prefixer .transition(all 0.3s ease-in-out);*/
}

#page-news-info h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    line-height: 1.5em;
}

#page-news-info #page-news-info-meta {
    border-color: #eee;
    font-size: 90%;
    background-color: #f9f9f9;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 0 3px 0;
    -webkit-box-shadow: inset 0px 0px 0px #eeeeee;
    box-shadow: inset 0px 0px 0px #eeeeee;
}

#page-news-info #page-news-info-meta > div {
    padding-left: 8px;
    padding-right: 8px;
}

#page-news-info #page-news-info-meta span {
    margin-right: 6px;
}

#page-news-info #page-news-info-meta i {
    margin-right: 3px;
}

#page-news-info #page-news-info-meta #page-news-info-meta-sizeable {
    text-align: right;
}

#page-news-info #page-news-info-meta #page-news-info-meta-sizeable a {
    display: inline-block;
    margin-left: 2px;
    margin-top: -4px;
    width: 21px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

#page-news-info #page-news-info-meta #page-news-info-meta-sizeable a.f12 {
    font-size: 12px;
}

#page-news-info #page-news-info-meta #page-news-info-meta-sizeable a.f14 {
    font-size: 14px;
}

#page-news-info #page-news-info-meta #page-news-info-meta-sizeable a.f16 {
    font-size: 16px;
}

#page-news-info #page-news-info-video video {
    max-width: 100%;
}

#page-news-info img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {
    #page-news-info h1 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#page-news-list-pic-left {
    /*.media-object {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 4px;
        border: 1px solid #ccc;
    }

    .media-body {
        padding-right: 0;
        padding-left: 10px;
    }*/
}

#page-news-list-pic-left .row {
    /*margin: 0;*/
    margin-left: -5px;
    margin-left: 0;
    margin-right: -5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #eee;
}

#page-news-list-pic-left .row > a {
    padding: 4px;
    border: 1px solid #ccc;
}

#page-news-list-pic-left .row > div {
    padding-left: 10px;
    padding-right: 5px;
}

#page-news-list-pic-left h4,
#page-news-list-pic-left h4 > a {
    font-size: 16px;
    line-height: 120%;
}

#page-news-list-pic-left .badge {
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    text-align: left;
    font-weight: normal;
    color: #999;
    background-color: transparent;
}

#page-news-list-pic-left p {
    margin-top: 6px;
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 639px) {
    #page-news-list-pic-left h4,
    #page-news-list-pic-left h4 > a {
        font-size: 14px;
    }
    #page-news-list-pic-left p {
        font-size: 12px;
        line-height: 20px;
        max-height: 80px;
        overflow-y: hidden;
    }
}

#page-news-list-pic-no li i {
    color: #ff5900;
    color: rgba(255, 89, 0, 0.7);
}

#page-news-list-pic-no li:hover i {
    color: #ff5900;
}

#page-news-list-pic-no li {
    padding: 7px 70px 7px 0;
    border-bottom: 1px dotted #ddd;
}

#page-news-list-pic-no li i {
    margin-right: 3px;
}

#page-news-list-pic-no li a {
    display: inline-block;
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 16px;
    vertical-align: middle;
}

#page-news-list-pic-no li span {
    margin-right: -70px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-weight: normal;
    color: #333;
    background-color: transparent;
}

@media (max-width: 639px) {
    #page-news-list-pic-no li a {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #page-news-list-pic-no li {
        padding-right: 0;
        /*a{
				width:93%;
			}*/
    }
    #page-news-list-pic-no li span {
        display: none;
    }
}

#page-news-list-pic-top .thumbnail {
    padding: 4px;
    border: 1px solid #ccc;
}

#page-news-list-pic-top li {
    margin-bottom: 20px;
    border-bottom: 1px dotted #eee;
}

#page-news-list-pic-top h4 {
    font-size: 1.1em;
    line-height: 120%;
    color: #000;
}

#page-news-list-pic-top .badge {
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-weight: normal;
    color: #999;
    background-color: transparent;
}

#page-news-list-pic-top p {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #777;
    font-size: 12px;
}

@media (max-width: 639px) {
    #page-news-list-pic-top h4 {
        font-size: 1.2em;
    }
}


/*#page-product-info {
        p.buy a.btn-primary {
            background-color: @color;
        }
    }*/

#page-product-info .media {
    margin-left: -8px;
    margin-right: -8px;
}

#page-product-info .media > div {
    padding-left: 8px;
    padding-right: 8px;
}

#page-product-info div.media-object {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 15px;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

#page-product-info h1 {
    margin-top: 0;
    font-size: 1.5em;
    color: #000;
}

#page-product-info p.price {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    color: #333;
    font-family: arial;
    background-color: transparent;
}

#page-product-info p.price span {
    color: #b94a48;
}

#page-product-info div.description {
    color: #666;
    line-height: 1.5em;
}

#page-product-info div.description ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 12px;
}

#page-product-info p.buy a.btn-primary {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    border-color: transparent;
}

#page-product-info div.tab-content {
    padding-top: 15px;
}

#page-product-list {
    /*.btn-primary {
            background-color: @color;
        }*/
}

#page-product-list li:hover h4 {
    border-color: #ff5900;
}

#page-product-list li:hover h4 a {
    color: #ff5900;
}

#page-product-list {
    margin-left: -5px;
    margin-right: -5px;
}

#page-product-list > li,
#page-product-list > div {
    padding-left: 5px;
    padding-right: 5px;
}

#page-product-list li {
    margin-bottom: 22px;
}

#page-product-list .thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

#page-product-list h4 {
    margin: 0;
    padding: 8px 0;
    border-top: 4px solid #e6e6e6;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#page-product-list h4 a {
    display: block;
    width: 80%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#page-product-list .price {
    position: absolute;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    color: #333;
    background-color: transparent;
}

#page-product-list .price span {
    color: #b94a48;
}

#page-product-list .btn-primary {
    position: absolute;
    margin-top: -25px;
    margin-left: 80%;
    padding: 0 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    border-color: transparent;
    font-size: 12px;
}

@media (max-width: 639px) {
    #page-product-list h4 a {
        font-size: 14px;
    }
}

#page-default-top-slide .carousel-indicators li.active {
    background-color: #ff5900;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item:hover i.fa {
    color: #ff5900;
}


/* page-default */

#page-default .carousel-caption {
    display: none;
}

#page-default .carousel-indicators {
    display: none;
}

#page-default .swiper-pagination {
    display: none;
}

.touch-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
}

.touch-carousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control span.icon-prev,
.carousel-control span.icon-next {
    font-family: FontAwesome;
}

.carousel-control span.icon-prev:before {
    content: "\f104";
}

.carousel-control span.icon-next:before {
    content: "\f105";
}

#page-default-top-slide .carousel-caption {
    font-family: "Microsoft YaHei";
    color: #ccc;
}

#page-default-top-slide .carousel-indicators li {
    border-width: 0;
    background-color: #999;
    -webkit-box-shadow: 0px 1px 2px #555555 inset;
    box-shadow: 0px 1px 2px #555555 inset;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=(60));
    opacity: 0.6;
}

#page-default-center-r1 {
    margin-left: -5px;
    margin-right: -5px;
    /*margin-left: -5px;
    margin-right: -5px;*/
}

#page-default-center-r1 > li,
#page-default-center-r1 > div {
    padding-left: 5px;
    padding-right: 5px;
}

#page-default-center-r1 > div {
    margin-top: 0;
    /*padding: 0 5px;*/
}

#page-default-center-r1 > div a.thumbnail {
    margin-bottom: 20px;
}

#page-default-center-r1 > div h3 {
    margin-top: 0;
    font-size: 1.1em;
    color: #444;
}

#page-default-center-r1 > div h3 small {
    margin-left: 10px;
    color: #444;
}

#page-default-center-r1 > div p {
    font-size: 12px;
    line-height: 160%;
}

#page-default-center-r2 {
    /*.media {
        margin-left: -5px;
        margin-right: -5px;
        
        >a, >p {
            padding-left: 5px;
            padding-right: 5px;
        }

        .media-object {
            margin-right: 0;
            margin-bottom: 10px;
            padding-right: 0;

            img {
                max-width: 100%;
            }
        }

        .media-body {
            font-size: 12px;
            line-height: 160%;
        }
    }*/
}

#page-default-center-r2 .panel-heading {
    padding: 3px 0px 5px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.1em;
    color: #444;
}

#page-default-center-r2 .panel-heading small {
    margin-left: 10px;
    color: #444;
}

#page-default-center-r2 .panel-body {
    margin-top: 5px;
    padding: 10px;
    background-color: #f7f7f7;
}

#page-default-center-r2 .panel-body a.pull-left {
    width: 40%;
    margin-right: 10px;
}

#page-default-center-r2 .panel-body a.pull-left img {
    width: 100%;
}

#page-default-rightcol-r1 .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
}

#page-default-rightcol-r1 .panel .panel-heading {
    padding: 3px 0px 5px;
    border-bottom: 1px solid #e9e9e9;
}

#page-default-rightcol-r1 .panel .panel-heading small {
    margin-left: 10px;
}

#page-default-rightcol-r1 .panel .panel-body {
    padding: 5px 0;
}

#page-default-rightcol-r1 ul.list-group {
    margin-bottom: 0;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item.last {
    margin-bottom: 0;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item i.fa {
    position: absolute;
    margin-top: 6px;
    color: #ccc;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#notice ul.list-group li.list-group-item span.badge,
#page-default-rightcol-r1 ul.list-group li.list-group-item span.badge {
    font-weight: normal;
    color: #ccc;
    background-color: transparent;
}

#notice ul.list-group li.list-group-item a {
    color: #777;
    font-size: 14px;
}

#notice ul.list-group li.list-group-item span.badge {
    float: none;
    font-size: 14px;
}

#page-default-rightcol-r1 ul.list-group li.list-group-item span.badge {
    padding: 8px 0 0 0;
}

#page-default-rightcol-r1 p {
    margin-bottom: 3px;
    font-size: 12px;
}

#page-default-bottom-r1 .panel {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#page-default-bottom-r1 .panel .panel-heading {
    padding: 3px 0px 5px;
    border-bottom: 1px solid #e9e9e9;
}

#page-default-bottom-r1 .panel .panel-heading small {
    margin-left: 10px;
}

#page-default-bottom-r1 .panel .panel-body {
    padding: 5px 0;
}

#page-default-bottom-r1 ul.list-group {
    margin-left: -4px;
    margin-right: -4px;
}

#page-default-bottom-r1 ul.list-group > li,
#page-default-bottom-r1 ul.list-group > div {
    padding-left: 4px;
    padding-right: 4px;
}

#page-default-bottom-r1 ul.list-group li {
    margin-bottom: 5px;
}

#page-default-bottom-r1 ul.list-group a.thumbnail {
    margin-bottom: 0px;
}


/*@import "external.less";*/


/*@import "../tianv/tianv-helper/color.less";*/

.pagination-more {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.7);
}

.pagination-more:hover {
    background-color: #ff5900;
    background-color: rgba(255, 89, 0, 0.85);
}

.pagination-more.hammer_touch {
    background-color: #ff5900;
}

.swiper-container .swiper-pagination .swiper-active-switch {
    background-color: #ff5900;
}

.swiper-modal .modal-footer .btn {
    background-color: #ff5900;
}


/*
            
@import "../tianv/tianv-video/color.less";*/

#video-modal .modal-footer .btn {
    background-color: #ff5900;
}


/*@import "../totop/color.less";*/

.tianv-slidemenu > ul > li.active > a {
    border-left-color: #ff5900;
    border-left-color: rgba(255, 89, 0, 0.5);
}




/*tianv/*/