@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/image/calligraphy/bg-main02.jpg);
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
}


/*banner*/

.banner {
	width: 100%;
	min-width: 1280px;
	float: left;
	background: url(/image/calligraphy/banner-2.jpg) no-repeat center center;
	margin-bottom: 30px;
	margin-top: -3px;
}

.banner .main {
	width: 1200px;
	height: 689px;
	margin: 0 auto;
}

.banner .main .btn {
	margin-top: 495px;
	float: left;
	margin-left: 310px;
}

.banner .main .btn button {
	width: 237px;
	height: 51px;
	background: url(/image/calligraphy/btn-3.png) no-repeat;
	font-size: 24px;
	color: #483a20;
	margin-right: 50px;
	margin-bottom: 25px;
}

.banner .main .listBtn {
	width: 263px;
	height: 59px;
	line-height: 52px;
	text-indent: 20px;
	text-align: left;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	background: url(/image/calligraphy/list-bg.png) no-repeat;
}

.banner .main .btn button:hover {
	background: url(/image/calligraphy/btn-3-hover.png) no-repeat;
}

.banner .main .erwm {
	float: right;
	margin-top: 378px;
	margin-right: 55px;
}

.banner .main .erwm button {
	width: 147px;
	height: 37px;
	background: url(/image/calligraphy/02.png) no-repeat;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-top: 5px;
}

.banner .main .erwm img {
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.banner .main .erwm p {
	width: 170px;
	font-size: 12px;
	color: #222220;
	text-align: center;
	padding-top: 15px;
	font-family: simsun;
}

.banner .main .erwm p.sm {
	color: #b50810;
	line-height: 22px;
	margin-bottom: 15px;
}


/*作品展示*/

.zpzs {
	background: url(/image/calligraphy/bigbg.png) no-repeat center;
	width: 100%;
	min-width: 1280px;
	height: 385px;
	float: left;
	margin-top: 20px;
}

.zpzs .zpzsMain {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	/*background: url(/image/calligraphy/bg-1.png) no-repeat;*/
}

.zpzs .zpzsMain .title {
	position: relative;
	width: 1200px;
	height: 78px;
	float: left;
}

.zpzs .zpzsMain .title h2 {
	width: 300px;
	height: 60px;
	font-size: 20px;
	line-height: 78px;
	float: left;
	color: #fff;
	padding-left: 42px;
	position: absolute;
	top: -30px;
	left: -80px;
}

.zpzs .zpzsMain .title span {
	float: right;
	line-height: 78px;
	padding-right: 20px;
}

.zpzs .zpzsMain .title span a {
	font-size: 14px;
	color: #271103;
}

.zpzs .zpzsMain .title span a:hover {
	text-decoration: underline;
	color: #bf5d40;
}

.zpzs .zpzsMain .lb {
	width: 1200px;
	height: 191px;
	float: left;
}

.zpzs .zpzsMain .lb .pre {
	width: 41px;
	height: 189px;
	float: left;
	background: url(/image/calligraphy/L-1.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.zpzs .zpzsMain .lb .pre:hover {
	width: 41px;
	height: 189px;
	float: left;
	background: url(/image/calligraphy/L-1.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.zpzs .zpzsMain .lb .lbCon {
	width: 1156px;
	height: 189px;
	float: left;
}

.zpzs .zpzsMain .lb .lbCon ul li {
	width: 250px;
	height: 188px;
	float: left;
	background: url(/image/calligraphy/bg1_03.png) no-repeat;
	margin-right: 39px;
	background-size: 100% 100%;
	text-align: center;
	cursor: pointer;
}


/*.zpzs .zpzsMain .lb .lbCon ul li img {
	border:1px solid #d2b494;
	width: 242px;
	height: 180px;
	margin: 4px;
}*/

.zpzs .zpzsMain .lb .lbCon ul li img {
	border: 1px solid #d2b494;
	width: 232px;
	height: 170px;
	margin: 4px;
	margin-top: 8px;
}

.zpzs .zpzsMain .lb .next {
	width: 41px;
	height: 189px;
	float: right;
	background: url(/image/calligraphy/R-1.png) no-repeat;
	cursor: pointer;
	position: relative;
	margin-top: -188px;
}

.zpzs .zpzsMain .lb .next:hover {
	width: 41px;
	height: 189px;
	float: right;
	background: url(/image/calligraphy/R-1.png) no-repeat;
	cursor: pointer;
	position: relative;
	margin-top: -188px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


/*简介*/

.intro {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.intro .content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.intro .content p {
	float: left;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-indent: 28px;
}


/*大赛宗旨*/

.dszz {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.dszz .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.dszz .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
}

.dszz .main p {
	width: 1160px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
}


/*大赛主题*/

.dszt {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.dszt .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.dszt .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
}

.dszt .main p {
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
	line-height: 30px;
}


/*大赛组织结构*/

.dsjg {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.dsjg .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.dsjg .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	padding-bottom: 20px;
}

.dsjg .main p {
	width: 1160px;
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
	line-height: 30px;
}


/*大赛顾问组委会*/

.dsgw {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.dsgw .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.dsgw .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	padding-bottom: 20px;
}

.dsgw .main p {
	width: 1200px;
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
	line-height: 30px;
}


/*参赛对象*/

.csdx {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.csdx .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.csdx .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}

.csdx .main p {
	width: 1160px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
}


/*赛事组别*/

.sszb {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.sszb .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.sszb .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}

.sszb .main p {
	width: 1160px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 40px;
}


/*参赛办法与时间安排*/

.time {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.time .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.time .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	padding-bottom: 20px;
}

.time .main .main-con {
	width: 1198px;
	height: 739px;
	background: url(/image/calligraphy/line2.png) no-repeat;
	float: left;
}

.time .main .main-con .start-time{
	width: 1088px;
	height: auto;
	float: left;
	margin-left: 48px;
	margin-top: 72px;
}

.time .main .main-con .start-time p{
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}

.time .main .main-con .student {
	width: 1088px;
	height: auto;
	float: left;
	margin-left: 22px;
	margin-top: 30px;
}

.time .main .main-con .student h5 {
	font-size: 14px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	background: url(/image/calligraphy/01.png) no-repeat;
	margin-left: 15px;
	padding-left: 27px;
	padding-top: 15px;
}

.time .main .main-con .student p {
	font-size: 14px;
	color: #383942;
	line-height: 24px;
	padding-left: 50px;
	padding-bottom: 18px;
}

.time .main .main-con .student p b {
	color: #a27d35;
}

.time .main .main-con .teacher {
	width: 1088px;
	height: auto;
	float: left;
	margin-left: 22px;
	margin-top: 20px;
}

.time .main .main-con .teacher h5 {
	font-size: 14px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	background: url(/image/calligraphy/01.png) no-repeat;
	margin-left: 15px;
	padding-left: 27px;
	padding-top: 15px;
}

.time .main .main-con .teacher p {
	font-size: 14px;
	color: #383942;
	line-height: 24px;
	padding-left: 50px;
	padding-bottom: 18px;
}

.time .main .main-con .teacher p b {
	color: #a27d35;
}
/*背景文字*/
.bg-left{
	width:275px;
	height:621px;
	position: absolute;
	background: url(../../image/calligraphy/bg_2.png);
	background-size: 100%;
	left:50%;
	margin-left: -930px;
	top:960px;
}
.bg-right{
	width:299px;
	height:621px;
	position: absolute;
	background: url(../../image/calligraphy/bg_1.png);
	background-size: 100%;
	right:50%;
	margin-right: -930px;
	top:727px;
}
/*参赛办法*/

.csbf {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 20px;
}

.csbf .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.csbf .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	padding-bottom: 20px;
}

.csbf .main .main-con {
	width: 1175px;
	float: left;
	margin-left: 35px;
}

.csbf .main .main-con .progress {
	width: 100%;
	float: left;
}

.csbf .main .main-con .progress b {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}

.csbf .main .main-con .progress .step {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.csbf .main .main-con .progress .step p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	text-indent: 23px;
}


/*奖项设置*/

.jxsz {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.jxsz .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.jxsz .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	float: left;
	padding-bottom: 20px;
}

.jxsz .main .main-con {
	width: 1160px;
	float: left;
	margin-left: 40px;
}

.jxsz .main .main-con .jxsz-intro {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	margin-bottom: 40px;
}

.jxsz .main .main-con .group {
	width: 100%;
	float: left;
}

.jxsz .main .main-con .group b {
	width: 100%;
	float: left;
	font-size: 14px;
	padding-bottom: 10px;
}

.jxsz .main .main-con .group .group-type {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.jxsz .main .main-con .group .group-type p {
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	float: left;
}

.jxsz .main .main-con .group .group-type p i {
	width: 100%;
	float: left;
	font-style: normal;
}

.jxsz .main .main-con .group .group-type p em {
	width: 1120px;
	font-style: normal;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	float: left;
	padding-left: 50px;
}


/*作品要求-注意事项*/

.aw-re {
	width: 100%;
	height: auto;
	min-width: 1280px;
	float: left;
	margin-bottom: 50px;
}

.aw-re .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.aw-re .main h1 {
	width: 1200px;
	font-size: 20px;
	color: #b50810;
	font-weight: bold;
	padding-bottom: 20px;
}

.aw-re .main ul {

	padding-left: 42px;
}

.aw-re .main ul li {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.aw-re .main ul li span {

	padding-right: 10px;
}

.aw-re .main ul li p {
	width: 1062px;

}

.aw-re .main ul li p a {
	color: #b50810;
}

.aw-re .main ul li p a:hover {
	text-decoration: underline;
}
.aw-re .QR-code{
	margin-top: 40px; ;
}
.aw-re .QR-code div{
	float: left;
	width:200px;
}
.aw-re .QR-code div:nth-child(2){
	margin-left: 20px;
}
.aw-re .QR-code img{
	width:122px;
	height:122px;
	display: block;
	margin:0 auto;
}
.aw-re .QR-code p{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

/*附件下载*/

.file {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.file .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.file .main .download {
	width: 1200px;
	float: left;
	margin-top: 25px;
}

.file .main .download h5 {
	width: 1200px;
	font-size: 16px;
	color: #b50810;
	float: left;
	padding: 10px 0 0 10px;
	font-weight: bold
}

.file .main .download h5 b {
	width: 4px;
	height: 16px;
	background: #b50810;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.file .main .download ul {
	float: left;
	margin: 15px 0 10px 10px;
}

.file .main .download ul li {
	padding-left: 15px;
	font-size: 14px;
	color: #000;
	line-height: 30px
}

.file .main .download ul li b {
	width: 4px;
	height: 4px;
	background: #b50810;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}

.file .main .download ul li a {
	font-size: 14px;
	color: #000;
}

.file .main .download ul li a:hover {
	color: #b50810;
}


/*主办单位及活动发布时间*/

.org {
	width: 100%;
	height: auto;
	float: left;
	min-width: 1280px;
	margin-bottom: 40px;
}

.org .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	border-top: 1px dashed #b50810;
}

.org .main button {
	width: 222px;
	height: 42px;
	background: url(/image/calligraphy/btn-2.png) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: 45px;
	margin-left: 488px;
}

.org .main button:hover {
	background: url(/image/calligraphy/btn-2-hover.png) no-repeat;
}

.org .main .dw {
	width: 440px;
	float: right;
	padding-top: 30px;
}

.org .main .dw p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	text-align: right;
}

.org .main .sj {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 30px;
}



/*右侧名师专家悬浮*/

.mszf {
	width: 37px;
	height: 170px;
	position: fixed;
	right: 0;
	background: url(/image/calligraphy/mszj.png) no-repeat;
	cursor: pointer;
	top: 30%;
}

.mszf:hover {
	background: url(/image/calligraphy/mszj-hover.png) no-repeat;
}



/*首页弹框*/
.tc {
	width: 750px;
	background: #fff;
	border-radius: 3px;
	position: fixed;
	z-index: 999;
	top: 20%;
	left: 8%;
}
.tc .toppic {
	width: 100%;
	padding: 10px 0;
}
.tc .toppic .closecc {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.tc .toppic p {
	font-size: 15px;
	text-align: center;
	padding: 25px;
}
.tc .toppic p img {
	width: 100%;
	height: 500px;
}
.tc .bottom {
	width: 100%;
	color: #666;
}
.tc .bottom p {
	text-align: center;
	color: #42b9fd;
	padding: 10px;
	background: #42b9fd;
	color: #fff;
	border-radius: 5px;
	border: 0;
}

/* 弹窗左右翻转按钮 */
.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../../image/calligraphy/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.foll {
	left: auto;
	background-position: right top;
	right: 0;
}


.ad {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.ad .ad-main {
	width: 1200px;
	margin: 0 auto;
}

.ad .ad-main img {
	margin: 0 auto;
	display: block;
}

.right-bg {
	width: 438px;
	height: 908px;
	float: right;
	background: url(/image/calligraphy/bg-1.png) no-repeat;
	position: absolute;
	right: 0;
	top: 1220px;
}

.aw-re .main .communication{
	float:right;
	width:170px;
	height:auto;
	text-align:center;
	margin-top: -138px;
}
.aw-re .main .communication span{
	color: #000;
	font-size:14px;
	float:left;
	width:100%;
}


.tc-tips {
	width: 500px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: none;
}

.tc-tips .close {
	float: right;
	width: 15px;
	height: 15px;
	background: url(/image/calligraphy/close9.png) no-repeat;
	margin: 10px 10px 0 0px;
	cursor: pointer;
}

.tc-tips h1 {
	width: 480px;
	float: left;
	line-height: 97px;
	color: #222220;
	font-size: 24px;
	text-align: center;
}

.tc-tips .shuom {
	width: 480px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #e9b4b7;
	padding-bottom: 40px;
}

.tc-tips .shuom p {
	width: 480px;
	font-size: 14px;
	color: #5b5b55;
	line-height: 36px;
	text-align: center;
}

.tc-tips .btn {
	width: 480px;
	float: left;
	margin: 20px 0 30px 10px;
}

.tc-tips .btn .btn-main {
	width: 100%;
	height: 30px;
	text-align: center;
}

.tc-tips .btn .btn-main button {
	width: 100px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #8d080d;
	border-radius: 3px;
	color: #fff;
	background: #b50810;
}
