﻿.header{
  position: relative;
  background: url("../images/top-bg.jpg") no-repeat center bottom;
  background-size: auto 100%;
  height: 550px;
}

.header .headerIframe{
  position: absolute;
  width: 1200px;
  height: 92px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}

.navIframe{
  height: 41px;
      background-color: #00a1fc;
}

.tgIframe{
  min-height: 100%;
}

.footerIframe{
  height: 164px;
  border-top: 2px solid #0096ea;
}

.voting-rule{
  /*background: url("../images/bg.jpg") no-repeat center center;*/
  overflow: hidden;
  background-attachment: fixed;
  padding-bottom: 30px;
}

.rule-main{
  margin-top: 10px;
}

.rule-box{
  padding: 40px 50px;
  /*min-height: 200px;*/
  margin-bottom: 20px;
  border: 1px solid #99afdd;
}

.rule-title{
  text-align: center;
  font-family: "方正姚体";
  font-size: 67px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.rule-content{
  font-size: 14px;
  line-height: 26px;
}

.rule-content p{
  text-indent: 2em;
  margin-bottom: 15px;
}

.rule-content img{
  max-width: 100%;
  margin: 0 auto;
}

.inside-box{
  width: 100%;
  box-sizing: border-box;
  margin-top: 32px;
  padding: 15px;
  background-color: #fff;
}
.inside-box .inside-ibox{
  -moz-box-shadow:0px 0px 9px #2941d6; 
  -webkit-box-shadow:0px 0px 9px #2941d6; 
  box-shadow:0px 0px 9px #2941d6;
  padding: 30px 20px;
}
.inside-title{
  font-size: 20px;
  color: #001ab2;
  border-bottom: 1px dashed #001ab2;
  padding-bottom: 12px;
}

.inside-content{
  font-size: 14px;
  color: #1f2327;
  line-height: 30px;
}


#regform{
  margin-left: 250px;
}

#regform td{
  padding-bottom: 14px;
  vertical-align: top;
}

#regform input[type=text]{
  width: 100%;
  height: 29px;
  border: 1px solid #bfbfbf;
  background-color: #eee; 
}

#Submit2{
  background-color: #0062d7;
  border: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 125px;
  height: 40px;
}
.error{
  color: red;
}
.itemLabel{position: relative;}
.itemLabel #item-error{position: absolute; left: 120%; top: 0; width: 200px;}

/*æ ‡é¢˜*/
.i-title{
  position: relative;
  font-size: 40px;
  color: #0062d7;
  text-align: center;
  border-bottom: 3px solid #0062d7;
  margin-bottom: 20px;
  margin-top: 30px;
}

.i-title:before{
  position: absolute;
  display: block;
  content: "";
  width: 86px;
  height: 7px;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  margin-bottom: -5px;
  background-color: #0062d7;
}


.pro-title{
  position: relative;
  background-color: #ccd9eb;
  color: #003f9b;
  font-size: 20px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.pro-title:before{
  position: absolute;
  content: "";
  display: block;
  width: 0;
	height: 0;
  border-left: 24px solid transparent;
  border-top: 24px solid #ccd9eb;
  border-right: 24px solid transparent;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
  margin-bottom: -24px;
}

.pro-img img{
  width: 100%;
}

.pro-img span{
  display: block;
  font-size: 20px;
  line-height: 45px;
  margin-bottom: 10px;
}

.pro-list{overflow: hidden;
  padding-top: 15px;
  padding-bottom: 45px;
}

.pro-list ul{
  margin: 0 -2px;
}

.pro-list li{
  width: 134px;
  height: 45px;
  background-color: #f8f8f8; 
  margin: 2px;
  float: left;
  text-align: center;
  line-height: 45px;
}

#r_center ul li {
	float:left;
	width:50%;
	height:30px;
	margin-top:25px;
}
#r_center ul li img {
  border: 1px solid #D9702C;
}
#r_center ul li dl {
	float:left;
	margin-left:8px;
	width:330px;
  font-size: 12px;
  line-height: 1.4;
}
#r_center ul li dl dt {
	font-family:"????";
	font-size:16px;
	/*color:#eb6100;*/
	margin-bottom:4px;
}
#r_center ul li dl dd {
	margin-top:2px;
}

.jxList li{
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}