.tdu {
  text-decoration: underline;
}
body {
  position: relative;
}
.a_hover:hover {
  text-decoration: underline;
  color: #d82723;
}
.a_hover_color:hover {
  color: #d82723;
}
.page {
  line-height: 1.5;
  color: #d82723;
  font-size: 16px;
}
.page .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d82723;
  margin: 2px;
  color: #d82723;
  margin-top: 10px;
}
.page .page-item a {
  color: #d82723;
}
.page .page-item.active {
  background: #d82723;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #d82723;
}
.main_color2 {
  color: #0045b8;
}
.main_bg_color {
  background-color: #d82723;
}
.main_bg_color2 {
  background-color: #0045b8;
}
.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_top {
  color: #222;
  border-bottom: 1px solid #edecec;
}
.index_top a {
  color: #222;
}
.index_top .mp {
  width: 126px;
  text-align: center;
  border-right: 1px solid #edecec;
  border-left: 1px solid #edecec;
}
.index_header {
  z-index: 10;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #edecec;
}
.index_header .qh {
  text-align: justify;
}
.index_header form {
  position: relative;
}
.index_header form input {
  width: 247px;
  height: 30px;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  border: 2px solid #d3d3d3;
  outline: none;
  font-size: 16px;
  text-indent: 25px;
  font-size: 14px;
}
.index_header form button {
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  background-image: url("../images/zoom.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
.index_nav .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  position: relative;
}
.index_nav .item:before {
  content: '';
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_nav .item a {
  color: #222;
  display: block;
}
.index_nav .item:hover:before,
.index_nav .item.hover:before {
  background-color: #a00;
  width: 100%;
}
.index_nav .item:hover a,
.index_nav .item.hover a {
  color: #d82723;
}
.banner {
  position: relative;
  min-width: 1400px;
}
.banner .owl-dots {
  -moz-text-align-last: left;
       text-align-last: left;
  width: 1400px;
  margin-left: -700px;
  left: 50%;
}
.banner .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.banner .owl-dots .owl-dot.active {
  background-color: #d82723;
}
.index_bg1 {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index_about {
  background-color: #f8f8f8;
}
.index_about .wrap {
  position: relative;
}
.index_about .wrap:before {
  content: '';
  width: 2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2000px;
  background-color: #fff;
}
.index_about .more {
  position: relative;
}
.index_about .more:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 25px;
}
.index_about .more:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 36px;
}
.index_about .more a {
  display: block;
  color: #fff;
  text-indent: 30px;
}
.bgcd0d0d0 {
  background-color: #d0d0d0;
}
.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_bg2 {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  -o-background-size: cover;
     background-size: cover;
}
.index_pro_cate .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  margin-left: 4px;
  text-align: center;
  font-size: 16px;
}
.index_pro_cate .item a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.index_pro_cate .item:hover,
.index_pro_cate .item.hover {
  background-color: #e22b2b;
  color: #fff;
}
.index_pro_cate .item:hover a,
.index_pro_cate .item.hover a {
  color: #fff;
}
.index_pro_cate_s .item {
  border: 4px solid #eceef0;
  position: relative;
}
.index_pro_cate_s .item .more {
  background-color: #322f2f;
  width: 142px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  font-size: 14px;
  color: #fff;
}
.index_pro_cate_s .item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(216,39,35,0.95);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_pro_cate_s .item .info > div {
  height: 100%;
  width: 100%;
}
.index_pro_cate_s .item:hover .info {
  opacity: 1;
}
.index_pro_wrap .wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_wrap .wrap.hover {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.index_pro .item {
  margin-right: 22px;
  width: 285px;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  margin-bottom: 23px;
  border: 4px solid #eceef0;
}
.index_pro .item .tit {
  border-top: 1px solid #e4e4e4;
  margin-top: 5px;
}
.index_pro .item:nth-child(4n) {
  margin-right: 0;
}
.index_pro .item .more {
  width: 130px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  text-align: center;
}
.index_pro .item .msg {
  background-image: url("../images/msg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 20px;
}
.index_why .tel {
  background-color: #494749;
}
.b-20 {
  bottom: -20px;
}
.aie {
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.index_bg3 {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index_jj .item {
  width: 306px;
  height: 168px;
  border: 1px solid #f6a69f;
  margin-bottom: 25px;
}
.index_bg4 {
  background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index_pz .owl-carousel .owl-nav {
  display: block;
  top: -110px;
  position: absolute;
  left: 0;
  right: 0;
}
.index_pz .owl-carousel .owl-nav .owl-next,
.index_pz .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 40px;
  width: 23px;
  background-repeat: no-repeat;
  top: 0;
  font-size: 0;
}
.index_pz .owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/l1.png");
  background-position: left center;
  right: 90px;
}
.index_pz .owl-carousel .owl-nav .owl-next {
  background-image: url("../images/r1.png");
  background-position: right center;
  right: 0;
}
.index_bg5 {
  background-image: url("../images/bg5.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}
.index_kh .item {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(186,186,186,0.2);
          box-shadow: 0 0 10px rgba(186,186,186,0.2);
  margin-right: 15px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.bdbdc7c7c7 {
  border-bottom: 1px dashed #c7c7c7;
}
.index_question .item {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dcdee0;
  padding: 10px;
}
.index_question .item .t,
.index_question .item .q {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background-color: #909193;
  font-size: 16px;
}
.index_question .item .q {
  background-color: #d82723;
}
.index_question .item:hover {
  border-color: #d82723;
}
.index_link {
  background-color: #d82723;
}
.index_link a {
  color: #fff;
}
.bgc676767 {
  background-color: #676767;
}
.footer {
  background-color: #1e1e1e;
  position: relative;
  color: #aeadad;
}
.footer a {
  color: #aeadad;
}
.footer input {
  height: 34px;
  background-color: transparent;
  border: 1px solid #676767;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4px;
  text-indent: 10px;
}
.footer button {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}
.footer1 {
  border-top: 1px solid #444;
}
.bg {
  background: #f4f5f8;
}
.crumb {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.crumb a {
  color: #fff;
}
.crumb .w {
  border-top: 1px solid #fff;
}
.img_list_cate .item {
  width: 342px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 20px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.img_list_cate .item:nth-child(4n) {
  margin-right: 0;
}
.img_list_cate .item a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.img_list_cate .item:hover,
.img_list_cate .item.hover {
  background-color: #d82723;
}
.img_list_cate .item:hover a,
.img_list_cate .item.hover a {
  color: #fff;
}
.img_list .wrap .item {
  width: 320px;
  padding: 12px;
}
.news_list .item {
  padding-left: 20px;
  padding-right: 20px;
  width: 685px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.news_list .item:before {
  content: '';
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  height: 3px;
  background-color: #d82723;
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.news_list .item:hover:before {
  width: 100%;
  background-color: #d82723;
}
.news_list .item .more {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background-color: #0967d7;
  float: right;
}
.news_list .item .desc {
  border-bottom: 1px solid #e7e9ee;
}
.contact_page .map {
  border: 3px solid #fff;
}
.about_page_b .item {
  background-color: #fff;
  width: 310px;
  height: 245px;
  line-height: 120px;
  margin-bottom: 25px;
}
.about_page_b .item img {
  vertical-align: bottom;
}
.about_page_b .item:nth-child(5),
.about_page_b .item:nth-child(6) {
  width: 642px;
}
.about_page_b .item:nth-child(5) .img,
.about_page_b .item:nth-child(6) .img {
  line-height: 245px;
}
.about_page_b .item:nth-child(5) img,
.about_page_b .item:nth-child(6) img {
  vertical-align: middle;
}
.vam {
  vertical-align: middle;
}
.show_show .cont{
    overflow: hidden;
}
.show_show .cont .left .wrap{
    border: 1px solid #e2e2e2;
}
.show_show .cont .list img{
    border: 1px solid #e2e2e2;
}
.show_show .cont .list{
    overflow: hidden;
    margin-right: -20px;
}
.show_show .cont .list .item{
    float: left;
    margin-right: 17px;
}
.show_show .cont .img-wrapper{
    position: relative;
    width: 370px;
    height: 300px;
    font-size: 0;
    /* border: 1px solid #e2e2e2; */
    /* box-shadow: 0px 0px 1px #eee */
}
  #zoom{
    width: 150px;
    height: 150px;
    position: absolute;
    background: rgba(186,2,0,0.4);
    cursor: move;
  }
  #zoomimg{
    position: absolute;
    width: 370px;
    height: 300px;
    right: -380px;
    top: 0;
    overflow: hidden;
    z-index: 10
  }
  #b_bimg{
    position: absolute
  }
.show_show .cont .right{
    /*width: 420px;*/
}
.show_show .cont .right .title{
    font-size: 19px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 10px;
    margin-right: 30px;
    padding-top: 5px;
    position: relative;
}
.show_show .cont .right .item{
    font-size: 14px;
    color: #666;
}
.show_show .cont .right .item .red{
    font-size: 22px;
    color: #ba0200;
}
.show_show .cont .right .ljzx{
    overflow: hidden;
}
.show_show .cont .right .zx{
    width: 138px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    font-size: 19px;
    background-color: #ba0200;
    border-radius: 3px;
    float: left;
    display: inline-block;
}
.show_show .cont .right .fx{
    display: inline-block;
    margin-left: 37px;
    float: left;
    /* width: 180px; */
}