.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{
    position: relative;
}
.banner .bannerText{
    position:absolute;
    bottom:235px;
    left:0;
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    color:#ffffff;
    line-height: 35px;
}
.featuresTitle{
    background:url(../images/features-title.jpg) no-repeat;
    height: 147px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color:#ffffff;
    padding-top: 52px;
    line-height: 1.4;
    box-sizing: border-box;
}
.featuresPro{
    background:url(../images/features-pro.jpg) no-repeat;
    height: 620px;
    position: relative;
}
.features1,.features2,.features3,.features4,.features5{
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    position: absolute;
}
.features1{
    left: 239px;
    top: 158px;
}
.features2{
    right: 336px;
    top: 55px;
    text-align: center;
}
.features3{
    right: 97px;
    top: 195px;
}
.features4{
    left: 574px;
    bottom: 73px;
}
.features5{
    left: 144px;
    bottom: 132px;
}
.application{
    background:url(../images/application.jpg) no-repeat;
    height: 280px;
    position: relative;
}
.application-title{
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color:#ffffff;
    padding-top: 24px;
    line-height: 1.4;
    box-sizing: border-box;
    position:relative;
}
.application1,.application2,.application3,.application4,.application5{
    position:absolute;
    color: #0f218b;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    bottom: 65px;
}
.application1{
    left: 264px;
}
.application2{
    left: 421px;
}
.application3{
    left: 573px;
}
.application4{
    right: 417px;
}
.application5{
    right: 266px;
}
.pro-title{
    background:url(../images/pro-title.jpg) no-repeat;
    height: 164px;
}
.pro-title1{
    padding-top: 82px;
}
/*Products*/
.products1-bg{
    background:url(../images/products1_bg.jpg) no-repeat;
    height: 435px;
    box-sizing: border-box;
    padding-top: 113px;
}
.products2-bg{
    background:url(../images/products2_bg.jpg) no-repeat;
    height: 463px;
    box-sizing: border-box;
    padding-top: 62px;
}
.products ul{
    margin: 0 37px 0 37px;
    display: flex;
    flex-wrap: wrap;
}
.products ul:after,
.products ul:before{
    content: '';
    display: table;
}
.products ul:after{
    clear: both;
}
.products ul li{
    background:#fcfcfc;
    list-style-type:none;
    width: 553px;
    float: left;
    margin:0 16px 22px 0;
    border:1px solid #c0c0c0;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
    line-height: 26px;
}
.products ul li:nth-child(2){
    background:rgba(252,252,252,0.6);
    margin-right: 0;
}
.products ul li:nth-child(2) .pic{
    background: #fcfcfc;
    height: 297px;
}
.products ul li a{
    text-decoration: none;
    display: block;
}
.products ul li .pic{
    width: 256px;
    float: left;
}
.products ul li .content{
    width: 248px;
    float: right;
}
.products ul li .title{
    font-weight: bold;
    font-size: 20px;
    color:#000000;
    padding-top: 12px;
    line-height: 1.2;
}
.products ul li .title a{
    color:#000000;
}
.products ul li .title span{
    color: #666666;
    font-weight: 400;
    font-size: 20px;
}
.products ul li .model{
    color:#666666;
    font-size: 20px;
    border-bottom:1px solid #979797;
    margin-top: 10px;
}
.products ul li .untaxedPrice{
    color:#666666;
    font-size: 20px;
    border-bottom:1px solid #979797;
    padding:3px 0;
}
.products ul li .activePrice{
    color:#000000;
    font-size: 20px;
    border-bottom:1px solid #979797;
    padding:3px 0;
    display: inline-block;
    margin-top: 5px;
}
.products ul li .activePrice .red{
    color:#dd0000;
    font-size: 35px;
    font-weight: bold;
    line-height: 22px;
}
.products ul li .more{
    position: relative;
    margin-bottom: 15px;
    right: 2px;
}
.products ul li .more span{
    position: absolute;
    top: 9px;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    display: block;
}
.products ul li .total{
    color:#666666;
    font-size: 20px;
    border-bottom:1px solid #979797;
    padding:3px 0;
}
.products ul li .delivery{
    color:#666666;
    font-size: 20px;
    padding:5px 0;
}
.note {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 20px 0px 0px 40px;
}
.footer{
    background:url(../images/footer.jpg) no-repeat;
    height: 251px;
    box-sizing: border-box;
}
.foot-morepro{
    font-weight: bold;
    font-size: 33px;
    color: #ffffff;
    padding:82px 0 0 70px;
}
.website{
    font-size: 25px;
    font-family: arial;
    width: 442px;
    height: 59px;
    padding:0 0 0 70px;
}
.website a{
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color:#f8cc46;
    font-size: 45px;
    box-sizing: border-box;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #f8cc46;
}