* {
    padding: 0;
    margin: 0;
}
html, body {
    min-width: 1180px;
    font-family: 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', '微软雅黑', Arial, sans-serif;
    background: url(../images/banner.jpg) no-repeat center top;
}
div, ul, li, a, p {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.rel {
    position: relative;
}

.main {
    padding-top: 650px;
}

/* 导航 */
.nav {
    position: relative;
    width: 100%;
    z-index: 9999;
    background-color: #c1a75c;
}
.nav.roll{
	position: fixed;
    top: 0;
    z-index: 999;
}
.nav ul {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.nav ul li {
    float: left;
    width: 168px;
    height: 60px;
}
.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.nav ul li.current a {
    font-weight: 600;
}
.nav ul li.last.current a {
    font-weight: normal;
}
.nav ul li.last {
    background-color: #ffffff;
}
.nav ul li.last a {
    color: #100cd5;
}
.nav ul li.last img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.container {
    width: 1180px;
    margin: 0 auto;
}
.img-title {
    padding: 50px 0 40px;
    text-align: center;
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #67564a;
}
.line span {
    width: 200px;
	height: 5px;
	background-color: #c2a85c;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -100px;
}

/* 作品要求 */
.block1 .content {
    position: relative;
    width: 1180px;
    height: 530px;
    background: url(../images/bg_1.png) no-repeat center;
    padding: 45px 80px 0 70px;
}
.block1 .content li {
    padding-bottom: 10px;
}
.block1 .content span {
    font-size: 16px;
	line-height: 26px;
	color: #d1efff;
}
.block1 .content span.num {
    width: 42px;
    text-align: right;
    font-size: 30px;
	color: #c2a85c;
}
.block1 .content span.info {
    display: block;
    margin-left: 50px;
}

/* 大赛流程 */
.block2 {
    position: relative;
    padding: 90px 30px 0 40px;
}
.block2 .title {
    position: absolute;
    top: 190px;
}
.block2 .card {
    position: relative;
    width: 626px;
    height: 92px;
    border-bottom: dashed 1px #c2a85c;
    margin-bottom: 40px;
}
.block2 .card .num {
    position: absolute;
    left: -46px;
    width: 92px;
	height: 92px;
    line-height: 92px;
    text-align: center;
    border-radius: 50%;
	border: dashed 1px #c2a85c;
    font-size: 50px;
	letter-spacing: 0px;
	color: #c2a85c;
}
.block2 .card p {
    padding-left: 70px;
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #d1efff;
}
.block2 .card p.name {
    color: #c1a75c;
    font-weight: 600;
}

/* 奖项设置 */
.block3 .bg {
    height: 530px;
    background: url(../images/bg_2.png) no-repeat center;
}
.block3 li {
    float: left;
    width: 46%;
    padding: 40px 0 0;
    text-align: center;
}
.block3 li .name {
    padding-bottom: 20px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #c1a75c;
}
.block3 li .item {
    display: table;
    min-width: 135px;
    margin: 0 auto 10px;
    padding: 0 20px;
	height: 36px;
    line-height: 36px;
    text-align: center;
	border-radius: 18px;
	border: solid 1px #4848b4;
    font-size: 20px;
	letter-spacing: 0px;
	color: #d1efff;
}
.block3 li .tips {
    padding-top: 10px;
    font-size: 16px;
	letter-spacing: 0px;
	color: #d1efff;
}

/* 参赛方式 */
.block4 {
    padding: 110px 50px 50px 25px;
}
.block4 .title {
    padding-top: 122px;
}
.block4 .content {
    margin-left: 364px;
    height: 324px;
    background: url(../images/icon_3.png) no-repeat left center;
    padding-left: 60px;
    font-size: 16px;
    line-height: 26px;
    color: #d1efff;
}
.block4 .content li {
    padding-bottom: 10px;
}
.block4 .content .num {
    width: 26px;
	height: 26px;
	background-color: #c1a75c;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
	letter-spacing: 0px;
	color: #0a0432;
}
.block4 .content .info {
    margin-left: 42px;
}
.block4 .content .info b,
.block4 .content .info a {
    color: #c1a75c;
}

/* 大赛新闻 */
.block5 .content {
    padding: 90px 0 120px 40px;
}
.block5 .news-list li {
    float: left;
    width: 50%;
}
.block5 .news-list li a {
    display: block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #d1efff;
}

/* 组织机构 */
.block6 {
    padding: 40px 50px;
}
.block6 .title {
    padding-top: 100px;
}
.block6 .content {
    margin-left: 380px;
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #c1a75c;
}
.block6 .content ul {
    overflow: hidden;
}
.block6 .content li {
    float: left;
    padding-right: 90px;
}
.block6 .content li p.name {
    width: 160px;
    border-bottom: 3px solid #c1a75c;
    margin-bottom: 8px;
}
.block6 .content li p.name span {
    display: block;
    width: 102px;
	height: 26px;
	background-color: #c1a75c;
	font-size: 20px;
	line-height: 26px;
    text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 底部 */
.footer {
    background-color: #1e1e1e;
    overflow: hidden;
}
.footer .box {
    width: 1180px;
    margin: 25px auto;
    overflow: hidden;
}
.footer .team {
    float: left;
    padding-left: 110px;
    background: url(../images/foot_logo.jpg) no-repeat left center;
}
.footer .team p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.footer .follow {
    float: right;
}
.footer .follow span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
}
.footer .follow img {
    width: 96px;
    height: 96px;
    display: inline-block;
    vertical-align: bottom;
}
.footer .center {
    margin-left: 360px;
}
.footer .center p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.declare {
    background-color: #1e1e1e;
    padding: 14px 0;
    border-top: solid 1px #434343;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #bfbfbf;
}