@charset "utf-8";
/*comm*/
.wrap{
  overflow: hidden;
  background: #F7F7F7;
}
.main{
  width: 1200px;
  margin: 30px auto;
}

/*wmenu*/
.wmenu {
  width: 100%;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 1px 5px #ccc;
  /*margin-bottom: 1px;*/
  background: #DADADA;
}
.wmenu .menu {
  width: 1200px;
  margin: 0 auto;
}
.wmenu .channel {
  line-height: 40px;
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
  background: #b10307;
  margin: 15px 0;
  /*box-shadow: inset 0 1px 1px #ccc;*/
  color: #535353;
  color: #fff;
}
 .wmenu .channel a{
  color: #fff;
 }
.wmenu .subchannel {
  line-height: 70px;
  font-size: 14px;
}
.wmenu .subchannel a {
  color: #fff;
  margin-left: 20px;
  padding: 5px 0;
}
.wmenu .subchannel a.on {
  border-bottom: 2px solid #fff;
  color: #fff;
}


/*block-detail*/
.block-detail{
  padding: 40px;
  background: #fff;
  overflow: hidden;
  min-height: 500px;
  box-shadow: 0 0 14px #C9C9C9;
}
.block-detail h2{
  text-align: center;
  line-height: 60px;
  color: #b10307;
  border-bottom: 1px #D5D5D5 solid;
}
.block-info{
  text-align: center;
  font-size: 12px;
  color: #888;
}
.block-info span{
  margin: 0 20px;
  line-height: 35px;
}
.block-detail #content{
  font-size: 14px;
  color: #222;
  margin-top: 26px;
}
.block-detail #content p{
  margin: 15px 0;
  text-indent: 28px;
  line-height: 26px;
}

.block-detail #content .share{
  margin-top: 20px;
}


/* list-info */
.node-list-info{
    margin: 10px auto 0 auto;
    width: 98%;
    overflow: hidden;
}
.node-list-info li{
    padding: 15px 10px 15px 0;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    cursor:pointer;
    background: #fff;
    padding-left: 10px;
    margin-top: 10px;
}
.node-list-info li .thumb{
    float: left;
    width: 148px;
    height: 148px;
    margin-right: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.node-list-info li img{
    height: 100%;
}
.node-list-info .info{
}
.node-list-info h3 a{
    line-height:50px;
    font-size: 16px;
    color: #666;
}
.node-list-info p{
    line-height: 180%;
    color: #666;
}
.node-list-info p a{
    color: #666;
    padding-left: 10px;
}
.node-list-info .tags{
    text-align: left;
}
.node-list-info .tags span{
    margin: 0 15px 0 0;
    line-height: 260%;
    color: #666;
}
.node-list-info .tags em{
    color: #666;
}
.node-list-info li:hover{
    background:#ddd;
    color: #fff;
    border-right:5px solid #aaa;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.node-list-info li:hover a{
    color: #222;
}
.node-list-info li:hover p{
    color:#555;
}
.node-list-info li:hover .tags em{
    color: #555;
}
.node-list-info li:hover .tags span{
    color: #555;
}
.node-list-info a:hover{
    color: #555;
    text-decoration: underline;
}
.node-list-info li:hover img{
    filter:alpha(opacity=60);
    opacity: .6;
}

/* node-page */
.node-page{
    text-align: right;
    margin: 30px 0 5px;
}
.node-page a{
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background: #757575;
    color: #fff;
}
.node-page a.on{
    color: #fff;
    background: #c10000;
}
.node-page a:hover{
    background: #c10000;
    border-color: #eee;
    color: #fff;
}
.node-page a.selected{
    background:none;
    border:none;
}

/*contactWidthMessage contact*/
.w-contactWidthMessage{
  width: 100%;
  padding: 20px 0;
}
.contactWidthMessage {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.contactWidthMessage .title {
  font-size: 22px;
  line-height: 60px;
  margin-bottom: 40px;
  border-bottom: 1px #000 solid;
  color: #555;
}
.contactWidthMessage .mess {
  width: 500px;
  padding: 15px 30px;
  float: left;
  background: #ffffff;
}
.contactWidthMessage .mess form div {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 40px;
  background: #f3f3f3;
}
.contactWidthMessage .mess form label {
  width: 50px;
  float: left;
  height: 40px;
  padding: 0 5px;
  overflow: hidden;
  color: #777;
}
.contactWidthMessage .mess form input {
  float: left;
  width: 433px;
  overflow: hidden;
  padding-left: 5px;
  height: 20px;
  padding: 10px 0;
  line-height: 20px;
  border: none;
  outline: none;
  background: none;
}
.contactWidthMessage .mess form textarea {
  width: 433px;
  height: 150px;
  background: none;
  border: none;
  outline: none;
  padding-left: 5px;
  font-size: 14px;
  padding-top: 10px;
  line-height: 20px;
}
.contactWidthMessage .mess form .sub {
  width: 200px;
  height: 40px;
  text-align: center;
  /*line-height: 40px;*/
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contactWidthMessage .mess form .sub:hover{
  background: #c10000;
}
.contactWidthMessage .ourLocation {
  width: 300px;
  float: right;
  padding: 15px 30px;
  min-height: 470px;
  background: #ffffff;
}
.contactWidthMessage .ourLocation P {
  line-height: 30px;
  color: #555;
  font-size: 14px;
}
.contactWidthMessage .ourLocation .bdsharebuttonbox {
  margin-top: 20px;
}

/*title-slide*/
.title-slide ul {
  width: 1210px;
}
.title-slide li {
  float: left;
  width: 292px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #ffffff;
}
.title-slide li .pic {
  height: 250px;
  overflow: hidden;
  position: relative;
  line-height: 250px;
  background: #eee;
  text-align: center;
}
.title-slide li .pic img {
	max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.title-slide li .title {
  height: 40px;
  line-height: 40px;
  background: #000;
  width: 90%;
  padding: 0 5.1%;
  font-size: 14px;
  text-align: center;
}
.title-slide li .title a{
	color: #fff;
}
.title-slide li:hover .pic img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/*list-tighten*/
.list-tighten {
  margin-top: 40px;
  overflow: hidden;
}
.list-tighten ul {
  width: 1202px;
}
.list-tighten li {
  float: left;
  width: 398px;
  margin-bottom: 2px;
  margin-right: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-tighten li img{
  width: 100%;
}
.list-tighten li:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.list-tighten li .channelname {
  display: block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: #fbc509;
  text-align: center;
  color: #222;
  position: absolute;
  top: 85%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  margin: 0 0 0 -42.5px;
}
.list-tighten li .channelname:hover {
  background: #222;
  color: #fbc509;
}

/*imagepic-focus*/
  .imagepic-focus{
    width: 96%;
    margin: 40px auto 0;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    padding: 40px 0;

  }
  .imagepic-focus .pic{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .imagepic-focus .pic h3{
    position: absolute;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: url(/images/opacity06.png);
    bottom: -40px;
    left: 0;
    width: 100%;
  }

  .imagepic-focus .pic  img{
    max-height: 100%;
    max-width: 100%;
  }
  .pic-content{
    display: none;
  }
  .imagepic-focus .bd{
    width: 850px;
    margin: 0 auto;
    height: 102px;
    position: relative;
    margin-top: 20px;
  }
  .imagepic-focus .bd li{
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin:0 10px;
    border: 1px #fff solid;
    cursor: pointer;
  }
  .imagepic-focus .bd li.on{
    border-color: red;
  }
  .imagepic-focus .bd li img{
    height: 100px;
  }
  .imagepic-focus .prev{
    position: absolute;
    width: 30px;
    height: 45px;
    top: 50%;
    left: -40px;
    margin-top: -20px;
   /* background: url(/images/image-pic.pev.png);*/
  }

  .imagepic-focus .next{
    position: absolute;
    width: 30px;
    height: 45px;
    top: 50%;
    right: -40px;
    margin-top: -20px;
   /* background: url(/images/image-pic.pev.png) -30px 0 ;*/
  }

  /*node-list-table 表格列表*/
.node-list-table {
    width: 94%;
    margin: 40px auto 0;
}

.node-list-table .data {
    width: 100%;
}

.node-list-table th, .node-list-tabl td {
    text-align: center;
}

.node-list-table th {
    border-bottom: #222 1px dashed;
    height: 35px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
}

.node-list-table td {
    text-align: center;
    color: #222;
    padding: 10px 0 10px 0;
    border-bottom: #222 1px dashed;
    width: 22%;
}

.node-list-table .title {
    text-align: left;
    width: 34%;
}
.node-list-table td.title {
    padding-left: 10px;
}
.node-list-table td.title a{
    color: #666;
}
.node-list-table td.title em{
    padding-right: 10px;
    font-size: 10px;
    color: #acc738;
    font-style: italic;
    font-family:  Arial, sans-serif;
}
.node-list-table td.title a:hover{
    color: #222;
}

/* node-head-list */
.node-head-list{
    width: 94%;
    margin: 30px auto 25px;
    overflow: hidden;
}
/*#content{
  width: 94%;
  margin: 0 auto;
}*/
#content .description-tit{
  font-size: 18px;
}
.node-head-list h1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.node-head-list ul{
    padding: 15px 0 10px 0;
    color: #222;
    width: 90%;
    border-bottom: 1px dashed #222;
}
.node-head-list .item1 li{
    width: 33%;
}
.node-head-list .item2 li{
    width: 50%;
}
.node-head-list ul li{
    float: left;
    line-height: 180%;
}
.node-head-list li span{
    color: #222;
}

.node-head-list li em{
    color: #962201;
    font-weight: bold;
}


