﻿body {
  font: 18px/1.5 "Microsoft Yahei";
  color: #333;
  min-width: 1100px;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.block {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.ztc-banner {
  width: 1200px;
}

.section1 {
  background-color: #ECFFFE;
  padding: 20px 20px 10px;
}

.text-indent {
  text-indent: 2em;
}

.section1 p {
  margin: 0 0 10px;
}

.ztc-table {
  -webkit-box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
  -moz-box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
  box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
  border-collapse:collapse;
  text-align:center;
  margin: 20px 0;
  background-color: #fff;
  font-size: 15px;
}

.ztc-table tr:first-child td {
  color: #666;
  font-weight: bold;
}

.ztc-table td {
  text-align: center;
  color: #606266;
  padding: 8px 6px;
  border: 1px solid #666 !important;
}

.ztc-table tr:hover td {
  background-color: #f5f7fa;
}

.ztc-table tr:nth-child(even) td {
  background-color: #fafafa;
}

.ztc-table table * {
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  -ms-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.section2 {
  background-color: #ebebeb;
  padding: 0 15px;
}

.section2 table td {
  text-align: center;
  vertical-align: middle;
}

.section3 {

}

.blqk-maintitle {
  color: #366092;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  height: 141px;
  line-height: 141px;
  background: url(blqk.png) no-repeat;
}

.blqk {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  padding: 10px 0 20px;
}

.blqk-title {
  font-size: 18px;
  font-weight: bold;
  color: #366092;
  margin: 10px 0;
  text-indent: 0;
}

.blqk-subtitle {
  color: #366092;
  background-color: #eaeaea;
}


/*通用底部*/
.bt-footer{height:170px;background: #434343}
.bt-footer-top{height:48px;line-height:48px;text-align: center;color:#cecece;border-bottom:1px solid #2a2a2a;}
.bt-footer-top a{font-size:13px;color:#cecece;}
.bt-footer-top span{padding-left:5px;padding-right:3px;}
.bt-footer-bottom{height:122px;color:#bcbec0;font-size:13px;text-align: center}
.bt-footer-bottom li{float:left;}
.bt-footer-bottom li.text p{line-height: 24px;}
.bt-box-1100 {
  width: 1100px;
  margin: 0 auto;
}