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

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;
}

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;
}

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

/* 专题顶部导航 */
.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;
}

/* banner */
.banner {
    position: relative;
    height: 350px;
    background: url(../images/banner.png?v=1) no-repeat center top;
    margin-top: 20px;
}

.banner p {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 149px;
    top: 162px;
}

.banner a {
    display: block;
    width: 109px;
    height: 30px;
    position: absolute;
    left: 19px;
    top: 218px;
}

/* NI公司简介 */
.introduce_box {
    margin-top: 20px;
}

.introduce {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px 0 0;
    background: #fff;
    border: 1px solid #929292;
}

.introduce img {
    float: left;
}

.introduce h3 {
    font-size: 24px;
    color: #fc4c02;
    font-weight: bold;
    line-height: 1;
    padding: 38px 0 18px;
}

.introduce p {
    font-size: 12px;
    color: #000;
    line-height: 1.8;
}

.video_box {
    width: 328px;
    height: 243px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.video_box video {
    width: 328px;
    height: 243px;
}

/* 干货上架 */
.dry_cargo {
    width: 1160px;
    background-color: #fff;
    padding: 26px 20px;
    margin: 20px 0 0;
}
.dry_cargo h2 {
    font-size: 24px;
    color: #fc4c02;
    font-weight: bold;
    line-height: 1;
}

.dry_item {
    float: left;
    width: 368px;
    height: 441px;
    background: #f2f2f2;
    margin-right: 27px;
    margin-top: 20px;
    overflow: hidden;
}
.dry_item:nth-child(3n) {
    margin-right: 0;
}
.dry_item > img {
    display: block;
    width: 332px;
    height: 181px;
    margin: 19px auto 0;
}
.dry_item > h3 {
    font-size: 18px;
    color: #fc4c02;
    text-align: center;
    margin-top: 25px;
}
.dry_item > h4 {
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    padding: 0 25px;
}
.dry_item > p {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    padding: 0 25px;
    line-height: 1.5em;
    height: 105px;
}
.dry_item a {
    float: right;
    width: 100px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #fc4c02;
    margin-right: 25px;
}
.dry_item6 img {
    display: block;
    width: 122px;
    height: 123px;
    margin: 118px auto 0;
}
.dry_item6 a {
    display: block;
    float: none;
    width: 266px;
    height: 43px;
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    background: #fc4c02;
    margin: 70px auto 0;
    border-radius: 43px;
}


.intro {
    padding: 40px 0;
    background-color: #fff;
}

.intro .wrap {
    width: 1200px;
    margin: 0 auto;
}

.intro_list_li {
    width: 550px;
}

.intro_list_li .intro_list_text {
    color: #464646;
    font-size: 14px;
}

.intro_list_li h4 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #065fa3;
    margin: 20px 0 15px;
    font-weight: 100;
}

.intro_list_li li {
    color: #464646;
    font-size: 16px;
    margin-bottom: 10px;
}

.intro_list_li li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #065fa3;
    margin-right: 10px;
    vertical-align: middle;
}

.intro_list_img {
    position: relative;
}

.intro_list_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 3;
    text-align: center;
}

.bottom-btn {
    padding: 32px 0;
    background: #cddfed;
}
.bottom-btn a {
    display: block;
    width: 266px;
    height: 43px;
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    border-radius: 43px;
    background: #065fa3;
    margin: 0 auto;
}