.crumbs-content .l-content li {
    padding-right: 0;
}

.crumbs-content .l-content li a {
    padding-right: 0;
}

.mainArea {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.mainArea .EnglishF {
    font-family: Helvetica, Simsun, Simhei, Arial, sans-serif;
}

.mainArea img {
    border: 0;
}

.mainArea * {
    margin: 0;
    padding: 0;
}

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

.mainArea .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

.mainArea .VN_opacity:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.mainArea .contentsBlock__image {
    position: relative;
    width: 100%;
}

.mainArea .contentsBlock__image h1 {
    width: 100%;
}

.mainArea ul li a {
    display: inline-block;
}

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

.mainArea .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

.mainArea .VN_opacity:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.mainArea ul,
li {
    list-style: none;
}

.mainArea .lp-btn {
    display: block;
    box-sizing: border-box;
    padding: 10px 2px 10px;
    border-radius: 2px;
    background-color: #ff730a !important;
    box-shadow: inset 0 1px 0 0 #ffab6c, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    background-image: url(../images/narrow.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    margin: 0 auto;
}

.mainArea .btn-lg {
    width: 360px!important;
}

.mainArea .btn-md {
    width: 210px!important;
}

.mainArea .btn-sm {
    width: 150px!important;
}

.mainArea .btn-win {
    position: relative;
}

.mainArea .btn-win::before {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url("../images/window.png") no-repeat right top;
}
.banner{
    background:url(../images/banner2.jpg) no-repeat;
    height: 371px;
    padding-top:330px;
    font-size: 28px;
    box-sizing: border-box;
    color: #0f218b;
    text-align: center;
    letter-spacing: 3px;
}
.banner span{
    font-family: arial;
}
.gift{
    position: relative;
}
.gift1note,.gift2note{
    position: absolute;
    top: 23px;
    left: 283px;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}
.gift2note{
    left: 858px;
    top: 39px;
}
.gift1title,.gift2title{
    position: absolute;
    top: 178px;
    left: 283px;
    font-size: 45px;
    font-weight: bold;
    color: #ffcc00;
    line-height: 1.2;
}
.gift2title{
    left: 856px;
}
.gift1text,.gift2text{
    position: absolute;
    top: 257px;
    left: 283px;
    font-size: 29px;
    color: #ffffff;
    line-height: 1.4;
}
.gift2text{
    left: 856px;
}
.giftmon{
    font-family: arial;
    font-size: 55px;
    font-weight: bold;
    color: #ffcc00;
    line-height: 1;
}
.giftyuan{
    font-size: 43px;
    color: #ffcc00;
}
.tax{
    font-size: 24px;
}
/*Products*/
.products1-bg{
    background:url(../images/pic_10.jpg) no-repeat;
    height: 556px;
}
.products2-bg{
    background:url(../images/pic_12.jpg) no-repeat;
    height: 554px;
}
.products3-bg{
    background:url(../images/pic_14.jpg) no-repeat;
    height: 549px;
}
.products4-bg{
    background:url(../images/pic_16.jpg) no-repeat;
    height: 1158px;
}
.l-content .product {
    background:#fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    position: relative;
    color: #000;
}
.l-content .product a{
    text-decoration: none;
    display: block;
}
.l-content .product:hover{
    opacity: 0.9;
    border-color: #003399;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    transform: translate(-3px, -3px);
}
.l-content .products {
    margin: 0 29px 0 29px;
    display: flex;
    flex-wrap: wrap;
}
.l-content .products:after,
.l-content .products:before{
    content: '';
    display: table;
}
.l-content .products:after{
    clear: both;
}
.l-content .product{
    background:#ffffff;
}
.l-content .product li{
    list-style-type:none;
}
.l-content .product.col4 {
    width: 275px;
    float: left;
    margin-right: 12px;
    position: relative;
    border:1px solid #000000;
    text-align: center;
}

.l-content .product.col4:nth-child(4n) {
    margin-right: 0;
}

.l-content .product.col4 .pic {
    width: 273px;
    overflow: hidden;
}
.l-content .product.col4 .title,.l-content .product.col4 .titleh {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    padding: 5px 0 10px;
    border-bottom: 2px solid #999999;
}
.l-content .product.col4 .titleh{
    padding-top: 0;
}
.l-content .product.col4 .date {
    font-size: 16px;
    color: #0f218b;
    line-height: 20px;
    padding: 5px 0 5px 0;
    border-bottom: 2px solid #999999;
}
.transport{
    background:#e5e5e5;
    padding:6px 0px;
    margin: 10px 0 0;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
}
.l-content .product.col4 .discount span.bignum{
    font-size: 34px;
    font-family: arial;
}
.spenum{
    letter-spacing: -2px;
}
.l-content .product.col4 .discount span.smanum{
    font-size: 24px;
    font-family: arial;
    letter-spacing: -1px;
}
.l-content .product.col4 .date span{
    font-size: 16px;
}
.l-content .product.col4 .title span{
    font-family: arial;
}
.l-content .product.col4 .model{
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    padding: 8px 0 4px 0;
    font-family: arial;
    border-bottom: 2px solid #999999;
}
.l-content .product.col4 .model1{
    font-size: 14px;
    letter-spacing: -1px;
}
.l-content .product.col4 .priceWithoutTax{
    color:#000000;
    font-size: 16px;
    padding: 5px 0 6px 0;
    line-height: 24px;
    border-bottom: 2px solid #999999;
}
.l-content .product.col4 .priceWithoutTax span.nor{
    font-weight: bold;
    font-family: arial;
    font-size: 20px;
    color: #dd0000;
}
.l-content .product.col4 .priceWithoutTax span.red{
    font-weight: bold;
    font-family: arial;
    color: #dd0000;
    font-size: 25px;
}
.l-content .product.col4 .sale-price span.num{
    font-size: 25px;
    color: #dd0000;
    font-weight: bold;
    font-family: arial;
}
.l-content .product.col4 .sale-price span.amount1{
    width: 75px;
}
.note{
    color:#000000;
    font-size: 19px;
    padding:8px 0 0 31px;
    line-height: 24px;
}
.morepro{
    background:url(../images/pic_08.jpg) no-repeat;
    height: 150px;
    position:relative;
    text-align: center;
}
.morepro span{
    position:absolute;
    font-size: 41px;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
    top: 27px;
    left: 42%;
}
.morepro a{
    display: block;
    transition: 0.3s;
}
.morepro a:hover{
    opacity: 0.9;
    transform: translate(-3px, -3px);
}
.morepropic{
    margin: 12px 0;
}
.products5{
    padding:35px 53px 0 53px;
}
.products5 ul li{
    width: 211px;
    box-shadow: 3px 3px 3px #333333;
    transition: 0.3s;
    margin:0 9px 9px 0;
    float: left;
}
.products5 ul li a{
    text-decoration: none;
}
.products5 ul li:hover{
    opacity: 0.9;
    border-color: #003399;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    transform: translate(-3px, -3px);
}
.products5 ul li .proname{
    width: 211px;
    height: 45px;
    background:#333334;
    font-weight: bold;
    color:#fff;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
}
.products5 ul li:nth-child(5n){
    margin-right:0
}
.footer{
    background:url(../images/footer.jpg) no-repeat;
    height: 417px;
    color: #ffffff;
}
.footerTit{
    text-align: center;
    font-size: 23px;
    padding-top: 35px;
}
.footer ul{
    padding:30px 51px 0 56px;
    font-size: 19px;
}
.footer ul li{
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    list-style-type:decimal;
}