@charset 'utf-8';

/*清除默认样式*/

body {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}

html,body,div,ul,li,a,span,i,em,form,input,label,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  border: none;
  display: block;
  vertical-align: middle;
}

label {
  cursor: default;
}


/*公共样式*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}

.wrap {
  width: 100%;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}


/* center css */

.center {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.menu {
  width: 207px;
  text-align: center;
}

.menu-head {
  height: 82px;
  line-height: 82px;
  background: #1ba5e3;
  color: #fff;
  font-size: 24px;
}

.menu ul {
  background:url(../images/cen.png) left repeat-y;
  padding:10px 0;
}

.menu ul li a {
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #222;
}

.menu ul li.on a,
.menu ul li:hover a {
  background: #49b7e9;
  color: #fff;
}

.cen-i {
  position: absolute;
  bottom: 50px;
  left: 29px;
}

.cen-i img {
  display: block;
  width: 149px;
  height: 149px;
}

.cen-r {
  width: 960px;
  border: 1px solid #eee;
  padding-bottom: 30px;
}

.live {
  position:relative;
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d2dce2;
  margin-top: 13px;
  text-align: right;
  padding-right: 15px;
}

.live h2{
  position:absolute;
  left:10px;
  top:0px;
  font-size:18px;
  font-weight:normal;
}

.live a,
.live span {
  color: #666;
}


/*list css */

.cen-con,
.list {
  padding: 0px 12px;
}

.list ul {
  padding: 20px 0px;
}

.list ul li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #000;
}

.list ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  float: left;
  width: 720px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list ul li span {
  display: block;
  float: right;
  width: 100px;
  text-align: right;
}

.fanye {
  margin-top: 40px;
  text-align: center;
}

/*list css end*/


/*content css */

.con-h {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}

.con-span {
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.con-span span {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}

.con-tt {
  margin-bottom: 40px;
}

.con-tt p {
  line-height: 36px;
  text-indent: 2em;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.con-tt img {
  display: block;
  margin: auto;
  margin-top: 10px;
}

.con_bt a {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  width: 910px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out;
  /* Safari 和 Chrome*/
  -o-transition: all 0.5s ease-in-out;
  /* Opera */
}

.con_bt a:hover {
  padding-left: 5px;
}

/*dpzw*/
.dpzw{
  padding:30px;
}

.dpzw div{
  text-align: justify;
}

.dpzw div p{
  color: #666;
  margin-top:10px;
}

.dpzw div p img{
  margin:0 auto;
}

/*public*/

.live a:hover,
.con_bt a:hover,
.list ul li a:hover {
  color: #fb6a1d;
}