/*全局*/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
  visibility: hidden;
}
body {
  color: #333;
  font-size: 13px;
  font-family: "微软雅黑", arial;
  margin-top: 90px;
  background: url(bg3.png);
}
body img {
  border: none;
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #555;
}
body ul,
body ol {
  list-style: none;
}
body em {
  font-style: normal;
}
/*header*/
.top_all {
  width: 100%;
  height: 90px;
  box-shadow: 0px 0px 2px #666;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #fff;
}
.top_all .top {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.top_all .top .logo {
  width: 249px;
  height: 100%;
  background: url(logo.png) no-repeat center;
  overflow: hidden;
  float: left;
  clear: both;
}
.top_all .top .Top_nav {
  width: 630px;
  height: 100%;
  float: right;
  position: relative;
}
.top_all .top .Top_nav li {
  float: left;
  width: 90px;
  height: auto;
  position: relative;
  background: #fff;
}
.top_all .top .Top_nav li a {
  display: block;
  height: 100%;
  color: #333;
  text-align: center;
  line-height: 90px;
  position: relative;
  font-size: 14px;
  z-index: 2;
}
.top_all .top .Top_nav li a:before {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 30px;
  background: #ffffff;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  background: -moz-linear-gradient(top, #ffffff 0%, #aaaaaa 51%, #ffffff 99%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #aaaaaa 51%, #ffffff 99%);
  background: linear-gradient(to bottom, #ffffff 0%, #aaaaaa 51%, #ffffff 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.top_all .top .Top_nav li a.on,
.top_all .top .Top_nav li a:hover {
  color: #fff;
}
.top_all .top .Top_nav li a.on:before,
.top_all .top .Top_nav li a:hover:before {
  content: none;
}
.top_all .top .Top_nav li .down {
  width: 100%;
  position: absolute;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: -111;
}
.top_all .top .Top_nav li .down span {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.top_all .top .Top_nav li .down span:hover {
  color: #ddd;
}
.top_all .top .Top_nav li:hover .down {
  bottom: -120px;
  z-index: 0;
}
.top_all .top .Top_nav li:first-child a:before {
  content: none;
}
.top_all .top .Top_nav #nav_h {
  width: 90px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #cb1932;
}
.wrap {
  width: 100%;
  height: auto;
  padding: 20px 0;
  float: left;
  clear: both;
}
.container {
  width: 1000px;
  height: auto;
  float: left;
  clear: both;
  position: relative;
}
.web_container {
  width: 745px;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*flash*/
#banner {
  width: 100%;
  float: left;
  clear: both;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
.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: 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;
}
.flex-control-nav li a {
  background: #fff;
  display: block;
  overflow: hidden;
  text-indent: -99em;
  cursor: pointer;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.flex-control-nav li a.flex-active {
  background: #cb1932;
}
.main {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.main .aboutlist {
  width: 1000px;
  margin: 35px 0px 0px 0px;
  float: left;
  clear: both;
}
.main .aboutlist li {
  width: 250px;
  height: auto;
  float: left;
}
.main .aboutlist li a {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.main .aboutlist li span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-size: 18px;
  text-align: center;
  padding: 6px 0;
}
.main .showlist {
  width: 1000px;
  height: 235px;
  margin-top: 35px;
  overflow: hidden;
}
.main .showlist ul {
  min-width: 1020px;
  height: 235px;
  position: relative;
}
.main .showlist li {
  float: left;
  width: 235px;
  height: 235px;
  margin-right: 20px;
  position: relative;
}
.main .showlist li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main .showlist li span {
  display: block;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  position: absolute;
  bottom: -45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.main .showlist li:hover span {
  bottom: 0;
}
.main #show_prv {
  position: absolute;
  height: 150px;
  width: 80px;
  background: url(pro_prv.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  left: -80px;
  cursor: pointer;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.main #show_next {
  position: absolute;
  height: 150px;
  width: 80px;
  background: url(pro_next.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  right: -80px;
  cursor: pointer;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.main #showall:hover #show_next,
.main #showall:hover #show_prv {
  filter: alpha(opacity=10000);/* IE */
  -moz-opacity: 100;/* 老版Mozilla */
  -khtml-opacity: 100;/* 老版Safari */
  opacity: 100;
}
.main .newlist {
  height: 300px;
}
.main .newlist li {
  float: left;
  width: 487px;
  height: 96px;
  margin-top: 40px;
  margin-left: 12px;
}
.main .newlist li .bimg {
  width: 132px;
  height: 96px;
  float: left;
  overflow: hidden;
}
.main .newlist li .msg {
  width: 300px;
  float: left;
  overflow: hidden;
  color: #666;
  margin-left: 15px;
}
.main .newlist li .msg a {
  display: block;
  width: 80%;
  height: 22px;
  line-height: 16px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .newlist li .msg a:hover {
  text-decoration: underline;
}
.main .newlist li .msg item {
  display: block;
  width: 100%;
  height: 22px;
  font-size: 13px;
  border-bottom: 1px #ddd solid;
  line-height: 22px;
}
.main .newlist li .msg span {
  display: block;
  line-height: 24px;
  font-size: 13px;
  overflow: hidden;
  height: 48px;
  width: 95%;
  margin-top: 5px;
}
.foot_all {
  width: 100%;
  height: 40px;
  float: left;
  clear: both;
  background: #000;
}
.foot_all .foot {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  color: #fff;
  font-size: 13px;
  position: relative;
  line-height: 40px;
}
.foot_all .foot a {
  text-align: right;
  float: right;
  color: #f8f8f8;
  clear: both;
}
.web_f {
  width: 100%;
  height: 300px;
  float: left;
  clear: both;
}
.web_main {
  height: auto;
  width: 1000px;
  position: relative;
  margin: 0px auto;
}
.web_main .web_list {
  width: 1000px;
  background: #fff;
  min-height: 50px;
  padding: 0;
  float: left;
  clear: both;
  padding: 10px 0;
  position: relative;
  box-shadow: 0px -3px 2px 1px #ddd;
  -webkit-box-shadow: 0px -3px 2px 1px #ddd;
  -moz-box-shadow: 0px -3px 2px 1px #ddd;
}
.web_main .web_list li {
  width: 170px;
  min-width: 170px;
  text-align: center;
  height: 50px;
  float: left;
}
.web_main .web_list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #888;
  position: relative;
}
.web_main .web_list li a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: 17px;
  background: #ccc;
}
.web_main .web_list li a:after {
  clear: both;
  visibility: hidden;
  content: '';
}
.web_main .web_list li a:hover,
.web_main .web_list li a.on {
  color: #333;
}
.web_main .web_list .list_home {
  width: 36px;
  height: 50px;
  background: url(../images/list_home.png) no-repeat center;
  right: 30px;
  cursor: pointer;
  top: 10px;
  position: absolute;
}
.web_main .web_content {
  width: 920px;
  padding: 20px 40px;
  margin: 20px 0 40px 0;
  height: auto;
  background: #fff;
  padding-top: 5px;
  box-shadow: 0px 0px 1px #ddd;
  -webkit-box-shadow: 0px 0px 1px #ddd;
  -moz-box-shadow: 0px 0px 1px #ddd;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  position: relative;
  float: left;
  clear: both;
}
.web_main .web_content .title {
  width: 100%;
  height: 70px;
  line-height: 35px;
  font-size: 25px;
  color: #333333;
  padding: 30px 0;
}
.web_main .web_content .title font {
  font-size: 23px;
}
.web_main .web_content .injo_box {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  border-bottom: 1px #333 solid;
  margin-bottom: 30px;
}
.web_main .web_content .injo_box .injo_t {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #DADADA solid;
  position: relative;
}
.web_main .web_content .injo_box .injo_t h2 {
  font-size: 15px;
  color: #000;
}
.web_main .web_content .injo_box .injo_t h2 font {
  color: #cb1932;
}
.web_main .web_content .injo_box .injo_t span {
  right: 5px;
  font-size: 12px;
  top: 0;
  position: absolute;
  color: #333;
}
.web_main .web_content .injo_box .injo_msg {
  width: 100%;
  padding: 25px 0;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 26px;
}
.web_main .web_content .injo_box .injo_sub {
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #cb1932;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
}
.web_main .web_content .injo_box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.web_main .web_content #web_new_list {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.web_main .web_content #web_new_list li {
  float: left;
  width: 100%;
  height: 110px;
  margin-bottom: 35px;
}
.web_main .web_content #web_new_list li span {
  display: block;
  width: 200px;
  height: 120px;
  float: left;
  overflow: hidden;
}
.web_main .web_content #web_new_list li span a {
  display: block;
  width: 100%;
  height: 100%;
}
.web_main .web_content #web_new_list li .msg {
  width: 700px;
  height: 100%;
  float: left;
  margin-left: 8px;
}
.web_main .web_content #web_new_list li .msg .retitle {
  width: 100%;
  height: 30px;
  border-bottom: 1px #ccc solid;
}
.web_main .web_content #web_new_list li .msg .retitle 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;
}
.web_main .web_content #web_new_list li .msg .retitle a:hover {
  color: #cb1932;
}
.web_main .web_content #web_new_list li .msg .retitle font {
  float: right;
  width: 70px;
  font-size: 12px;
  line-height: 30px;
}
.web_main .web_content #web_new_list li .msg item {
  display: block;
  width: 100%;
  height: 69px;
  line-height: 23px;
  font-size: 12px;
  color: #7f7e7e;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}
.web_main .web_content #web_new_list li:nth-child(even) {
  float: right;
}
.web_main .web_content .showlist {
  width: 745px;
  height: 235px;
  margin-top: 35px;
  overflow: hidden;
}
.web_main .web_content .showlist ul {
  min-width: 765px;
  height: 235px;
  position: relative;
}
.web_main .web_content .showlist li {
  float: left;
  width: 235px;
  height: 235px;
  margin-right: 20px;
  position: relative;
}
.web_main .web_content .showlist li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.web_main .web_content .showlist li span {
  display: block;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  position: absolute;
  bottom: -45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.web_main .web_content .showlist li:hover span {
  bottom: 0;
}
.web_main .web_content #show_prv {
  position: absolute;
  height: 150px;
  width: 80px;
  background: url(pro_prv.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  left: -80px;
  cursor: pointer;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.web_main .web_content #show_next {
  position: absolute;
  height: 150px;
  width: 80px;
  background: url(pro_next.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  right: -80px;
  cursor: pointer;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.web_main .web_content #showall:hover #show_next,
.web_main .web_content #showall:hover #show_prv {
  filter: alpha(opacity=10000);/* IE */
  -moz-opacity: 100;/* 老版Mozilla */
  -khtml-opacity: 100;/* 老版Safari */
  opacity: 100;
}
.web_main .web_content:before {
  content: '';
  width: 70%;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: -1;
  transform: rotate(-5deg);
  box-shadow: 0px 20px 32px #888;
  -webkit-box-shadow: 0px 20px 32px #888;
  -moz-box-shadow: 0px 20px 32px #888;
}
.web_main .web_content:after {
  content: '';
  width: 70%;
  height: 40px;
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: -1;
  transform: rotate(5deg);
  box-shadow: 0px 20px 32px #888;
  -webkit-box-shadow: 0px 20px 32px #888;
  -moz-box-shadow: 0px 20px 32px #888;
}
.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;
}
/*分页*/
.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: #cb1932;
}
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;
  padding-top: 10px;
  float: left;
  padding-bottom: 20px;
  padding-top: 30px;
}
.error {
  border: 1px #f40 solid;
}
.right {
  border: 1px #44b549 solid;
}@media screen and (max-width:1000px) {	.flexslider .slides .img {	    height: 360px;	}	.flexslider .slides li {	    height: 360px;	}		.pro-switch {			height: 360px;	}}
/*# sourceMappingURL=style.css.map */
