﻿@charset "utf-8";
/* 主页的 CSS */
/*轮播图 开始*/
.cniir_main_banner{width:100%; height:375px;}
.main_banner_wrap{
	width:1200px; height:375px; position:relative; background:#112233/*333D46*/; 
	margin:0 auto; overflow:hidden;  box-shadow: 0px 1px 2px #c5c5c5;
}
.banner_btn{ 	/*a 标签 按钮*/
		width:255px; height:240px; position:absolute; 
		display:block; z-index:9; top:20px;
}
.btn_next{right:20px;}
.banner_btn span{width:50px; height:100px; display:block; position:absolute;
		left:110px; top:70px; opacity:0; transition:0.5s;
		background:url(../images/bannerBtn.png) no-repeat 0 0;}
.btn_next span{background-position:-50px 0;}
.main_banner_box:hover .banner_btn_arrow{opacity:0.6;}
.banner_btn span i{width:50px; height:100px; display:block;
		background:url(../images/bannerBtn.png) no-repeat 0 0;}
.btn_next span i{background-position:-50px 0;}
.banner_btn:hover i{
		-webkit-animation:arrow 0.5s infinite alternate ease-in-out;
		-moz-animation:arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow{
	from{-webkit-transform:scale(1); opacity:1;}
	to{-webkit-transform:scale(1.5); opacity:0.2;}
}
@-moz-keyframes arrow{
	from{-moz-transform:scale(1); opacity:1;}
	to{-moz-transform:scale(1.5); opacity:0.2;}
}

.main_banner_box{
	width:1180px; height:280px; margin:40px auto 0; position:relative; z-index:0;
	/*-webkit-倒影样式*/
	-webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
}
/*火狐倒影图层样式*/
.main_banner_box p#rflt{width:1180px; height:280px; position:absolute; left:0; top:280px;
		background:-moz-element(#m_box) no-repeat; -moz-transform:scaleY(-1); opacity:0.2;
}/*火狐倒影图层样式*/
.cniir_main_banner li{
		position:absolute; background:#000; overflow:hidden;
		box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);		
}
/*给每张图片初始设置不同宽高，层级，位置*/
.cniir_main_banner li#imgCard0{
		width:670px; height:280px; z-index:5;
		left:255px; top:0px; opacity:1; background:#333d46;
}
.cniir_main_banner li#imgCard1{
		width:580px; height:240px; z-index:1; 
		left:600px; top:20px; opacity:1; background:#333d46;
}
.cniir_main_banner li#imgCard2{/*初始在背后，透明度为0*/
		width:450px; height:180px; z-index:1;
		left:0px; top:60px; opacity:0; background:#333d46;
}
.cniir_main_banner li#imgCard3{/*初始在背后，透明度为0*/
		width:450px; height:180px; z-index:1;
		left:0px; top:60px; opacity:0; background:#333d46;
}
.cniir_main_banner li#imgCard4{
		width:580px; height:240px; z-index:2; 
		left:0px; top:20px; opacity:1; background:#333d46;
}
.cniir_main_banner li img{width:100%; height:100%;}
.cniir_main_banner li span{/*遮罩层*/
		width:100%; height:100%; position:absolute; top:0; left:0; 
		z-index:1; background:#000; opacity:0; filter:alpha(opacity=0);
		color:#fff; font-size:30px; line-height:120px; text-align:center;
}
.cniir_main_banner li p{width:100%; height:50px; position:absolute;
		left:0; bottom:-50px; background:rgba(0,0,0,0.7); color:#fff;
		line-height:50px; font-size:25px; text-align:center;
}
/*指示器按钮*/
.btn_list{text-align:center; position:relative; left:0; top:6px; z-index:10;}
.btn_list span{
		width:15px; height:15px; display:inline-block; margin:15px 5px;
		background:#787d82; border-radius:50%; cursor:pointer;
}
.btn_list span.curr{background:#CB0003;}
/*轮播图 结束*/
.cniir_box800 {width: 798px; overflow:hidden; border:1px solid #dddddd; height:210px;}
.cniir_box400{width: 399px; overflow:hidden;height:210px;border:1px solid #dddddd; border-left:0px;}
.scrollDiv{height:35px;line-height:35px;overflow:hidden; }
.scrollDiv li{height:34px;padding-left:10px;border-bottom:1px dashed #cccccc; font-size:16px; }
.scrollDiv li:nth-child(4n){border-bottom:0px;}
.scrollDiv li span{float:right; right:0;}

#companynews,#datainfo{height:140px; margin:10px;}
#companynews li {overflow:hidden;}
#datainfo li {overflow:hidden;}
/*首页产业研究*/
.cniir_box_cyyj {width: 1198px; overflow:hidden; border:1px solid #dddddd; margin-top:10px;}
.cniir_box_cyyj ul{padding:10px; margin:0px;}
.cniir_box_cyyj ul li{height:35px; line-height:35px; padding-left:35px;border-bottom:1px solid #dddddd; font-size:16px;}
.cniir_box_cyyj ul li:nth-child(odd){background: url(../images/cniir-item.png) #ffffff no-repeat -370px -330px;width:554px; float:left;}
.cniir_box_cyyj ul li:nth-child(even){background: url(../images/cniir-item.png) #ffffff no-repeat -370px -330px;width:554px; float:right;}
.cniir_box_cyyj ul li:nth-child(9){border-bottom:0px;}
.cniir_box_cyyj ul li:nth-child(10){border-bottom:0px;}
.cniir_box_cyyj ul li span{float:right; right:0px;}
/*首页推荐报告*/
.index-suggestreport {background-color: #f8f8f8;min-width:1200px;width: auto; margin-top:20px;}
.cniir_suggestreport{width:1200px;height:390px;overflow:hidden;position:relative; margin:0px auto;}
.cniir_suggestreport li{float:left;width:380px;margin:30px 30px 0 0}
.cniir_suggestreport li:nth-child(3n){margin-right:0;}
.cniir_suggestreport .i_pic{width:150px;height:150px; background:#f8f8f8;}
.cniir_suggestreport .i_pic img{width:150px;height:150px}
.cniir_suggestreport .i_pic em {display:block; width: 115px; height:45px; text-align: center;color: #ffffff;line-height:15px; font-size: 7.8px; margin-top:20px; margin-left:24px; -webkit-font-size: 7.2px;-webkit-text-size-adjust: none;-webkit-transform: scale(0.65); -ms-transform: scale(1);-moz-transform: scale(1);word-wrap: break-word; overflow:hidden; position:absolute;text-align:left;}
.cniir_suggestreport .i_cont{width:215px}
.cniir_suggestreport .i_tit,.cniir_suggestreport .i_dec{padding:0}
.cniir_suggestreport .i_tit{font-size:16px;height:72px}
.cniir_suggestreport .i_tit a:hover{color:#CB0003; text-decoration:none;}
.cniir_suggestreport .i_dec{height:48px;line-height:48px;display:block;}
.cniir_suggestreport .i_dec b{font-weight:normal;font-style:italic;font-family:Georgia,"Times New Roman",Times, serif}
.cniir_suggestreport .i_dec i,.cniir_suggestreport .i_dec b{font-size:18px;color:#e50000}
.btn_a,.btn_a:hover{display:block;width:74px;height:30px;line-height:30px;line-height:30px;text-align:center;font-size:12px;color:#ffffff;}
.cniir_suggestreport .i_btn a{float:left;margin-right:10px}
.btn_view,.btn_view:hover{background:#51738a}
.btn_buy,btn_buy:hover{background:#CB0003}
/*首页产业资讯*/
.index-industries {background-color: #ffffff;min-width: 1200px;width: auto;}
.cniir_industries{width:100%;overflow:hidden; margin-top:30px; margin-bottom:30px;}
.cniir_industries ul{float:left;display:inline;margin:-30px 0 0 -30px}
.cniir_industries li{float:left;width:378px;height:340px;display:inline;margin:30px 0 0 30px; background-color:#f9f9f9;border:solid 1px #dddddd;}
.cniir_industries .i_pic{width:378px;height:225px}
.cniir_industries .i_tit{height:50px;line-height:50px;font-size: 16px; overflow:hidden; text-align:center; padding:0px 15px; border-bottom:dashed 1px #dddddd;}
.cniir_industries .i_dec{height:48px; line-height:24px; padding:10px 15px 0px 15px;;overflow:hidden;}
.cniir_industries .i_tit a:hover{color:#CB0003;}
/*首页商业计划书*/
.index-bp{background-color: #f8f8f8;min-width: 1200px;width: auto;height:290px;}
.cniir_box835 {width: 835px; overflow:hidden; margin:20px 0;}
.cniir_box390 {width: 390px; margin-top:10px;}
.box-pic {width: 100%;position: relative;height: 190px;padding: 0;}
.box-pic{width:100%;position:relative;height:190px;padding:0;}
.box-pic a{display:block;}
.box-pic img{width:390px;height:190px;display:block;}
.box-pic .pictitle{width:360px;_width:390px;padding:0 15px;position: absolute;z-index:2;text-align:left;color:#fff;background:#000100;background-color: rgba(0,0,0,0.6);bottom:0px;left:0;font-size:16px; height:35px; line-height:35px; text-align:center;}
.box-pic .pictitle a{color:#fff;}
.cniir_box420{width: 420px; overflow:hidden;}
.cniir_box420 h3{line-height:41px;font-size:20px;font-weight:600;margin-top:10px;white-space:nowrap;}
.cniir_box420 ul {list-style: none;}
.cniir_box420 ul li{line-height:36px; font-size:16px; width: 420px;white-space:nowrap; border-bottom:dashed 1px #dddddd;}
.cniir_box300 {width: 300px;margin:20px 0;}
.R_name {width:100%;background: url(../images/R_name.png);}
.R_name p{padding-left:18px;height: 25px;line-height: 25px; color:#ffffff;font-weight:bold; font-size:16px;}
.cniir_qlist {border: 1px solid #e03f01;}
.cniir_qlist ul{margin:8px 0px;}
.cniir_qlist ul li { line-height:32px; padding-left:15px;font-size:14px; height:32px;}
.cniir_qlist ul li:nth-of-type(odd){ background:#ffffff; }
.cniir_qlist ul li:nth-of-type(even){ background:#f9f9f9;}
/*首页可行性研究报告*/
.index-fs {background-color: #ffffff;min-width: 1200px;width: auto; height:290px;}
/*友情链接*/
.cniir_links{margin:20px auto; border: 1px solid #ddd;padding: 20px 30px;}
.link_bg{margin:10px 0px 10px 0px;}
.link_bg p{line-height:24px; height:24px;}
.link_bg p a{margin-right:10px;}
.link_bg p a:hover{color:#D10504;}