body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*文字排版*/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.unl {
    text-decoration: underline;
}

.no-unl {
    text-decoration: none;
}


/*定位*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cr {
    clear: left;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-right {
    position: absolute;
    right: 0;
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.dn {
    display: none;
}

.db {
    display: block;
}


/*边距*/

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl5 {
    padding-left: 5px;
}

.p110 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.p120 {
    padding-left: 20px;
}

.p125 {
    padding-left: 25px;
}

.p130 {
    padding-left: 30px;
}

.p135 {
    padding-left: 35px;
}

.p140 {
    padding-left: 40px;
}

.p145 {
    padding-left: 45px;
}

.p150 {
    padding-left: 50px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

body {
    font-family: 'microsoft Yahei';
    background: #110130 url(../images/bg_repeat.png) left top repeat;
}

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


/*顶部登录*/

.top-bar {
    border-bottom: 2px #E20000 solid;
    background: #f7f7f7;
}

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

.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 {
    color: #333;
}

.top-bar-login 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;
}


/*nav*/

.navbar {
    line-height: 45px;
    background: #26378d;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 32px;
    z-index: 100;
}

.navbar-fixed {
    position: fixed;
    top: 0;
}

.navbar a {
    color: #fff;
    float: left;
    padding: 0 20px;
    margin: 0 4px;
    position: relative;
}

.navbar a .hot {
    position: absolute;
    width: 24px;
    height: 28px;
    background: url(../images/hot.png) 0 0 no-repeat;
    right: -10px;
    top: 5px;
}

.navbar .on,
.navbar a:hover {
    background: #c00;
}

.banner {
    background: url(../images/banner-1.png) center top no-repeat;
    height: 716px;
    margin-bottom: 70px;
    margin-top: 45px;
}
.banner .links ,.banner .links  a
{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.banner .links {
    margin-top: 435px;
    line-height: 24px;
}
.banner .links span{
    margin-left: 5px;
}
.title {
    text-align: center;
}

.section {
    width: 1000px;
    margin: 0 auto;
}

.section-introduce .title {
    margin-bottom: 55px;
}

.photos-slide {
    position: relative;
    width: 453px;
    height: 344px;
}

.photos li {
    position: absolute;
}

.photos li img {
    width: 453px;
    height: 344px;
}

.section-introduce .bar {
    width: 510px;
    left: 490px;
    margin-top: 23px;
    position:absolute;
    bottom: 0;
}

.section-introduce .bar span {
    width: 32px;
    height: 5px;
    overflow: hidden;
    background: #505973;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

.section-introduce .bar span.active {
    background: #fff;
}

.introduce {
    margin-left: 490px;
}

.introduce p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}

.section-awardSet {
    margin-top: 142px;
}
.section-awardSet p{
    font-size: 12px;
    color:#fff;
    text-align: center;
    padding:17px 0 80px 0;
}

.section-reason {
    margin-top: 75px;
}

.section-reason .reason {
    background: url(../images/reason.png?v=1) center top no-repeat;
    height: 838px;
    margin-top: 45px;
}

.judge-con {
    margin-right: -14px;
    margin-top: 30px;
}

.judge-con li {
    float: left;
    width: 156px;
    margin: 0 0 30px;
    /*background: #2f4597;*/
    /*padding-top: 16px;*/
    text-align: center;
}
.judge-con li+li {
    margin-left: 13px;
}
.judge-con li p {
    margin: 6px auto 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.judge-con li div {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    padding: 8px 0 10px;
    border-top: 1px solid #3a60af;
}

/* 谁是评委 */
.section-judge {
    margin-top: 75px;
}
.section-judge-intro {
    width: 860px;
    margin: 20px auto 0;
    font: normal 14px/1.5 "Microsoft Yahei";
    color: #fff;
}
.align-center {
    text-align: center;
}
/*获奖企业*/
.section-company{
    position: relative;
}
.slide{
    width: 1000px;
    overflow: hidden;
    margin-top: 49px;
}
.slide-wrap{
    width:99999px;
}
.slide-wrap dl{
    float:left;
    margin-right: 50px; 
}
.slide-wrap dt {
    background: url(../images/company_head.png) 0 0 no-repeat;
    width:300px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 12px;    
}
.slide-wrap dd{
    font-size: 14px;
    line-height: 28px;
    color:#fff;
    text-align: center;
}
.slide .prev,.slide .next{
    position: absolute;
    width:26px;
    height: 52px;
    background:url(../images/arrow.png) 0 0 no-repeat;
    top:185px;
    cursor:pointer;
}
.slide .prev{
    left:-36px;


}
.slide .next{
    right: -36px;
    background-position: right top;
}





.section-sign {
    margin: 80px auto;
}

.sign-way {
    height: 223px;
    background: url(../images/baoming.png) no-repeat center;
    position: relative;
}

.sign-way .btn {
    position: absolute;
    left: 667px;
    top: 149px;
    width: 164px;
    height: 38px;
    overflow: hidden;
}

.footer {
    background: #fff;
}

.footer .unit {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
    /*text-align: center;*/
}

.footer .unit p {
    display: inline-block;
    *display: inline;
    *zoom:1;
    line-height: 100px;
    font-size: 20px;
    margin: 0 5px;
}

.footer .concat {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 0;
}

.concat li {
    float: left;
    padding: 8px 50px;
   
}
.concat li+li {
    border-left: 1px solid #d7d7d7;
}
.concat li>p {
    color: #c00;
    font-size: 14px;
    margin-bottom: 24px;
}

.concat li dt {
    font-size: 18px;
}

.concat li dd {
    font-size: 14px;
    margin-top: 8px;
}

.concat .erweima {
    text-align: center;
    border: none;
    float: right;
    margin-top: 20px;
}

.concat .erweima div {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
}

#g-footer {
    background: #fff;
    margin-top: 0;
}

.bg-white{
    background: #fff;
}
.JxContent h2{padding-top: 30px;}
.JxContent table{/*border-top: 1px solid #999;border-left: 1px solid #999*/border-collapse: collapse;}
.JxContent td,.JxContent th{/*border-right: 1px solid #999;border-bottom: 1px solid #999;*/padding: 0 10px;border: 1px solid #000;vertical-align: middle;}
.JxContent p{font:14px/30px Simsun;padding: 10px 0;}

/*注册页面*/
.main-left{width:640px; float:left; overflow:hidden;}
.main-right{width:320px; float:right;}
.main-right strong{font-weight: bold;}
.pd60{padding-top: 70px;}
.main-right p{font-size: 14px;line-height: 24px;}
.main-right .con{font-size: 14px;font-family: Simsun;color: #333;margin-top: 20px;line-height: 24px;}

/*评选投票*/
.toupiao{font-family: Microsoft Yahei;}
.newTop{width: 805px;height: 306px;margin: 0 auto;background: url(../images/newTop.png);}
.newTop ul li{float: left;width: 33.33%;text-align: center;}
.newTop h4{color: #b2770f;font-size: 21px;padding-top: 110px;font-weight: bold;}
.newTop .active p,.newTop .active h4{color: #fff;}
.newTop p{margin-top: 30px;font-size: 14px;font-weight: bold;}
.newTB{margin-top: 30px;}
.newTB h3{font-size: 18px;color: #181818;margin:0;padding-left: 20px;font-weight: bold;}
.newTB p{font-size: 14px;color: #181818;margin: 0;line-height: 24px;padding-left: 50px;}
.part1 .title h3
{
    color:#001c22;
    font: normal 30px/30px "Microsoft Yahei","黑体";
    text-align: left;
    height: 60px;
    line-height: 60px;
}

.navbar-fixed {
    position: fixed;
    top: 0;
}
#wrapper {
    padding-top: 50px;
}
/*浮窗*/
.float-window {display: none;}
.erweima{position: fixed;top: 40%;right: 50%;margin-right: 530px;/*display: none;*/}
.fuchuang{position: fixed;top: 40%;left: 50%;margin-left: 530px;/*display: none;*/width: 120px;}
.fuchuang ul li{height: 62px;background: #2160c2;margin-top: 1px;}
.fuchuang ul li:hover{background: #084aaf;}
.fuchuang ul li a{display: block;padding: 36px 0 4px;line-height: 22px;color: #fff;font-size: 16px;background-image: url(../images/sprite.png); background-repeat: no-repeat;text-align: center;}

/*.jiathis_style{position: absolute;top: 0;right: 100%;}*/