.top_bar {

  background: #313131;

}

.top_bar .tb-left {

  float: left;

  height: 44px;

  line-height: 44px;

  color: #9b9b9b;

  font-size: 16px;

  overflow: hidden;

}

.top_bar .tb-rig {

  float: right;

}

.top_bar .tb-rig ul li {

  position: relative;

  float: left;

  text-align: center;

  border-left:1px solid #424242;

  height: 44px;

  z-index: 999;

  font-size: 14px;

  color: #bbbbbb;

}

.top_bar .tb-rig ul li:first-of-type{

  width:initial;

  background: url("../images/tel.png") no-repeat left center;

  padding-left: 30px;

  line-height: 44px;

  padding-right: 30px;

  border-left: 0;

}



.tb-rig ul li:hover{

  cursor: pointer;

}

.tb-rig ul li:nth-of-type(2){

  background: url("../images/emailicon.png") no-repeat 17px center;

  line-height: 45px;

  padding-left:45px;

  padding-right:17px;

}

.tb-rig ul li:nth-of-type(2) a{

  font-size: 14px;

  color: #bbbbbb;

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.tb-rig ul li:nth-of-type(2) a:hover{

  color: #fff;

  cursor: pointer;

}

.showtopcode{

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.showtopcode span{

  background: url("../images/codeicon.png") no-repeat left center;

  margin-left:13px;

  font-size: 14px;

  line-height: 45px;

  padding-left: 28px;

  color: #bbbbbb;

}

.showtopcode:hover span{

  color: #fff;

}

.tb-rig ul li:nth-of-type(3) img{

  display:none;

  width:120px;

  position: absolute;

  top:100%;

  right:0;

}



.logo{

  float: left;

  max-width:280px;

  margin-top: 15px;

  overflow: hidden;

}



.nav-bar{

 /* float:right;*/

 margin-left: 300px;

}

.nav-bar li {

  float: left;

  margin-left:50px;

  height: 80px;

  position: relative;

}



.nav-bar li>a{

  line-height: 80px;

  display: block;

  font-size: 18px;

  color: #0c0c0c;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  position: relative;

}

.nav-bar li>a:after{

  content: '';

  background: #fe0000;

  height: 4px;

  width:100%;

  position: absolute;

  bottom:19px;

  left:0;

  opacity: 0;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.nav-bar li:hover>a:after{

  opacity: 1;

}

.showlist{

  display:none;

  visibility: hidden;

  z-index: 3;

  background: rgba(255, 255, 255, 0.96);

  border-radius: 0 0 10px 10px;

  position: absolute;

  top:103%;

 /* max-height:400px;

  height:auto;*/

}

.addshow{

  display:block;

  visibility: visible;

  top: 100%;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.normalshowlist{

  padding:15px 0;

  min-width:150px;

  left:50%;

  text-align: center;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

}

.proshowlist{

  width: 1200px;

  position: absolute;

  top: 100%;

  left: 0;

  margin-left: -411px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding:25px 70px;

}



.proshowlist .showlist-ul-li{

  max-height: 562px;

}

/*.proshowlist .showlist-ul-li:nth-of-type(7){

  width: 350px;

}*/

.proshowlist .showlist-ul-li>a{

  /*font-weight: bold;*/

  display: block;

  font-size: 15px;

  color: #e20002;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  line-height: 39px;

}

.proshowlist .showlist-ul-li[data-list]>.nav_fl_list a{

  float:left;

  width: 50%;

}

.proshowlist .showlist-ul-li:last-of-type{

  border-right: none;

  margin-right: 0;

}

.showlist-ul-li{

  float:left;

  /*width: 22%;

  max-width: 299px;*/

  margin-right: 28px;

}

.showlist a{

  display:block;

  color: #555555;

  font-size: 13px;

  line-height: 26px;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.showlist a:hover{

  color: #e20002;

}

.showlist::before{

  position: absolute;

  content: '';

  top:100%;

  left:50%;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  border-left:1px solid #268ae7;

}



.nav-bar li.active>a:after{

  opacity: 1;

}



.banner {

  position: relative;

  height: 22vw;

}

.banner #bannerSwiper {

  height: 22vw;

}

.banner .swiper-slide {

  position: relative;

  height: 22vw;

  float: left;

}

.banner .swiper-slide a{

  display:block;

  width:100%;

  height: 100%;

}

.banner .pagination {

  position: absolute;

  font-size:0;

  left: 0;

  text-align: center;

  bottom: 13px;

  width: 100%;

  z-index: 9;

}

.banner .pagination .swiper-pagination-switch {

  display: inline-block;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  border:2px solid #fff;

  opacity: 0.6;

  margin: 0 5px;

  cursor: pointer;

}

.banner .pagination .swiper-active-switch {

  background: #fff;

  opacity: 1;

}

#main {

  overflow: hidden;

}



.mln_title{

  padding-top: 5vw;

  padding-bottom: 5vw;

  text-align: center;

}

.mln_title h3{

  letter-spacing: 3px;

  color:#242424;

  font-size: 24px;

  background: url("../images/line.png") no-repeat center;

}

.mln_title h3 span{

  color: #d2021b;

}

.mln_title small{

  font-size: 16px;

  letter-spacing: 2px;

  color: #797979;

}



/* 首页产品 */

.index_prolist{

  float:left;

  width: 282px;

  margin-right:24px;

}

.index_prolist:last-of-type{

  margin-right: 0;

}

.index_prolist>a:after{

  display:block;

  content: '';

  clear: both;

}

.index_prolist>a{

  display: block;

  margin-bottom:17px;

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.index_prolist>a:hover small{

  background:#e20002;

}

.index_prolist>a>h4{

  font-size: 16px;

  color: #1b1b1b;

  line-height: 16px;

  font-weight: bold;

  float:left;

}

.index_prolist>a>small{

  color: #fff;

  background: #d2d2d2;

  border-radius: 50%;

  float:right;

  display: block;

  text-align: center;

  width: 18px;

  height: 18px;

  font-size: 18px;

  font-weight: bold;

  line-height: 16px;

}

.index_prolist .swiper-container{

  background: #eeeeee;

  border:1px solid #eee;

  height: 140px;

  width: 100%;

}

.index_prolist .swiper-container .swiper-slide>a{

  float:left;

  display: block;

  width: 130px;

  height: 100%;

  background:#fff;

}



.index_prolist .swiper-container .swiper-slide>a img{

  min-width: 100%;

  height: 100%;

}

.index_list01 .swiper-container .swiper-slide>a img{

  max-width: 100%;

  height: initial;

}

.index_prolist .swiper-container .swiper-slide>.pro_text_right{

  float:right;

  width: 152px;

  height: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding:10px 16px;

}



.index_prolist .swiper-container .swiper-slide>.pro_text_right a{



  line-height: 17px;

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.index_prolist .swiper-container .swiper-slide>.pro_text_right a:hover{

  color: #e20002;

}

.index_prolist .swiper-container .swiper-slide>.pro_text_right a span{

  display: block;

  font-size: 14px;

  color: #e20002;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.index_prolist .swiper-container .swiper-slide>.pro_text_right a small{

  font-size: 12px;

  color: #000000;

  line-height: 18px;

  display: block;

  margin-top: 5px;

  height: 90px;

  overflow: hidden;

}

.pro_text_right a small{

  font-size: 12px;

  color: #000000;

}

.pro_text_right a span{

  display: block;

  font-size: 12px;

  color: #e20002;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.index_prolist .swiper-container .swiper-button-prev:after{display:none;}

.index_prolist .swiper-container .swiper-button-prev{

  left:138px;

  bottom:3px;

  margin-top: 0;

  width: 10px;

  height: 10px;

  top:initial;

  background: url(../images/ipicnew1.png) no-repeat center;

  color: #8a8a8a;

}

.index_prolist .swiper-container .swiper-button-next:after{display:none;}

.index_prolist .swiper-container .swiper-button-next{

  left:151px;

  background: url(../images/ipicnew2.png) no-repeat center;

  right:initial;

  bottom:3px;

  width: 10px;

  height: 10px;

  color: #8a8a8a;

  margin-top: 0;

  top:initial;

}



.index_prolist .swiper-container .swiper-button-disabled{

  opacity: 1;

  color: #afafaf!important;

}



/*公司简介*/

.con_cont{

  margin-top: 50px;

  background: #f9f9f9;

}

.company>img{

  float:left;

  width: 510px;

  height: 339px;

}

.company_cont{

  float:right;

  width: 690px;

  height: 339px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding:35px;

}

.comtitle{

  margin-bottom: 22px;

}

.comtitle h3{

  font-size: 14px;

  color: #999999;

  float:left;

}

.comtitle h3 span{

  font-size: 24px;

  color: #e20002;

}

.comtitle a{

  font-size: 14px;

  color: #1b1b1b;

  float:right;

  background: url("../images/add.png") no-repeat right center;

  padding-right:28px;

  margin-top: 11px;

  position: relative;

}

.comtitle a:hover{

  color: #e20002;

}

.comtitle a:before{

  content:""; width:100%; height:1px; background:#e20002; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;

}

.comtitle a:hover:before{

  transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;

}

.company_cont>small{

  font-size: 14px;

  line-height: 30px;

  color: #666666;

}

.company_cont ul{

  display:flex;

  justify-content: center;

  align-items: center;

  margin-top: 40px;

}

.company_cont ul li{

  width: 150px;

  text-align: center;

}

.company_cont ul li p{

  font-size: 12px;

  color: #1b1b1b;

}

.company_cont ul li p span{

  font-size: 22px;

  margin-right:4px;

  color: #1b1b1b;

}

.company_cont ul li small{

  font-size: 12px;

  color: #666666;

}

.company_cont ul b{

  width: 1px;

  height: 30px;

  background: url("../images/line02.png") no-repeat center;

}



/*新闻*/

.news_tit>a{

  display:block;

  float:left;

  width: 390px;

  margin-right: 15px;

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.news_tit>a:hover{

  -webkit-box-shadow: 0 4px 10px #ddd;

  -moz-box-shadow: 0 4px 10px #ddd;

  box-shadow: 0 4px 10px #ddd;

}

.news_tit a:last-of-type{

  margin-right: 0;

}

.news_tit a b{

  width:100%;

  height:218px;

}

.news_tit a b img{

  max-width: 100%;

  min-height: 100%;

}

.news_tit a:hover b img{

  -webkit-transform: translate(-50%,-50%) scale(1.02);

  -moz-transform: translate(-50%,-50%) scale(1.02);

  -ms-transform: translate(-50%,-50%) scale(1.02);

  -o-transform: translate(-50%,-50%) scale(1.02);

  transform: translate(-50%,-50%) scale(1.02);

}

.news_tit a>div{

  background: #f9f9f9;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding:20px 33px;

  -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.news_tit a:hover>div{

  background:#e20002; /* 一些不支持背景渐变的浏览器 */

  background:-moz-linear-gradient(-45deg, #e20002, #fd6441);

  background:-webkit-linear-gradient(-45deg,#e20002,#fd6441);

  background:-o-linear-gradient(-45deg, #e20002, #fd6441);

}

.news_tit a>div p{

  font-size: 16px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  color: #1b1b1b;

  font-weight: bold;

   -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.news_tit a>div span{

  font-size: 12px;

  color: #1b1b1b;

  display: block;

  margin-top: 15px;

  margin-bottom: 10px;

   -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.news_tit a>div small{

  font-size: 14px;

  display: block;

  color: #666666;

  height: 71px;

  line-height: 26px;

   -webkit-transition: 350ms 0s all ease;

  -moz-transition: 350ms 0s all ease;

  -ms-transition: 350ms 0s all ease;

  -o-transition: 350ms 0s all ease;

  transition: 350ms 0s all ease;

}

.news_tit a:hover>div small,.news_tit a:hover>div span,.news_tit a:hover>div p{

  color: #fff;

}

.more{

  display:block;

  margin:0 auto;

  line-height: 46px;

  height: 46px;

  margin-top: 37px;

  margin-bottom: 60px;

  text-align: center;

  background: #e3e3e3;

  font-size: 16px;

  width: 179px;

  color: #1b1b1b;

  position: relative;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.more:before,.more:after {

  content:'';

  position:absolute;

  display: block;

  top:0;

  right:0;

  height:2px;

  width:0;

  background:#d5261b;

  transition:400ms ease all;

}

.more:after {

  right:inherit;

  top:inherit;

  left:0;

  bottom:0;

}

.more:hover:before,.more:hover:after {

  width:100%;

  transition:800ms ease all;

}

.more:hover {

  background:#fff;

  color:#d5261b;

}





.footer {

  background: #161616;

  padding-top: 36px;

  padding-bottom: 36px;

}

.fot_top>img{

  float:left;

}

.fot_top>.fotnav{

  float:right;

  display:flex;

  width: 910px;

  align-items: center;

  justify-content: space-between;

}

.fot_top>.fotnav a{

  font-size: 14px;

  color: #bbbbbb;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

  position: relative;

}

.fot_top>.fotnav a:before{ content:""; width:100%; height:1px; background:#fe0000; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}

.fot_top>.fotnav a:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

.fot_top>.fotnav a:hover{ color:#fe0000;}



.fot_bottom{

  margin-top: 27px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding:11px 46px;

  background: #1b1b1b;

}

.foot-logo {

  float: left;

  width: 250px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding-right: 48px;

}

.foot-logo p{

  font-size: 14px;

  color: #fe0000;

  margin-top: 14px;

}

.foot-logo h2{

  font-size: 26px;

  color: #fe0000;

  font-weight: bold;

  margin-bottom: 4px;

}

.foot-logo small{

  font-size: 14px;

  color: #bbbbbb;

  display: block;

  text-indent: -6px;

}

.foot-nav{

  float:left;

  width: 390px;

  border-left:1px dashed #363636;

  border-right:1px dashed #363636;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.foot-nav>h3{

  font-size: 20px;

  padding-left: 38px;

  color: #f2112c;

  font-weight: normal;

  margin-bottom: 50px;

}

.foot-nav-list{

  padding-left: 8px;

}

.foot-nav-list ul li{

  float:left;

  margin-bottom: 22px;

}

.foot-nav-list ul li a{

  display:block;

  width: 120px;

  text-align: center;

  font-size: 14px;

  color: #808080;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.foot-nav-list ul li a:hover{

  color: #fff;

}

.foot-contact{

  float:left;

  border-right:1px dashed #333333;

  border-left:1px dashed #333333;

  padding-left: 23px;

  width: 501px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.foot-contact li{

  float:left;

  height: 30px;

  padding-top:12px;

  width:90%;

}

.foot-contact li:first-of-type{

  width: 90%;

}

.foot-contact p{

  margin-bottom: 10px;

  font-size: 14px;

  color: #bbbbbb;

  float:left;

}

.foot-code{

  margin-left: 27px;

  float:right;

}

.foot-code>img{

  width:92px;

}

.foot-code>p{

  font-size: 12px;

  color: #666666;

  text-align: center;

  margin-top: 3px;

}







.foot {

  background: #161616;

  height: 54px;

  font-size: 14px;

  line-height: 54px;

  color: #808080;

}

.foot .warpper{

  border-top: 1px solid #2e2e2e;

}

.foot .foot-l {

  float: left;

}

.foot .foot-r {

  float: right;

}

.foot a {

  color: #808080;

}

.foot a:hover {

  color: #fff;

}

.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 .ul-li{

  border-bottom: 1px dashed #eee;

}



.pro-sider .pro-sider-ul .ul-li>h2 {

  position: relative;

  height: 66px;

  line-height: 66px;

  font-size: 16px;

  color: #333333;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.pro-sider .pro-sider-ul .ul-li>h2 a{

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  float:right;

  font-size: 16px;

  color: #333333;

  width:209px;

}



.pro-sider .pro-sider-ul .ul-li>h2 div.icon {

  float:left;

  width: 16px;

  height: 100%;

  text-align: center;

  background: url(../images/sider-bg-02.png) no-repeat center;

}



.pro-sider .pro-sider-ul .ul-li>h2:hover a,

.pro-sider .pro-sider-ul .ul-li.active>h2 a,.pro-sider-ul #mlnlight>h2 a{

  color: #e20002;

  font-weight: bold;

}

.pro-sider .pro-sider-ul .ul-li.active>h2 div.icon,.pro-sider .pro-sider-ul .ul-li.active2>h2 div.icon,.pro-sider-ul #mlnlight>h2 div.icon {

  background: url(../images/sider-bg-01.png) no-repeat center;

}

.pro-sider-ul #mlnlight .pro_fl_list{

  display:block;

}

.height2{

  color: #e20002!important;font-weight:bold;

}

.pro_fl_list>a{

  color: #999999;

  display: block;

  overflow: hidden;

  width:100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  font-size: 14px;

}

.pro-sider .pro-sider-ul .ul-li .pro_fl_list>a{

  line-height: 35px;

  height: 35px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding-left: 37px;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.pro-sider .pro-sider-ul .ul-li .pro_fl_list>a:hover{

  color: #333333;

}

.pro-sider .pro-sider-tel {

  overflow: hidden;

  height: 100px;

  line-height: 1;

  font-size: 20px;

  color: #e20002;

  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;

}

/*# sourceMappingURL=./index.css.map */





.caseinfo_coop h3{

  line-height:40px;

}

.caseinfo_coop ul li{

  float:left;

  width: 192px;

  height: 149px;

  margin-right:7px;

  border:1px solid #ddd;

  margin-bottom: 7px;

}

.caseinfo_coop ul li img{

  width: 100%;

  height: initial;

}

.caseinfo_coop ul{

  padding-bottom: 30px;

}

.caseinfo_coop ul li:nth-of-type(6n){

  margin-right: 0;

}



.banner .swiper-pagination-bullet {

  width: 6px;

  height: 6px;

  display: inline-block;

  border-radius: 100%;

  opacity: 1;

  background: #fff;

  -webkit-transition: 300ms 0s all ease;

  -moz-transition: 300ms 0s all ease;

  -ms-transition: 300ms 0s all ease;

  -o-transition: 300ms 0s all ease;

  transition: 300ms 0s all ease;

}

.banner .swiper-pagination-bullet-active{

 width:50px;

  height: 6px;

  border-radius: 3px;

}





.profl_newbg>div{

  float:left;

  width:48%;

}

.profl_newbg>div:nth-of-type(2n){

  float:right;

}

.profl_new ul li .img{

  height: 120px!important;

}