/*全局*/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
  visibility: hidden;
}
body {
  color: #696969;
  font-size: 13px;
  background: #fff;
  font-family: "microsoft yahei", arial;
}
body img {
  border: none;
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #555;
}
body ul,
body ol {
  list-style: none;
  overflow: hidden;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
body em {
  font-style: normal;
}
body input {
  border: none;
  outline: inherit;
}
/*header*/
.top_all {
  width: 100%;
  height: 71px;
  box-shadow: 0px 0px 2px #666;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: url(top_bk.jpg) no-repeat left #000;
}
.top_all .top {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.top_all .top .logo {
  width: 130px;
  height: 100%;
  background: url('logo.png') no-repeat center;
  background-size: cover;
  float: left;
  clear: both;
}
.top_all .top .topnav {
  width: 520px;
  height: 100%;
  float: right;
}
.top_all .top .topnav li {
  float: left;
  height: 71px;
  position: relative;
  width: 100px;
}
.top_all .top .topnav li:before {
  content: '';
  left: 0px;
  top: 20px;
  height: 35px;
  position: absolute;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #817c84 52%, #000000 100%);
  background: -webkit-linear-gradient(top, #000000 0%, #817c84 52%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #817c84 52%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  width: 1px;
  display: block;
}
.top_all .top .topnav li a {
  width: 100px;
  height: 71px;
  font-size: 15px;
  color: #fff;
  line-height: 71px;
  display: block;
  text-align: center;
}
.top_all .top .topnav li:last-child a:before {
  content: none;
}
.top_all .top .topnav li:hover > a,
.top_all .top .topnav li.on > a {
  background: #ef8201;
  color: #fff;
}
.top_all .top .topnav li:hover:before,
.top_all .top .topnav li.on:before {
  content: none;
}
.top_all .top .topnav:after {
  clear: both;
  content: '';
  display: table;
}
.top_all .top .search {
  width: 240px;
  float: right;
  height: 25px;
  margin: 23px 0;
}
.top_all .top .search input[type='text'] {
  width: 150px;
  float: left;
  background: #222;
  height: 25px;
  color: #555555;
  padding: 0 10px;
  line-height: 25px;
  font-weight: bold;
  font-size: 13px;
}
.top_all .top .search input[type='submit'] {
  background: #333;
  color: #fff;
  width: 55px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: right;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.container {
  margin: 0 auto;
  width: 1000px;
}
/*flash*/
#banner {
  width: 100%;
  float: left;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 478px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: 478px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 478px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: none;
}
.flex-control-nav li a {
  background: #ddd;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
  border: 1px #fff solid;
  border-radius: 100%;
}
.flex-control-nav li a.flex-active {
  background-position: 0 0;
}
.main {
  width: 1000px;
  height: auto;
  padding: 10px 0;
  float: left;
  clear: both;
  margin-bottom: 30px;
  height: 168px;
}
.main .box {
  width: 1000px;
  float: left;
  clear: both;
}
.main .box ul {
  width: 1000px;
}
.main .box ul li {
  float: left;
  width: auto;
  height: 168px;
  overflow: hidden;
  padding-bottom: 10px;
}
.foot_all {
  width: 100%;
  height: 80px;
  float: left;
  clear: both;
  background: #000000;
}
.foot_all .foot {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  color: #898989;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  padding: 15px 0;
}
.foot_all .foot font {
  color: #999999;
}
.web_f {
  width: 100%;
  height: 280px;
  background: url(../images/about_f.jpg) no-repeat center;
  background-size: cover;
  float: left;
  clear: both;
}
.web_main {
  float: left;
  height: auto;
  width: 1000px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.web_main .web_list {
  width: 229px;
  height: auto;
  background: url(../images/list_img.jpg) no-repeat bottom #fff;
  padding-bottom: 335px;
  float: left;
  clear: both;
}
.web_main .web_list span {
  display: block;
  width: 100%;
  text-indent: 32px;
  color: #fff;
  background: #ef8200;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.web_main .web_list ul li {
  width: 100%;
  text-indent: 32px;
  height: 33px;
  overflow: hidden;
  border-bottom: 1px #fff solid;
}
.web_main .web_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666666;
  line-height: 33px;
  font-size: 12px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #ededed;
}
.web_main .web_list ul li:hover a,
.web_main .web_list ul li.on a {
  color: #fff;
  background: #ef8200;
  font-weight: bold;
}
.web_main .web_right {
  width: 736px;
  height: auto;
  float: right;
  overflow: hidden;
  min-height: 660px;
}
.web_main .web_right .web_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #555;
  border-bottom: 1px #e4e4e4 solid;
  text-align: left;
}
.web_main .web_right .web_title a {
  color: #727272;
}
.web_main .web_right .web_ab_msg {
  width: 736px;
  height: auto;
  float: left;
  line-height: 22px;
  font-size: 13px;
  margin-top: 20px;
  min-height: 550px;
}
.web_main .web_right #web_new_list {
  width: 736px;
  margin: 0 auto;
  margin-top: 10px;
}
.web_main .web_right #web_new_list li {
  float: left;
  width: 736px;
  height: auto;
  border-bottom: 1px #EDEDED solid;
  padding: 15px 0;
  padding-bottom: 20px;
}
.web_main .web_right #web_new_list li a {
  display: block;
  width: 80%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ef8200;
  font-weight: bold;
}
.web_main .web_right #web_new_list li a:hover {
  text-decoration: underline;
}
.web_main .web_right #web_new_list li font {
  width: 100%;
  font-size: 12px;
  line-height: 25px;
  display: block;
  height: 25px;
}
.web_main .web_right #web_new_list li item {
  display: block;
  width: 99%;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color: #7f7e7e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.web_main .web_new_title {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #303030;
  font-size: 18px;
  font-weight: bold;
}
.web_main .web_new_time {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.web_main .web_new_msg {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 28px;
  color: #474747;
  border-bottom: 1px #ddd solid;
}
.web_main .web_new_page {
  width: 100%;
  height: 60px;
  margin: 20px 0;
}
.web_main .web_new_page span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #c9c9c9;
  font-size: 13px;
}
.web_main .web_new_page a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #323232;
  font-size: 13px;
}
.web_main .web_new_page a:hover {
  text-decoration: underline;
}
.web_main .pro_show {
  width: 736px;
  float: right;
  overflow: hidden;
}
.web_main .pro_show .web_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #555;
  border-bottom: 1px #e4e4e4 solid;
}
.web_main .pro_show ul {
  width: 750px;
  margin-left: -14px;
  margin-top: 20px;
  min-height: 610px;
}
.web_main .pro_show ul li {
  width: 171px;
  height: auto;
  float: left;
  margin-left: 14px;
  border: 1px #DADADA solid;
  margin-bottom: 20px;
  overflow: hidden;
}
.web_main .pro_show ul li a {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.web_main .pro_show ul li span {
  display: block;
  width: 100%;
  height: 25px;
  float: left;
  text-align: center;
  background: #7d7d7d;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
/*分页*/
.curr {
  border: 1px solid #CCC;
  color: #CCC;
  display: inline;
  padding: 4px 8px;
}
a.page {
  border: 1px solid #eee;
  text-decoration: none;
  color: #fff;
  display: inline;
  padding: 4px 8px;
  background-color: #ef8200;
}
a.after {
  background: #555555;
}
a.page:visited {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 8px;
}
.ra {
  color: #000;
}
.ra a,
.ra a:link {
  color: #000;
  text-decoration: none;
}
.ra a:hover {
  color: #000;
  text-decoration: underline;
}
.red {
  color: #ff0000;
}
.yrr {
  color: #FF9900;
}
.bb {
  font-weight: bold;
}
.expage {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  padding-bottom: 10px;
  padding-top: 30px;
}
.error {
  border: 1px #f40 solid;
}
.right {
  border: 1px #44b549 solid;
}
/*# sourceMappingURL=style.css.map */