.bg-color {
  background: #fff;
}
.main{ padding: 3% 0;}.main img {	width: 100%;}
.clear{ clear: both;}


.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}



/*头部*/
#top_bj{ width: 100%; height: auto; background: #fff;}
#logo{ padding: 2%;}
#logo img{ max-width: 100%;}
#nav{ padding-left: 5%;}
#nav li{ float: left; margin: 6% 2.5% 0; height: 3rem;  text-align: center; font-size: 1.6rem; position: relative;}
#nav li a{ color: #666666;}
#nav li:hover a{ color: #ea0c1c;}
#nav li::before{ position: absolute; left: 50%; bottom: 0; content: ''; height: 2px;  background: #ea0c1c; width: 0; transition:0.3s;}
#nav li:hover::before{ width: 100%; left: 0;}
#top_tel{ padding: 0; background: url(../images/top_tel.png) no-repeat left top; color: #cf000f; font-size: 2rem; line-height: 2.2rem; font-weight: bold; padding-top: 22px; text-align: left; margin-top:1%;}

.sp_nav{ float: right; cursor:pointer; margin: 7% 0 0 0 !important; height: 3rem; text-align: right; padding-right: 0; padding-left: 6%; }
.sp_nav span{display:block;background:#cf000f;width:30px;height:2px;position:absolute;transition:all ease 0.5s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{position:fixed;z-index:99999;background:rgba(0,0,0,0.8);width:100%;height: auto;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; padding: 3% 0;}
.nav_show{top:14%;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{ border-top:1px #666 solid;margin-left:3%; width: 94%; position:relative;line-height:50px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #666 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#efefef;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#666;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

@media screen and (max-width:765px){
  .nav_show{top:10%;}
  #logo{ padding: 3%;}
}



#banner .swiper-container {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner .swiper-slide img{ width: 100%;}

#zi_banner{ width: 100%;}
#zi_banner img{ width: 100%;}

#home_nav{ background: #fff; box-shadow:0px 0px 10px #ececec; position: relative; margin: -5rem auto 3%; z-index: 1;}
#home_nav #home{ height: 5rem; line-height: 5rem; background: url(../images/home.png) no-repeat 2% center; padding-left: 5%; border-bottom: 1px solid #ececec;}
#home_nav ul{ line-height: 5rem; text-align: center; margin: 0;}
#home_nav ul li{ display: inline-block; padding: 0 4%; height: 5rem; line-height: 5rem; transition:0.3s; cursor: pointer;}
#home_nav ul li:hover{ background: #cf000f; color: #fff;}
#home_nav ul li:hover a{ color: #fff;}

#home_nav #cplb_nav li{ padding: 0 1.5%;}
@media screen and (max-width:765px){
  #home_nav{margin: 3% 15px;}
}





.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:640px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }


.slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
.slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox1 .hd li.on{ background:#fff;  }
.slideBox1 .bd{ position:relative; z-index:0; }
.slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }



/*底部*/
#end_line{ background: #323232; height: 4rem; line-height: 4rem; width: 100%; text-align: center; color: #e4e7ef;}
#footbj{ background: #707b81;}
#footbj .end_nav{ border-bottom: 1px solid #7e888e; line-height: 5rem;}
#footbj .end_nav a{ display: block; text-align: center; color: #fff;}
.end_logo p{ padding-top: 2%;}
.end_logo p a{ color: #c0c4c7;}
.end_logo p span{ display: block; color: #fff; font-size: 1.6rem; font-weight: bold;}
#footbj .tit{ color: #fff; font-weight: bold; font-size: 2rem;}
#footbj .end_cp{ border-left: 1px solid #858f95; border-right: 1px solid #858f95; min-height: 210px;}
#footbj .end_cp ul{ padding: 5% 0;}
#footbj .end_cp ul li{ height: 3rem; line-height: 3rem; color: #e4e7ef; padding-left: 0;}
#footbj .end_cp ul li a{ color: #e4e7ef;}
#footbj .end_tel .content{ padding: 5% 0; color: #fff;}
#footbj .end_tel .content .end_wx{ padding: 0 !important; }
#footbj .end_tel .content .end_wx img{ max-width: 100%;}
#footbj .end_tel .content p{ line-height: 2rem;}
@media screen and (max-width:765px){
  #footbj .end_cp{ border: none; min-height: auto;}
}



/*首页*/
.tit_in{ text-align: center;}
.tit_in p{ color: #2a2a2a; font-size: 4.5rem;}
.tit_in span{ color: #6a6a6a; font-size: 1.7rem;}
@media screen and (max-width:765px){
  .tit_in p{ font-size: 2.5rem;}
  .tit_in span{ font-size: 1.3rem;}
}
#ysnr{ padding-top: 3%;}
#ysnr li{ text-align: center;}
#ysnr li div{ color: #363636; font-size: 6rem; transition:0.3s;}
#ysnr li div sub{ font-size: 2rem;}
#ysnr li p{ color: #727272;}
#ysnr li div sup{ font-size: 3rem;}
@media screen and (max-width:765px){
  #ysnr li div{ font-size: 4rem;}
}
#ysnr li:hover div{ color: #cf000f;}


#cpbj{ background: url(../images/cpbj.jpg) no-repeat center top; width: 100%;}
#cplb{ margin: 2% 0; text-align: center; background: #cf000f; padding: 1% 0;}
#cplb li{ display: inline-block; border-right: 1px solid #dadada; line-height: 3rem; padding: 0 1.5%; color: #fff;}
#cplb li a{ display: block; position: relative; color: #fff;}
#cplb li a::before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; width: 0; background: #fff; transition:0.3s;}
#cplb li:hover a::before{ width: 100%;}
@media screen and (max-width:765px){
  #cplb li{ padding: 0 3%;}
}

#cpnrbj{ background: url(../images/cppic.jpg) no-repeat right top; padding: 8.3% 6% 0 0; position: relative;}
#cpnrbj .swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#cpnrbj .swiper-slide {
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow:0px 0px 10px #eae9e8;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cpnrbj .swiper-slide .pic{ width: 100%;}
#cpnrbj .swiper-slide .pic img{ width: 100%;}
#cpnrbj .swiper-button-next{ width: 39px !important; height: 39px !important; position: absolute; right: 32px; bottom: 49px; z-index: 1; top: auto;}
#cpnrbj .swiper-button-prev{ width: 39px !important; height: 39px !important; position: absolute; right: 32px; left: auto; bottom: 10px; z-index: 1; top: auto;}
#cpnrbj .swiper-slide .nr{ width: 100%; height: 100%; background: rgba(207,0,15,0.9); position: absolute; left: 0; top: -100%; opacity: 0; z-index: 2; transition:0.3s;}
#cpnrbj .swiper-slide .nr .tit{ color: #fff; font-size: 2rem; font-weight: bold; padding-top: 10%;}
#cpnrbj .swiper-slide .nr .content{ padding: 5% 10%; color: #fff; line-height: 2.5rem;}
#cpnrbj .swiper-slide .nr .more{ width: 50%; height: 4rem; line-height: 4rem; background: #859096; color: #fff; margin: 0 auto;}
#cpnrbj .swiper-slide:hover .nr{ top: 0; opacity: 1;}
@media screen and (max-width:765px){
  #cpnrbj .swiper-button-next{ right: 0;}
  #cpnrbj .swiper-button-prev{ right: 0;}
}

#alzs .swiper-container {
  width: 100%;
  height: 100%;
}
#alzs .swiper-slide {
  text-align: center;
  background: #135373;
  position: relative;
  transition:0.3s;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


#alzs .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%;  overflow: hidden; }
#alzs .swiper-slide .pic img{ width: 100%; opacity: .5; transition:0.3s;}
#alzs .swiper-slide .nr{ position: absolute; left: 0; top: 0; width: 100%; text-align: center; z-index: 1;}
#alzs .swiper-slide .nr p{ width: 100%; padding: 30% 0 5%;}
#alzs .swiper-slide .nr span{ display: block; color: #fff; font-size: 2rem;}
#alzs .swiper-slide:hover{ background: #cf000f;}
#alzs .swiper-slide:hover .pic img{opacity: .2;}


#gsjjbj{ background: url(../images/jjbj.png) repeat center top fixed; width: 100%;}
#gsjjbj .main{ padding: 5% 0;}
#gsjjbj .pic{ padding-top: 6%;}
#gsjjbj .pic img{ width: 100%;}
#gsjjbj .content{ padding-top: 5%;}
#gsjjbj .content .tit{ text-align: right;}
#gsjjbj .content .tit p{ color: #fff; font-size: 3rem; font-weight: bold; margin-bottom: 5%;}
#gsjjbj .content .tit span{ display: block; font-size: 3rem; font-weight: 100; background: url(../images/jj_bt.png) no-repeat right top; color: #fff; padding: 4% 10% 0 0;}
#gsjjbj .content .nr{ color: #fff; padding: 7% 0 7% 10%; line-height: 3rem;}
#gsjjbj .content .more{ float: right; width: 40%; background: #cf000f; height: 4rem; line-height: 4rem; text-align: center; color: #fff; transition:0.3s;}
#gsjjbj .content .more:hover{ border-radius: 2rem; width: 45%;}
@media screen and (max-width:765px){
  #gsjjbj .content .tit span{ font-size: 2.5rem;}
  #gsjjbj .content .nr{ padding: 7% 0;}
}


#gg{ width: 100%;}
#gg img{ width: 100%;}

#xwzx{ background: #f8f8f8; padding: 0;}
#xwzx .tit{ padding: 10% 10% 2%;}
#xwzx .tit p{ color: #2a2a2a; font-size: 4rem;}
#xwzx .tit span{ color: #343434; font-size: 2rem; font-family: arial; text-transform: uppercase;}
#xwzx .more{ text-transform: uppercase; color: #2a2a2a; padding: 0 10% 5%;}
#xwzx ul{ border-top: 1px solid #e4e4e4; padding: 5% 0 7%; margin: 0 10%;}
#xwzx ul li{ border-bottom: 1px dotted #dcdcdc; height: 6rem; line-height: 6rem;}
#xwzx ul li i{ display: block; float: left; height: 15px; width: 4px; background: #b7b7b7; margin-top: 7.5%; transition:0.3s;}
#xwzx ul li p{ float: left; margin: 0; padding-left: 5%; color: #3b3b3b;}
#xwzx ul li p span{ color: #b7b7b7; text-transform: uppercase;}
#xwzx ul li:hover i{ background: #d30000;}
#xwzx ul li:hover p{ color: #d30000;}
#xwzx .lxwm{ padding: 7% 10%; background: url(../images/left_lx.png) no-repeat center right #dfe1e2;}
#xwzx .lxwm div{ color: #d30000; font-size: 3rem; font-weight: bold;}
#xwzx .lxwm div span{ display: block; color: #313131; font-size: 1.6rem; font-weight: normal;}
#xwzx .lxwm p{ line-height: 2.5rem; padding-top: 5%;}

#xwnr ul li{ border-bottom: 1px solid #e4e7ef; padding: 3%; line-height: 3rem; transition:0.3s;}
#xwnr ul li .time{ color: #a0a0a0; font-family: arial; text-transform: uppercase;}
#xwnr ul li .tit{ color: #333333; font-size: 1.6rem;}
#xwnr ul li .content{ color: #9c9c9c; font-style: 1.2rem;}
#xwnr ul li:hover{ background: #9da6ab;}
#xwnr ul li:hover .time{ color: #fff;}
#xwnr ul li:hover .tit{ color: #fff;}
#xwnr ul li:hover .content{ color: #fff;}


/*公司简介*/
#gsjjtit{ padding-bottom: 2%;}
#gsjjtit p{ color: #343434; font-size: 3.5rem;}
#gsjjtit span{ display: block; color: #969696; font-size: 4rem; font-weight: 100; font-family: arial;}

#gsjjnr{ line-height: 3rem;}
#gsjjpic img{ width: 100%;}

#whbj{ background: url(../images/whbj.jpg) repeat-y center top;}
#whbj ul{ margin: 0;}
#whbj ul li{ text-align: center; padding: 30% 10% 0;}
#whbj ul li .pic{ width: 61px; height: 61px; overflow: hidden; margin: 0  auto;}
#whbj ul li .pic img{ margin-left: 0; transition:0.3s;}
#whbj ul li:hover .pic img{ margin-left: -61px;}
#whbj ul li .tit{ color: #3b3b3b; font-size: 2.5rem; padding: 7% 0;}
#whbj ul li .nr{ color: #757575; line-height: 3rem; height: 12rem;}


#hzkh .swiper-container {
  width: 100%;
  padding: 5% 0;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#hzkh .swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#hzkh .swiper-slide img{ width: 100%;}




.o_product{ clear: both; padding: 0 0 3%;}
.o_product .o_product_img{ text-align: center; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.o_product .o_product_img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}

.o_product .o_product_info{}
.o_product .o_product_info h2{ color: #3e3e3e; font-size: 3rem; font-weight: bold; margin-bottom: 5%; height: 5rem; border-bottom: 1px solid #dddddd;}
.o_product .o_product_info .o_product_detail{ font-size: 14px; color: #999; margin-top: 10px;}
.o_product .o_product_info .o_product_detail .o_product_data{ clear: both; width: 100%; height: auto;}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{ display: block; content: ''; clear: both; height: 0; width: 0;}
.o_product_data span{ display: block;}
.o_product_data span.key{ color: #cf000f; font-size: 18px; border-left: 2px solid #cf000f; padding-left: 20px;}
.o_product_data span.val{ height: auto; line-height: 25px; padding: 10px 0;}
.colhs{ color: #FE4200;}
.o_product_data span.val b{ color:#FE4200; font-size: 16px;}

.o_product_detail ul{ padding: 3% 0;}
.o_product_detail li .pic{ border: 2px solid #e5e5e5; transition:0.3s; text-align: center; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.o_product_detail li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.o_product_detail li p{ height: 3rem; line-height: 3rem; text-align: center; font-size: 1.2rem;}
.o_product_detail li:hover .pic{ border: 2px solid #cf000f;}
.o_product_info #cptel{ height: 50px; line-height: 50px; background: #cf000f; text-align: center; color: #fff; font-size: 1.5rem;}
.o_product_info #cptel i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 2% 0 0;}
.o_product_info #cptel i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn{ color: #fff; height: 50px; line-height: 50px; text-align: center; background: #323232; border: none; outline: none; transition:0.3s;}
.o_product_info .order-btn a{ color: #fff;}
.o_product_info .order-btn i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 10% 0 0;}
.o_product_info .order-btn i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn:hover{ background: #cf000f;}

.cpbt{ border-bottom: 1px solid #f2f2f2; height: 5rem; line-height: 5rem; width: 100%; text-align: center; transition:0.3s; margin: 0 auto !important;}
.cpbt li{ display: inline-block; color: #333333; font-size: 1.7rem; width: 15%; text-align: center; position: relative;}
.cpbt li::before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #cf000f; width: 0; transition:0.3s;}
.cpbt li:hover::before{ width: 100%;}

@media screen and (max-width:765px){
  .cpbt li{ width: 24%;}
}


.center-content{ padding: 0 15px; line-height: 3rem;}



/*公共*/
.content{ line-height: 2.5rem; padding: 2% 0 0;}
.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
	.footer01{right: 0;bottom: 0;float: left;width: 100%;position: fixed;background: #1d58d1;color:#fff;font-size: 1.2em;}
  	
  	.footer01 li{float: left;text-align: center; width: 24.2%;line-height: 75px;}
  	
  	.footer01 li a{color: #fff;font-size: 1.0em;}
  	
  	.footer01 li a:hover{color: #ffb40b}
  	
  	.footer01 .f2 {padding-top:8%;width: 100%;background: url(../Images/ftel.png) no-repeat center 10%;color: #fff !important; font-size: 0.7em; background-size: 30px;height: 60px;float: left;text-align: center;}
  	
  	.footer01 .f4 {padding-top:8%;width: 100%;background: url(../Images/qq.png) no-repeat center 10%;color: #fff !important;font-size: 0.7em; background-size: 30px;height: 60px;float: left;text-align: center;}
  	
  	.footer01 .f1{padding-top:8%;width: 100%;background: url(../Images/home.png) no-repeat center 10%;color: #fff !important;font-size: 0.7em; background-size: 30px;height: 60px;float: left;text-align: center;}
  	
  	.footer01 .f3 {padding-top:8%;width: 100%;background: url(../images/dx.png) no-repeat center 10%;color: #fff !important;font-size: 0.7em; background-size: 30px;height: 60px;float: left;text-align: center;}
  	
  	.footer01 .f5{padding-top:8%;width: 100%;background: url(../images/footer_top.png) no-repeat center 10%;color: #fff !important;font-size: 0.7em; background-size: 30px;height: 60px;float: left;text-align: center;}
  	
  	
  
  
  
/*# sourceMappingURL=./index.css.map */