* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
    margin: 0;
    padding: 0;
    border: 0;
    scroll-behavior: smooth;
}

li {
    list-style: none
}

a {
    background-color: transparent;
    text-decoration: none
}

b,
strong {
    font-weight: bold
}

img {
    border: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-bar {
    border-bottom: 2px #E20000 solid;
    background: #fff;
    z-index: 1000;
}

.top-bar-login,
.top-bar-login-after {
    line-height: 30px;
    font: 12px/30px simsun;
}

.top-bar-login-after {
    display: none;
}

.top-bar .ofw-logo {
    margin-top: 2px;
}

.top-bar-login>.signin {
    display: inline-block;
    background: #e20000;
    height: 24px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    margin-top: 3px;
    line-height: 24px;
}

.top-bar-login>.signin>a {
    color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
    color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
    text-decoration: underline;
}

.top-bar-login i {
    font-style: normal;
    color: #666;
}

.top-bar-login>.email {
    padding-left: 24px;
    display: inline-block;
    background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.main-wrap {
    position: relative;
    padding-top: 1px;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
}

.main-title {
    width: 598px;
    height: 96px;
    line-height: 96px;
    font-size: 48px;
    color: #c00;
    text-align: center;
    margin: 0 auto;
    background: url('../img/main-title.png') no-repeat center center;
}


/* banner */

.banner {
    height: 689px;
    background: url('../img/banner.jpg?v=2') no-repeat top center;
}


/* nav */

nav {
    width: 100%;
    height: 60px;
    background: #c00;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

nav li {
    float: left;
}

nav li a {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    margin: 0 25px;
}

nav a.fr {
    width: 200px;
    height: 47px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    background: url('../img/nav-btn.png') no-repeat center center;
}


/* rightbar */

.rightbar {
    display: none;
    position: fixed;
    right: 0;
    top: 30%;
    width: 280px;
    background: #d55559;
    z-index: 99;
}

.rightbar .rightbar-top {
    position: absolute;
    top: -28px;
    left: 10px;
    margin: 0 auto;
    width: 238px;
    height: 69px;
}

.rightbar .close {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 23px;
    height: 23px;
    z-index: 10;
    background: url('../img/close.png') #fff no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.rightbar h3 {
    margin-top: 36px;
    color: #fff;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.rightbar .comment {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px dashed #fff;
}

.rightbar .comment-list {
    padding: 0 20px 10px;
}

.rightbar .comment-list li {
    display: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rightbar .comment-list li.active {
    display: block;
}

.rightbar .comment-list li p {
    color: #fff;
    font-size: 14px;
}

.rightbar .comment-title {
    font-size: 16px;
    color: #fab235;
    margin: 0 0 10px 14px;
}

.rightbar .comment input {
    width: 235px;
    height: 35px;
    margin: 0 0 12px 10px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 10px;
}

.rightbar .comment .comment-tips {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.rightbar .comment .comment-btn {
    width: 126px;
    height: 38px;
    margin: 0 auto;
    background: url('../img/commit-btn.png') no-repeat center center;
}

.part {
    padding: 55px 0;
}

.part1-2-bg {
    background: url('../img/part1-2-bg.jpg') no-repeat bottom center;
}


/* part1 */

.part1-content {
    display: none;
    padding: 50px 0;
}

.part1-content a.fl {
    width: 467px;
    background: #dde6ed;
    border-radius: 0 0 10px 10px;
}

.part1-content a.fl img {
    display: block;
    height: 253px;
}

.part1-title {
    margin: 16px 30px;
    font-size: 28px;
    color: #303030;
    height: 80px;
    overflow-y: hidden;
    border-radius: 0 0 10px 10px;
}

.part1-content .fr {
    width: 570px;
}

.part1-content .fr a {
    display: block;
    color: #000;
    font-size: 22px;
    padding: 20px 20px 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}

.part1-content .fr a:hover {
    color: #c00;
}

.part1-tab {
    position: relative;
}

.part1-tab::after {
    content: '';
    display: block;
    visibility: visible;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
}

.part1-tab ul li {
    width: 8.3%;
    float: left;
    position: relative;
    color: #333;
    font-size: 16px;
    padding-top: 30px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.part1-tab ul li::after {
    content: '';
    display: block;
    visibility: visible;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #5a5a5a;
    position: absolute;
    left: 45%;
    top: 0;
}

.part1-tab ul li.active {
    color: #c00;
}

.part1-tab ul li.active::after {
    background: #c00;
}


/* part2 */

.part2 {
    padding-bottom: 20px;
}

.part2 ul {
    padding-top: 60px;
}

.part2 ul li {
    float: left;
    width: 350px;
    height: 250px;
    margin: 0 25px 60px 0;
    position: relative;
}

.part2 ul li:nth-child(3n) {
    margin-right: 0;
}

.part2 ul li img {
    width: 350px;
    height: 250px;
}

.part2 ul li p {
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 5%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}


/* part3 */

.part3 {
    background: url('../img/part3-bg.png') no-repeat top center;
}

.part3 .w600 {
    width: 600px;
    margin: 0 auto;
}

.part3 .w600 h3 {
    font-weight: 300;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.part3 .w600 ul li {
    margin-bottom: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 10px;
}

.part3 .w600 ul li .vote {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.part3 .w600 ul li .voted {
    display: none;
    background: #b4ccf2;
    padding: 0 40px;
    border-radius: 10px;
}

.part3 .w600 ul li .voted::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.part3 .w600 ul li .voted .number {
    float: right;
}

.part3 .w600 ul li input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
}

.part3 .w600 .vote-tips {
    color: #c00;
    font-size: 20px;
}

.part3 .w600 .submit {
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
}


/* form */

.form {
    padding: 30px 0;
}

.form .form-closed {
    position: absolute;
    top: -10px;
    right: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #000;
    background: url('../img/close.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}


/* 转盘 */

#lotteryWrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    z-index: 999;
}

#lotteryWrap .close_lottery {
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    border-radius: 4px;
    width: 100px;
    background-color: #479DE6;
    height: 40px;
    color: #fff;
    cursor: pointer;
}

.tishi {
    text-align: center;
    line-height: 2;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10000;
}


/* part4 */

.part4 {
    padding-bottom: 0;
}

.part4 ul {
    padding-top: 60px;
}

.part4 ul li {
    float: left;
    position: relative;
    width: 472px;
    height: 250px;
    margin: 0 35px 60px;
    background: url('../img/part4.png') no-repeat center center;
    background-size: 100% 100%;
    transition: all ease-in-out 0.25s;
}

.part4 ul li .part4-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-top: 90px;
    text-align: center;
}

.part4 ul li .part4-text {
    display: none;
    font-size: 14px;
    line-height: 1.8;
    padding: 60px 70px 0;
}

.part4 ul li .part4-btn {
    position: absolute;
    bottom: 0;
    left: 124px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #c00;
    border-radius: 40px;
}

.part4 ul li.active {
    color: #fff;
    background: url('../img/part4-active.png') no-repeat center center;
    background-size: 100% 100%;
}

.part4 ul li.active .part4-title {
    display: none;
}

.part4 ul li.active .part4-text {
    display: block;
}


/* part5 */

.part5 {
    background: #f3f4fa;
}

.part5 ul {
    margin-top: 50px;
    position: relative;
    height: 368px;
}

.part5 ul li {
    position: absolute;
    width: 270px;
    height: 183px;
}

.part5 ul li:nth-child(1) {
    top: 0;
    left: 0;
}

.part5 ul li:nth-child(2) {
    bottom: 0;
    left: 0;
}

.part5 ul li:nth-child(3) {
    width: 557px;
    height: 368px;
    top: 0;
    left: 272px;
}

.part5 ul li:nth-child(4) {
    top: 0;
    right: 0;
}

.part5 ul li:nth-child(5) {
    bottom: 0;
    right: 0;
}

.part5 ul li img {
    width: 100%;
    height: 100%;
}


/* part6 */

.part6 {
    padding: 120px 0 70px;
    background: url('../img/part6-bg.png') no-repeat top center;
}

.part6 .main-title {
    background: url('../img/main-title02.png') no-repeat top center;
    color: #fff;
}

.part6 ul {
    padding-top: 60px;
}

.part6 ul li {
    float: left;
    width: 228px;
    transition: all ease-in-out 0.5s;
}

.part6 ul li.active {
    width: 412px;
}

.part6 ul li img.part6-img01 {
    display: block;
    width: 228px;
    height: 253px;
}

.part6 ul li img.part6-img02 {
    display: none;
    width: 412px;
    height: 253px;
}

.part6 ul li.active img.part6-img01 {
    display: none;
}

.part6 ul li.active img.part6-img02 {
    display: block;
}


/* contact */

.contact {
    background: #1c1e1f;
}

.contact ul li {
    float: left;
    padding: 50px 40px 50px 20px;
}

.contact ul li h3 {
    position: relative;
    font-size: 24px;
    color: #e8ab08;
    background: url('../img/contact-title.png') no-repeat bottom left;
}

.contact ul li p {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    line-height: 2;
}

.contact .fr {
    padding: 30px 20px 0 0;
    text-align: center;
    color: #fff;
}

.contact .fr img {
    display: block;
    margin: 0 auto 15px;
}