/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */


/*css reset*/


/*css #main_con*/

@charset "utf-8";

/* 公共样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: '微软雅黑';
}

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

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

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

dl,
dd {
    margin: 0;
}

.pic1 {
    background: url(../images/banner/banner_1.jpg) no-repeat;
    background-size: 100%;
}

.pic2 {
    background: url(../images/banner/banner_2.jpg) no-repeat;
    background-size: 100%;
}

.pic3 {
    background: url(../images/banner/banner_3.jpg)no-repeat;
    background-size: 100%;
}

.pic4 {
    background: url(../images/banner/banner_4.jpg)no-repeat;
    background-size: 100%;
}

.pic5 {
    background: url(../images/banner/banner_5.jpg)no-repeat;
    background-size: 100%;
}

.swiper-button-prev .swiper-button-next {
    top: 14%;
    height: 10px;
}

.main_con .swiper-slide {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

html {
    background-color: #f5f6f8;
}

.main_con {
    width: 100%;
    max-width: 960px;
    _width: expression((documentElement.clientWidth >960) ? "960px": "auto");
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f5f6f8;
}

.main_inf {
    width: 100%;
    margin: auto 0;
    overflow: hidden;
}

.main_con .banner {
    width: 100%;
    height: 543px !important;
}

.main_con .banner img {
    width: 100%;
}


/* 导航 */

#wrapper {
    position: relative;
    z-index: 1;
    height: 54px;
    /* 导航 */
    width: 100%;
    background: #f5f6f8;
    overflow: hidden;
    -ms-touch-action: none;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    /* 导航 */
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 720px;
    /* 导航 */
    height: 54px;
    /* 导航 */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller ul {
    list-style: none;
    width: 100%;
    height: 54px;
    padding: 0;
    margin: 0;
}

#scroller li {
    width: 240px;
    height: 54px;
    float: left;
    color: #999;
    line-height: 54px;
    background-color: #f5f6f8;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
}

.wrapper::before,
.wrapper::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #4d7adf;
    border-right: 2px solid #4d7adf;
    position: absolute;
    top: 45%;
    right: 60px;
    transform: rotateZ(45deg) translateY(-50%);
    -webkit-animation: animate 1.2s infinite ease-in-out;
    z-index: 999;
}

.wrapper::before {
    right: 48px;
}

@-webkit-keyframes animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.main_inf .nav li.active {
    font-size: 36px !important;
    color: #4d7adf !important;
    font-weight: 800 !important;
    position: relative;
}

.main_inf .nav li.active::after {
    content: '';
    width: 54px;
    height: 3px;
    background-color: #4d7adf;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}


/* 信息 */

.info ol {
    width: 100%;
    background-color: #f5f6f8;
    padding: 10px 0;
}


/* 热卖 */

.info ol>li {
    display: none;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.info ol>li:first-of-type {
    display: block;
}

.info ol a {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.info ol a:nth-child(odd) {
    float: left;
}

.info ol a:nth-child(even) {
    float: right;
}

.info ol a img {
    display: block;
    width: 100%;
}


/* 页尾强制字号CSS */

.netshield .share .words {
    font-size: 16px !important;
}

.netshield .share .bdsharebuttonbox a {
    font-size: 12px !important;
}

.netshield .theysee .words {
    font-size: 16px !important;
}