@charset "UTF-8";

.l-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* font-family: "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif; */
    font-family: "Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: hidden;
}

ul,
ol {
    list-style: none;
}

.l-content i {
    font-style: normal;
    color: #000;
}

.l-content * {
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

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

.l-content a {
    /* text-decoration: none; */
}

.l-content img {
    border: 0;
}

.l-content .pricenum {
    color: #DD0000;
    font-family: Arial,sans-serif;
}

.l-content .num {
    font-family: Arial,sans-serif;
}

.l-content .delline {
    position: relative;
}

.l-content .delline::before{
    content: " ";
    position: absolute;
    border-top:1px solid #FF0000;
    width: 110%;
    top:50%;
    left:-5%;
    transform: rotate(15deg);
}

.l-content .mail {
    position: relative;
    display: block;
    font-size: 20px;
    width: 477px;
    height: 44px;
    line-height: 44px;
    /* border: 2px solid #D2D2D2; */
    border-radius: 3px;
    font-family: Arial,sans-serif;
    color:#333333;
    background: #f6f6f6;
    padding-left:41px;
    text-align: center;
    padding: 5px 0;
    border:1px solid #dddddd;
}

.l-content .mail::before {
    position: absolute;
    left: 29px;
    top:50%;
    margin-top: -8px;
    content:url(../images/arrow.png);
}

.l-content .l-content-wrap {
    position: relative;
}

.l-content .l-content-wrap h2 {
    width: 1139px;
    height: 55px;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 10px;
    color:#FFCC00;
    text-align: center;
    background: url(../images/title.png) no-repeat;
    margin: 25px auto 0 auto;
}


.l-content .l-content-wrap .desc {
    height:87px;
    font-size:25px;
    color:#FFFFFF;
    line-height: 36px;
    text-align: center;
    padding-top:20px;
    background: url(../images/bg_01.png) no-repeat;
}



.l-content .l-content-wrap table{
    border-collapse:collapse;
    border-spacing:0px;
    width:1140px;
    margin: auto;
}

.l-content .l-content-wrap th {
    height: 51px;
    line-height: 51px;
    background: #003399;
    color:#FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border:1px solid #FFFFFF;
    padding:0 5px;
}

.l-content .l-content-wrap td {
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    text-align: center;
    border:1px solid #231815;
    padding:0 5px;
}

.l-content .l-content-wrap td a {
    text-decoration: underline;
}

.l-content .l-content-wrap td .pricenum{
    font-weight: bold;
    font-size: 21px;
}


.l-content .l-content-wrap .product1 {
    margin-top: 13px;
}

.l-content .l-content-wrap .product1 h3 {
    margin: 9px auto 0 auto;
    width: 374px;
    height: 56px;
    line-height: 36px;
    text-align: left;
    color: #FFFFFF;
    font-size: 32px;
    font-weight:bold;
    padding: 18px 0 0 70px;
}

.l-content .l-content-wrap .product1 h3.no1 {
    background:url(../images/small_title_01.png) no-repeat;
}

.l-content .l-content-wrap .product1 .table1{
    padding: 0;
    margin: 0;
}

.l-content .l-content-wrap .product1 .table1 table {
    width:100%;
}

.l-content .l-content-wrap .product1 .table1 td {
    height: 49px;
    border: 0;
    border-right: 1px solid #231815;
}

.l-content .l-content-wrap .product1 .table1 td:last-child {
    border: 0;
}

.l-content .l-content-wrap .product1 h3.no2 {
    background:url(../images/small_title_02.png) no-repeat;
}

.l-content .l-content-wrap .product1 .mail-td {
    padding: 0;
    margin: 0;
    width: 100%;
}

.l-content .l-content-wrap .product1 .mail-td a {
    width:100%;
    margin: 8px auto;
    font-size: 23px;
    line-height: 35px;
    padding: 10px;
    color:#333333;
    text-decoration: none;
    display: block;
    position: relative;
}

.l-content .l-content-wrap .product1 .mail-td a::before {
    position: absolute;
    left: 29px;
    top:50%;
    margin-top: -8px;
    content:url(../images/arrow.png);
}

.l-content .l-content-wrap .product1 .desc2 {
    width:1079px;
    margin: 10px auto;
    color:#333333;
    font-size: 20px;
    line-height: 35px;
    text-align: left;

}

.l-content .l-content-wrap .product2 {
    margin-top: 30px;
}

.l-content .l-content-wrap .group {
    width: 1139px;
    margin: auto;
}

.l-content .l-content-wrap .group>li {
    margin: 15px 19px 0 0;
    float:left;
}

.l-content .l-content-wrap .group>li:nth-of-type(2n+2) {
    margin-right: 0 !important;
}

.l-content .l-content-wrap .group>li .title {
    background: #003399;
    height: 55px;
    text-align: center;
    font-size: 27px;
    line-height: 55px;
    color:#FFFFFF;
    font-weight:bold;
    width:100%;
}


.l-content .l-content-wrap .bg {
    position: absolute;
    z-index: -100;
    top: 1620px;
    right: 0px;
}

.l-content .l-content-wrap .group .products li {
    margin: 13px 10px 0 0;
    width:273px;
    float: left;
    border:1px solid #3E3A39;
    background: #FFFFFF;
}

.l-content .l-content-wrap .group .products li span {
    display: block;
    text-align: center;
}

.l-content .l-content-wrap .group .products li span.name {
    margin-top:20px;
}

.l-content .l-content-wrap .group .products li span.name a {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    /* color: #000000; */
}

.l-content .l-content-wrap .group .products li span.pic {
    height: 264px;
}

.l-content .l-content-wrap .group .products li .block {
    background: #F4F4F4;
    margin:5px;
}

.l-content .l-content-wrap .group .products li span.delprice,
 .l-content .l-content-wrap .group .products li span.price{
    font-size: 18px;
    padding: 10px 0;
}

.l-content .l-content-wrap .group .products li span.delprice strong {
    font-weight: normal;
}

.l-content .l-content-wrap .group .products li span.price strong {
    font-size: 24px;
}

.l-content .l-content-wrap .group .products li span.price{
}


.l-content .l-content-wrap .group .products li span.date{
    margin: 0 10px;
    background: #666666;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.l-content .l-content-wrap .group .products li span.link {
    margin: auto;
    padding: 5px 0;
}

.l-content .l-content-wrap .group .products li:nth-last-child(2n+1) {
    margin-right: 0 !important;
}

.l-content .l-content-wrap .rule {
    margin: 33px 76px 33px 76px;
}

.l-content .l-content-wrap .rule ul {
    margin: 33px 46px;
}

.l-content .l-content-wrap .rule li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    margin: 5px 25px;
}

.l-content .l-content-wrap .rule li::before {
    position: absolute;
    content: url(../images/icon_01.png);
    left: -30px;
    top: 4px;
}


.l-content .contact {
    height: 413px;
    background: url(../images/contact.jpg) no-repeat;
}

.l-content .contact ul{
    position: relative;
}

.l-content .contact li {
    position: absolute;
    display: none;
    visibility: hidden;
}

.l-content .contact .contact2 li:last-child {
    display: block;
    visibility: visible;
    top: 220px;
    left: 59px;
}
