html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
}

a img {
  border: none;
}

/*init BEGIN*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  outline: none;
}

/*清除内外边距*/

a:focus {
  -moz-outline-style: none;
}

/*IE不支持*/

a:focus {
  outline: none;
}

/*很多网站都会加的属性*/

body, button, input, select, textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}

/*设置默认字体*/

address, cite, dfn, em, var {
  font-style: normal;
}

/*将斜体扶正*/

code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
}

/*统一等宽字体*/

small {
  font-size: 12px;
}

/*小于 12px 的中文很难阅读，让 small 正常化*/

ul, ol {
  list-style: none;
}

/*重置列表元素*/

a {
  text-decoration: none;
}

/*重置文本格式元素*/

abbr[title], acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

/*重置表单元素*/

legend {
  color: #000;
}

/*for ie6*/

fieldset, img {
  border: none;
}

/*img 搭车：让链接里的 img 无边框*/

/*注：optgroup 无法扶正*/

button, input, select, textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*重置表格元素*/

hr {
  border: none;
  height: 1px;
}

/*重置 hr*/

html {
  overflow-y: scroll;
}

/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.c_top {
  height: 34px;
  line-height: 34px;
  background: #323232;
  color: #ccc;
  font-size: 13px;
  position: relative;
  z-index: 5;
}



.c_top a {
  color: #ccc;
}

.c_top a:hover {
  color: #fff;
}

.c_top a.c_topicon1 {
  background: url(../images/topicon2.png) no-repeat left center;
  padding-left: 14px;
  position: relative;
  display: inline-block;
}

.c_top a.c_topicon1 img {
  display: block;
  position: absolute;
  top: 34px;
  left: -48px;
  display: none;
  width: 150px;
}

.c_top a.c_topicon1:hover img {
  display: block;
}

.c_top a.c_topicon2 {
  background: url(../images/topicon3.png) no-repeat left center;
  padding-left: 20px;
}

.c_top .fr span {
  padding: 0 10px;
}

.c_top .fl span {
  padding-left: 20px;
  background: url(../images/topicon1.png) no-repeat left center;
}

.c_head {
  padding: 24px 0;
}

.c_head .c_logo {
  float: left;
}

.c_head .c_logo img {
  display: block;
}

.c_head .c_toplink {
  float: right;
  padding-left: 20px;
  margin-top: 10px;
}

.c_head .c_toplink a {
  float: left;
  width: 28px;
  height: 28px;
  background: url(../images/topinco.png) no-repeat;
  margin: 3px 0 0 8px;
  padding: 0;
}

.c_head .c_toplink a.c_topl1 {
  background-position: left top;
}

.c_head .c_toplink a.c_topl1:hover {
  background-position: left bottom;
}

.c_head .c_toplink a.c_topl2 {
  background-position: center top;
}

.c_head .c_toplink a.c_topl2:hover {
  background-position: center bottom;
}

.c_head .c_toplink a.c_topl3 {
  background-position: right top;
}

.c_head .c_toplink a.c_topl3:hover {
  background-position: right bottom;
}

.c_head .c_topsearch {
  float: right;
  background: #ececec;
  border-radius: 5px;
  height: 35px;
  margin-top: 10px;
}

.c_head .c_topsearch input[type="submit"] {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/sousuo.png) no-repeat center;
  border: none;
  outline: none;
  cursor: pointer;
}

.c_head .c_topsearch input[type="submit"]:hover {
  background-image: url(../images/sousuo1.png);
}

.c_head .c_topsearch div {
  margin-right: 35px;
  padding: 0 15px;
}

.c_head .c_topsearch div input {
  display: block;
  height: 35px;
  line-height: 35px;
  border: none;
  background: none;
  outline: none;
  font-family: "微软雅黑";
}

.c_topnav {
  height: 46px;
  line-height: 46px;
  background: #318acf;
}

.c_topnav ul li {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  position: relative;
}

.c_topnav ul li a {
  display: block;
  color: #fff;
}

.c_topnav ul li:hover {
  background: #2071b0;
}

.c_topnav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 45px;
}

.c_topnav ul li.on {
  background: #2071b0;
}

.c_topnav ul li .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  top: 65px;
  opacity: 0;
  filter: alpha(opacity=100);
  visibility: hidden;
  transition: all 0.3s;
}

.c_topnav ul li .submenu a {
  margin-top: 1px;
  background: #318acf;
}

.c_topnav ul li .submenu a:hover {
  background: #fc6621;
}

.c_topnav ul li .submenu a.on {
  background: #fc6621;
}

.c_header {
  position: relative;
  z-index: 990;
}

.c_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 366px;
}

.c_banner .tempWrap {
  overflow: visible !important;
}

.c_banner .tempWrap ul {
  margin-left: -1200px !important;
}

.c_banner .bd {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
}

.c_banner .bd li {
  width: 1200px;
  height: 366px;
}

.c_banner .bd li img {
  display: block;
}

.c_banner .bd li a {
  display: block;
}

.c_banner .hd {
  height: 0;
  position: relative;
  z-index: 8;
  width: 1200px;
  margin: 0 auto;
}

.c_banner .hd a {
  display: block;
  width: 42px;
  height: 51px;
  background: url(../images/jiantou.png) no-repeat;
  position: absolute;
  top: 160px;
}

.c_banner .hd a.prev {
  right: 50px;
  background-position: right top;
}

.c_banner .hd a.prev:hover {
  background-position: right bottom;
}

.c_banner .hd a.next {
  left: 50px;
  background-position: left top;
}

.c_banner .hd a.next:hover {
  background-position: left bottom;
}

.c_banner .zhel {
  width: 980px;
  right: 50%;
  margin-right: 600px;
  background: url(../images/bantou.png);
  position: absolute;
  height: 100%;
}

.c_banner .zher {
  width: 980px;
  left: 50%;
  margin-left: 600px;
  background: url(../images/bantou.png);
  position: absolute;
  height: 100%;
}

.c_footer {
  background: #323232;
  color: #959595;
  font-size: 14px;
}

.c_footer a {
  color: #959595;
}

.c_footer a:hover {
  color: #eee;
}

.c_footer .c_foot {
  padding: 10px 0;
  overflow: hidden;
}

.c_footer .botnav {
  float: left;
  width: 400px;
  overflow: hidden;
  line-height: 34px;
  padding: 20px 0;
  margin-left: -22px;
}

.c_footer .botnav .botnavkk {
  overflow: hidden;
  width: 420px;
}

.c_footer .botnav .botnavkk a {
  float: left;
  padding: 0 24px;
  background: url(../images/xixian.png) no-repeat right center;
}

.c_footer .c_botlx {
  float: left;
  padding: 26px 30px;
  overflow: hidden;
  width: 470px;
  background: url(../images/xixian1.png) no-repeat left center;
  margin-left: 20px;
}

.c_footer .c_botlx img {
  float: left;
}

.c_footer .c_botlx div {
  float: right;
  line-height: 26px;
}

.c_footer .c_boterwei {
  float: right;
  background: url(../images/xixian1.png) no-repeat left center;
  padding-left: 30px;
}

.c_footer .c_botinfo {
  background: #1c1c1c;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.c_footer .c_botinfo img {
  vertical-align: middle;
}

.c_footer .c_botinfo span {
  padding: 0 10px;
}

.c_youlink {
  height: 42px;
  line-height: 42px;
  background: #1c1c1c;
  color: #999;
  font-size: 14px;
}

.c_youlink .c_links {
  margin-left: 80px;
  overflow: hidden;
}

.c_youlink .c_links ul {
  overflow: hidden;
}

.c_youlink .c_links li {
  float: left;
  padding-right: 15px;
}

.c_youlink span {
  float: left;
}

.c_youlink a {
  color: #999;
}

.c_youlink a:hover {
  color: #fff;
}

.c_floor1 {
  height: 65px;
  line-height: 65px;
  background: url(../images/topnews.jpg) no-repeat center top;
}

.c_floor1 h2 {
  font-size: 20px;
  padding-left: 36px;
  background: url(../images/laba.png) no-repeat left center;
  font-weight: bold;
  float: left;
}

.c_floor1 h2 a {
  display: block;
  color: #fc6621;
}

.c_floor1 h2 a:hover {
  color: #333;
}

.c_floor1 .c_topnews {
  margin-left: 140px;
}

.c_floor1 .c_topnews .hd {
  float: right;
  width: 14px;
  padding: 10px 0 0;
}

.c_floor1 .c_topnews .hd a {
  display: block;
  width: 14px;
  height: 7px;
  background: url(../images/jiantou1.png) no-repeat;
  margin: 10px 0 0;
  float: left;
}

.c_floor1 .c_topnews .hd a.next {
  background-position: left bottom;
}

.c_floor1 .c_topnews .hd a.next:hover {
  background-position: right bottom;
}

.c_floor1 .c_topnews .hd a.prev {
  background-position: left top;
}

.c_floor1 .c_topnews .hd a.prev:hover {
  background-position: right top;
}

.c_floor1 .c_topnews .bd {
  float: left;
  overflow: hidden;
  width: 1000px;
}

.c_floor1 .c_topnews .bd li {
  float: left;
  width: 460px;
  margin: 0 20px;
  overflow: hidden;
}

.c_floor1 .c_topnews .bd li span {
  float: right;
  font-size: 15px;
  color: #999;
}

.c_floor1 .c_topnews .bd li h3 {
  font-size: 15px;
  margin-right: 100px;
}

.c_floor1 .c_topnews .bd li h3 a {
  display: block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_floor1 .c_topnews .bd li h3 a:hover {
  color: #0093D1;
}

.c_tit {
  overflow: hidden;
  background: url(../images/huabian.png) repeat-x center;
}

.c_tit h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
}

.c_tit h2 a {
  display: block;
  padding-left: 35px;
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
}

.c_tit h2 a:hover {
  color: #318acf;
}

.c_tit h2 a.c_tit1 {
  background: #fff url(../images/tit1.png) no-repeat left center;
}

.c_tit h2 a.c_tit1:hover {
  background-image: url(../images/tit1-1.png);
}

.c_tit h2 a.c_tit2 {
  background: #fff url(../images/tit2.png) no-repeat left center;
}

.c_tit h2 a.c_tit2:hover {
  background-image: url(../images/tit2-1.png);
}

.c_tit h2 a.c_tit3 {
  background: #fff url(../images/tit3.png) no-repeat left center;
}

.c_tit h2 a.c_tit3:hover {
  background-image: url(../images/tit3-1.png);
}

.c_tit h2 a.c_tit4 {
  background: #fff url(../images/tit4.png) no-repeat left center;
}

.c_tit h2 a.c_tit4:hover {
  background-image: url(../images/tit4-1.png);
}

.c_tit h2 a.c_tit5 {
  background: #fff url(../images/tit5.png) no-repeat left center;
}

.c_tit h2 a.c_tit5:hover {
  background-image: url(../images/tit5-1.png);
}

.c_floor2 {
  padding: 40px 0;
}

.c_lefeabout {
  float: left;
  width: 800px;
}

.c_lefeabout .c_peitu {
  float: left;
  width: 360px;
  height: 327px;
  margin-top: 25px;
}

.c_lefeabout .c_indexabout {
  float: right;
  width: 390px;
  height: 325px;
  padding: 10px 0 0;
  margin-top: 25px;
}

.c_lefeabout .c_aboutkk {
  line-height: 30px;
  height: 240px;
  overflow: hidden;
  font-size: 15px;
  color: #333;
}

.c_lefeabout .c_aboutkk a {
  color: #318acf;
}

.c_lefeabout .c_aboutkk a:hover {
  color: #f90;
}

.c_lefeabout .c_more {
  display: block;
  width: 125px;
  text-align: center;
  border-radius: 5px;
  background: #318acf;
  color: #fff;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  margin-top: 34px;
}

.c_lefeabout .c_more:hover {
  background: #f90;
}

.c_rightform {
  float: right;
  width: 340px;
}

.c_rightform form {
  display: block;
  overflow: hidden;
  padding: 15px 0 0;
}

.c_rightform .c_input {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_rightform .c_input span {
  float: left;
  width: 54px;
  height: 46px;
}

.c_rightform .c_input span.c_inn1 {
  background: url(../images/icon1.png) no-repeat center;
}

.c_rightform .c_input span.c_inn2 {
  background: url(../images/icon2.png) no-repeat center;
}

.c_rightform .c_input div {
  margin-left: 54px;
  padding: 0 15px 0 15px;
  background: url(../images/xishu.png) no-repeat left center;
}

.c_rightform .c_input div input {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
}

.c_rightform .c_select {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_rightform .c_select span {
  float: left;
  width: 54px;
  height: 46px;
  background: url(../images/icon3.png) no-repeat center;
}

.c_rightform .c_select div.c_seli {
  margin-left: 54px;
  padding: 0 15px 0 0;
  background: url(../images/xishu.png) no-repeat left center;
  position: relative;
}

.c_rightform .c_select div.c_seli div.c_xian {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  padding: 0 15px;
  background: url(../images/xiajian.png) no-repeat right center;
}

.c_rightform .c_select div.c_seli select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  width: 100%;
  font-family: "微软雅黑";
  opacity: 0;
  filter: alpha(opacity=0);
}

.c_rightform .c_yzm {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_rightform .c_yzm span {
  float: left;
  width: 54px;
  height: 46px;
  background: url(../images/icon4.png) no-repeat center;
}

.c_rightform .c_yzm div {
  margin-left: 54px;
  padding: 0 0 0 15px;
  background: url(../images/xishu.png) no-repeat left center;
  overflow: hidden;
}

.c_rightform .c_yzm div input {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  float: left;
}

.c_rightform .c_yzm div img {
  float: right;
  border-left: 1px solid #dedede;
  cursor: pointer;
}

.c_rightform .c_button {
  display: block;
  border: none;
  background: #ff9500;
  height: 52px;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  outline: none;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  margin-top: 18px;
  cursor: pointer;
}

.c_rightform .c_button:hover {
  background: #0072C6;
}

.c_titin {
  background: url(../images/huabian.png) repeat-x center;
  line-height: 1.6;
}

.c_titin h2 {
  font-size: 26px;
  font-weight: bold;
  width: 315px;
  margin: 0 auto;
  background: #fff;
}

.c_titin h2 a {
  display: block;
  color: #318acf;
  text-align: center;
}

.c_titin h2 a:hover {
  color: #F4B23F;
}

.c_titin div {
  background: #fff;
  text-align: center;
  font-size: 15px;
  color: #999;
}

.c_indexxy .hd {
  position: relative;
  height: 35px;
  z-index: 6;
}

.c_indexxy .hd a {
  display: block;
  position: absolute;
  font-family: "宋体";
  font-size: 30px;
  color: #fff;
  width: 42px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #7f7f7f;
  border-radius: 4px;
  font-weight: bold;
  top: 200px;
}

.c_indexxy .hd a:hover {
  background: #318acf;
}

.c_indexxy .hd a.prev {
  left: -80px;
}

.c_indexxy .hd a.next {
  right: -80px;
}

.c_indexxy .bd {
  overflow: hidden;
}

.c_xyzslist {
  overflow: hidden;
}

.c_xyzslist li {
  float: left;
  margin: 0 42px 0 0;
  width: 268px;
}

.c_xyzslist li img {
  display: block;
}

.c_xyzslist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.c_xyzslist li a {
  display: block;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_xyzslist li .c_des {
  padding: 10px 25px;
  background: #232323;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 2;
}

.c_xyzslist li .c_des h3 {
  font-size: 18px;
}

.c_xyzslist li .c_des div.mao {
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_xyzslist li:hover .c_des {
  background: #318acf;
  color: #94cbf6;
}

.c_xyzslist.pa {
  width: 1280px;
}

.c_xyzslist.pa li {
  margin-bottom: 30px;
}

.c_floor4 {
  padding: 40px 0;
}

.c_newskk {
  width: 375px;
  margin-right: 36px;
}

.c_newskk.fr {
  margin-right: 0;
}

.c_newskk .c_newslist {
  margin-top: 15px;
}

.c_newslist li {
  overflow: hidden;
  line-height: 38px;
  height: 38px;
}

.c_newslist li span {
  float: right;
  font-size: 14px;
  color: #666;
}

.c_newslist li h3 {
  font-size: 15px;
  margin-right: 100px;
}

.c_newslist li h3 a {
  display: block;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_newslist li h3 a:hover {
  color: #0072C6;
}

.sub_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sub_banner .bd li {
  width: 100%;
}

.sub_banner .bd li a {
  display: block;
  width: 100%;
  height: 365px;
}

.sub_banner .hd {
  height: 0;
  position: relative;
  z-index: 8;
  width: 1200px;
  margin: 0 auto;
}

.sub_banner .hd a {
  display: block;
  width: 42px;
  height: 51px;
  background: url(../images/jiantou.png) no-repeat;
  position: absolute;
  top: 150px;
}

.sub_banner .hd a.prev {
  right: 50px;
  background-position: right top;
}

.sub_banner .hd a.prev:hover {
  background-position: right bottom;
}

.sub_banner .hd a.next {
  left: 50px;
  background-position: left top;
}

.sub_banner .hd a.next:hover {
  background-position: left bottom;
}

.c_position {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #999;
  text-align: right;
  padding-top: 10px;
}

.c_position span {
  padding-left: 20px;
  background: url(../images/weizhi.png) no-repeat left center;
}

.c_position a {
  color: #999;
}

.c_position a:hover {
  color: #318acf;
}

.c_cate {
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.c_cate div {
  font-size: 18px;
}

.c_cate em {
  display: block;
  font-family: arial;
  color: #666;
  text-transform: uppercase;
  font-size: 20px;
}

.c_page {
  padding: 40px 0;
  min-height: 400px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  position: relative;
}

.c_xueyuan {
  overflow: hidden;
}

.c_fenye {
  text-align: center;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 4px 0;
}

.c_fenye a {
  display: inline-block;
  color: #333;
  padding: 0 15px;
  border: 1px solid #318acf;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 5px;
}

.c_fenye a:hover {
  display: inline-block;
  border: 1px solid #318acf;
  background: #318acf;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 5px;
}

.c_fenye span {
  display: inline-block;
  border: 1px solid #318acf;
  background: #318acf;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 5px;
}

.c_catelist {
  text-align: center;
}

.c_catelist h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #318acf;
  border: 1px solid #318acf;
  box-shadow: 0 0 8px #318acf;
  border-radius: 20px;
  margin: 20px 10px 0;
}

.c_catelist h2 a {
  display: block;
  padding: 0 20px;
  color: #318acf;
  height: 36px;
  line-height: 36px;
}

.c_catelist h2:hover {
  background: #318acf;
}

.c_catelist h2:hover a {
  color: #fff;
}

.c_catelist h2.on {
  background: #318acf;
}

.c_catelist h2.on a {
  color: #fff;
}

.c_xxtti {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 15px;
}

.c_textinfo {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.c_textinfo a {
  color: #999;
}

.c_textinfo a:hover {
  color: #318acf;
}

.c_textinfo .c_shijn {
  padding-left: 25px;
  background: url(../images/shijian.png) no-repeat left center;
}

.c_textinfo .c_llcs {
  padding-left: 15px;
  background: url(../images/cishu.png) no-repeat left center;
}

.c_textinfo .c_ziti {
  padding-left: 18px;
  background: url(../images/ziti.png) no-repeat left center;
}

.c_textinfo .c_guan {
  padding-left: 16px;
  background: url(../images/guanbi1.png) no-repeat left center;
}

.c_textinfo .c_guan:hover {
  background-image: url(../images/guanbi.png);
}

.sxy {
  overflow: hidden;
  border-top: 1px solid #dedede;
  padding: 30px 0 0;
  margin: 30px 0 0;
}

.sxy a {
  float: left;
  width: 48%;
  margin: 0 1%;
  font-size: 16px;
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sxy a span {
  float: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid #318acf;
  padding: 0 15px;
  border-radius: 5px;
  margin: 0 12px;
}

.sxy a[href]:hover {
  color: #318acf;
}

.sxy a[href]:hover span {
  color: #fff;
  background: #318acf;
}

.sxy a.syy {
  text-align: right;
}

.sxy a.syy span {
  float: right;
}

.renda {
  float: left;
  width: 500px;
  height: 597px;
  margin: 0 0 0 48px;
}

.c_xycont {
  padding: 30px 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-left: 600px;
}

.c_xycont .c_scroll {
  height: 540px;
  overflow-y: auto;
}

.c_textcont {
  padding: 30px 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.c_news {
  overflow: hidden;
}

.c_pnewslist {
  overflow: hidden;
  width: 1280px;
  min-height: 400px;
  padding-bottom: 40px;
}

.c_pnewslist li {
  width: 550px;
  float: left;
  padding: 20px 15px;
  border: 1px solid #fff;
  border-bottom: 1px solid #bababa;
  overflow: hidden;
  margin: 0 36px 0 0;
}

.c_pnewslist li .c_jinti {
  float: left;
  width: 170px;
  height: 110px;
  margin-right: 15px;
}

.c_pnewslist li .c_jinti img {
  display: block;
  width: 170px;
  height: 110px;
}

.c_pnewslist li .c_jinti img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.c_pnewslist li .c_titi {
  overflow: hidden;
}

.c_pnewslist li .c_titi span {
  float: right;
  font-size: 14px;
  color: #999;
}

.c_pnewslist li .c_titi h3 {
  font-size: 18px;
  font-weight: bold;
  margin-right: 100px;
}

.c_pnewslist li .c_titi h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.c_pnewslist li .c_titi:hover a {
  color: #318acf;
}

.c_pnewslist li .c_titi:hover span {
  color: #318acf;
}

.c_pnewslist li .c_des {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 20px;
}

.c_xgtj {
  overflow: hidden;
  padding: 40px 0 0;
}

.c_xgtj img {
  display: block;
}

.c_xgtj ul {
  width: 1280px;
  padding: 20px 0 0;
}

.c_xgtj ul li {
  float: left;
  width: 580px;
  overflow: hidden;
  margin: 0 40px 0 0;
  height: 38px;
  line-height: 38px;
}

.c_xgtj ul li span {
  float: right;
  font-size: 14px;
  color: #666;
}

.c_xgtj ul li h3 {
  font-size: 16px;
  margin-right: 100px;
}

.c_xgtj ul li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 28px;
  background: url(../images/ling1.png) no-repeat left center;
}

.c_xgtj ul li h3 a:hover {
  background-image: url(../images/ling2.png);
  color: #318acf;
}

.c_links {
  text-align: center;
}

.c_links ul {
  display: inline-block;
  vertical-align: top;
}

.c_links ul li {
  margin-bottom: 20px;
}

.c_links ul li a {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.c_links ul li a:hover {
  color: #318acf;
}

.c_links ul li.jisn {
  display: block;
  padding: 0 20px;
  color: #318acf;
  height: 36px;
  line-height: 36px;
  border: 1px solid #318acf;
  box-shadow: 0 0 8px #318acf;
  border-radius: 20px;
  margin: 20px 10px 20px;
}

.c_links ul li.jisn:hover {
  background: #318acf;
}

.c_links ul li.jisn:hover a {
  color: #fff;
}

.c_l {
  float: left;
}

.c_r {
  float: right;
}

.c_inpuji {
  width: 388px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}

.c_inpuji:hover {
  border-color: #0072C6;
}

.c_inpuji div {
  margin-left: 50px;
  padding: 0 15px;
  background: url(../images/xixian2.png) no-repeat left center;
}

.c_inpuji div input {
  display: block;
  height: 46px;
  line-height: 46px;
  background: none;
  outline: none;
  border: none;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
}

.c_inpuji em {
  float: left;
  width: 50px;
  height: 46px;
}

.c_inpuji em.jinnt1 {
  background: url(../images/icon1.png) no-repeat center;
}

.c_inpuji em.jinnt2 {
  background: url(../images/icon2.png) no-repeat center;
}

.c_inpuji em.jinnt3 {
  background: url(../images/icon5.png) no-repeat center;
}

.c_inpuji.c_l {
  margin-right: 15px;
}

.c_lynu:hover {
  border-color: #0072C6;
}

.c_lynu {
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.c_lynu em {
  float: left;
  width: 50px;
  height: 46px;
  background: url(../images/icon6.png) no-repeat center;
}

.c_lynu div {
  margin-left: 50px;
  padding: 10px 15px;
  height: 180px;
  background: url(../images/xixian2.png) no-repeat left 12px;
}

.c_lynu div textarea {
  display: block;
  height: 180px;
  line-height: 26px;
  background: none;
  outline: none;
  border: none;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  resize: none;
}

.c_ynama {
  margin-top: 30px;
}

.c_ynama .c_inoujt:hover {
  border-color: #0072C6;
}

.c_ynama .c_inoujt {
  width: 388px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.c_ynama .c_inoujt em {
  float: left;
  width: 50px;
  height: 46px;
  background: url(../images/icon4.png) no-repeat center;
}

.c_ynama .c_inoujt div {
  margin-left: 50px;
  padding: 0 0 0 15px;
  background: url(../images/xixian2.png) no-repeat left center;
  overflow: hidden;
}

.c_ynama .c_inoujt div input {
  display: block;
  height: 46px;
  line-height: 46px;
  background: none;
  outline: none;
  border: none;
  width: 190px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  float: left;
}

.c_ynama .c_inoujt div img {
  float: right;
}

.c_ynama .tijiaof input {
  border: none;
  background: #318acf;
  outline: none;
  height: 48px;
  width: 400px;
  text-align: center;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
}

.c_ynama .tijiaof input:hover {
  background: #fc6621;
}

.c_zxbm {
  background: url(../images/lyback.png) no-repeat left center;
}

.c_zxbm form {
  display: block;
  overflow: hidden;
  padding: 15px 40px;
  width: 520px;
  box-shadow: 0 0 18px #edf4fc;
  float: right;
}

.c_zxbm .c_input {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_zxbm .c_input span {
  float: left;
  width: 54px;
  height: 46px;
}

.c_zxbm .c_input span.c_inn1 {
  background: url(../images/icon1.png) no-repeat center;
}

.c_zxbm .c_input span.c_inn2 {
  background: url(../images/icon2.png) no-repeat center;
}

.c_zxbm .c_input div {
  margin-left: 54px;
  padding: 0 15px 0 15px;
  background: url(../images/xishu.png) no-repeat left center;
}

.c_zxbm .c_input div input {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
}

.c_zxbm .c_select {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_zxbm .c_select span {
  float: left;
  width: 54px;
  height: 46px;
  background: url(../images/icon3.png) no-repeat center;
}

.c_zxbm .c_select div.c_seli {
  margin-left: 54px;
  padding: 0 15px 0 0;
  background: url(../images/xishu.png) no-repeat left center;
  position: relative;
}

.c_zxbm .c_select div.c_seli div.c_xian {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  padding: 0 15px;
  background: url(../images/xiajian.png) no-repeat right center;
}

.c_zxbm .c_select div.c_seli select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  width: 100%;
  font-family: "微软雅黑";
  opacity: 0;
  filter: alpha(opacity=0);
}

.c_zxbm .c_yzm {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}

.c_zxbm .c_yzm span {
  float: left;
  width: 54px;
  height: 46px;
  background: url(../images/icon4.png) no-repeat center;
}

.c_zxbm .c_yzm div {
  margin-left: 54px;
  padding: 0 0 0 15px;
  background: url(../images/xishu.png) no-repeat left center;
  overflow: hidden;
}

.c_zxbm .c_yzm div input {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  float: left;
}

.c_zxbm .c_yzm div img {
  float: right;
  border-left: 1px solid #dedede;
  cursor: pointer;
}

.c_zxbm .c_button {
  display: block;
  border: none;
  background: #ff9500;
  height: 52px;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  outline: none;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  margin-top: 18px;
  cursor: pointer;
}

.c_zxbm .c_button:hover {
  background: #0072C6;
}

.c_lylist {
  overflow: hidden;
}

.c_lylist li {
  overflow: hidden;
  padding: 30px 0 0;
}

.c_lylist li .c_datee {
  text-align: center;
}

.c_lylist li .c_datee span {
  display: inline-block;
  background: #ebebeb;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
}

.c_lylist li .hua {
  overflow: hidden;
  margin-top: 16px;
}

.c_lylist li .hua img {
  float: left;
}

.c_lylist li .hua .liux {
  margin-left: 120px;
}

.c_lylist li .hua .liux strong {
  font-size: 16px;
  color: #3189d0;
  font-weight: normal;
  display: block;
}

.c_lylist li .hua .liux .hyu {
  padding: 10px 16px;
  border: 1px solid #3189d0;
  border-radius: 5px;
  margin-top: 16px;
  width: 800px;
}

.c_lylist li .huid {
  overflow: hidden;
  margin-top: 16px;
}

.c_lylist li .huid img {
  float: right;
}

.c_lylist li .huid .huix {
  margin-right: 120px;
}

.c_lylist li .huid .huix strong {
  font-size: 16px;
  color: #3189d0;
  font-weight: normal;
  display: block;
  text-align: right;
}

.c_lylist li .huid .huix .c_huisj {
  padding: 10px 16px;
  border-radius: 5px;
  color: #fff;
  background: #3189d0;
  margin-top: 16px;
  width: 800px;
  float: right;
}

.c_rongyu {
  overflow: hidden;
}

.c_rylist {
  overflow: hidden;
  width: 1260px;
  min-height: 400px;
}

.c_rylist li {
  float: left;
  width: 390px;
  margin: 0 15px 20px 0;
}

.c_rylist li a {
  display: block;
}

.c_rylist li img {
  display: block;
}

.c_rylist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.c_rylist li h3 {
  font-weight: normal;
  font-size: 16px;
}

.c_rylist li h3 a {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #333;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.c_rylist li h3 a:hover {
  color: #318acf;
  border-color: #318acf;
}

.c_zhaom {
  float: right;
  width: 208px;
  height: 272px;
  position: relative;
}

.c_zhaom img {
  display: block;
  width: 208px;
  height: 272px;
  position: relative;
  z-index: 4;
}

.c_zhaom input {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 0;
  left: 0;
}

.c_zhaom span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow: hidden;
}

.c_zhaom span div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.c_zhaom span input {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 1000px;
  z-index: 6;
  font-size: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.c_zhaom em {
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  background: #318acf;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  z-index: 8;
}

.ini {
  float: left;
  width: 50px;
  height: 32px;
  border-right: 1px solid #dedede;
}

.ini1 {
  background: url(../images/litu1.png) no-repeat center;
}

.ini2 {
  background: url(../images/litu2.png) no-repeat center;
}

.ini3 {
  background: url(../images/litu3.png) no-repeat center;
}

.ini4 {
  background: url(../images/litu4.png) no-repeat center;
}

.ini5 {
  background: url(../images/litu5.png) no-repeat center;
}

.ini6 {
  background: url(../images/litu6.png) no-repeat center;
}

.ini7 {
  background: url(../images/litu7.png) no-repeat center;
}

.ini8 {
  background: url(../images/litu8.png) no-repeat center;
}

.ini9 {
  background: url(../images/litu9.png) no-repeat center;
}

.ini10 {
  background: url(../images/litu10.png) no-repeat center;
}

.ini11 {
  background: url(../images/litu11.png) no-repeat center;
}

.ini12 {
  background: url(../images/litu12.png) no-repeat center;
}

.ini13 {
  background: url(../images/litu13.png) no-repeat center;
}

.c_inouou1 {
  width: 462px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_inouou1 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_inouou1 div input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou1:hover {
  border-color: #318acf;
}

.c_inouou2 {
  width: 462px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_inouou2 span {
  float: left;
  margin: -7px 0;
  border-right: 1px solid #dedede;
  padding: 7px 15px;
  height: 32px;
  line-height: 32px;
}

.c_inouou2 div {
  margin-left: 165px;
  padding-right: 15px;
}

.c_inouou2 div input {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.c_inouou2:hover {
  border-color: #318acf;
}

.c_inouou3 {
  width: 956px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_inouou3 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_inouou3 div input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou3:hover {
  border-color: #318acf;
}

.c_inouou4 {
  width: 462px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_inouou4 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_inouou4 div select {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou4:hover {
  border-color: #318acf;
}

.c_slief {
  width: 583px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_slief:hover {
  border-color: #318acf;
}

.c_slief.meir {
  margin-right: 0;
}

.c_slief div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_slief div select {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou4:hover {
  border-color: #318acf;
}

.c_sfzheng {
  width: 462px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_sfzheng .c_leixing {
  float: left;
  padding: 7px 15px;
  border-right: 1px solid #dedede;
  width: 100px;
  margin: -7px 0;
}

.c_sfzheng .c_leixing select {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_sfzheng .c_zjhao {
  margin-left: 134px;
  padding: 0 15px;
}

.c_sfzheng .c_zjhao input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_shifou {
  height: 48px;
  line-height: 48px;
  border: 1px solid #dedede;
  border-radius: 5px;
  clear: both;
  text-align: center;
  margin-bottom: 27px;
}

.c_shifou:hover {
  border-color: #318acf;
}

.c_sbwej {
  height: 48px;
  line-height: 48px;
  border: 1px solid #dedede;
  border-radius: 5px;
  clear: both;
  padding: 0 15px;
  margin-bottom: 27px;
  position: relative;
}

.c_sbwej em {
  float: left;
}

.c_sbwej input {
  float: left;
  border: none;
  height: 48px;
  line-height: 48px;
  outline: none;
  width: 400px;
  top: 0;
  font-family: "微软雅黑";
}

.c_sbwej span {
  float: left;
  position: relative;
  overflow: hidden;
  height: 30px;
  width: 100px;
  text-align: center;
  margin: 9px 15px 0 0;
  background: #318acf;
  color: #fff;
}

.c_sbwej span div {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.c_sbwej span div input {
  position: absolute;
  font-size: 200px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.c_sbwej:hover {
  border-color: #318acf;
}

.c_slief1 {
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  margin: 27px 0 27px 0;
}

.c_slief1:hover {
  border-color: #318acf;
}

.c_slief1 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_slief1 div select {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou5 {
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  margin: 0 0 27px 0;
}

.c_inouou5 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_inouou5 div input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou5:hover {
  border-color: #318acf;
}

.c_inouou6 {
  width: 583px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
}

.c_inouou6.meir {
  margin-right: 0;
}

.c_inouou6 div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_inouou6 div input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou6:hover {
  border-color: #318acf;
}

.c_textjisfe {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  margin: 0 0 27px 0;
  clear: both;
}

.c_textjisfe div {
  margin-left: 65px;
  padding-right: 15px;
}

.c_textjisfe div textarea {
  display: block;
  width: 100%;
  height: 180px;
  border: none;
  outline: none;
  background: none;
  line-height: 30px;
  font-family: "微软雅黑";
  resize: none;
}

.c_textjisfe:hover {
  border-color: #318acf;
}

.c_yzmfsea {
  height: 50px;
}

.c_inouou7 {
  width: 583px;
  height: 32px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 7px 0;
  float: left;
  margin: 0 30px 27px 0;
  overflow: hidden;
}

.c_inouou7 div {
  margin-left: 65px;
  padding-right: 15px;
  margin-right: 120px;
}

.c_inouou7 img {
  float: right;
  width: 120px;
  height: 46px;
  cursor: pointer;
  border-left: 1px solid #dedede;
  margin: -7px 0;
}

.c_inouou7 div input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  background: none;
  line-height: 32px;
  font-family: "微软雅黑";
}

.c_inouou7:hover {
  border-color: #318acf;
}

.c_button {
  display: block;
  border: none;
  background: #ff9500;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  outline: none;
  width: 583px;
  font-family: "微软雅黑";
  font-size: 16px;
  margin-top: 18px;
  cursor: pointer;
}

.c_button:hover {
  background: #0072C6;
}
.hxjxg {
   margin-top: 20px;
}
.hxjxg ul li span{
  float: right;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 42px;
}
.hxjxg ul li h3 {
  float: left;
  width: 80%;
}

.hxjxg ul li h3 a{
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 42px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hxjxg ul li:hover span{
  color: #ff9500;
}

.hxjxg ul li:hover h3 a {
  color: #ff9500;
}

.haha{
  background: #1c1c1c;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.haha span{
  color: #959595;
  font-size: 14px;
}