body{ 
  margin: 0;
  padding: 0; 
  font-family: "Microsoft YaHei";
}

.indexLunbo{
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}
.presentImg_index{
  width: 100%;
  min-width: 1200px;
  height: 100%;
  position: absolute;
}
.allImg_index{
  position: relative;
}
.imgDiv_index{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  min-width: 1200px;
}
.imgDiv_index:nth-child(1){
  display: block;
}
.imgDiv_index img{
  width: 100%;
}

.btn_index{
  overflow: hidden;
  height: 69px;
  width: 90%;
  position: absolute;
  top: 40%;
  padding: 0 5%;
}
.prebtn_index{
  height: 69px;
  width: 40px;
  background-image: url(../images/fangxiang.png);
  float: left;
  background-position: -84px;
}
.nextbtn_index{
  height: 69px;
  width: 40px;
  background-image: url(../images/fangxiang.png);
  float: right;
  background-position: -126px;
}


.pagebtn{
  height: 25px;
  position: absolute;
  top: 90%;
  left: 48%;
}
.page{
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  
}
.item{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#716F6F;
  cursor: pointer;
}    

.productSHow{
  width: 1200px;
  margin:0 auto;
}
.sytitleP1{
  font-size: 22px;
  font-family: "[MicrosoftYaHeiLight]";
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}
.sytitleP2{
  font-size: 12px;
  font-family: "Arial";
  text-align: center;
  color: #cfcfcf;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.allPro{
  overflow: hidden;
}
.proleft img{
  width: 100%;
  height: 314px;
}
.proright img{
  width: 100%;
  height: 157px;
}
.proleft{
  width: 50%;
  height: 314px;
  float: left;
  position: relative;
}
.proleftShow{
  display: block;
}
/*.proleftShow img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.proleftShow img:hover{  
    transform: scale(1.4);  
} */
.proleftHide{
  height: 100%;
  width: 93%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 7%;
}
.proleftHideP1{
    font-size: 14px;
    margin-top: 50px;
}
.oneline{
  border:1px solid #716f74;
  width: 30px;
}
.proleftHideP2{
    font-size: 12px;
    color: #716f74;
    width: 150px;
}
.proleftHideP3{
    font-size: 10px;
    display: block;
    margin-top: 70px;
    color: #7e2423;
}
.proleftHideP3:hover{
  color: #2b82db;
}
.proright{
  width: 50%;
  height: 314px;
  float: left;
  
}
.prorightItem{
  float: left;
  width: 50%;
  height: 157px;
  position: relative;
}
.prorightItemHide{
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10%;
  background-color: #e40002;
  opacity: 0.6;
  filter:alpha(opacity=60);   
    -moz-opacity:0.60;   
    -khtml-opacity: 0.60;
    display: none;
}
.oneline2{
  border:1px solid #ffffff;
  width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prorightItemP1{
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
.prorightItemP2{
  width:150px;
  font-size: 12px;
  margin: 0;
  color: #ffffff;
}
.MoreBg{
  width: 100%;
  background-color: #333333;
  background-image: url(../images/morebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 29px;
  line-height: 29px;
  min-width: 1200px;
}
.MoreBg a{
  text-decoration: none;
  color: #ffffff;
}
.MoreBg a:hover{
  text-decoration: none;
  color: #2b82db;
}

.newsCen{

}
.newsDiv{
  width: 1200px;
  margin: 0 auto;
  height: 330px;
  position: relative;
}
.newsDivLeft{
  width: 48%;
  padding-right: 4%;
  height: 250px;
  float: left;
  position: relative;
}
.newsDivLeftA{
  display: block;
  width: 100%;
  height: auto;
}
.newsDivLeftA img{
  width: 100%;
  height: 160px;
  cursor: pointer;  
  transition: all 0.4s;
} 
.newsDivLeftA img:hover{  
    transform: scale(1.1);  
} 
.newsTitle{
  font-size: 17px;
  font-weight:600;
  margin: 5px 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-decoration:none;
  color: #000000;
}
.newsTitle:hover{
  color: #2b82db;
}

.newsTitle:active{
  color: #f98d00;
}
.newsText{
  font-size: 12px;
  margin: 0;
}
.newsriqi{
  width: 55px;
  height: 55px;
  background-color: #e32024;
  position: absolute;
  left: -15px;
  top: 10px;
}
.newsriqiDay{
  font-size: 22px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.newsriqiYear{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.newsMore{
  position: absolute;
  bottom: 0;
  color: #7e2423;
}
.newsMore:hover{
  color: #2b82db;
}
.newsDivRight{
  height: 250px;
  width: 48%;
  float: left;

}
.newsItem1{
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem_padding{  
  padding-top: 15px;
}
.newsItem2{
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem3{
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.newsriqiRight{
  height: 48px;
  width: 15%;
  float: left;
}
.newsTextRight{
  float: left;
  width: 85%;
}
.newsriqiDay2{
  font-size: 30px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  text-align: center;
  margin: 0;
}
.newsriqiYear2{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  margin: 0;
  text-align: center;
}
.newsText2{
  font-size: 12px;
  margin: 0;
}
.newsTitle2{
  font-size: 14px;
  font-weight:600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #000000;
  text-decoration: none;
}
.newsTitle2:hover{
  color: #2b82db;
}

.newsTitle2:active{
  color: #f98d00;
}
.newsMore2{
  display: inline-block;
  width: 60px;
  height: 20px;
  padding: 5px 20px;
  border: 1px solid #7e2423;
  position: absolute;
  bottom: 0;
  left: 45%;
  color: #7e2423;
  text-decoration:none;
}
.newsMore2:hover{
  color: #2b82db;
}

.hzPartner{
  margin-top: 70px;
  margin-bottom: 50px;
  overflow: hidden;
}
.hzPartnerDiv{
  width: 1200px;
  margin:0 auto;
  
}
.hzPartnerItem {
  display: block;
  width: 102px;
  float: left;
  height: 30px;
  margin-bottom: 40px;
  margin-right: 35px;
}
.hzPartnerItem_last {
  display: block;
  width: 102px;
  float: left;
  height: 30px;
  margin-bottom: 40px;
 }
 .hzPartnerItem_last img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.hzPartnerItem_last img:hover{  
    transform: scale(1.4);  
} 

.hzPartnerItem img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.hzPartnerItem img:hover{  
    transform: scale(1.4);  
} 


@media (min-width: 768px) and (max-width: 1199px){
  .indexLunbo{
    min-width: 100%;
  }
  .presentImg_index{
    min-width: 100%;
  }
  .imgDiv_index{
    min-width: 100%;
  }
  .productSHow{
    width: 100%;
  }
  .MoreBg{
    min-width: 100%;
  }


  .newsDiv{
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.newsDivLeft{
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  height: 280px;
  position: relative;
  float: none;
}
.newsDivLeftA{
  display: block;
  width: 100%;
  height: auto;
}
.newsDivLeftA img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.newsDivLeftA img:hover{  
    transform: scale(1.1);  
} 
.newsTitle{
  font-size: 17px;
  font-weight:600;
  margin: 5px 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-decoration:none;
  color: #000000;
}
.newsTitle:hover{
  color: #2b82db;
}

.newsTitle:active{
  color: #f98d00;
}
.newsText{
  font-size: 12px;
  margin: 0;
}
.newsriqi{
  width: 55px;
  height: 55px;
  background-color: #e32024;
  position: absolute;
  left: 2%;
  top: 10px;
}
.newsriqiDay{
  font-size: 22px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.newsriqiYear{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.newsMore{
  position: absolute;
  bottom: 0;
  color: #7e2423;
}
.newsMore:hover{
  color: #2b82db;
}
.newsDivRight{
  height: auto;
  width: 90%;
  padding: 0 5%;
  margin-top: 20px;
  float: none;
}
.newsItem1{
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem2{
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem3{
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.newsriqiRight{
  height: 48px;
  width: 12%;
  float: left;
}
.newsTextRight{
  float: left;
  width: 88%;
}
.newsriqiDay2{
  font-size: 30px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  text-align: center;
  margin: 0;
}
.newsriqiYear2{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  margin: 0;
  text-align: center;
}
.newsText2{
  font-size: 12px;
  margin: 0;
}
.newsTitle2{
  font-size: 14px;
  font-weight:600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #000000;
  text-decoration: none;
}
.newsTitle2:hover{
  color: #2b82db;
}

.newsTitle2:active{
  color: #f98d00;
}
.newsMore2{
  display: inline-block;
  width: 60px;
  height: 20px;
  padding: 5px 20px;
  border: 1px solid #7e2423;
  position: absolute;
  bottom: -30px;
  left: 45%;
  color: #7e2423;
  text-decoration:none;
}
.newsMore2:hover{
  color: #2b82db;
}

.hzPartner{
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.hzPartnerDiv{
  width: 100%;
  margin:0 auto;
  
}
.hzPartnerItem{
  display: block;
  width: 102px;
  float: left;
  height: 30px;
  margin-bottom: 40px;
  margin-right: 23px;
}
.hzPartnerItem img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.hzPartnerItem img:hover{  
    transform: scale(1.4);  
} 
}


@media (max-width: 767px){
  .indexLunbo{
    min-width: 100%;
  }
  .presentImg_index{
    min-width: 100%;
  }
  .imgDiv_index{
    min-width: 100%;
  }
  .productSHow{
    width: 100%;
  }
  .MoreBg{
    min-width: 100%;
  }

.btn_index{
  overflow: hidden;
  height: 69px;
  width: 90%;
  position: absolute;
  top: 22%;
  padding: 0 5%;
}
.prebtn_index{
  height: 69px;
  width: 40px;
  background-image: url(../images/fangxiang.png);
  float: left;
  background-position: -84px;
}
.nextbtn_index{
  height: 69px;
  width: 40px;
  background-image: url(../images/fangxiang.png);
  float: right;
  background-position: -126px;
}


.pagebtn{
  height: 15px;
  position: absolute;
  top: 85%;
  left: 45%;
}
.page{
  float: left;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  margin-right: 5px;
}
.item{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#716F6F;
  cursor: pointer;
}
.sytitleP1{
  font-size: 22px;
  font-family: "[MicrosoftYaHeiLight]";
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.sytitleP2{
  font-size: 12px;
  font-family: "Arial";
  text-align: center;
  color: #cfcfcf;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.allPro{
  overflow: hidden;
}
.proleft img{
  width: 100%;
  height: 314px;
}
.proright img{
  width: 100%;
  height: 85px;
}
.proleft{
  width: 50%;
  height: 170px;
  float: left;
  position: relative;
}
.proleftShow{
  display: block;
}
/*.proleftShow img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.proleftShow img:hover{  
    transform: scale(1.4);  
} */
.proleftHide{
  height: 100%;
  width: 93%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 7%;
}
.proleftHideP1{
    font-size: 14px;
    margin-top: 25px;
}
.oneline{
  border:1px solid #716f74;
  width: 30px;
}
.proleftHideP2{
    font-size: 12px;
    color: #716f74;
    width: 150px;
}
.proleftHideP3{
    font-size: 10px;
    display: block;
    margin-top: 70px;
    color: #7e2423;
}
.proleftHideP3:hover{
  color: #2b82db;
}
.proright{
  width: 50%;
  height: 170px;
  float: left;
  
}
.prorightItem{
  float: left;
  width: 50%;
  height: 85px;
  position: relative;
}
.prorightItem a:nth-child(2){
  display: none;
}
.prorightItemHide{
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10%;
  background-color: #e40002;
  opacity: 0.6;
  filter:alpha(opacity=60);   
    -moz-opacity:0.60;   
    -khtml-opacity: 0.60;
    display: none;
}
.oneline2{
  border:1px solid #ffffff;
  width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prorightItemP1{
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
.prorightItemP2{
  width:150px;
  font-size: 12px;
  margin: 0;
  color: #ffffff;
}
  .newsDiv{
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.newsDivLeft{
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  height: 220px;
  position: relative;
  float: none;
}
.newsDivLeftA{
  display: block;
  width: 100%;
  height: auto;
}
.newsDivLeftA img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.newsDivLeftA img:hover{  
    transform: scale(1.1);  
} 
.newsTitle{
  font-size: 17px;
  font-weight:600;
  margin: 5px 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-decoration:none;
  color: #000000;
}
.newsTitle:hover{
  color: #2b82db;
}

.newsTitle:active{
  color: #f98d00;
}
.newsText{
  font-size: 12px;
  margin: 0;
}
.newsriqi{
  width: 55px;
  height: 55px;
  background-color: #e32024;
  position: absolute;
  left: 2%;
  top: 10px;
}
.newsriqiDay{
  font-size: 22px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.newsriqiYear{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.newsMore{
  position: absolute;
  bottom: 0;
  color: #7e2423;
}
.newsMore:hover{
  color: #2b82db;
}
.newsDivRight{
  height: auto;
  width: 94%;
  padding: 0 3%;
  margin-top: 20px;
  float: none;
}
.newsItem1{
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem1:nth-child(3){
  border: 0;
}
.newsItem2{
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eeeeee;
}
.newsItem3{
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.newsriqiRight{
  height: 48px;
  width: 12%;
  float: left;
}
.newsTextRight{
  float: left;
  width: 86%;
  margin-left: 2%;
}
.newsriqiDay2{
  font-size: 30px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  text-align: center;
  margin: 0;
}
.newsriqiYear2{
  font-size: 12px;
  font-family: "[FZLTCXHJW]";
  color: #cdcdcd;
  margin: 0;
  text-align: center;
}
.newsText2{
  font-size: 12px;
  margin: 0;
}
.newsTitle2{
  font-size: 14px;
  font-weight:600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #000000;
  text-decoration: none;
}
.newsTitle2:hover{
  color: #2b82db;
}

.newsTitle2:active{
  color: #f98d00;
}
.newsMore2{
  display: inline-block;
  width: 60px;
  height: 20px;
  padding: 5px 20px;
  border: 1px solid #7e2423;
  position: absolute;
  bottom: -30px;
  left: 36%;
  color: #7e2423;
  text-decoration:none;
}
.newsMore2:hover{
  color: #2b82db;
}

.hzPartner{
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.hzPartnerDiv{
  width: 100%;
  margin:0 auto;
  
}
.hzPartnerItem{
  display: block;
  width: 32%;
  float: left;
  height: auto;
  margin: 0;
  padding-left: 1%;
}
.hzPartnerItem img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.4s;
} 
.hzPartnerItem img:hover{  
    transform: scale(1.4);  
} 
}