@charset "utf-8";
html {
    font-family: "宋体", "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;
    vertical-align: baseline
}

li {
    list-style: none
}

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

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

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

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

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

select,
input,
img,
select {
    vertical-align: middle;
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    line-height: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.common_header {
    width: 130px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.common_header .common_header_title {
    font: bold 30px/32px '';
}

.common_header .common_header_line {
    width: 50px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;
    background: url("../images/2018-05-31/common_header_line.png")no-repeat center center;
}

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

.top-nav {
    height: 75px;
}

.navbar {
    height: 75px;
    z-index: 100000;
    background-color: #000;
    color: #fff;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-login li {
    float: left;
    margin-right: 40px;
}

.navbar-login li a.active {
    border-bottom: 1px solid #ffb504;
    color: #ffb504;
    padding-bottom: 5px;
}

.navbar-login li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 25px;
}

#nav span {
    display: inline-block;
    border-radius: 36px;
    width: 146px;
    height: 36px;
    margin: 20px 0 0 15px;
    text-align: center;
}

#nav span a {
    line-height: 36px;
    color: #000;
    font-size: 18px;
}

/*首页*/

.con-wrap {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 475px;
    overflow: hidden;
    background: url('../images/banner.png') no-repeat center center;
}

.con-wrap .wrap {
    position: relative;
}

.con-wrap a {
    position: absolute;
    top: 323px;
    left: 0px;
    width: 160px;
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    text-align: center;
}

.con-wrap a:nth-of-type(2) {
    left: 200px;
}

/*我要报名的表单*/

.main_iframe_show {
    display: none;
    margin-top: 46px;
}

#g-footer {
    margin-top: 0px;
}

.erweima {
    width: 475px;
    overflow: hidden;
}

.erweima>img {
    display: block;
    margin: 30px auto 20px;
}

.erweima>div {
    width: 170px;
    height: 210px;
    border: 1px solid #666;
    color: #efefef;
    text-align: center;
}

.erweima>div>img {
    margin: 20px 0;
}

/* 右侧悬浮窗 */

.right_gg {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 156px;
    height: 267px;
    background: url('../images/right_gg.jpg') no-repeat center;
}

.right_gg a {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
}

.main_show {
    background-color: #0a0f36;
}

.title {
    width: 200px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    background: url(../images/title_bg.png) no-repeat center;
}

.title p {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 85px;
    height: 55px;
    color: #fff;
    font-size: 46px;
    background: url(../images/title_left.png) no-repeat left center, url(../images/title_right.png) no-repeat right center;
    overflow: hidden;
    white-space: nowrap;
}

.survey_text_bg {
    height: 258px;
    padding: 70px 70px 0 75px;
    background: url(../images/survey_text_bg.png) no-repeat center;
}

.survey_text_bg p {
    color: #fff;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2em;
    font-weight: 600;
}

.survey {
    margin-bottom: 40px;
}

.lightspot_con {
    width: 100%;
    height: 696px;
    background: url(../images/lightspot_con_bg.png) no-repeat center;
}

.ribot_con {
    width: 100%;
    /*background-color: #fff;*/
    /*overflow: hidden;*/
}

.ribot_con li {
    width: 199px;
    height: 80px;
    float: left;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #000;
    border: 1px solid #bfbfbf;
    margin-top: -1px;
    margin-left: -1px;
}

#ribot {
    padding-bottom: 30px;
}

#caigou {
    width: 100%;
    height: 724px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: url(../images/caigou_bg.png) no-repeat center;
}

.caigou_con {
    margin-top: 20px;
}

.caigou_con ul {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.caigou_con ul li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 242px;
    height: 162px;
    background-color: #fff;
}

.caigou_con ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #429aff;
    box-shadow: 0px -5px 30px 10px #429aff;
    z-index: 1;
    opacity: .8;
}

.caigou_con ul li img {
    transition: all .8s ease-out 0.1s;
}

.caigou_con ul li img.on {
    transform: scale(1.5);
}

#yicheng {
    padding-top: 60px;
}

.yicheng_con {
    width: 100%;
    height: 585px;
    background: url(../images/yicheng_con_bg.jpg) no-repeat center;
}

.zuzhi_con {
    padding: 30px 0 60px;
    overflow: hidden;
}

.zuzhi_con .danwei {
    margin: 0 20px 0 40px;
}

.zuzhi_con .danwei div {
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
}

.zuzhi_con .danwei div a {
    margin-right: 20px;
}

#lianxiwomen{
    background-color: #303030;
    padding: 20px 0 40px;
}

#lianxiwomen .fr{
    margin-top: 30px;
}

.lian_text h3{
    display: inline-block;
    font-size: 30px;
    margin-bottom: 45px;
    color: #fff;
    padding-right: 50px;
    background: url(../images/title_left.png) no-repeat center right;
}

.lian_text p {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}


/*2018-08-02 添加的轮播图*/

/* box */
#box{position:relative;width:1000px;height:380px;}
#box ul{position:relative;width:1000px;height:380px;}
#box li{position:absolute;list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;}
#box li img{width:100%;height:100%;vertical-align:top;border: none;}
#box li .img_title{position: absolute;bottom: 0;left: 0;z-index:99;width: 100%;height: 39px; background: rgba(0, 0, 0, 0.6);font: 16px/39px '';color: #fff;text-align: left;text-indent: 20px;}
#box .prev, #box .next{position:absolute;top:50%;width:136px;height:136px;margin-top:-68px;overflow:hidden;text-indent:-999px;cursor:pointer;z-index: 99;}
#box .prev{left:-60px;background:url(../images/btns_07.png) no-repeat;}
#box .next{right:-60px;background:url(../images/btns_09.png) no-repeat;}