﻿@charset "utf-8";
html, body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #fa7676;
    text-decoration: none;
}

a:hover, a.active {
    color: #ff6600;
}

ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

.container, .container-fluid {
    padding: 0px;
}

video {
    width: 100%;
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

/** 模板公用部分 */
.container {
    padding-right: 0px;
    padding-left: 0px;
}

.ul {
    list-style: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (min-width: 640px) {
    .container {
        min-width: 1280px;
    }
}

/*****************************************PC端*******************************************************************/
@media (min-width: 640px) {
    .header {
        position: relative;
        height: 70px;
        font-size: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .header .logo {
        display: inline-block;
        width: 200px;
        height: 48px;
        margin: 16px 0px;
        vertical-align: top;
    }

    /**********主站导航栏***********/
    .header .nav-bar {
        display: inline-block;
        width: 780px;
        height: 70px;
        vertical-align: top;
    }

    .header .nav-bar ul {
        font-size: 0px;
    }

    .header .nav-bar li {
        display: inline-block;
        height: 60px;
        line-height: 70px;
        margin: 0px 1px;
        font-size: 14px;
    }

    .header .nav-bar li > a:link, .header .nav-bar li > a:visited {
        display: inline-block;
        width: 100%;
        padding: 0px 20px;
        color: #666666;
    }

    .header .nav-bar li:hover > a, .header .nav-bar li > a.active, .header .nav-bar li > a.hover {
        color: #fff;
        text-decoration: none;
        background-color: #00559d;
    }

    .header .nav-bar li {
        position: relative;
    }

    .header .nav-bar li:hover {
        background-color: #00559d;
    }

    .header .nav-bar li .sub {
        display: none;
        position: absolute;
        top: 70px;
        padding: 0px;
        z-index: 1000;
        text-align: center;
        background-color: #fff;

        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }

    .header .nav-bar li .sub .link {
        width: 100%;
    }

    .header .nav-bar li .sub dd {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 20px;
        margin: 0px;
        padding: 15px 20px;
        border-bottom: 1px solid #e3e3e3;
    }

    .header .nav-bar li .sub dd:hover {
        background-color: #23ac38;
    }

    .header .nav-bar li .sub dd:last-child {
        border-bottom: none;
    }

    .header .nav-bar li .sub dd > a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #666;
        text-align: left;
        word-break: keep-all;
    }

    .header .nav-bar li .sub dd:last-child > a {
        border-bottom: none;
    }

    .header .nav-bar li .sub dd > a:hover, .header .nav-bar li .sub dd:hover > a {
        color: #fff;
    }

    .header .nav-bar li .showsub {
        display: block;
        -webkit-animation: fadeInDown 0.2s ease both;
        -moz-animation: fadeInDown 0.2s ease both;
        animation: fadeInDown 0.2s ease both;
    }

    .header .nav-bar li .hidesub {
        display: none;
        -webkit-animation: fadeInUp 0.2s ease both;
        -moz-animation: fadeInUp 0.2s ease both;
        animation: fadeInUp 0.2s ease both;
    }

    .header .nav-bar li .sub dd .third {
        display: none;
        position: absolute;
        top: 0px;
        right: -142px;
        width: 130px;
        padding: 0px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);

    }

    .header .nav-bar li .sub dd .third a {
        display: block;
        width: 100%;
        padding: 0px 5px;
        line-height: 35px;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
    }

    .header .nav-bar li .sub dd .third a:hover {
        color: #006ac9;
        border-radius: 5px;
        background-color: #f8f8f8;
    }

    .header .nav-bar li .sub dd .third a:last-child {
        border-bottom: none;
    }

    .header .nav-bar li .sub dd .third.show {
        display: block;
        -webkit-animation: fadeInDown 0.2s ease both;
        -moz-animation: fadeInDown 0.2s ease both;
        animation: fadeInDown 0.2s ease both;
    }

    .header .nav-bar li .sub dd .third.hide {
        display: none;
        -webkit-animation: fadeInUp 0.2s ease both;
        -moz-animation: fadeInUp 0.2s ease both;
        animation: fadeInUp 0.2s ease both;
    }

    .header .nav-bar li .sub dd .third .arrow {
        position: absolute;
        top: 12px;
        left: -12px;
        width: 0;
        height: 0;
        font-size: 0;
        border: solid 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    }

    .navbar-response {
        display: none;
    }

    .header .telicon {
        display: inline-block;
        width: 300px;
        padding: 15px 0px;
        text-align: right;
        vertical-align: top;
    }

    /*************footer*************/
    .footer {
        height: 280px;
        background-color: #eeeeee;
    }

    .footer .footer-bd {
        padding: 20px 20px;
        font-size: 0px;
        border-bottom: 1px solid #e3e3e3;
    }

    .footer .footer-bd .site-map {
        display: inline-block;
        width: 80%;
        font-size: 12px;
        vertical-align: top;
    }

    .footer .footer-bd .site-map ul {
        display: block;
        width: 100%;
        font-size: 0px;
    }

    .footer .footer-bd .site-map li {
        display: inline-block;
        margin-right: 40px;
        font-size: 16px;
        color: #666666;
        vertical-align: top;
    }

    .footer .footer-bd .site-map li .title {
        position: relative;
        display: block;
        padding-right: 30px;
        margin-bottom: 10px;
        line-height: 45px;
        border-bottom: 1px solid #d3d3d3;
    }

    .footer .footer-bd .site-map li .title:before {
        position: absolute;
        display: block;
        content: '';
        bottom: -2px;
        left: 0px;
        width: 20px;
        height: 3px;
        background-color: #3f70b6;
    }

    .footer .footer-bd .site-map li a:link, .footer .footer-bd .site-map li a:visited {
        display: block;
        line-height: 24px;
        font-size: 12px;
        color: #888888;
    }

    .footer .footer-bd .site-map li a:hover {
        color: #3f70b6;
    }

    .footer .footer-bd .qrcode {
        display: inline-block;
        width: 20%;
        font-size: 12px;
        color: #888888;
        text-align: center;
        vertical-align: top;
    }

    .footer .footer-bd .qrcode span {
        display: block;
        width: 100%;
        line-height: 30px;
    }

    .footer .footer-ft {
        line-height: 65px;
        font-size: 12px;
        color: #888888;
        text-align: center;
    }
    .footer .footer-ft a{
        color: #888888;
    }

        /************分页*************/
    .page{
        display:block;
        width:100%;
        padding:40px 0px 20px 0px;
        font-size:0px;
        text-align: center;
    }


    .page a,.page span{
        display:inline-block;
        min-width:40px;
        padding:5px 10px;
        margin:0px 5px;
        font-size:14px;
        color:#666;
        vertical-align: top;
        border:1px solid #e3e3e3;
    }

    .page a:hover,.page span.current{
        color:#fff;
        background-color: #3f70b6;
        border:1px solid #3f70b6;
    }


    .page span.disabled{
        display:inline-block;
        min-width:40px;
        padding:5px 10px;
        margin:0px 5px;
        font-size:14px;
        color:#666;
        vertical-align: top;
        border:1px solid #e3e3e3;
    }



    #pageTarget {
        background: #f6f6f6;
    }

    #pageTarget .module_container {
        padding-bottom: 0
    }

    .module .module_container {
        max-width: 1170px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
        margin: 0 auto
    }

    .container_target {
        float: right;
        padding: 20px 0;
        color: #898989;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .container_target a {
        color: #444
    }

    .container_target i {
        margin: 0 10px
    }
}

/**********************************手机端******************************************/

@media (max-width: 640px) {
    body {
        overflow-x: hidden;
    }

    body *{
        box-sizing: border-box;
    }

    .container {
        width: 100%;
    }

    .header {
        position: relative;
        height: 60px;
        font-size: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .header .logo {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 60px;
        padding: 10px 15px;
        vertical-align: top;
    }

    .header .logo img{
        height:100%;
    }

    .header .telicon {
        display: none;
    }

    .header .logo .drop-icon {
        position: absolute;
        display: block;
        top: 25px;
        right: 15px;
        width: 25px;
        height: 20px;
        background: url("../images/drop-menu.png") 0px 0px no-repeat;
        background-size: 25px auto;
    }

    header .logoh1 a {
        line-height: 66px;
    }

    header .logoh1 .logo {
        display: block;
        position: relative;
    }

    header .logoh1 .logo img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    /*导航*/
    .nav-bar {
        display: none;
    }

    .nav-wrap {

    }

    .navbar-response * {
        transition: all 0.4s ease;
    }

    .navbar-response {
        display: none;
        position: fixed;
        width: 50%;
        top: 80px;
        right: 10px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .empty-mask {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 1;
    }

    .navbar-response:before {
        content: "";
        position: absolute;
        top: -12px;
        right: 20px;
        width: 0;
        height: 0;
        font-size: 0;
        border: solid 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    }

    .navbar-response .item {
        position: relative;
        display: block;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #e3e3e3;
    }

    .navbar-response .item:last-child {
        border-bottom: none;
    }

    .navbar-response .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 10px;
        width: 20px;
        height: 15px;
        background: url("../images/drop-arrow.png") 0px 0px no-repeat;
        background-size: 18px auto;

        transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .navbar-response .item:first-child:before {
        display: none;
    }

    .navbar-response .item a:link, .navbar-response .item a:visited {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 0px 20px;
        font-size: 16px;
        color: #000;
    }

    .navbar-response .item.open a, .navbar-response .item a:hover {
        color: #ff6600;
        background-color: #fff;
    }

    .navbar-response .item.open:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 10px;
        width: 20px;
        height: 15px;
        background: url("../images/drop-arrow.png") 0px 0px no-repeat;
        background-size: 18px auto;

        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);

    }

    .navbar-response .item .sub-item {
        display: none;
    }

    .navbar-response .item.open .sub-item {
        display: block;
    }

    .navbar-response .item .sub-item {
        width: 100%;
        padding-left: 15px;
        line-height: 40px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        animation: slideInDown 0.25s;
    }

    .navbar-response .item .sub-item a:link, .navbar-response .item .sub-item a:visited {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 0px 15px;
        font-size: 14px;
        color: #666;
        border: none;
        border-top: 1px dashed #eaeaea;
    }

    .navbar-response .item .sub-item a:hover {
        color: #ff6600;
        background-color: #f3f3f3;
    }


    /***********底部*********/
    /*************footer*************/
    .footer {
        background-color: #eeeeee;
    }

    .footer .footer-bd {
        padding: 20px 15px;
        font-size: 0px;
        border-bottom: 1px solid #e3e3e3;
    }

    .footer .footer-bd .site-map {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        vertical-align: top;
    }

    .footer .footer-bd .site-map ul {
        display: block;
        width: 100%;
        font-size: 0px;
    }

    .footer .footer-bd .site-map li {
        display: inline-block;
        width:49%;
        margin-right: 2%;
        font-size: 16px;
        color: #666666;
        vertical-align: top;
    }

    .footer .footer-bd .site-map li:nth-child(2n){
        margin-right:0px;
    }

    .footer .footer-bd .site-map li .title {
        position: relative;
        display: block;
        padding-right: 30px;
        margin-bottom: 10px;
        line-height: 45px;
        border-bottom: 1px solid #d3d3d3;
    }

    .footer .footer-bd .site-map li .title:before {
        position: absolute;
        display: block;
        content: '';
        bottom: -2px;
        left: 0px;
        width: 20px;
        height: 3px;
        background-color: #3f70b6;
    }

    .footer .footer-bd .site-map li a:link, .footer .footer-bd .site-map li a:visited {
        display: block;
        line-height: 24px;
        font-size: 12px;
        color: #888888;
    }

    .footer .footer-bd .site-map li a:hover {
        color: #3f70b6;
    }

    .footer .footer-bd .qrcode {
        display: block;
        width: 100%;
        padding-top:20px;
        margin-top:20px;
        font-size: 12px;
        color: #888888;
        text-align: center;
        vertical-align: top;
        border-top:1px dashed #e3e3e3;
    }

    .footer .footer-bd .qrcode span {
        display: block;
        width: 100%;
        line-height: 25px;
    }

    .footer .footer-ft {
        line-height: 50px;
        font-size: 12px;
        color: #888888;
        text-align: center;
    }
     .footer .footer-ft a{
        color: #888888;
    }
    /************分页*************/
    .page {
        width: 100%;
        margin-bottom: 10px;
        background-color: #ffffff;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 2px;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #333;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #21aedf;
        border-color: #21aedf;
    }

    #shoppingCartCount {
        font-size: 12px;
        color: #21aedf;
        font-weight: bold;

    }

    .page {
        display: block;
        width: 100%;
        padding: 30px 0px 0px 0px;
        font-size: 0px;
        text-align: center;
    }

    .page a, .page span {
        display: inline-block;
        min-width: 40px;
        padding: 5px 10px;
        margin: 0px 5px;
        font-size: 14px;
        color: #666;
        vertical-align: top;
        border: 1px solid #e3e3e3;
    }

    .page a:hover, .page span.current, .page a.active {
        color: #fff;
        background-color: #3f70b6;
        border: 1px solid #3f70b6;
    }

    .page span.disabled {
        display: inline-block;
        min-width: 40px;
        padding: 5px 10px;
        margin: 0px 5px;
        font-size: 14px;
        color: #666;
        vertical-align: top;
        border: 1px solid #e3e3e3;
    }

    #pageTarget {
        padding:10px;
        background: #f6f6f6;
    }

    #pageTarget .module_container {
        padding-bottom: 0
    }

}
