.a_hover:hover {
  text-decoration: underline;
  color: #f0c03e;
}
.a_hover_color:hover {
  color: #f0c03e;
}
.page {
  line-height: 1.5;
  color: #f0c03e;
}
.page a,
.page span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f0c03e;
  margin: 2px;
  color: #f0c03e;
  margin-top: 10px;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.page .current {
  background: #f0c03e;
  color: #fff;
}
.main_color {
  color: #f0c03e;
}
.main_color2 {
  color: #121754;
}
.main_bg_color {
  background-color: #f0c03e;
}
.main_bg_color2 {
  background-color: #121754;
}
.header_top .tel {
  background-image: url("../images/tel.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.nav {
  background-color: #f0c03e;
  background-image: url("../images/navbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.nav .w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .item a {
  display: block;
  color: #000;
}
.nav .item.hover,
.nav .item:hover {
  background-color: #f0c03e;
}
.nav .tel {
  background-image: url("../images/tel.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}
.banner .owl-dots {
  bottom: 60px;
}
.banner .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.banner .owl-dots .owl-dot.active {
  width: 40px;
}
.index_bg1 {
  background-color: #f8f9fa;
}
.index_more {
  background-color: #be9020;
  background-image: url("../images/m1.png");
  background-repeat: no-repeat;
  background-position: center;
}
.index_fw .left .item {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3a3a3a;
}
.index_fw .left .item:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_fw .left .item:last-child:after {
  display: none;
}
.index_fw .left .item .img {
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: 28px;
}
.index_fw .left .item .right_c {
  background-image: url("../images/fr.png");
  background-repeat: no-repeat;
  background-position: 133px center;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_fw .left .item.active {
  background-color: #f0c03e;
}
.index_fw .left .item.active:after {
  opacity: 0;
}
.index_fw .left .item.active .right_c {
  color: #333;
}
.index_fw .right .item {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.index_fw .right .item.active {
  z-index: 2;
  position: relative;
  opacity: 1;
}
.index_fw .right .info {
  background-color: rgba(0,0,0,0.1);
}
.index_yj_c .w {
  background-image: url("../images/c.jpg");
}
.index_yj .item .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(83,83,83,0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_yj .item .info img {
  width: auto;
  display: inline-block;
}
.index_yj .item:hover .info {
  opacity: 1;
}
.index_yj .owl-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
  top: 0;
  width: 1250px;
  left: 50%;
  margin-left: -625px;
  color: #fff;
  z-index: 10;
  visibility: hidden;
}
.index_yj .owl-nav .owl-prev,
.index_yj .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.index_yj .owl-nav .owl-prev {
  left: -30px;
  background-image: url("../images/l.png");
}
.index_yj .owl-nav .owl-next {
  right: -30px;
  background-image: url("../images/r.png");
}
.footer {
  background-color: #e7e7e7;
  color: #666;
}
.footer a {
  color: #666;
}
.footer select {
  width: 244px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  text-indent: 20px;
  color: #666;
}
.pl290 {
  padding-left: 290px;
}
.w1048 {
  width: 1048px;
}
.footer_b {
  background-color: #081016;
  color: #98a7b2;
}
.footer_b a {
  color: #98a7b2;
}
.mt-80 {
  margin-top: -80px;
}
.mnh400 {
  min-height: 400px;
}
.container_left .t {
  background-image: url("../images/lx.png");
}
.container_left .wrap .item {
  border-left: 7px solid #e4e4e4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.container_left .wrap .item a {
  color: #777;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  padding-left: 30px;
}
.container_left .wrap .item:hover,
.container_left .wrap .item.hover {
  border-left-color: #f0c03e;
}
.crumb {
  border-bottom: 1px solid #cecece;
}
.bgce30616 {
  background-color: #e30616;
}
.img_list {
  margin-right: -100px;
}
.img_list .item {
  float: left;
  width: 306px;
  margin-right: 33px;
  margin-bottom: 30px;
}
.fuwu_list .item {
  margin-bottom: 30px;
  background-color: #f6f8f9;
}
.show_show h1 {
  font-weight: 500;
  font-size: 23px;
  text-align: center;
}
.show_show .info {
  font-size: 13px;
  color: #848484;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
.news_list .item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
/*for row in 1 2 3 4
    .item{row}
        .img-wrap
            background-image: url('../images/c' + row + '.png')
            
*/
