.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;
}
.title{
    background:url(../images/title.jpg) no-repeat;
    height: 111px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
}
.title span{
    position: relative;
}
.title span::before{
    content: "";
    position:absolute;
    left: -44px;
    top: 28px;
    background:#ffffff;
    height: 3px;
    width: 30px;
}
.title span::after{
    content: "";
    position:absolute;
    right: -44px;
    top: 28px;
    background:#ffffff;
    height: 3px;
    width: 30px;
}
.customer{
    background:url(../images/customer-bg.jpg) no-repeat;
    height: 328px;
    position: relative;
}
.customer1,.customer2,.customer3{
    position:absolute;
    color: #ffffff;
    font-size: 20px;
    left: 223px;
    top: 23px;
    line-height: 1.4;
    font-weight: 600;
}
.customer2{
    top: 134px;
}
.customer3{
    top: 246px;
}
.customer4,.customer5,.customer6{
    position:absolute;
    color: #1c2121;
    font-size: 25px;
    left: 658px;
    top: 13px;
    line-height: 1.4;
    font-weight: 600;
}
.customer5{
    top: 144px;
}
.customer6{
    top: 255px;
}
.member{
    background:url(../images/member-bg.jpg) no-repeat;
    height: 168px;
}
.member-btn{
    text-align: center;
    width: 699px;
    height: 98px;
    margin: 0px auto;
    position: relative;
    top: 35px;
}
.member-btn span{
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    letter-spacing: 2px;
}
.member-btn a{
    display: block;
    transition: all 0.3s;
}
.member-btn a:hover{
    opacity: 0.9;
    transform: translate(-3px, -3px);
}
/*Products*/
.products1-bg{
    background:#292b2e;
    padding:52px 36px 10px 36px;
    box-sizing: border-box;
}
.products1-bg:after, .products1-bg:before {
    content: '';
    display: table;
    clear: both;
}
.product-left{
    float: left;
    width: 534px;
}
.l-content .product {
    background:#fff;
    margin-bottom: 15px;
    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 {
    width: 555px;
    float: right;
    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: 270px;
    float: left;
    margin-right: 15px;
    position: relative;
    line-height: 1.35;
}

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

.l-content .product.col4 .pic {
    width: 270px;
    position: relative;
    overflow: hidden;
}
.l-content .product.col4 .name {
    position:absolute;
    top: 16px;
    left: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
}
.l-content .product.col4 .date {
    position:absolute;
    bottom: 6px;
    left: 78px;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    font-weight: bold;
}
.l-content .product.col4 .date span{
    font-size: 15px;
}
.l-content .product.col4 .name span{
    font-family: arial;
    font-size: 14px;
}
.l-content .product.col4 .model,.l-content .product.col4 .model-h {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background:#e5e5e5;
    word-break: break-all;
    padding: 2.8px 5px 2.8px 17px;
}
.l-content .product.col4 .model span,.l-content .product.col4 .model-h span{
    font-family: arial;
}
.l-content .product.col4 .tax-price{
    color:#000;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 7px 0 17px;
}
.l-content .product.col4 .tax-price .lineth{
    position: relative;
}
.l-content .product.col4 .tax-price .lineth::before{
    content: "";
    position: absolute;
    top:10px;
    width: 100%;
    height: 2px;
    background-color: #dd0000;
}
.l-content .product.col4 .sale-price {
    color: #000;
    line-height: 1;
    font-size: 16px;
    padding: 2px 2px 10px 17px;
}
.l-content .product.col4 .sale-price span.black{
    font-size: 16px;
    color: #000000;
    display: inline-block;
}
.l-content .product.col4 .sale-price span.red{
    font-size: 17px;
    color: #dd0000;
    font-weight: bold;
    display: inline-block;
}
.l-content .product.col4 .priceWithoutTax{
    color:#000000;
    font-size: 16px;
    padding: 5px 2px 1px 17px;
}
.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{
    background-color: #292b2e;
    color:#ffffff;
    font-size: 16px;
    padding:0 0 0 36px;
    line-height: 24px;
}
.member-bottom{
    background-color: #292b2e;
    padding:25px 0 110px;
}
.morepro{
    background:#292b2e;
    text-align: center;
    padding-bottom: 55px;
}
.morepro a {
    display: block;
    transition: all 0.3s;
}
.morepro a:hover {
    opacity: 0.9;
    transform: translate(-3px, -3px);
}