#header {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  background: #3f4658;
  min-width: 1000px;
  font-size: 13px;
}
#header .header-l {
  float: left;
  background: #1296DB;
  line-height: 48px;
  /* border-right: 1px solid #fff; */
}
#header .lw_active{
  float: right;
  margin-right: 28px;
}
#header .header-r {
  float: right;
  margin-right: 50px;
}
#header .header-no-land {
  line-height: 48px;
}
#header .header-no-land .header-z,#header .header-no-land .header-d{
  float: right;
}
#header .header-no-land .header-z a,#header .header-no-land .header-d a {
  font-style: normal;
  font-size: 12px;
  color: #F2F2F2;
  font-weight: 400;
}
#header .header-no-land i{
  float: right;
  font-style: normal;
  font-size: 12px;
  color: #F2F2F2;
  font-weight: 400;
  margin: 0 5px;
}
#header .header-x {
  float: left;
}
#header .header-x:hover .header-block {
  display: block;
}
#header .header-block {
  display: none;
  top: 48px;
  position: absolute;
  z-index: 999999;
  padding-right: 25px;
  height: 170px;
  border: 1px solid #bcbcbc;
  border-top: none;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.349019607843137);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.349019607843137);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.349019607843137);
  background: #fff;
}
#header .header-block .header-block-l,#header .header-block .header-block-r,#header .header-block .header-block-z{
  width: 120px;
  height: 120px;
  background: #1296DB;
  display: block;
  margin: 25px 0 0 25px;
  position: relative;
  float: left;
  cursor: pointer;
}
#header .header-block .header-block-r,#header .header-block .header-block-z {
  background: #47c3ee;
}
#header .header-block-l:hover {
  background: #ff7b4e;
}
#header .header-block-r:hover {
  background: #1ab4ea;
}
#header .header-block p {
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 13px;
  position: absolute;
  bottom: 4px;
  text-align: center;
  width: 100%;
}
#header .header-block .header-block-l i,#header .header-block .header-block-r i,#header .header-block .header-block-z i {
  display: block;
  position: absolute;
  top: 40%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
}
#header .header-h {
  text-align: center;
  float: left;
  color: #fff;
  font-weight: 400;
  width: 131px;
  font-style: normal;
  font-size: 14px;
  position: relative;
  height: 48px;
}
#header .header-tab .li:hover .header-h{
  /* background: #1296DB; */
  background: #2b3141;
  /* color: white; */
}
#header .header-tab .li:hover .header-h p{
  /* background: #1296DB; */
  color: white;
}
#header .header-h p {
  float: left;
  line-height: 48px;
  color: #f2f2f2;
}
#header .header-h-p {
  position: relative;
  display: inline-block;
}
#header .header-h-p p {
  position: relative;
  display: inline-block;
}
/* 
小箭头
 */
#header .header-tab .header-h .arrow{
  display: inline-block;
  position: relative;
  top: 14px;
  right: -3px;
  width: 0px;
  height: 0px;
  border-top: 6px solid #f2f2f2;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; 
  /* margin-top: -2px; */
  /* margin-right: 2px; */
}
#header .header-tab .header-h .arrow .arrow_c{
  position: absolute;
  width: 0px;
  height: 0px;
  top: -6px;
  left: -5px;
  border-top: 5px solid #3f4658;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; 
}
#header .header-tab .li:hover .header-h .arrow {
  top: 12px;
  border-top: none;
  border-bottom: 6px solid #fff;
  /* border-top-color: white; */
}
#header .header-tab .li:hover .header-h .arrow .arrow_c{
  top: 1px;
  border-top: none;
  border-bottom: 6px solid #2b3141;
}

#header .header-h:hover + .header-h-x{
  display: block;
}
#header .header-h-x {
  background: #fff;
  width: 215px;
  position: absolute;
  top: 48px;
  border: 1px solid #dddddd;
  left: 0px;
  z-index: 9999;
}
#header .header-h-x:hover {
  display: block;
}
#header .header-h-x ul li a {
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  padding: 16px 0;
  text-indent: 75px;
}
#header .header-h-x ul li:hover a{
  color: #1296DB;
  background: #f2f2f2;
}
#header .header-h-x ul li .logo{
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 24px;
  top: 50%;
  left: 30px;
  margin-top: -12px;
}






#header .header-land-t {
  margin-top: 8px;
  width: 99px;
  height: 32px;
  float: right;
}
#header .header-land {
  position: relative;
}
#header .header-land-r {
  float: right;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #F2F2F2;
}
#header .header-land-l {
  float: left;
  line-height: 48px;
  max-width: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .header-land-r .header-land-img {
  float: left;
  margin: 8px 15px 0 25px;
  behavior:url(./css/PIE.htc);
}
#header .header-land-r .header-land-img img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
#header .header-land-r .header-land-xl {
  background: url(../img/u/u2.png) no-repeat;
  width: 16px;
  height: 16px;
  float: right;    
  margin: 15px -25px 0 5px;
}
#header .header-land-r:hover .seclt-bt{
  display: block;
}
#header .header-land-r:hover .header-land-xl{
  background: url(../img/u/u3.png) no-repeat;
}
#header .header-land-t a{
  width: 99px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #1296DB;
  background: #fff;
  border-radius:50px; 
}
#header .header-land-t a:hover {
  background: #1296DB;
  color: #fff;
}
#header .header-land-t a:active {
  background: #ff7b4e;
  color: #fff;
}
/* 用户下拉框 */
#header .row-1 {
  font-weight: 400;
  color: #6B6B6B;
  height: 34px;
  line-height: 36px;
  font-size: 12px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
  float: left;
  width: 54px;
  text-indent: 4px;
  outline:none;
  -moz-outline:none;
}
#header .row-2 {
  display: inline-block;
  margin-top: 3px;
  float: left;

}
#header .seclt-bt {
  width: 205px;
  height: 200px;
  position: absolute;
  z-index: 9999999;
  right: 8px;
  top: 48px;
  display: none;
}
#header .seclt-bt img {
  margin: 0;
  width: 54px;
  height: 54px;
}
#header .seclt-bt .seclt-bt-k1 {
  background: #1296DB;
  padding: 19px 0px 19px 17px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  display: block;
  height: 55px;
}
#header .seclt-bt .seclt-bt-k1 p {
  overflow: hidden;
  margin: -2px 36px 0px 0;
  width: 81px;
  float: right;
  line-height: 24px;
}
#header .seclt-bt .seclt-bt-k1 .seclt-bt-text {
  float: right;
  width: 117px;
  margin-top: 1px;
}
#header .seclt-bt .seclt-bt-k1 p img {
  float: right;
  margin: 2px 0 0 4px;
}
#header .seclt-bt .seclt-bt-k1 span {
  display: block;
  float: left;
  font-family: '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
}
#header .seclt-bt .seclt-bt-k1 .row {
  width: 57px;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
#header .seclt-bt .seclt-bt-k2 {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  padding-bottom: 7px;
  padding-top: 6px;
  border: 1px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=155, Strength=4);
  border-top: none;
}
#header .seclt-bt .seclt-bt-k2 a {
  width: 68px;
  text-indent: 13px;
  text-align: left;
  cursor: pointer;
}
#header .seclt-bt .seclt-bt-k2 a:hover {
  color: #FF7E53;
}
#header .seclt-bt .seclt-bt-k2 p {
  overflow: hidden;
}
#header .header-tab {
  float: left;
}
#header .header-tab .li {
  float: left;
  position: relative;
}
/* 底部 */
#footer{
  min-width: 1000px;
  width: 100%;
  text-align: center;
  background: #3f4658;
  margin-top: 114px;
  padding-top: 30px;
}
#footer ul {
  float:left;
  position:relative;
  left:50%;
  clear:both;
}
#footer ul li {
  float: left;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  position:relative;
  left:-50%;
}
#footer ul li a {
  color: #fff;
}
#footer ul li span {
  color: #fff;
  margin: 0 20px;
}
#footer p {
  margin-top: 9px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #868686;
  text-align: center;
}
#qidian_wpa_2852066922_53 {
  display: none;
}
#footer .link {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 35px
}
#footer .link a {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #818181;
}
#footer .link i {
	margin: 0 10px;
}