/*全局*/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #555;
  font-size: 13px;
  background: #fff;
  font-family: "微软雅黑", arial;
}
body img {
  border: none;
}
body a {
  text-decoration: none;
  color: #555;
}
body ul,
body ol {
  list-style: none;
}
body em {
  font-style: normal;
}
body input {
  outline: none;
  -webkit-outline: none;
  border: none;
  -moz-outline: none;
}
/*header*/
.top {
  width: 1000px;
  margin: 0 auto;
  height: 90px;
}
.top .logo {
  width: 241px;
  height: 100%;
  background: url('logo.png') no-repeat center;
  background-size: cover;
  float: left;
}
.top .nav {
  float: right;
  width: auto;
  height: 100%;
  line-height: 90px;
  overflow: hidden;
}
.top .nav ul {
  float: right;
}
.top .nav ul li {
  float: left;
  width: auto;
  height: 100%;
}
.top .nav ul li a {
  width: auto;
  height: 100%;
  font-size: 14px;
  padding: 0 22px;
  color: #333;
  line-height: 90px;
  display: block;
}
/*flash*/
#banner {
  width: 100%;
  margin: 0 auto;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: 500px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 500px;
}
.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: 40%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
.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;
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.index_pro_all {
  width: 100%;
  height: 384px;
  background: #fafafa;
}
.index_pro_all ul {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url('../images/index_pro.jpg') no-repeat center;
  background-size: cover;
}
.index_pro_all ul li {
  float: left;
  height: 100%;
  width: 200px;
  margin: 0 25px;
}
.index_pro_all ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
/*main*/
.main {
  margin: 0 auto;
  width: 1000px;
}
.main .index_news {
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
}
.main .index_news ul {
  width: 1080px;
  height: 100%;
  margin-left: -80px;
}
.main .index_news ul li {
  float: left;
  margin-left: 80px;
  width: 280px;
  height: 100%;
}
.main .index_news ul li em {
  display: block;
  width: 100%;
  height: 25px;
  font-size: 12px;
  color: #848484;
  line-height: 25px;
}
.main .index_news ul li a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .index_news ul li span {
  display: block;
  width: 100%;
  height: 126px;
  margin: 10px 0;
}
.main .index_news ul li item {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  width: 100%;
}
.main .index_news ul li .more {
  width: 80px;
  height: 28px;
  border: 1px #444444 solid;
  color: #444444;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  margin: 10px 0;
}
.foot_all {
  width: 100%;
  height: 44px;
  float: left;
  background: #222222;
  font-size: 13px;
}
.foot_all .foot {
  width: 1000px;
  height: 44px;
  text-align: right;
  line-height: 44px;
  color: #7b7b7b;
  margin: 0 auto;
}
.foot_all .foot a {
  color: #7b7b7b;
  font-size: 13px;
  text-align: left;
  display: block;
  float: left;
  padding: 0 10px;
  position: relative;
  height: 44px;
}
.foot_all .foot a:before {
  float: left;
  width: 1px;
  height: 12px;
  border-left: 1px #7b7b7b dotted;
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
}
.foot_all .foot a:first-child:before {
  content: none;
}
.web_f {
  width: 100%;
  height: 302px;
}
.web_main_all {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  float: left;
}
.web_main {
  width: 1000px;
  margin: 0 auto;
}
.web_main .web_list {
  width: 100%;
  height: 83px;
  background: #fff;
  margin: 13px 0;
}
.web_main .web_list ul {
  float: left;
}
.web_main .web_list ul li {
  float: left;
  width: 166px;
  height: 23px;
  margin: 30px 0;
  position: relative;
}
.web_main .web_list ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #999999;
  line-height: 23px;
  width: 166px;
  float: left;
}
.web_main .web_list ul li a:hover,
.web_main .web_list ul li a.on {
  color: #008cd4;
}
.web_main .web_list ul li:after {
  width: 1px;
  height: 23px;
  background: #aaa;
  float: left;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.web_main .web_list .web_list_home {
  width: 109px;
  height: 83px;
  float: right;
  background: url(list_home.png) 0px 0px;
  transition: all 0.5s;
  cursor: pointer;
}
.web_main .web_list .web_list_home:hover {
  background-position: 0px -83px;
}
.web_main .web_c {
  width: 920px;
  float: left;
  height: auto;
  font-size: 13px;
  line-height: 22px;
  color: #666;
  padding: 40px;
  background: #fff;
  margin-bottom: 50px;
}
.web_main .web_c .web_news {
  width: 100%;
  height: auto;
  float: left;
}
.web_main .web_c .web_news ul {
  width: 1040px;
  height: auto;
  margin-left: -120px;
  margin-top: 20px;
}
.web_main .web_c .web_news ul li {
  float: left;
  width: 400px;
  margin-left: 120px;
  margin-bottom: 50px;
}
.web_main .web_c .web_news ul li span {
  width: 175px;
  height: 100px;
  float: left;
  display: block;
}
.web_main .web_c .web_news ul li em {
  display: block;
  font-size: 12px;
  color: #565656;
  line-height: 18px;
  height: 18px;
  float: right;
  width: 200px;
}
.web_main .web_c .web_news ul li a {
  display: block;
  font-size: 15px;
  color: #555;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  float: right;
}
.web_main .web_c .web_news ul li item {
  height: 60px;
  display: block;
  font-size: 12px;
  color: #595757;
  line-height: 20px;
  width: 200px;
  overflow: hidden;
  float: right;
}
.web_main .pro_list {
  width: 188px;
  height: auto;
  float: left;
  background: #fff;
  margin-bottom: 50px;
}
.web_main .pro_list ul li {
  float: left;
  width: 100%;
  height: auto;
  text-indent: 15px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  background: #008cd4;
  cursor: pointer;
  margin-bottom: 1px;
}
.web_main .pro_list ul li .list_show {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  display: none;
}
.web_main .pro_list ul li .list_show a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 33px;
  height: 33px;
  float: left;
  width: 100%;
}
.web_main .pro_list ul li .list_show a:hover,
.web_main .pro_list ul li .list_show a.on {
  color: #008cd4;
}
.web_main .product {
  width: 780px;
  float: right;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
.web_main .product ul {
  width: 800px;
  margin-left: -20px;
}
.web_main .product ul li {
  width: 170px;
  border: 5px #f6f6f6 solid;
  /* height: 210px; */
  margin-left: 20px;
  float: left;
  margin-bottom: 20px;
}
.web_main .product ul li a {
  display: block;
  height: 170px;
  width: 100%;
  float: left;
}
.web_main .product ul li span {
  display: block;
  font-size: 12px;
  color: #565565;
  line-height: 29px;
  border-top: 1px #eee solid;
  /* height: 29px; */
  text-align: center;
  float: left;
  width: 100%;
}
/*分页*/
.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: #008cd4;
}
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;
  padding-top: 10px;
  float: left;
  padding-bottom: 10px;
  padding-top: 30px;
}
.error {
  border: 1px #f40 solid;
}
.right {
  border: 1px #44b549 solid;
}
/*# sourceMappingURL=style.css.map */
