/*
 * Author: dengyang
 * LastTime: 2019-09-21 14:40:58
 * Description: index: 网站首页
 * Contact: 
 */

/*网站首页：banner*/
.banner{width: 100%;height: 450px;margin: auto;position: relative;overflow: hidden;background: #000;}
.banner .icon_left{cursor: pointer;width: 250px;height: 100%;position: absolute;z-index: 9;left: 0;background: url(../img/index/icon-left76.png) 125px center no-repeat;background-size: 65px auto;}
.banner .icon_right{cursor: pointer;width: 250px;height: 100%;position: absolute;z-index: 9;right: 0;background: url(../img/index/icon-right76.png) 60px center no-repeat;background-size: 65px auto;}
.banner .icon_left:hover,
.banner .icon_right:hover{opacity: .6;}
.banner ul{width: 10000%;height: 100%;position: absolute;z-index: 3;left: 0;}
.banner ul li{width: 1%;height: 100%;float: left;}
.banner ul li img{width: 100%;display: block;}
.banner dl{width: 100%;height: 30px;position: absolute;z-index: 8;bottom: 20px;text-align: center;}
.banner dl dd{width: 30px;height: 30px;display: inline-block;cursor: pointer;}
.banner dl dd:after{width: 8px;height: 8px;content: '';display: block;margin: 11px;background: #fff;border: none;border-radius: 100%;}
.banner dl dd.is_active:after{width: 6px;height: 6px;background: none;border: solid 1px #fff;}
.banner .timer{width: 0;height: 4px;position:absolute;z-index: 8;bottom: 0;background: #45a1ff;opacity: .4;font-size: 0;overflow:hidden;}


/*网站首页*/
.index{width: 1500px;height: auto;margin: 60px auto;}
.index:after{width: 100%;height: 0;content: '';display: block;clear: both;}
.index_headline{height: 55px;margin-bottom: 25px;background: url(../img/index/listbg.png) left bottom no-repeat;}
.ih_txt{float: left;min-width: 150px;height: 50px;line-height: 50px;font-size: 28px;color: #595757;letter-spacing: 6px;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.ih_more{float: right;width: 180px;height: 50px;position: relative;}
.ih_more:after{width: 60px;height: 25px;content: '';display: block;position: absolute;right: 0;bottom: 0;background: url(../img/index/icon-more.png) center center no-repeat;}
.ih_more:hover:after{background-image: url(../img/index/icon-more-h.png);}

/*网站首页：新闻资讯*/
.index_xw{width: 690px;height: auto;float: left;}
.index_xw .ih_txt{padding-left: 50px;background: url(../img/index/icon-xw.png) left center no-repeat;}
.index_xw dl{min-height: 111px;}
.index_xw dl dt{height: 240px;margin-bottom: 20px;}
.index_xw dl dt .img{width: 360px;height: 240px;float: left;overflow: hidden;}
.index_xw dl dt .img img{width: 100%;display: block;-webkit-animation: a_zoom-in .7s ease both;animation: a_zoom-in .7s ease both;}
.index_xw dl dt:hover .img img{-webkit-animation: a_zoom-in-h .7s ease both;animation: a_zoom-in-h .7s ease both;}
.index_xw dl dt .txt{width: 315px;height: 240px;float: right;}
.index_xw dl dt .txt h3{height: 72px;line-height: 36px;overflow: hidden;font-size: 24px;color: #595757;text-align: justify;font-weight: normal;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.index_xw dl dt .txt p{height: 120px;line-height: 30px;overflow: hidden;font-size: 18px;color: #595757;text-align: justify;padding-top: 15px;margin-top: 15px;border-top: solid 1px #cfcfcf;}
.index_xw dl dt:hover .txt h3{color: #45a1ff;}
.index_xw dl dd{height: 36px;line-height: 36px;overflow: hidden;margin-bottom: 10px;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.index_xw dl dd:last-of-type{margin-bottom: 0;}
.index_xw dl dd h3{font-size: 20px;color: #595757;font-weight: normal;}
.index_xw dl dd:hover h3{color: #45a1ff;}

/*网站首页：中企院声音*/
.index_zqy{width: 690px;height: auto;float: right;}
.index_zqy .ih_txt{padding-left: 45px;background: url(../img/index/icon-zqy.png) left center no-repeat;}
.index_zqy dl{min-height: 111px;margin-top: -6px;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.index_zqy dl dd{height: 50px;margin-bottom: 20px;overflow: hidden;}
.index_zqy dl dd:last-of-type{margin-bottom: 0;}
.index_zqy dl dd h4{height: 28px;line-height: 30px;padding: 11px 0;float: left;margin-right: 15px;}
.index_zqy dl dd h4 b{height: 28px;display: block;background: #45a1ff;border-radius: 5px;font-size: 18px;color: #fff;font-weight: normal;}
.index_zqy dl dd h4:hover{opacity: .6;}
.index_zqy dl dd h3{height: 28px;line-height: 30px;padding: 11px 0;font-size: 20px;color: #595757;font-weight: normal;}
.index_zqy dl dd h3:hover{color: #45a1ff;}

/*网站首页：论坛预告*/
.index_lt{width: 690px;height: auto;float: left;}
.index_lt .ih_txt{padding-left: 45px;background: url(../img/index/icon-lt.png) left center no-repeat;}
.index_lt dl{min-height: 111px;}
.index_lt dl dd{height: 50px;margin-bottom: 22px;overflow: hidden;}
.index_lt dl dd:last-of-type{margin-bottom: 0;}
.index_lt dl dd .time{width: 50px;height: 50px;float: left;margin-right: 25px;background: #45a1ff;border-radius: 5px;font-family: "STXihei","华文细黑";}
.index_lt dl dd .time b{float: left;width: 80%;margin-left: 10%;padding: 4px 0 2px 0;border-bottom: solid 2px #fff;line-height: 18px;font-size: 16px;color: #fff;font-weight: bolder;text-align: center;letter-spacing: .6px;white-space: nowrap;}
.index_lt dl dd .time p{float: left;width: 90%;margin-left: 5%;padding: 2px 0 4px 0;line-height: 18px;font-size: 15px;color: #fff;font-weight: bolder;text-align: center;}
.index_lt dl dd h3{height: 50px;line-height: 50px;font-size: 20px;color: #595757;font-weight: normal;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.index_lt dl dd:hover h3{color: #45a1ff;}

/*网站首页：专题聚焦*/
.index_zt{width: 690px;height: auto;float: right;}
.index_zt .ih_txt{padding-left: 45px;background: url(../img/index/icon-zt.png) left center no-repeat;}
.index_zt dl{min-height: 111px;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.index_zt dl dd{height: 34px;padding: 8px 0;margin-bottom: 22px;padding-left: 33px;background: url(../img/index/list-item.png) 13px center no-repeat;}
.index_zt dl :last-of-type dd{margin-bottom: 0;}
.index_zt dl dd h3{height: 34px;line-height: 34px;padding: 0 12px;font-size: 20px;color: #3359a7;font-weight: normal;letter-spacing: 6px;}
.index_zt dl dd:hover h3{float: left;color: #fff;background: #45a1ff;border-radius: 5px;}

/*网站首页：出版成果*/
.index_cbbg{width: 100%;height: auto;background: url(../img/index/cbbg.jpg) center center no-repeat;}
.index_cb{width: 1500px;height: 444px;margin: auto;position: relative;}
.icb_headline{width: 180px;height: 35px;margin: auto;padding: 30px 0 25px 0;background: url(../img/index/icon-cb.png) left 31px no-repeat;}
.icb_headline b{padding-left: 42px;height: 35px;line-height: 35px;font-size: 28px;color: #fff;text-align: center;font-weight: normal;letter-spacing: 6px;font-family: "方正兰亭中黑_GBK","方正兰亭中黑简体";}
.icb_list{width: 1500px;height: 345px;margin: auto;position: relative;}
.icb_list .icon_left{cursor: pointer;width: 70px;height: 90%;position: absolute;z-index: 9;left: 0;background: url(../img/index/icon-left42.png) left center no-repeat;}
.icb_list .icon_right{cursor: pointer;width: 70px;height: 90%;position: absolute;z-index: 9;right: 0;background: url(../img/index/icon-right42.png) right center no-repeat;}
.icb_list .icon_left:hover,
.icb_list .icon_right:hover{opacity: .6;}
.icb_listul{width: 1360px;height: 303px;margin: auto;position: relative;overflow: hidden;}
.icb_listul ul{width: 10000%;height: 303px;position: absolute;z-index: 3;left: 0;}
.icb_listul ul li{width: 200px;height: 303px;float: left;margin-right: 32px;}
.icb_listul ul li .img{width: 200px;height: 303px;background: url(../img/index/cb-item.png) center bottom no-repeat;background-size: 100% auto;}
.icb_listul ul li .img img{width: 200px;height: 270px;display: block;padding-top: 33px;}
.icb_list dl{width: 100%;height: 30px;position: absolute;z-index: 8;bottom: 2px;text-align: center;}
.icb_list dl dd{width: 20px;height: 30px;display: inline-block;cursor: pointer;}
.icb_list dl dd:after{width: 4px;height: 4px;content: '';display: block;margin: 13px 8px;background: #fff;border: none;border-radius: 100%;}
.icb_list dl dd.is_active:after{margin: 12px 7px;background: none;border: solid 1px #fff;}







