@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 .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

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

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

.l-content .l-content-wrap .content {
    position: relative;
    width: 100%;
}

.l-content .l-content-wrap .box1 {
    width: 100%;
    height: 404px;
    background: url(../images/bg_01.jpg) no-repeat;
}

.l-content .l-content-wrap .box1 dl {
    position: absolute;
    top: 22px;
    left: 58px;
    width: 920px;
    font-size: 15px;
}

.l-content .l-content-wrap .box1 dt {
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    width: 75px;
    line-height: 35px;
}

.l-content .l-content-wrap .box1 dt:first-child {
    height: 225px;
}

.l-content .l-content-wrap .box1 dt:not(:first-child) {
    height: 35px;
}

.l-content .l-content-wrap .box1 dd {
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    width: 840px;
    line-height: 35px;
}

.l-content .l-content-wrap .box1 dd span {
    font-weight: bold;
    color: #003399;
}

.l-content .l-content-wrap .box1 dd strong {
    font-size: 19px;
}

.l-content .l-content-wrap .box1 dd ul {
    padding: 85px 0px 0px 198px;
}

.l-content .l-content-wrap .box1 dd li {
    font-size: 15px;
}

.l-content .l-content-wrap .box1 dd li:not(:last-child) {
    line-height: 22px;
    height: 22px;
    font-weight: bold;
    color: #ffcc00;
}

.l-content .l-content-wrap .box1 dd li:last-child {
    line-height: 26px;
    height: 26px;
    color: #fff;
    text-indent: 7px;
}

.l-content .l-content-wrap .box1 .plus {
    position: absolute;
    top: 324px;
    right: 170px;
    font-size: 19px;
    font-weight: bold;
}

.l-content .l-content-wrap .box1 .plus span {
    color: #003399;
}

.l-content .l-content-wrap .box1 .desc {
    position: absolute;
    top: 361px;
    right: 222px;
    font-size: 14px;
}

.l-content .l-content-wrap .box1 .code1 {
    position: absolute;
    top: 64px;
    right: 28px;
}

.l-content .l-content-wrap .box1 .code2 {
    position: absolute;
    top: 220px;
    right: 28px;
}

.l-content .l-content-wrap .box1 .pic {
    position: absolute;
    top: 235px;
    right: 200px;
}

.l-content .l-content-wrap .box1 .link {
    position: absolute;
    top: 130px;
    right: 250px;
}

.l-content .l-content-wrap .box2 {
    width: 100%;
    height: 2193px;
    background: url(../images/bg_02.jpg) no-repeat;
}

.l-content .l-content-wrap .box2 h3 {
    width: 100%;
    padding: 30px 0px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.l-content .l-content-wrap .box2 .row {
    width: 1100px;
    height: 500px;
    margin: 0px 50px;
}

.l-content .l-content-wrap .box2 #no1 {
    margin-top: 60px !important;
}

.l-content .l-content-wrap .box2 #no2 {
    margin-top: 90px !important;
}

.l-content .l-content-wrap .box2 #no3 {
    margin-top: 90px !important;
}

.l-content .l-content-wrap .box2 .row .top {
    width: 100%;
    height: 77px;
    background-color: #666;
}

.l-content .l-content-wrap .box2 .row .top .name {
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding: 20px 20px;
}

.l-content .l-content-wrap .box2 .row .top .plus {
    float: left;
    background-color: #ffcc00;
    font-size: 23px;
    padding: 7px 13px;
    margin: 20px 0px;
    border-radius: 18px;
}

.l-content .l-content-wrap .box2 .row .top .link {
    float: right;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    padding: 20px 20px;
}

.l-content .l-content-wrap .box2 .row ul {
    width: 100%;
    margin-top: 16px;
}

.l-content .l-content-wrap .box2 .row li {
    float: left;
    width: 261px;
    height: 408px;
    border: 1px solid #666;
    text-align: center;
    position: relative;
}

.l-content .l-content-wrap .box2 .row li:not(:last-child) {
    margin-right: 16px;
}

.l-content .l-content-wrap .box2 .row li .name {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
}

.l-content .l-content-wrap .box2 .row li .name strong {
    color: #003399;
    font-weight: 600;
}

.l-content .l-content-wrap .box2 .row li .pic {
    position: absolute;
    top: 58px;
    left: 0px;
    width: 100%;
}

.l-content .l-content-wrap .box2 .row li .hot {
    position: absolute;
    top: 58px;
    right: 16px;
}

.l-content .l-content-wrap .box2 .row li dl {
    position: absolute;
    top: 217px;
    left: 8px;
    font-size: 12px;    
}

.l-content .l-content-wrap .box2 .row li .r1 {
    height: 19px;
}

.l-content .l-content-wrap .box2 .row li .r2 {
    height: 38px;
}

.l-content .l-content-wrap .box2 .row li .r3 {
    height: 57px;
}

.l-content .l-content-wrap .box2 .row li dt.r2 {
    line-height: 38px;
}

.l-content .l-content-wrap .box2 .row li dt.r3 {
    line-height: 57px;
}

.l-content .l-content-wrap .box2 .row li dt {
    float: left;
    width: 57px;
    line-height: 19px;
    background-color: #ffcc00;
    font-weight: 600;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.l-content .l-content-wrap .box2 .row li dt:first-child {
    border-top: 1px solid #666;
}

.l-content .l-content-wrap .box2 .row li dd {
    float: left;
    width: 184px;
    line-height: 19px;
    font-weight: 500;
    text-align: left;
    padding: 0px 0px 0px 7px;
    border-bottom: 1px solid #666;
}

.l-content .l-content-wrap .box2 .row li dd:nth-child(4n+2) {
    background-color: #e6e6e6;
}

.l-content .l-content-wrap .box2 .row li .code {
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #666;
}

.l-content .l-content-wrap .box2 .row li dd span {
    color: #003399;
    line-height: 19px;
    font-weight: 600;
}

.l-content .l-content-wrap .box2 .row li dd strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.l-content .l-content-wrap .box2 .row li dd#r3s2 {
    height: 38px !important;
    padding: 9px 0px 10px 7px !important;
}

.l-content .l-content-wrap .box2 .row li dl#long {
    left: 1px !important;
}

.l-content .l-content-wrap .box2 .row li dl#long dd {
    width: 193px !important;
}

.l-content .l-content-wrap .box2 .row li .link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.l-content .l-content-wrap .box2 .row#no3 li dl {
    top: 260px !important;
}

.l-content .l-content-wrap .box2 .row li .tips {
    position: absolute;
    top: 217px;
    width: 83px;
    height: 29px;
    background: url(../images/tips2.png) no-repeat;
    color: #ffcc00;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.l-content .l-content-wrap .box2 .row li .tip0 {
    width: 99px !important;
    top: 174px !important;
    left: 3px;
    background: url(../images/tips1.png) no-repeat !important;
}

.l-content .l-content-wrap .box2 .row li .tip1 {
    left: 3px;
}

.l-content .l-content-wrap .box2 .row li .tip2 {
    left: 89px;
}

.l-content .l-content-wrap .box2 .row li .tip3 {
    left: 175px;
}

.l-content .l-content-wrap .box2 .acti {
    font-size: 35px;
    font-weight: bold;
    margin: 75px 0px 10px 156px;
    position: relative;
}

.l-content .l-content-wrap .box2 .acti::before {
    content: url(../images/flag2.png);
    position: absolute;
    left: -50px;
    top: -3px;
}

.l-content .l-content-wrap .box2 .acts {
    margin: 0px 90px 0px 140px;
}

.l-content .l-content-wrap .box2 .acts li{
    font-size: 16px;
    line-height: 25px;
    text-indent: -24px;
}

.l-content .l-content-wrap .box3 h2 {
    width: 100%;
    height: 70px;
    background-color: #ffcc00;
    font-size: 45px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}

.l-content .l-content-wrap .box3 .content a {
    position: absolute;
    top: 215px;
    left: 32px;
}