body,ul,p,li,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    /* font-family: "MyFont"; */
}
body {
    min-width: 800px;
}
/* 隐藏滚动条，但还可以滚动 */
body::-webkit-scrollbar {
    display: none;
}
ul>li {
    list-style: none;
}
span {
    display: inline-block;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
img {
    vertical-align: middle;
}
input {
    border: none;
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a:hover, a:link, a:visited {
    text-decoration: none;
    color: #333;
}
.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
}
.picture img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
/* 公共固定块 */
.fixedbox {
    position: fixed;
    bottom: 6%;
    right: 0;
    z-index: 10;
}
.fixedbox ul {
    width: 80px;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #eee;
}
.fixedbox ul a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.fixedbox ul a p {
    margin: 10px 0;
}
.fixedbox ul .lasta {
    border: none;
}
.fixedbox ul .lasta p {
    margin-top: 10px;
}
.fixedbox .none1 {
    display: none;
}
.fixedbox li:hover .show1 {
    display: none;
}
.fixedbox li:hover .none1 {
    display: block;
    color: #ea413c;
}
.fixedbox .backtop {
    width: 80px;
    height: 84px;
    margin-top: 16px;
}
.fixedbox .to-top, 
.fixedbox .backtop .show1 {
    display: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
}
.fixedbox .to-top img, .backtop .show1 img {
    margin: 6px 0;
}
.shop-cart a {
    position: relative;
}
.shop-cart .num {
    position: absolute;
    top: -6px;
    left: 8px;
}
.shop-cart .num i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: #ea413c;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    /* margin-right: auto;
    margin-left: auto; */
}

/* @font-face {
    font-family: 'MyFont';   
    src: url('font/MSYH.TTC'); 
} */
.container,
.main,
.picture{
    min-width: 800px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
    .container{
        width: 1000px;
    }
}
@media (max-width: 1920px) and (min-width: 1500px) {
    .container{
        width: 1200px;
    }
}
/* 分页 */
.page {
    position: relative;
    width: 100%;
    height: 100px;
}
.page .page-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.page .page-list ul {
    padding-left: 0px;
}
.page .page-list li {
    display: inline-block;
    width: 74px;
    height: 36px;
    margin: 0 2px;
    line-height: 36px;
    text-align: center;
    list-style: none;
    border-radius: 18px;
    border: 1px solid #0090dc;
    overflow: hidden;
}
.page .page-list li a {
    display: inline-block;
    width: 100%;
    color: #656565;
}
.page .page-list .page-type {
    margin-top: 10px;
}
.page .page-list .page-type span {
    font-size: 14px;
    margin: 0 6px;
    color: #656565;
}
.page .page-list li a:hover {
    background-color: #0090dc;
    color: #fff;
}
.page .page-list li.active a{
    background-color: #0090dc;
    color: #fff;
}

/* 面包屑 */
.crumbs {
    font-size: 16px;
    margin-top: 30px;
    /* margin-bottom: 24px; */
}
.crumbs a {
    color: #333333;
}
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    /* background-color: #fff; */
}

/* 轮播图 */
/* .carousel.slide, .lunbo {
    width: 100%;
    margin: 0 auto;
} */
.lunbo .item {
    width: 100%;
}
.lunbo .glyphicon-menu-left,
.lunbo .glyphicon-menu-right {
    display: none;
}
.lunbo .carousel-control.left:hover .glyphicon-menu-left,
.lunbo .carousel-control.right:hover .glyphicon-menu-right {
    display: block;
}
/* 去除轮播图阴影 */
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left .glyphicon-menu-left,
.carousel-control.right .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    font-size: 40px;
}
.carousel-inner>.item>img {
    width: 100%;
}
/* 轮播圆点按钮 */
.carousel-indicators li {
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,.4);
    border-radius: 2px;
    border: none;
    margin: 1px 8px;
}
.carousel-indicators .active {
    width: 40px;
    height: 4px;
    margin: 1px 8px;
    background-color: #fff;
}

/* 头部 登录/注册*/
header.top-nav {
    height: 28px;
    line-height: 28px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    /* text-align: right; */
}
.top-nav .container {
    position: relative;
}
header.top-nav .right1{
    position: absolute;
    right: 0;
}
header.top-nav a {
    color: #333;
    margin-right: 14px;
}
header.top-nav .btn {
    background-color: #f6f6f6;
    vertical-align: baseline;
    padding: 0;
    padding: 0 4px;
}

/*全屏显示大图*/
.opacityBottom{
    width: 100%;
    height: 100%;
    position: fixed;
    background:rgba(0,0,0,0.8);
    z-index:1000;
    top: 0;
    left: 0
}
.none-scroll{
    /* overflow: hidden;
    height: 100%; */
    overflow: hidden;
}
.bigImg{
    max-width:50%;
    max-height: 80%;
    left:50%;
    top:50%;
    position:fixed;
    transform: translate(-50%,-50%);
    z-index: 10001;
}

/*公共底部 */
.footer .panel {
    min-width: 800px;
    border: none;
}
.footer .panel-footer {
    border: none;
}
.footer .panel-body {
    background-color: #F2F2F2;
}
.footer .contact_info {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer .contact_info .col-md-6 {
    padding-right: 0px;
}
.pad0 .col-md-2,.pad0 .col-md-10  {
    padding-right: 0px;
    padding-left: 0px;
}
.footer .contact_info .links a {
    margin-right: 15px;
}
.footer .contact_info .pad0-title {
    font-weight: 400;
}
.footer .contact_info .row a, .footer .contact_info .row span {
    color: #8D8D8D;
}
.footer .contact_info .phone {
    margin: 40px 0;
}
.footer .contact_info .code {
    color: #8D8D8D;
    font-size: 20px;
    text-align: center;
}
.footer .contact_info .code .code-text {
    margin-top: 30px;
}
.footer .contact_info .code .code-img {
    font-size: 16px;
}
.footer .contact_info .code .code-img picture {
    padding: 6px;
}
.footer .contact_info .code .code-img p {
    margin-top: 10px;
}
.footer .footer-number {
    font-size: 13px;
    color: #656565;
    text-align: center;
}
.footer .panel-footer {
    background-color: #E5E5E5;
}
.footer .footer-number span:first-child {
    margin-right: 16px;
}
.footer .footer-number span:nth-child(2) {
    margin-right: 22px;
}
.footer .footer-number span a {
    color: #656565;
}
.footer .contact_info .code .code-img picture img {
    margin-top: 10px;
    width: 140px;
}