@charset "utf-8";
/*comm*/
.clear {
    zoom:1;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearX {
    zoom:1;
}

.clearX:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
body{
  background:#eee;
}
.wrap{
    overflow: hidden;
    margin: 20px auto;
}
.main{
  width: 1200px;
  margin: 30px auto;
}

/*wmenu*/
.wmenu {
  width: 100%;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 1px 5px #ccc;
  margin-bottom: 1px;
}
.wmenu .menu {
  width: 1200px;
  margin: 0 auto;
}
.wmenu .channel {
  line-height: 40px;
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
  background: #000;
  margin: 15px 0;
  box-shadow: inset 0 1px 1px #ccc;
  color: #fff;

}
 .wmenu .channel a{
  color: #fff;
 }
.wmenu .subchannel {
  line-height: 70px;
  font-size: 14px;
}
.wmenu .subchannel a {
  color: #535353;
  margin-left: 20px;
  padding: 5px 0;
}
.wmenu .subchannel a.on {
  border-bottom: 2px solid #000;
  color: #000;
}


/*block-detail*/
.block-detail{
  padding: 20px;
  background: #fff;
  overflow: hidden;
}
.block-detail h2{
  text-align: center;
  line-height: 60px;
  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;
  line-height: 30px;
}
.block-detail #content p{
  margin: 15px 0;
 /* text-indent: 28px; */
  line-height: 26px;
}

.block-detail #content .share{
  margin-top: 20px;
}
.block-detail #content img{
  max-width: 100%;
}


/* 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 #C7C7C7;
    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 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;
    height: 27px;
    line-height: 27px;
    margin-right: 20px;
    margin-top: 20px;
}
.node-page a{
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
}
.node-page a.on{
    color: #fff;
    background: #005EA2;
}
.node-page a:hover{
    background: #005EA2;
    border-color: #eee;
    color: #fff;
}
.node-page a.selected{
    background:none;
    border:none;
}

/*contactWidthMessage contact*/
.w-contactWidthMessage{
  width: 100%;
  background: #F7F7F7;
  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;
  line-height: 40px;
  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: #005EA2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contactWidthMessage .mess form .sub:hover{
  background: #B93938;
}
.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{
  padding: 0 20px;
  margin-top: 16px;
}
.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: #fff;
}
.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: #005EA2;
  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-title{
  margin-top: 10px;
  overflow: auto;
  padding: 0 20px;
}
.list-title li{
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  list-style-type: decimal;
  list-style-position: inside;;
  border-bottom: 1px #C0BEBE dashed;
}

/*list-tighten*/
.list-tighten {
  margin-top: 40px;
  overflow: hidden;
}
.list-tighten ul {
  width: 1202px;
}
.list-tighten li {
  float: left;
  width: 398px;
  height: 246px;
  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: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: 50%;
  -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: -15px 0 0 -42.5px;
}
.list-tighten li .channelname:hover {
  background: #222;
  color: #fbc509;
}

/*ar-cat-tree*/
.ar-cat-tree{
  width: 240px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.ar-cat-tree h2{
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #005EA2;
  font-size: 16px;
  color: #fff;
}
.ar-cat-tree li h3{
  height: 35px;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
  border: 1px #eee solid;
  border-top: none;
}
.ar-cat-tree li h3 a{
  border: none;
  padding: 0;
  font-size: 14px;
  float: left;
  color:#005EA2;
}
.ar-cat-tree li h3:hover,.ar-cat-tree li h3.on{
  background: #005EA2;
}
.ar-cat-tree li h3:hover a,.ar-cat-tree li h3.on a{
  color: #fff;
}
.ar-cat-tree li h3:hover .row,.ar-cat-tree li h3.on .row{
  color: #fff;
}
.ar-cat-tree li .a-box{
  display: none;
}
.ar-cat-tree li a{
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 40px;
  border: 1px #eee solid;
  border-top: none;
  position: relative;
}
.ar-cat-tree li .a-box a:hover{
  background: #2daef4;
  color: #fff;
}
.ar-cat-tree li a:hover .dot{
  background: #fff;
}
.ar-cat-tree .row{
  height: auto;
  line-height: auto;
  padding: 0;
  margin: 0;
  float: right;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  display: block;
  width: 35px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.ar-cat-tree a .dot{
  position: absolute;
  left: 24px;
  top: 15px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

.section-right{
  width: 950px;
  background: #fff;
  min-height: 300px;
  padding-bottom: 30px;
}
.map-nav{
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px #eee solid;
  padding: 0 20px;
  overflow: hidden;
  padding-top: 10px;
}

.map-nav-title{
  border-bottom:1px solid #005EA2;
  float: left;
  font-size: 18px;
    padding-bottom: 8px;
    color: rgb(0,112,192);
}
.map-nav .addr{
  font-size: 12px;
  color: #888;
  line-height: 20px;
}
.map-nav .addr a{
  color: #888;
  margin: 0 5px;
}
.map-nav .addr a:hover{
  color: #005EA2;

}

/*node-video-info*/
.node-video-info{
  padding: 20px;
  overflow: hidden;
}
.node-video-info ul{
}
.node-video-info li{
 width: 48%;
 margin: 0 2% 2% 0;
  float: left;
  height: 350px;

}


/*form*/
.red{
	color: red;
}
#dataForm{
	margin: 30px 0 0 30px;
}
#dataForm .issue{
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
}
#dataForm label{
	width: 95px;
	text-indent: 12px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
}
#dataForm .red{
	top: 5px;
	line-height: 30px;
	vertical-align: text-top;
	font-size: 20px;
	font-weight: bold;
}
#dataForm .radios{
	float: left;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}
#dataForm .radios label{
	width: auto;
	float: none;
	height: 30px;
	line-height: 30px;
	float: left;
	text-indent: 0;
	text-align: left;
}
#dataForm .radios input{
	width: 10px;
	float: none;
	margin-top: 4px;
	float: left;
	margin-right: 5px;

}
#dataForm input{
	width: 250px;
	height: 25px;
	margin-left: 5px;
  margin-top: 1px;
}
#dataForm textarea{
	width: 250px;
	margin-left: 5px;
	height: 100px;
	text-align: left;
  margin-top: 1px;
}
#dataForm .submit{
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #006cd5;
	display: block;
	margin-left: 100px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#dataForm .submit:hover{
	background: #2daef4;
}
#dataForm .check label{
  float: none;
}
#dataForm .check input{
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}



/*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;
}
.title-slide li .pic a{
  display: block;
  text-align: center;
  line-height: 250px;
}

.wrap{
  width: 1200px;
  margin:20px auto 40px auto;
}

.section-right .node-head-list h1.yaHei{height: auto; margin: 0px auto 0px;}