/*全局*/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
  visibility: hidden;
}
body {
  color: #333;
  font-size: 14px;
  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;
}
/*header*/
.top_all {
  width: 100%;
  height: 93px;
}
.top_all .top {
  width: 1000px;
  margin: 0 auto;
  height: 93px;
  position: relative;
}
.top_all .top .logo {
  width: 478px;
  height: 93px;
  background: url('logo.png') no-repeat center;
  background-size: cover;
  float: left;
}
.top_all .top .top_link {
  width: auto;
  text-align: right;
  height: 50px;
  line-height: 50px;
  float: right;
  color: #000;
}
.top_all .top .top_link a {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.top_all .top .top_link a:hover {
  text-decoration: underline;
}
.top_all .top .top_con {
  width: 280px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50px;
  right: 0;
}
.top_all .top .top_con span {
  width: 220px;
  float: left;
  font-size: 14px;
  color: #000;
  display: block;
}
.top_all .top .top_con span font {
  font-size: 18px;
}
.top_all .top .top_con a {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px #1796f9 solid;
  color: #1796f9;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-left: 5px;
  border-radius: 100%;
  margin-top: 2px;
  font-size: 10px;
}
.top_all .top .top_con a:hover,
.top_all .top .top_con a.on {
  background: #1796f9;
  color: #fff;
}
.nav_all {
  width: 100%;
  height: 37px;
  background: #1796f9; margin:0; padding:0;
}
.nav{width:1000px; margin:0 auto;height: 37px;}
.nav ul li{width: 120px; height: 37px; float: left}
.nav ul li a{width: 100%; height: 100%; text-align: center; font-size: 14px; color: #fff; line-height: 37px; transition: all 0.3s; display: block;overflow: hidden;}
.nav ul li a:hover{background-color: #0062af; color: #fff}
.nav ul li a.on{background-color: #0062af; color: #fff}

#pro_go{position: relative;}
#pro_go:hover .pro_show{display: block; top:37px;}
.pro_show{position: absolute; width: 120px; bottom:0px;display: none; transition: all 0.3s; z-index: 999}
.pro_show ol {padding: 0;margin: 0;list-style: none}
.pro_show ol li{width: 100%; height: 32px; border-bottom:1px solid #eee}
.pro_show ol li a{color: #666;font-size: 13px;display: block; width: 100%; height: 100%; background-color:#fff; text-align: center; line-height: 32px;}
.pro_show ol li a:hover{background-color: #fff; color: #000}

/*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: 450px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 450px;
}
.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-paging li a {
  display: block;
  height: 7px;
  overflow: hidden;
  text-indent: -99em;
  width: 40px;
  cursor: pointer;
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #1796f9;
}
.main {
  width: 1000px;
  height: 770px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.main .main_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #cccccc solid;
  text-indent: 8px;
  float: left;
  background: #f3f3f3;
}
.main .main_title a{width: auto;float: right;height: 100%;line-height: 40px;color: #1a8ee7;display: block;margin-right: 8px;font-size: 12px;}
.main .main_title a:hover{text-decoration: underline;}
.main .main_notice {
  width: 235PX;
  border: 1px #ccc solid;
  float: left;
  margin: 0px 10px 30px 0px;
}
.main .main_notice .msg {
  width: 219PX;
  height: 125px;
  padding: 12px 8px;
  float: left;
  overflow: hidden;
  
}
.main .main_notice .msg item {
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 15px;
  display: block;
  color: #666666;
  overflow: hidden;
}
.main .main_notice .msg item a {
  color: #1a8ee7;
  display: inline;
  font-size: 12px;
}
.main .main_pro {
  width: 500px;
  height: 257px;
  border: 1px #ccc solid;
  float: left;
}
.main .main_pro .list {
  padding-right: 8px;
  float: left;
  height: 30px;
  width: 492px;
}
.main .main_pro .list li {
  float: left;
  width: auto;
  height: 30px;
  position: relative;
}
.main .main_pro .list li a {
  display: block;
  width: auto;
  padding: 0 8px;
  line-height: 30px;
}
.main .main_pro .list li:after {
  content: '';
  border: 4px transparent solid;
  border-top: 5px #1796f9 solid;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -2px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.main .main_pro .list li:hover:after {
  filter: alpha(opacity=10000);/* IE */
  -moz-opacity: 100;/* 老版Mozilla */
  -khtml-opacity: 100;/* 老版Safari */
  opacity: 100;
  top: 25px;
}
.main .main_pro .list li:hover a {
  color: #1796f9;
}
.main .main_pro .show {
  width: 484px;
  height: 171px;
  margin: 8px;
  float: left;
  position: relative;
}
.main .main_pro .show li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.main .main_ab {
  width: 235px;
  height: auto;
  border: 1px #ccc solid;
  float: right;
  margin-bottom: 20px;
}
.main .main_ab .msg {
  width: 219PX;
  height: auto;
  padding: 10px 8px;
  float: left;
  overflow: hidden;
}
.main .main_ab .msg ul {
  width: 100%;
  height: auto;
}
.main .main_ab .msg ul li {
  float: left;
  height: 32px;
  font-size: 14px;
  color: #666;
  width: 50%;
  line-height: 32px;
  overflow: hidden;
}
.main .main_ab .msg ul li a {
  color: #666;
  float: left;
  width: 90%;
  height: 100%;
  display: block;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main_ab .msg ul li:before {
  width: 5px;
  height: 5px;
  background: #1796f9;
  content: '';
  margin-top: 12.5px;
  float: left;
  margin-right: 4px;
}
.main .main_new {
  width: 235PX;
  border: 1px #ccc solid;
  float: left;
  margin: 0px 10px 0px 0px;
  position: absolute;
  top: 247px;
  left: 0;
}
.main .main_new .new_ul {
  width: 219PX;
}
.main .main_new .new_ul li {
  width: 219PX;
  height: 105px;
  margin: 0px 8px;
  float: left;
  border-bottom: 1px #ccc solid;
  padding: 17px 0;
}
.main .main_new .new_ul li a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.main .main_new .new_ul li a:hover {
  text-decoration: underline;
}
.main .main_new .new_ul li span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  display: block;
}
.main .main_new .new_ul li item {
  width: 100%;
  height: 52px;
  line-height: 26px;
  font-size: 12px;
  display: block;
  color: #666666;
  overflow: hidden;
}
.main .main_new .new_ul li item a {
  color: #1a8ee7;
  display: inline;
  font-size: 12px;
}
.main .main_new .new_ul li:last-child {
  border-bottom: none;
}
.main .main_area {
  width: 500px;
  height: 257px;
  border: 1px #ccc solid;
  position: absolute;
  left: 247px;
  top: 310px;
}
.main .main_area .list {
  padding-right: 8px;
  float: left;
  height: 30px;
  width: 492px;
}
.main .main_area .list li {
  float: left;
  width: auto;
  height: 30px;
  position: relative;
}
.main .main_area .list li a {
  display: block;
  width: auto;
  padding: 0 8px;
  line-height: 30px;
}
.main .main_area .list li:after {
  content: '';
  border: 4px transparent solid;
  border-top: 5px #1796f9 solid;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -2px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.main .main_area .list li:hover:after {
  filter: alpha(opacity=10000);/* IE */
  -moz-opacity: 100;/* 老版Mozilla */
  -khtml-opacity: 100;/* 老版Safari */
  opacity: 100;
  top: 25px;
}
.main .main_area .list li:hover a {
  color: #1796f9;
}
.main .main_area .show {
  width: 484px;
  height: 170px;
  margin: 8px;
  float: left;
  position: relative;
}
.main .main_area .show li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.main .main_con {
  width: 235px;
  height: 247px;
  border: 1px #ccc solid;
  position: absolute;
  right: 0;
  top: 320px;
}
.main .main_con .msg {
  width: 219PX;
  height: auto;
  padding: 10px 8px;
  float: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
}
.main .main_con .msg a {
  width: 140px;
  height: 36px;
  color: #1796f9;
  border: 1px #1796f9 solid;
  line-height: 36px;
  text-indent: 15px;
  display: block;
  margin-top: 10px;
  position: relative;
}
.main .main_con .msg a:after {
  position: absolute;
  content: '';
  border: 6px transparent solid;
  border-left: 10px #1796f9 solid;
  right: 7px;
  top: 12px;
}
.main .main_con .msg a:before {
  position: absolute;
  content: '';
  border: 6px transparent solid;
  border-left: 10px #1796f9 solid;
  right: 15px;
  top: 12px;
}
.main .main_awards {
  width: 100%;
  height: 231px;
  position: absolute;
  left: 0;
  top: 585px;
  border: 1px #ccc solid;
}
.main .main_awards .msg {
  width: 980px;
  margin: 0 auto;
  height: 190px;
}
.main .main_awards .msg ul {
  width: 1000px;
  margin-left: -20px;
  margin-top: 15px;
  float: left;
}
.main .main_awards .msg ul li {
  width: 228px;
  margin-left: 20px;
  border: 1px #ddd solid;
  height: 160px;
  overflow: hidden;
  float: left;
}
.main .main_awards .msg ul li  a{display: block;width: 100%;height: 100%;}
.foot_All {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  background: #1796f9;
}
.foot_All .foot {
  width: 1000px;
  margin: 0 auto;
}
.foot_All .foot a {
  color: #fff;
  width: auto;
  display: inline-block;
}
.foot_All .foot a:hover {
  text-decoration: underline;
}
.foot_All .foot span {
  display: inline-block;
  float: right;
}
.web_f {
  width: 100%;
  height: 396px;
}
.about_f {
  background: url(../images/about_f.jpg) no-repeat center;
  background-size: cover;
}
.main_web_all {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.main_web {
  width: 1000px;
  margin: 0 auto;
  height: auto;
}
.main_web .web_list {
  width: 199px;
  height: auto;
  margin-bottom: 50px;
  float: left;
}
.main_web .web_list .web_list_title {
  width: 100%;
  height: 149px;
  float: left;
  position: relative;
  background: url(../images/about_list.png) no-repeat center;
}
.main_web .web_list .web_list_title span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 28px;
}
.main_web .web_list .web_list_title item {
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: 17px;
  color: #000;
}
.main_web .web_list ul {
  margin-bottom: 15px;
  float: left;
  padding-bottom: 55px;
  width: 197px;
  background: #f0f0f0;
  border: 1px #ccc solid;
  border-top: none;
}
.main_web .web_list ul li {
  float: left;
  width: 100%;
  height: 37px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}
.main_web .web_list ul li a {
  width: 100%;
  height: 100%;
  text-indent: 20px;
  color: #333;
  font-size: 13px;
  line-height: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main_web .web_list ul li:after {
  width: 9px;
  height: 37px;
  background: url(list_jian.png) no-repeat center;
  content: '';
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 11;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.main_web .web_list ul li:hover a,
.main_web .web_list ul li.on a {
  color: #fff;
  background: #333;
}
.main_web .web_list ul li:hover:after,
.main_web .web_list ul li.on:after {
  right: 20px;
}
.main_web .web_title {
  width: 770px;
  float: right;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px #ccc solid;
  font-size: 12px;
  color: #6d6d6d;
}
.main_web .web_content {
  width: 770px;
  height: auto;
  float: right;
  font-size: 13px;
  line-height: 25px;
  color: #333;
  padding-bottom: 50px;
  margin-top: 15px;
  overflow: hidden;
}
.main_web .web_content .web_news {
  width: 100%;
  height: auto;
}
.main_web .web_content .web_news li {
  float: left;
  width: 770px;
  color: #6d6d6d;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #bbb dotted;
}
.main_web .web_content .web_news li item {
  float: left;
}
.main_web .web_content .web_news li a {
  width: auto;
  display: inline-block;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 50px;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  max-width: 600px;
}
.main_web .web_content .web_news li a:hover {
  text-decoration: underline;
}
.main_web .web_content .web_news li span {
  width: 100px;
  text-align: right;
  float: right;
  display: inline-block;
  margin-right: 2px;
}
.main_web .web_content .web_newshow {
  padding-top: 20px;
}
.main_web .web_content .web_newshow .title {
  width: 100%;
  height: auto;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
.main_web .web_content .web_newshow .time_all {
  width: 698px;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  border: 1px #ddd solid;
  margin: 0 auto;
}
.main_web .web_content .web_newshow .intro {
  width: 700px;
  margin: 20px 35px;
  font-size: 13px;
  line-height: 26px;
  float: left;
  color: #555;
}
.main_web .web_content .web_newshow .flip {
  width: 700px;
  margin: 0px 35px;
  border-top: 1px #ddd solid;
  height: 60px;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  color: #555;
}
.main_web .web_content .web_newshow .flip a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #555;
}
.main_web .web_content .web_newshow .flip a:hover {
  text-decoration: underline;
  color: #000;
}
.main_web .web_content .web_newshow .flip span {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.main_web .web_content .web_recruit {
  width: 100%;
}
.main_web .web_content .web_recruit ul li {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px #000 solid;
}
.main_web .web_content .web_recruit ul li .rec_title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
}
.main_web .web_content .web_recruit ul li .rec_title font {
  color: #1796f9;
}
.main_web .web_content .web_recruit ul li .rec_title span {
  width: auto;
  text-align: right;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  float: right;
}
.main_web .web_content .web_recruit ul li .rec_msg {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  line-height: 15px;
  color: #3b3b3b;
  padding-bottom: 25px;
}
.main_web .web_content .web_recruit ul li .rec_msg .mc {
  width: 769px;
  height: auto;
  float: left;
  margin-top: 20px;
  display: block;
  margin-left: 1px;
  line-height: 25px;
}
.rec_msg .mc b{
font-size: 14px;	
}
.main_web .web_content .web_recruit ul li .rec_msg a {
  display: block;
  width: 120px;
  height: 40px;
  background: #1796f9;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-top: 10px;
  border-radius: 3px;
}
.main_web .web_content .web_recruit ul li:last-child {
  border-bottom: none;
}
.main_web .web_content .web_apply .title {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 15px;
  color: #3B3B3B;
  border-bottom: 1px #ddd solid;
}
.main_web .web_content .web_apply .msg span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
}
.main_web .web_content .web_apply .msg #ctable {
  width: 100%;
}
.main_web .web_content .web_apply .msg #ctable th {
  width: 80px;
  text-align: left;
  float: left;
  padding-right: 10px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.main_web .web_content .web_apply .msg #ctable td {
  float: left;
  line-height: 30px;
}
.main_web .web_content .web_apply .msg #ctable td input[type='radio'] {
  border: 1px #ddd solid;
}
.main_web .web_content .web_apply .msg #ctable td input[type='text'],
.main_web .web_content .web_apply .msg #ctable td input[type='tel'] {
  width: 200px;
  height: 25px;
  line-height: 25px;
  text-indent: 5px;
  border: 1px #ddd solid;
}
.main_web .web_content .web_apply .msg #ctable td #address {
  width: 300px;
  height: 25px;
  line-height: 25px;
  text-indent: 5px;
  border: 1px #ddd solid;
  margin-bottom: 20px;
  float: left;
}
.main_web .web_content .web_apply .msg #ctable td input[type='number'] {
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-indent: 5px;
  border: 1px #ddd solid;
}
.main_web .web_content .web_apply .msg #ctable td textarea[name='apply_self'] {
  width: 290px;
  height: 150px;
  line-height: 25px;
  font-size: 12px;
  color: #3B3B3B;
  border: 1px #ddd solid;
  float: left;
  padding: 5px;
}
.main_web .web_content .web_apply .msg input[type='submit'],
.main_web .web_content .web_apply .msg input[type='reset'] {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #1796f9;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
  margin-left: 60px;
}
.main_web .web_content .web_apply .msg input[type='reset'] {
  background: #666;
}
.main_web .web_content .web_pro ul li {
  width: 384px;
  border-bottom: 1px #ccc solid;
  float: left;
  height: 121px;
  padding: 30px 0;
  overflow: hidden;
}
.main_web .web_content .web_pro ul li span {
  display: block;
  width: 156px;
  height: 119px;
  float: left;
  border: 1px #ccc solid;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.main_web .web_content .web_pro ul li span a {
  display: block;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: -30px;
  position: absolute;
  background: url(pro_fang.png) no-repeat center;
  background-size: cover;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.main_web .web_content .web_pro ul li span:hover a {
  right: 0;
}
.main_web .web_content .web_pro ul li .msg {
  width: 210px;
  overflow: hidden;
  height: 100%;
  float: left;
}
.main_web .web_content .web_pro ul li .msg item {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  position: relative;
  text-indent: 15px;
  overflow: hidden;
}
.main_web .web_content .web_pro ul li .msg item a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 85px;
  background: #1796f9;
  color: #fff;
  font-size: 13px;
  text-indent: 0;
}
.main_web .web_content .web_pro ul li .msg item:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #666;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 100%;
}
.main_web .web_content .web_proshow .title {
  width: 100%;
  height: auto;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.web_qua ul{width:786px;margin-left:-16px}
.web_qua ul li{width:180px;height:155px;margin-left:16px;float:left;margin-bottom:20px;}
.web_qua ul li a{display:block;width:100%;height:125px;overflow: hidden;border:1px #ddd solid;}
.web_qua ul li a img{width: 100%;}
.web_qua ul li span{text-align:center;font-size: 13px;line-height: 30px;display: block;width: 100%;height: 30px;overflow: hidden;}
/*分页*/
.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: #1796f9;
}
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: 60px;
}
.error {
  border: 1px #f40 solid;
}
.right {
  border: 1px #44b549 solid;
}
/*# sourceMappingURL=style.css.map */
