﻿@charset "UTF-8";





body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
/*
.fa {
    font-size: 14px;
}
*/
/* Override the bootstrap defaults */
/*
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
*/
a {
    color: #23a1d1;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover {
    text-decoration: none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    text-decoration:none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 5px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    background-color:#fff;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
    padding:1px 5px;
    border-radius:3px;
}
.btn-sm {
    font-size: 12px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}


.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
        width: 100%;
    }
}
body{font-family:"方正正黑简体","FZZhengHeiS","微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif}
header{height:184px;background:url(../image/head-bg.png) repeat-x;}
.header-text{color: #fff;font-size: 32px;line-height: 48px;text-align: center;padding-top: 70px;text-shadow: 1px 0 5px #1f6066,0 1px 5px #1f6066,-1px 0 5px #1f6066,0 -1px 5px #1f6066;}
.circle{
    margin-left:0.33em;
}
.btn-orange,.btn-orange a,.btn-orange:hover,.btn-orange:hover a{
    background:linear-gradient(#FFB166,#E64D09 60%,#FFB166);
    color:#FFFFFF;
    border-color:#FFB166;
}
.btn-orange:hover,.btn-orange:hover a{
    box-shadow: 1px 1px 5px #E7560D,-1px -1px 5px #E7560D;
}
.orange{
    color:#FF9200;
}
.tel{
    font-size:2em;
    font-weight: bold;
    margin:20px 0 30px 0;
}
.topnav{
    background:url(../image/top-nav-bg.jpg) repeat-x;
    min-height:36px;
    margin-bottom:-1px;
    margin-top:-1px;
}
.topnav h4{
    margin:10px auto;
    color:#fff;
}
.topnav ul{
    width:100%;
    white-space: nowrap;
    overflow:hidden;
    margin:0;
}
.topnav .navbar-nav li,
.topnav .navbar-nav li:hover {
    margin:0 0.6%;
    height:36px;
    line-height:36px;
    text-align:center;
    width:13%;
    float:left;
}
.topnav .navbar-nav > li > a,
.topnav .navbar-nav > li > a:hover,
.topnav .navbar-nav > li > a:focus {
    padding:0;
    color:#1f6066;
    line-height:1.5em;
    font-size:16px;
    letter-spacing:3px;
    display:block;
    width:100%;
    overflow:hidden;
    margin-top:6px;
}
.topnav .navbar-nav li a:hover{
    box-shadow: 1px 1px 5px #72ebf6,-1px -1px 5px #72ebf6;
}
.myinfo a{
    line-height:3em;
    width:50%;
    height:3em;
    text-align:center;
    background:#9bd038;
    border-right:2px solid #7b9d46;
    float:left;
    color:#fff;
}
.search{
    background-color:#fff;
}
.topnav-left{
    height:36px;
    color:#1f6066;
    line-height:36px;
    font-size:16px;
    letter-spacing:5px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
}
.nav-btn-bg{
    background: -webkit-linear-gradient(#b7e9ef,#a9e2e9 45%,#51a2ae 65%,#53ac80);
    background: -moz-linear-gradient(#b7e9ef,#a9e2e9 45%,#51a2ae 65%,#53ac80);
    background: linear-gradient(#b7e9ef,#a9e2e9 45%,#51a2ae 65%,#53ac80);
    border-radius: 5px;
}
.nav-brand{
    width:100%;
    line-height:1.5em;
    display:inline-block;
}
.search-left{
    background:url(../image/search-left.png) no-repeat top center;
    height:30px;
    padding:0;
}
.search-left a{
    color:#000;
    display:block;
    width:100%;
    height:100%;
    line-height: 3em;
    text-align:center;
}
.home{
    background-color:#fff;
}
.home #column-left {
    background:url(../image/sidebar-bg.gif) no-repeat top center;
    padding-right:0;
    background-size:94% 72%;
}
.home #column-left .list-group-item img{
    display:inline-block;
}
.home #column-left .list-group-item{
    border:none;
    padding:4px 0;
    background:transparent;
    text-align:right;
    margin-right:6px;
}
.home #column-left .list-group-item:last-child{
    text-align: center;
    color:#afe6ed;
    overflow:hidden;
    white-space:nowrap;
}
.banner img{
    margin:0 auto;
    width:100%;
}
.info-cate-title{
    background:url(../image/cate-list-bg.jpg) no-repeat top center;
    background-size:100%;
    font-size:140%;
    height:2.4em;
    line-height:2.4em;
    padding-left:1.5em;
    border-top: 4px solid #719440;
}
.about-title{
    background:url(../image/about-title-bg.jpg) no-repeat 0 0;
    height:37px;
}
.about-content{
    border:2px solid #f3f3f3;
    padding:1em;
    font-size:16px !important;
}
.about-content p{
    font-size:16px !important;
}

.qqservice{
    margin:4px 0 10px -4px;
}
.white{
    background-color:#fff;margin-top:10px;
}
.mynav{
    width:100%;
    height:36px;
    line-height:36px;
    margin:0;
    padding:0;
}
.question{
    list-style: none;
    width: 100%;
    margin: 20px auto;
}
.qtext{
    display: inline-block;
    vertical-align: middle;
    background: #23a3ae;
    font-size: 28px;
    line-height: 1.5em;
    width: 567px;
    border-radius: 10px;
    color: #fff;
    padding-left: 65px;
    padding-top:35px;
    padding-bottom:35px;
}
.qavator{
    background-image: url(../image/q.gif);
    background-repeat: no-repeat;
    width: 97px;
    height: 97px;
    display: inline-block;
    vertical-align: middle;
}
.qleft{
    background-image: url(../image/left.gif);
    height: 37px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}





.answer{list-style: none;
        width: 990px;
        margin: 20px auto;
        padding-left: 140px;}
.aavator{
    display: inline-block;
    background-image: url(../image/a.gif);
    width: 97px;
    height: 97px;
    vertical-align: middle;
}
.aright{
    vertical-align: middle;
    background-image: url(../image/right.gif);
    width: 28px;
    height: 37px;
    display: inline-block;
    margin-right: 15px;
}
.atext{
    display: inline-block;
    width: 683px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 18px;
    color: #23a3ae;
    line-height: 26px;
    vertical-align: middle;
    padding: 20px;
}
.single{
    /*margin-bottom:-30px;*/
    background-color:#fff;
}
.aboutus{
    background:#ebebed url(../image/aboutus-bg.jpg) no-repeat center bottom;
    padding-bottom: 330px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left:0;
    margin-right:0;
}
.info{
    background:#a9e2eb;
    padding-bottom:100px;
    padding-left:100px;
    padding-right:100px;
    margin-left:0;
    margin-right:0;
}
.info-top{
    height: 150px;
    background: url(../image/infotop.png) no-repeat center;
}
.aboutus-body{
    box-shadow: 5px 5px 15px gray;
    background:#fff;
    border-radius: 15px;
    padding: 36px 25px;
    font-family: "方正正准黑简体","微软雅黑",sans-serif;
    font-size: 16px;
    line-height: 24px;
   
    -moz-column-gap:80px;
    -webkit-column-gap:80px;
    column-gap:80px;
}
.info-body{
    box-shadow: 5px 5px 15px gray;
    background-color:#fff;
    border-radius:15px;
    padding:36px 25px;
    font-family: "方正正准黑简体","微软雅黑",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.info-body h1{
    text-align:center;
}
.info-body img{
    width:100%;
    height:auto;
}
.aboutus-body span{
    font-family:"方正正黑简体","微软雅黑",sans-serif;
    font-size:22px;
    color:#236266;
}
.aboutus-left{
    padding-left: 5px;
    padding-right: 40px;
}
.aboutus-left span{
    font-family:"方正正黑简体","微软雅黑",sans-serif;
    font-size:22px;
    color:#236266;
}
.aboutus-right {
    padding-left: 40px;
    padding-right: 5px;
}
.contact form{
    width: 1030px;
    margin: 60px auto 80px auto;
}
.contact form .control-label{
    font-family: "方正正黑简体","微软雅黑",sans-serif;
    font-size: 16px;
}
.contact .buttons .btn-primary{
    font-size: 25px;
    font-family: "方正正粗黑简体","微软雅黑",sans-serif;
    letter-spacing: 20px;
    padding: 6px 14px 6px 34px;
    line-height: 33px;
    font-weight:bold;
}
.contact .buttons .btn-primary:hover{
    background-position: 0 0;
}
.btn-primary,.btn-default,.btn-primary:hover,.btn-default:hover{
    background-image: linear-gradient(#a1dce4 0%,#08819c 24%,#008b97 63%,#afe6ed 95%);
    color:#fff;
    background-position:0 0;
}
.btn-primary:hover,.btn-default:hover{
    box-shadow: 1px 1px 5px #72ebf6,-1px -1px 5px #72ebf6;
}
#when span,.when{
    color:#d00505;
}
thead th{
    text-align:center;
}
tbody td{
    text-align:center;
}
.dotted{
    border-bottom:1px #d0d0d0 dotted;
    line-height:2em;
}
.list-title{
    font-size:20px;
    border: 1px solid #1f6a6d;
    background-color:#1f9fac;
    background-image:-webkit-linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    background-image:-moz-linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    background-image: linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    padding: .17em 0;
}
.list-title span{
    background-color:#a1dce4;
    background-image:-webkit-linear-gradient(#b6e6ea,#489aa5 50%, #68be91);
    background-image:-moz-linear-gradient(#b6e6ea,#489aa5 50%, #68be91);
    background-image: linear-gradient(#b6e6ea,#489aa5 50%, #68be91);
    border: 1px solid #4c878f;
    padding: .1em 1em;
    line-height: 1em;
}
.list-title a,.list-title a:hover,.list-title a:visited,.list-title a:active{
    color:#444;
}
.about .list-title{
    margin-top:5px;
}
#service-fixed{
    position: fixed;
    top: 248px;
    right: 0;
    border: 2px solid #1f6a6d;
    border-radius: 5px;
    width: 14em;
    background-color: #fff;
    line-height: 1.5em;
}
#service-fixed-small{
    position:fixed;
    border: 2px solid #1f6a6d;
    top:248px;
    right:0;
    display:none;
    width:2em;
    cursor:pointer;
    text-align:center;
}
.vlt{
    width:1em;
    display:inline-block;
}
.service-t{
    background-image:-webkit-linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    background-image:-moz-linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    background-image: linear-gradient(#32c2ca,#1e6b75 50%,#419b91);
    background-color:#1f9fac;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.8em;
    padding-left:.5em;
    padding-right:.5em;
}
.service-t span{
    line-height:1.8em;
    cursor:pointer;
}
.service-c{
    padding: .5em;
    font-size: small;
    color:#236063;
}
.service-c p{
    overflow: hidden;
}
.service-c a{
    text-align:center;
    font-size:90%;
}
.service-c img{
    width:100%;
    height:auto;
}
#toggle{
    cursor:pointer;
}
#zoomAlert{
    display:none;
    position:absolute;
    z-index:99;
    opacity:.9;
    width:100%;
    top:0;
}
.carousel-indicators li{
    background-color:#636363;
}
.carousel-indicators .active{
    background-color:#e74d09;
}
.bdsharebuttonbox{
    display:inline-block;
    vertical-align: middle;
    margin-bottom:4px;
}
.userinfo{
    background: #ccc;
    text-align: right;
    line-height:2em;
    min-height:2em;
    position:fixed;
    z-index:1024;
    width:100%;
    opacity: .85;
    top:0;
}
.userinfo a{
    color:#E7560D;
}
.price-bg{
    background:url(../image/pricebg.jpg);
    height:379px;
}
.price-title{
    background:#23a3ae url(../image/pricetitle.jpg) no-repeat;
    padding-top:74px;
}
.order-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ccc;
    padding: .3em;
    opacity: .8;
}
.faqtopbg{
    background:url(../image/faqbgtop.jpg) no-repeat center -1px;
    height:405px;
}
.pro-desc p{text-indent:2em;}
.fa-taobao:before{
    content:'\f501';
}
.pm-inline input[type='radio']{
    float:none;
}
.control-label span:after{
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
.bc-box{
    width:100%;
    position:relative;
    margin:15px 0;
    background:url(../image/xblogo.png) no-repeat center;
    background-size:cover;
}
.bc-box:before{
    display:block;
    content:'';
    padding-top:100%;
}
.bc{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    padding-top:50%;
    color:#fff;
}
.bc:hover{
    color:#fff;
    background-color:rgba(27, 188, 155, .75);
}
#search{
    margin-bottom:15px;
}