@charset "utf-8";

body {
    background-color: #f3f3f3;
    min-height: 100%;
}

.w1356 {
    width: 1356px;
    margin: 0 auto;
}

.w1358 {
    width: 1358px;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-width: 1356px;
    height: 94px;
    background-color: #ffffff;
    overflow: hidden;
}

.footer {
    width: 100%;
    min-width: 1356px;
    height: 155px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 113px;
    height: 47px;
    margin: 25px 0 0 58px;
    float: left;
}

.logo img {
    width: 113px;
    height: 47px;
}

.nav {
    width: 100%;
    min-width: 1356px;
    line-height: 60px;
    background-color: #db3b34;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a {
    display: block;
    padding: 0 65px;
    font-size: 24px;
    color: #ffffff;
}

.nav li+li::before {
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #ff8383;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -1px;
}

.nav li.on a {
    background-color: #cc1c1b;
}

.nav li.on a::after {
    display: block;
    content: "";
    width: 24px;
    height: 7px;
    background-image: url(ads-nav.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
}

.menu {
    width: 276px;
    margin-top: 98px;
    position: relative;
    z-index: 9;
}

.menu-item {
    line-height: 83px;
    font-size: 24px;
    color: #131313;
    border: 1px solid #bdbdbd;
    text-align: center;
}

.menu-item-center {
    background-color: #ececec;
}

.menu-item a {
    display: block;
    color: #131313;
    padding: 0 10px;
}

.menu-item-options {
    line-height: 28px;
    padding: 14px 10px;
    cursor: pointer;
    position: relative;
}

.menu-item-options::after {
    display: block;
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(ads-bottom.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
}

.menu-item.on .menu-item-center::after {
    background-image: url(ads-top.png);
    background-repeat: no-repeat;
}

.menu-item.on .menu-item-options {
    background-color: #db3b34;
    color: #ffffff;
}

.menu-item-list {
    margin: 0 15px;
}

.menu-item-list li+li {
    border-top: 1px solid #d9d9d9;
}

.menu-item-list li.on a {
    font-weight: bold;
    text-decoration: underline;
}

.box {
    width: 1080px;
    min-height: 1200px;
    background-color: #ffffff;
    -webkit-box-shadow: -4px 0 2px 0 #ececec, 4px 0 2px 0 #ececec;
    -ms-box-shadow: -4px 0 2px 0 #ececec, 4px 0 2px 0 #ececec;
    -moz-box-shadow: -4px 0 2px 0 #ececec, 4px 0 2px 0 #ececec;
    box-shadow: -4px 0 2px 0 #ececec, 4px 0 2px 0 #ececec;
}

.box-inner {
    text-align: center;
    padding-bottom: 148px;
}

.box-inner-download a {
    width: 248px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    background-color: #db3b34;
    font-size: 24px;
    color: #ffffff;
}

.box-inner-download a::before {
    width: 36px;
    height: 39px;
    display: inline-block;
    content: "";
    background-image: url(ads-download.png);
    background-repeat: no-repeat;
    margin-right: 24px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box-inner-ads img {
    width: 1030px;
    height: auto;
}

.box-inner-ads p+p {
    margin-top: 5px;
}