

/******************/
/*     产品中心       */
.icont{ width: 1200px; height: auto; margin: 50px auto; }


/*    产品展示     */
.ishow{ width: 1200px; height: 662px;}
.ishow .t-left{ width: 540px; position: relative; overflow: hidden;}

.ishow .t-right{ width: 630px; overflow: hidden;}
.ishow .t-right .top{ position: relative; width: 630px; height: 318px; overflow: hidden;}
.ishow .t-right .bot{ margin-top: 26px; position: relative;}
.ishow .t-right .bot i{ position: absolute; left: 0px; top: 55px; width: 100%; text-align: center; font-size: 20px; color: #FED403;}
.ishow .t-right .bot p{ position: absolute; left: 300px; top:140px; width: 61px; height: 61px;  }
.ishow .t-right .bot:hover p{background: #ec1e13; border-radius:160px ; }

/******************/
/*       新闻          */
.inew{ width: 1200px; height: auto;}
.inewbg{ width: 1200px; height: 150px; margin-top: 100px;}
.inews ul{ width: 1240px; margin-top: 40px; overflow: hidden;}
.inews ul li{ width: 380px; height: 420px; float: left; margin-right: 29px; overflow: hidden; }
.inews ul li .conter dl{ margin: 30px 0;}
.inews ul li .conter dl dt{ margin-bottom: 20px; font-size: 16px; font-weight: bold; color: #424242; }
.inews ul li .conter dl dt i{ display: block; font-size: 12px;color: #a0a0a0; line-height: 22px; font-weight: normal;}
.inews ul li .conter dl dd{ font-size: 12px; color: #979797; line-height: 22px;}
.inews ul li .conter dl dd i{ display: block; color: #929292; width: 58px; height: 26px; line-height: 26px; border: 1px solid #979797; text-align: center; margin: 0; margin: 25px 0;}

.inews ul li .foo{ height: 100%; position: relative; z-index: 999; overflow: hidden;}
.inews ul li .foo .div2{ display: none; width: 100%; height: 100%;  text-align: center; background: url(../images/div2bg.png) repeat; position: absolute; left: 0px; top: 0; z-index: 999;}
.inews ul li .foo .div2 img{ vertical-align: middle;}

.inews ul li:hover{ background:#fed403; padding:0 20px; width: 340px; height: 420px;}
.inews ul li:hover .conter dl dt{ color: #ec1e13; }
.inews ul li:hover .conter dl dt i{ color: #707070; }
.inews ul li:hover .conter dl dd{ color: #4b4b4b;}
.inews ul li:hover .conter dl dd i{ color: #fff;  border: 1px solid #EC1E13;background: #EC1E13;}

.inews ul li:hover .div2{display:block;}



