@charset "UTF-8";

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

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

.l-content {
    position: relative;
    width: 950px;
    margin: 0 auto;
    /* font-family: "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif; */
    font-family: "Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: 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;
}


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 .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 .title {
    width:950px;
    height: 59px;
    line-height: 59px;
    font-size: 34px;
    font-weight:bold;
    color:#000000;
    text-align: center;
    background: #FFCC00 url(../images/title_bg.png) no-repeat center center;
}


.nav {
    height: 87px;
    background: #00349f;
    text-align: center;
}

.nav ul{
    margin: auto;
    width:896px;
    height:87px;
    background: #FFFFFF;
    border-radius: 5px;
}

.nav ul li {
    display: inline-block;
    width: 124px;
    height: 58px;
    margin: 14px 24px;
    position:relative;
}

.nav ul li:not(:last-child)::after{
    content: " ";
    background: #DADADA;
    width: 2px;
    height: 58px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -24px;
}

.nav ul li span {
    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}

.nav ul li span.logo {
    height: 30px;
    width: 100%;
    margin: auto;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.nav ul li div.logo img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.act {
    padding:15px 40px;
    background-color: #00349f;
}

.act dl dt {
    font-weight: bold;
}

.act dl dd {
    font-weight: normal;
}

.act dl dd strong {
    color: #ffcc00;
}

.act dl dd span.big {
    font-size: 35px;
}

.act dl dt,
.act dl dd {
    display: inline-block;
    margin: 3px 0px;
    color: #FFFFFF;
    font-size: 18px;
}


.case {
    padding: 5px 27px 27px 27px;
    background-color: #00349f;
}

.case .top {
    background: #FFCC00;
    height:36px;
    padding-left: 10px;
}

.case .top a.toggle-open {
    background:url(../images/open.png) no-repeat;
    width: 153px;
    height: 34px;
    display: block;
    text-indent: -99999px;
}

.case .top a.toggle-close {
    background:url(../images/close.png) no-repeat;
    width: 153px;
    height: 34px;
    display: block;
    text-indent: -99999px;
}

.case .hidden {
    display: none;
}

.case i {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-left:30px;
    font-size:14px;
}

.case strong {
    font-size:20px;
    color: #003399;
    line-height: 36px;
}

.case i.i_add {
    background: url(../images/add.png) no-repeat center left;
}
.case i.i_sub {
    background: url(../images/sub.png) no-repeat center left;
}

.case .content {
    width: 896px;
    background: #ececec url(../images/img_08.jpg) repeat-y;
}

.case ul {
    width: 100%;
}

.case ul li {
    display: inline-block;
    width: 295px;
    text-align:center;
    margin: 10px 0 15px 0;
}

.case ul li a {
    color:#003399;
    font-size:16px;
    font-weight: bold;
}

.products {
    background: #00349f;
}

.products ul {
    width: 896px;
    padding: 17px 27px 0 27px;
}

.products ul li {
    display: inline-block;
    width:211px;
    height: 313px;
    margin-right: 9px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #a6a6a6;
}

.products ul li .flag5,
.products ul li .flag10 {
    position: absolute;
    top:-2px;
    right: 6px;
}

.products ul li:last-child {
    margin-right: 0;
}

.products ul li span {
    display: block;
    text-align: center;
}

.products ul li .part1 {
    position: absolute;
    height: 196px;
    width: 100%;
}

.products ul li .logo {
    margin:7px;
    min-height: 22px;
}

.products .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 112px;
}

.products ul li .name{
    font-size:18px;
    line-height: 22px;
    font-weight: bold;
    color: #000000;
    margin: 8px 0;
}

.products ul li .picture {
    position: absolute;
    bottom: 8px;
}

.products ul li .part2 {
    position: absolute;
    bottom: 6px;
    width: 170px;
    margin: 0 21px;
}

.products ul li .code {
    background: #ffcc00;
    line-height: 24px;
    font-size:16px;
}

.products ul li .price {
    font-size: 14px;
}

.products ul li .price strong {
    color: #DD0000;
    font-size: 18px;
}

.products ul li .days {
    font-size: 14px;
}

.products ul li .part2 span {
    margin: 6px 0;
}

.products .desc {
    font-size:12px;
    color: #FFFFFF;
    text-align: right;
    padding: 7px 27px;
}

.products .more {
    text-align: center;
    padding: 19px 0;
}

.rule {
    background: #00349f;
}

.rule h2 {
    margin: 0 27px;
    padding-left: 50px;
    color: #FFCC00;
    font-size: 28px;
    line-height: 40px;
    background: url(../images/icon.png) no-repeat center left;
}

.rule ul {
    padding: 10px 27px 33px 27px;
}
.rule ul li {
    display:inline-block;
    font-size:16px;
    color:#FFFFFF;
    padding: 0 20px;
}


.l-content .l-content-wrap .contact {
    height: 257px;
    background: #00349f url(../images/contact.jpg) no-repeat left 14px;
}

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

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

.l-content .l-content-wrap .contact .contact1 li:last-child {
    display: block;
    visibility: visible;
    top: 175px;
    left: 35px;
}

.l-content .l-content-wrap .contact .contact1 li:last-child a {
    display: inline-block;
    width: 407px;
    height: 48px;
    background: url(../images/mail.png) no-repeat;
    text-indent:-9999px;
}
