.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.inbanner{
  margin-top: 100px;
}
.flexslider{
  height: 500px;
  margin-top: 100px;
}
.flexslider li{
  height: 500px;
}

.pc_slide{
  display: block;
}
.wap_slide{
  display: none;
}
/*top*/
.wap_top{
  display: none;
}
.nav_menu{
  display: none;
}
.top{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.top .logo{
  float: left;
  margin-top: 10px;
  margin-right: 140px;
}
.top .logo a{
  display: block;
  margin-top: 10px;
}
.top .nav{
  float: right;
  height: 100px;
  padding: 35px 0 0;
}
.top .nav ul{
  padding-right: 10px;
}
.top .nav ul li{
  position: relative;
  float: left;
  /*padding: 0 10px;*/
}
.top .nav ul li>a{
  display: block;
  height: 65px;
  line-height: 40px;
  font-size: 16px;
  color: #232323;
  padding: 0 20px;
  padding-bottom: 21px;
  border-bottom: 4px solid #fff;
  transition: all 0.3s;
}
.top .nav ul li>a:hover,.top .nav ul li.on>a{
  color: #129746;
  border-bottom: 4px solid #129746;

}

.top .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  width: 200px;
  top: 65px;
  left: 50%;
  background-color: #fff;
  margin: 0px;
  margin-left: -100px;
  padding: 5px 0;
}
.top .nav ul li .xl dd a{
  display: block;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.top .nav ul li .xl dd a:hover{
  color: #fff;
  background-color: #129746;
}


.top .right{
  float: left;
  position: relative;
  padding-top: 34px;
}
.top .right a{
  float: left;
  display: block;
  width: 55px;
  height: 24px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-right: 10px;
  background-color: #393939;
  border-radius: 30px;
  text-align: center;
}
.top .right .search{
  line-height: 24px;
  font-size: 0px;
  background-color: #bb0000;
}
.top .right .search img{
  display: inline-block;
  vertical-align: middle;
}
.top .right .search{
  position: relative;
}
.top .right .search_box{
  display: none;
  position: absolute;
  z-index: 99;
  top: 70px;
  right: 0px;
  width: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
  padding: 5px 5px;
  border-radius: 2px;
}
/*.top .right .search .search_box:before{
  content: "";
  position: absolute;
  right: 15px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}*/
.top .right .search_box input{
  float: left;
  width: 164px;
  height: 26px;
  line-height: 24px;
  padding: 0 5px;
  border: 1px solid #aaa;
  outline:none;
}
.top .right .search_box button{
  float: right;
  width: 26px;
  height: 26px;
  border: 0px;
  background: url(../images/search.png) no-repeat center #aaa;
}


.foot{
  background-color: #1b1b1b;
}
.foot .foot_nav{
  height: 50px;
  padding: 10px 0;
  background-color: #129746;
}
.foot .foot_nav ul li{
  float: left;
  margin-right: 45px;
}
.foot .foot_nav ul li a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.foot .foot_main{
  height: 225px;
  padding-top: 25px;
}
.foot .foot_main .foot_contact{
  float: left;
  margin-right: 90px;
}
.foot .foot_main .foot_contact h3{
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.foot .foot_main .foot_contact p{
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
.foot .foot_main .foot_link{
  float: left;
}
.foot .foot_main .foot_link h3{
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.foot .foot_main .foot_link a{
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  width: 240px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.foot .foot_main .foot_code{
  float: right;
}
.foot .foot_main .foot_code ul li{
  float: left;
  margin-right: 15px;
}
.foot .foot_main .foot_code ul li img{
  display: block;
  margin-bottom: 10px;
  width: 140px;
}
.foot .foot_main .foot_code ul li h3{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.wap_foot{
  display: none;
}



.index_main{
  height: 305px;
  background: url(../images/inmain_bg.jpg) no-repeat center;
  padding-top: 85px;
  text-align: center;
  margin: 30px 0;
}
.index_main h3{
  font-size: 32px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.index_main h4{
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  font-family: "arial";
  margin-bottom: 10px;
}
.index_main .inma_search{
  position: relative;
  border: 1px solid #fff;
  width: 360px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  border-radius: 42px;
  padding-left: 20px;
  vertical-align: top;
  overflow: hidden;
}
.index_main .inma_search input{
  float: left;
  border: 0px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #fff;
  padding-right: 60px;
}
.index_main .inma_search button{
  position: absolute;
  right: 0px;
  height: 40px;
  width: 50px;
  background: url(../images/go-white.png) no-repeat center center;
  background-size: auto 24px;
  transition: all 0.3s;
}
.index_main .inma_search button:hover{
  background: rgba(255,255,255,1) url(../images/go-dark.png) no-repeat center center;
  background-size: auto 24px;
}

.page_main{
  margin-top: 25px;
  margin-bottom: 30px;
  min-height: 320px;
}
.page_main table{
  max-width: 100%;
  border-collapse:collapse;
}
.page_main table *{
  font-size: 14px;
  line-height: 20px;
}
.page_main table td{
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
}
.page_main table tr{
  background-color: #c5e5fa;
}
.page_main table tr.firstRow{
  background-color: #007cc2;
}
.page_main table.bc tr{
  background-color: transparent !important;
}
.page_main table.bc td{
  border: 1px solid #ccc;
}
.page_main table.ac tr{
  background-color: transparent !important;
}
.page_main table.ac tr strong{
  text-align: left;
}
.page_main table.ac tr img{
  border: 1px solid #ccc;
}

.about p{
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.pro_page{
  text-align: center;
}

.photo_li{
  margin-bottom: 30px;
}
.photo_li li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 20px;
}
.photo_li li:nth-child(4n){
  margin-right: 0px;
}
.photo_li li a{
  display: block;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.photo_li li .pic{
  text-align: center;
  font-size: 0px;
}
.photo_li li .pic img{
  display: inline-block;
}
.photo_li li h3{
  background-color: #999;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photo_li li a:hover{
  border: 1px solid #129746;
}
.photo_li li a:hover h3{
  background-color: #129746;
}

.pro_li ul li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 25px;
  border: 1px solid #eee;
}
.pro_li ul li:nth-child(4n){
  margin-right: 0px;
}
.pro_li ul li a{
  display: block;
}
.pro_li ul li .pic{
  position: relative;
}
.pro_li ul li .pic:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.pro_li ul li img{
  display: block;
}
.pro_li ul li h3{
  text-align: center;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #292929;
  background-color: #f1f1f1;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_li ul li a:hover .pic:after{
  opacity: 0.4;
}
.pro_li ul li a:hover h3{
  color: #fff;
  background-color: #129746;
}

/*产品导航条 滚动*/
.pro_nav_tl h3{
  float: left;
  font-size: 14px;
  line-height: 26px;
  margin-top: 16px;
  background: #fff;
  color: #129746;
  padding: 0 5px;
}
.pro_nav{
  float: right;
  position: relative;
}
.pro_nav .pro_btn{
  float: right;
  position: relative;
  width: 200px;
  max-width: 100%;
  height: 60px;
  padding: 14px 0;
  display: block;
  text-align: center;
}
.pro_nav .pro_btn:after{
  position: absolute;
  right: 10px;
  top: 20px;
  line-height: 20px;
  content: ">";
  font-family: "宋体";
  transition: all 0.3s;
}
.pro_nav .pro_btn.on:after{
  transform: rotate(90deg);
}
.pro_nav .pro_btn a{
  display: block;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #333;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.pro_nav ul{
  display: none;
  position: absolute;
  top: 60px;
  width: 200px;
  max-width: 100%;
  background-color: #aaa;
  /*display: block;*/
}
.pro_nav ul li{
  height: 32px;
  float: none;
  width: 100% !important;
  /*margin: 0 15px;*/
}
.pro_nav ul li a{
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_nav ul li a:hover{
  background-color: #129746;
  color: #fff;
}


.wrapbox .pro_nav ul li.wrapbox-act a {
    /*padding: 5px 5px;*/
    background: #fff;
    color: #129746;
}
@media screen and (max-width: 767px){

.pro_nav ul li{
  height: 32px!important;
  line-height: 32px!important;
}

}

/*首页解决方案*/
.case_tl{
  position: relative;
}
.case_tl:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 54px;
  height: 3px;
  margin-left: -27px;
  background-color: #129746;
}
.case_tl h3{
  position: relative;
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
}

.home-list{
  margin-top: 45px;
}
.home-list .item-big,.home-list .item-litter{
  background-color: #000;
}
.home-list .item-big a,.home-list .item-litter a{
  display: block;
}
.home-list .item-big a img,.home-list .item-litter a img{
  transition: all 0.3s;
}
.home-list .item-big a:hover img,.home-list .item-litter a:hover img{
  opacity: 0.6;
}

.banner{
  margin-top: 100px;
}
.banner .text{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -600px;
  width: 1200px;
  height: 80px;
}
.banner .text:after{
  position: absolute;
  content: "";
  top: 50px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.banner .text h3{
  line-height: 50px;
  color: #fff;
  font-size: 30px;
}
.banner .text h4{
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}


/*1119 人才招聘*/
.jobli li{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.jobli li h3{
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.jobli li h3 a.btn{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #005DA9;
}
.jobli li h3 a.btn:after{
  content: "+";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s;
}
.jobli li.on h3 a.btn:after{
  content: "-";
}
.jobli li .jobli_box{
  display: none;
  background-color: #fff;
  padding: 0px 20px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li:nth-child(1) .jobli_box{
  display: block;
}
.jobli li .jobli_box p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li .jobli_box span{
  display: inline-block;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  /*margin-right: 45px;*/
}
.jobli li .jobli_box .jobli_text{
  padding-top: 10px;
}
.jobli li .jobli_box .jobli_text2{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-bottom: 10px;
}

@media only screen and (max-width: 800px){

.jobli li .jobli_box span{
  width: 33.33%;
}

}

@media only screen and (max-width: 640px){

.jobli li .jobli_box span{
  width: 50%;
}

}

@media only screen and (max-width: 480px){

.jobli li .jobli_box span{
  width: 100%;
}

}


/*底部悬浮*/
.floot_link{
  position: fixed;
  width: 70px;
  right: 10px;
  bottom: 35%;
  z-index: 9999;
  /*box-shadow: 0px 0px 3px rgba(0,0,0,0.3);*/
  /*background-color: #fff;*/
}
.floot_link li{
  background-color: rgba(233,233,233,0.9);
  margin-bottom: 2px;
  /*border-radius: 3px;*/
}
.floot_link li a{
  display: block;
  width: 100%;
  height: 70px;
  /*background-color: rgba(0,0,0,0.9);*/
  padding: 5px 0;
}
.floot_link li img{
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.floot_link li a h3{
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #666;
}
.floot_link li.tel{
  position: relative;
}
.floot_link li.tel *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floot_link li.tel .floot_tel_box{
  position: absolute;
  right: 80px;
  top: 0px;
  width: 0px;
  height: 70px;
  overflow: hidden;
  /*padding: 0 10px;*/
  transition: padding 0s,width 0.3s;
}
.floot_link li.tel .floot_tel_box:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: rgba(233,233,233,0.9);
}
.floot_link li.tel .floot_tel_box p{
  white-space: nowrap;
  font-size: 24px;
  line-height: 70px;
  color: #019946;
  border-top: 3px solid #019946;
  padding: 0 10px;
  background-color: rgba(233,233,233,0.9);
}
.floot_link li.tel:hover .floot_tel_box{
  width: 180px;
  padding-right: 10px;
  transition: padding 0.4s,width 0.3s;
}
@media screen and (max-width: 767px){

.floot_link{
  display: none;
}

}

/*1121*/
.itemTitle{
  padding: 20px 30px;
  height: 210px;
}
.itemTitle h3{
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.itemTitle p{
  line-height: 20px;
  height: 80px;
}

.pro_tl{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pro_tl h3{
  font-size: 18px;
  line-height: 28px;
  float: left;
}
.pro_tl a{
  position: relative;
  display: block;
  float: right;
  font-size: 14px;
  line-height: 28px;
  padding-right: 20px;
}
.pro_tl a:after{
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #d93131;
  border-radius: 100%;
}
.pro_tl a:before{
  position: absolute;
  z-index: 9;
  content: ">";
  right: 0px;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  color: #fff;
  font-family: "宋体";
  text-align: center;
}

/*1125*/
.inpro_list{
  margin: 70px 0 40px;
}
.inpro_list li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 15px;
}
.inpro_list li:nth-child(4n){
  margin-right: 0px;
}
.inpro_list li .img{
  position: relative;
  /*border: 1px solid #f1f1f1;*/
}
.inpro_list li .img img{
  display: block;
  width: 100%;
}
.inpro_list li h3{
  font-size: 16px;
  line-height: 50px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  /*background-color: #f1f1f1;*/
}

.inpro_list li .img:before{
  content: "";
  position: absolute;
  z-index: 9;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inpro_list li .img:after{
  content: "";
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inpro_list li a:hover .img:before{
  width: 100%;
  height: 100%;
  /*border-top: 1px solid #f5983b;
  border-right: 1px solid #f5983b;*/
  border-bottom-color: #129746;
  border-left-color: #129746;

  -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.inpro_list li a:hover .img:after{
  width: 100%;
  height: 100%;
  border-top-color: #129746;
  border-right-color: #129746;
  /*border-bottom: 1px solid #f5983b;
  border-left: 1px solid #f5983b;*/

  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

@media screen and (max-width: 980px){

.inpro_list li{
  width: 31%;
  margin-right: 3.5%;
}
.inpro_list li:nth-child(4n){
  margin-right: 3.5%;
}
.inpro_list li:nth-child(3n){
  margin-right: 0px;
}

}

@media screen and (max-width: 767px){

.inpro_list li{
  width: 48%;
  margin-right: 4%;
}
.inpro_list li:nth-child(3n){
  margin-right: 4%;
}
.inpro_list li:nth-child(2n){
  margin-right: 0px;
}

.floot_link{
  display: none;
}

}