/*author:TinaGao
  date:20160524
*/
body,
div,
p,
span,
img,
form,
input,
label,
textarea,
dl,
dt,
dd,
ul,
li,
table,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/22px 'Microsoft YaHei';
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a img {
  border: 0;
  outline: 0;
  vertical-align: top;
}
ul li {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
label,
textarea {
  border: 0;
  outline: 0;
  font-size: 12px;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  display: inline-block;
}
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}


/*遮罩*/
.openWrapTc {
  overflow: hidden;
  display: none;
  width:600px;
  margin: 0px auto;
  background: #fff;
  position: fixed;
  font-family: "microsoft yahei";
}
.opTitle {
  padding:0 20px;
  height: 50px;
  overflow: hidden;
  font: bold 18px/50px 'microsoft yahei';
  color: #fff;
  background: #f60;
}
.opTitle p {
  width: 80%;
}
.btn-close {
  display: inline-block;
  margin-top:12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/imgzq../images/tc-icos.gif) no-repeat 0 0px;
}
.openWrapCont {
}

.tc-yubox{
  padding:20px 50px 40px 50px;
  background: #fff;
}
.tc-yutxt{
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.tc-dl01{
  font-size: 18px;
  color: #333;
}
.tc-dl01 dt{
  float: left;
  width:140px;
  line-height: 44px;
}
.tc-dl01 dd{
  float: left;
  width:360px;
}
.tc-div{
  padding:10px;
  height:22px;
  border:solid 1px #ccc;
}
.wdiv{width:208px;}
.tc-input1{
  width:100%;
  height:22px;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
}
.tc-wrong{
  padding:10px 0 10px 140px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.tc-i-wrong{
  display: inline-block;
  width:20px;
  height: 20px;
  margin-right:10px;
  background: url(/imgzq../images/tc-icos.gif) no-repeat -28px 0;
  vertical-align: top;
}
.tc-getyzm{
  display: block;
  float: right;
  width:120px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color:#fff;
  border-radius:4px;
  text-align: center;
}
.tc-orange{
  background: #f60
}
.tc-gray{
  background: #aaa;
}
.tc-btn{
  display: inline-block;
  width:230px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: #f60;
  border-radius: 4px;
  text-align: center;
}
.tc-secbox{
  width:100%;
}
.sectxt{
  padding:20px 30px 50px;
  width:540px;
  height:44px;
  background: #f60;
}
.sectxt dt{
  float:left;
  margin-top:10px;
  width:48px;
  margin-right: 20px;
}
.sectxt dd{
  float: left;
  font-size:18px;
  line-height: 34px;
  color: #fff;
}
.sectxt dd h1{
  font-size: 22px;
  line-height: 28px;
}
.tc-i-right{
  display: inline-block;
  width: 48px;
  height: 34px;
  background: url(/imgzq../images/tc-icos.gif) no-repeat 0 -26px;
  vertical-align: top;
}
.seccon{
  padding:30px 30px 0 20px;
  background: #fff;
}
.secl{
  width:360px;
}
.secr{
  width:158px;
}
.tc-dl02{
  width: 100%;
  overflow: hidden;
}
.tc-dl02 dt{
  float: left;
  width:72px;
  height: 72px;
  overflow:hidden;
}
.tc-dl02 dt img{
    width:72px;
    height:72px;
    overflow:hidden;
}
.tc-dl02 dd{
  float:right;
  width:270px;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  line-height:26px; 
}
.tc-sty1{
  padding-left:10px;
  height:24px;
  font-size: 17px;
  line-height: 24px;
  color: #444;
  background: #e5e5e5;
}
.tc-sty2{
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #ffa500;
}
.tc-sty3{
  font-size: 14px;
  color: #444; 
}
.secr img{
  width: 158px;
  height: 158px;
  overflow: hidden;
}

.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.c-fff100{color:#fff100;}