﻿/*-----------------[初始化]--------------*/
body {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft Yahei";
  min-width: 1000px;
}
a {
  color: #333;
}
a:hover {
  color: #134268;
}
img,
.ani {
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input,
textarea,
select {
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑", "Microsoft Yahei";
}
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*布局*/
.wp {
  width: 1080px;
  margin: 0 auto;
}
.h50 {
  height: 50px;
  clear: both;
  overflow: hidden;
}
.h100 {
  height: 100px;
  clear: both;
  overflow: hidden;
}

.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.wp1 {
  margin-left: 50%;
}
.wp2 {
  width: 1920px;
  margin-left: -960px;
}

/*标题*/

/*按钮*/

/*******************************
	-------[=头部]-------
********************************/
#hd_top {
  padding: 16px 0;
  background: #666;
}
.ul_nav li {
  position: relative;
  float: left;
  padding-right: 10px;
  /* border-right: 2px solid #fff; */
}
.ul_nav li a {
  color: #fff;
  margin-right: 7px;
}
.ul_nav li dl {
  position: absolute;
  display: none;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  background: #ccc;
}
.ul_nav li dl dd {
  text-align: center;
}
.ul_nav li:hover dl {
  display: block;
}
.notice_r {
  width: 120px;
  line-height: 50px;
}
.notice_l {
  width: 960px;
}
/* 文字滚动 */
.txtMarquee-left {
  width: 450px;
  position: relative;
}
.txtMarquee-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("images/icoLeft.gif") no-repeat;
}
.txtMarquee-left .hd .next {
  background: url("images/icoRight.gif") no-repeat;
}
.txtMarquee-left .bd {
  padding: 10px;
}
.txtMarquee-left .bd .tempWrap {
  width: 960px !important;
} /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.txtMarquee-left .bd ul li {
  width: 940px;
  margin-right: 20px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: left;
  _display: inline;
  width: auto !important;
} /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li span {
  color: #999;
}
/*导航*/

/*banner*/

/*底部*/
