@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

.header{
    height: 52px;
    line-height: 52px;
    background-color: #333399;
    position: relative;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

/*时间日期*/
.time {
    width: 200px;
    left: 180px;

    float: left;
    margin-top: 13px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: relative;
}

.time__date {
    width: 133px;
    position:absolute;
    left: 0px;
    float: left;
    color: #fff;
}
.time__week {
    width: 80px;
    position:absolute;
    right: 0px;
    
    color: #fff;
}

/*搜索*/
.report a{
    width: 50px;
    right: 12px;
    float: right;
    margin-top: 7px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #fff;
	font-weight:bold;
    position: relative;
}

.search {
    position: relative;
    float: right;
    right: 200px;
    top:7px
}

.search__main {

    position: absolute;
    left:3px;
}

.search__main form {
    height: 24px;
}

.bdcs-search-form-input {
    width: 140px;
    height: 22px;
    line-height: 22px;
    /*background:none;*/
    border: 2px solid #fff;
     /*border-radius:5px;*/
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.bdcs-search-form-input:focus {
    outline: none;
}



input::-webkit-input-placeholder {
    color: #757575;
}

input::-moz-placeholder {
    color: #757575;
}

input:-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder {
    color: #757575;
}


.box-search {
	width:255px;
	height:38px;
	position:absolute;
	right:200px;
	top:7px;
	background-image:url(icon_03.png);
	
  
}

.box1 {
    position: relative;
	background-color: #333399;
	height:70px;

}

.box1-main1 {

    width: 600px;
    height: 75px;
    position: absolute;
    background:rgb(0,0,0,0.55);
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;
}
 
.box1-main2 {

    width: 800px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 600px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;
}

.banner {
	position:relative;
}

/*导航栏*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0 20px; height:75px; line-height:75px; /*background:rgb(0,0,0,0.55);*/  position:relative; z-index:1; margin-left:80px; }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block;  font-size:18px;   text-align: center; /*width: 100px;*/ padding-right:40px; height: 75px; }
		.nav .sub{ display:none; width:120px; left:0px; top:75px;  position:absolute; background:rgb(0,0,0,0.55);  line-height:45px; padding:5px 0;  }
		.nav .sub li{ zoom:1; text-align: center; }
		.nav .sub a{ display:block; padding:0 10px; }
		.nav .sub a:hover{  color:#fff;}
		.nav .on h3 a{ color:#fff; /*background-image: url(../images/colorbox-2.png); */}
        .line1 {line-height: 1px; color: #fff;
    
    }


.box2 { 
    width: 1400px;
    height: 105px;
 position: relative;
}

.box2-main {
    width: 1000px;
    height: 85px;
    position: absolute;
    top: 20px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;
} 


.box3 {
    width: 1400px;
    height: 390px;
 position: relative;
}
.box3-main {
    width: 1000px;
    height: 385px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;
	border-bottom:2px solid #6699cc;
} 
.box3-z {
    width: 555px;
    height: 340px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.box3-y {
    width: 420px;
    float: right;
   
}

.box3-y li {
line-height: 42px;
font-size: 16px;
border-bottom:dashed 1px #bfbdc4;
text-indent: 0.5em;
text-align: left;
}
.box3-y li a{ 
    color:#000;
}



/*滚动图 */
.scroll-pic {
    width: 555px;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.scroll-pic .hd {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
}

.scroll-pic .hd .prev,
.scroll-pic .hd .next {
    display: block;
    width: 43px;
    height: 43px;
    cursor: pointer;
    opacity: .3;
    background: url("home-scroll-icons.png") -1px -2px no-repeat;
}

.scroll-pic .prev {
    float: left;
    margin-left: 10px;
}

.scroll-pic .hd .next {
    float: right;
    margin-right: 10px;
    background-position: -1px -49px;
}

.scroll-pic .hd .prev:hover,
.scroll-pic .hd .next:hover {
    opacity: 1;
}

.scroll-pic .hd ul {
    position: absolute;
    right: 10px;
    top: 170px;
    overflow: hidden;
}

.scroll-pic .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("home-scroll-icons.png") -24px -126px no-repeat;
}

.scroll-pic .hd ul li.on {
    background-position: -10px -126px;
}

.scroll-pic .bd ul {
    overflow: hidden;
}

.scroll-pic .bd ul li {
    float: left;
    overflow: hidden;
    position: relative;
}

.scroll-pic .pic {
    text-align: center;
}

.scroll-pic .pic img {
    width: 555px;
    height: 340px;
    display: block;
}

.scroll-pic .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.scroll-pic .title a {
    color: #fff;
}

.imp-news{
    font-size: 14px;
    text-align: left;

}

.imp-news__item{
    line-height: 38px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    background: url("spot_01.jpg") no-repeat left center;
	text-overflow:ellipsis;
}


.shipin-title {
    width: 100%;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.shipin-title a {
    color: #fff;
}

.secend-link_short {
	 position:relative; 
	 width:311px; 
	 height:31px; 
	 background-image:url(icon_07.jpg); 
	 display:inline-block;


}
.secend-link_short .name {
	width:80px; 
	float:left; 
	text-align:left; 
	font-size:18px; 
	font-family:黑体; 
	margin-left:15px; 
	line-height:31px;


}

.secend-link_short .name a{
	font-weight:bold; 
	color:#336699;

}

.secend-link_short .more {
    width: 40px;
    height: 20px;
    float: right;
    text-align: left;
    font-size: 10px;
    font-family: 黑体;
    margin-right: 18px;
	color:#cccccc;
	line-height:30px;


}

.secend-link_short .more a {
	font-weight:bold; 
	color:#cccccc;	
}

.secend-link_middle {
	 position:relative; 
	 width:660px; 
	 height:27px; 
	 background-image:url(icon_10.jpg); 
	 display:inline-block;


}
.secend-link_middle .name {
	width:80px; 
	float:left; 
	text-align:left; 
	font-size:18px; 
	font-family:黑体; 
	margin-left:15px; 
	line-height:27px;


}

.secend-link_middle .name a{
	font-weight:bold; 
	color:#336699;

}

.secend-link_middle .more {
    width: 40px;
    height: 20px;
    float: right;
    text-align: left;
    font-size: 10px;
    font-family: 黑体;
    margin-right: 18px;
	color:#cccccc;
	line-height:30px;


}

.secend-link_middle .more a {
	font-weight:bold; 
	color:#cccccc;	
}

.secend-link_long {
	 position:relative; 
	 width:1000px; 
	 height:31px; 
	 background-image:url(icon_13.jpg); 
	 display:inline-block;


}
.secend-link_long .name {
	width:80px; 
	float:left; 
	text-align:left; 
	font-size:18px; 
	font-family:黑体; 
	margin-left:15px; 
	line-height:31px;


}

.secend-link_long .name a{
	font-weight:bold; 
	color:#336699;

}

.secend-link_long .more {
    width: 40px;
    height: 20px;
    float: right;
    text-align: left;
    font-size: 10px;
    font-family: 黑体;
    margin-right: 15px;
	color:#cccccc;
	line-height:30px;

}

.secend-link_long .more a {
	font-weight:bold; 
	color:#cccccc;	
}

.secend-link_kepu {
	 position:relative; 
	 width:1000px; 
	 height:68px; 
	 background-image:url(icon_17.jpg); 
	 display:inline-block;


}
.secend-link_kepu .name {
	width:160px; 
	float:left; 
	text-align:left; 
	font-size:30px; 
	font-family:黑体;
	margin-left:15px; 
	line-height:60px;


}

.secend-link_kepu .name a{
	font-weight:bold; 
	color:#006699;

}

.secend-link_kepu .more {
    width: 55px;
    height: 20px;
    float: right;
    text-align: left;
    font-size: 16px;
    font-family: 黑体;
    margin-right: 15px;
	margin-top: 25px;
    color: #cccccc;
    line-height: 20px;

}

.secend-link_kepu .more a {
	font-weight:bold; 
	color:#cccccc;	
}

.box4 {  
    width: 1400px;
    height: 420px;
    position:relative;
}

.box4-main {
    width: 1000px;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 

.box4 .pic {
    width: 310px;
    height: 145px;
    position: relative;
    margin-top: 25px;
}

.box4 .pic img{
    width: 310px;
    height: 145px;
}




.box4-jgdt {

    top: 30px;
    left: 0px;
    width: 311px;
    height: 330px;
    float: left;
    position: absolute;

}

.box4-zcjd {

    top: 30px;
    left: 345px;
    width: 311px;
    float: left;
    position: absolute;

}

.box4-jdal {

    top: 30px;
    right: 0px;
    width: 311px;
    float: right;
    position: absolute;

}

.box5 {  
    width: 1400px;
    height: 300px;
    position:relative;
}

.box5-main {
    width: 1000px;
    height:300px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 



.box5 .pic1 {
    width: 350px;
    height: 210px;
    position:absolute;
    top: 30px;
	left:0px;
}

.box5 .pic1 img{
    width: 350px;
    height: 210px;
}


.box5 .pic2 {
    width: 134px;
    height: 93px;
    position:absolute;
    top: 20px;
	left:0px;
}

.box5 .pic2 img{
    width: 134px;
    height: 93px;
}


.box5-hyxw {

    top: 0px;
    right: 0px;
    width: 311px;
    float: right;
    position: absolute;

}

.box5-zxhd {

    top: 0px;
    left: 0px;
    width: 660px;
    float: left;
    position: absolute;

}

.box5 .hot1 {
	position:relative; 
	width:660px; 
	height:210px;

}
.box5 .hot1 .news1 {
	position:absolute; 
	width:270px; 
	right:10px; 
	top:22px; 

}

.box5 .hot2{
	
	position:relative; 
	width:330px; 
	height:100px;

}

.box5 .hot2 .news2 {
	position:absolute; 
	width:170px; 
	right:10px; 
	top:18px; 

}

.box5 .title {
    margin-top: 5px;
    width: 165px;
    float: right;
	font-family:黑体;
    font-size: 14px;
    line-height: 24px;
	font-weight:bold;
    color: #000;

}

.box5 .title {

    color: #000;

}

.box5 .summary {
    margin-top: 3px;
    width: 165px;
    float: right;
	font-family:微软雅黑;
    font-size: 10px;
    line-height: 24px;
    color: #333333;

}

.box5 .summary a {

    color: #333333;

}


.box6 {  
    width: 1400px;
    height: 280px;
    position:relative;
}

.box6-main {
    width: 1000px;
    height:280px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 


/*访谈视频*/
   .picScroll-left{ width:1300px;  overflow:hidden; position:relative;margin-left: -100px; }
    .picScroll-left .hd{ overflow:hidden;}
    .picScroll-left .hd .prev{ display:block;  width:52px; height:30px; float:right;overflow:hidden; cursor:pointer; background-image:url("z-jiantou.png");position:absolute; top:100px; left:2px;}
    .picScroll-left .hd .next{ display:block;  width:52px; height:30px; float:right;overflow:hidden;cursor:pointer; background-image:url("y-jiantou.png"); position:absolute; top:100px; left:1130px; z-index:999;}
    .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
    .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; /*background:url("images/icoCircle.gif") 0 -9px no-repeat; */ }
    .picScroll-left .hd ul li.on{ background-position:0 0; }
    .picScroll-left .bd{ padding: 10px; margin-left: 85px;  margin-top: 20px;  width: 990px; overflow: hidden;}
    .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
    .picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
    .picScroll-left .bd ul li .pic{ text-align:center; }
    .picScroll-left .bd ul li .pic img{ width:210px; height:150px; display:block;}
    .picScroll-left .bd ul li { width:220px; height:180px; }
    .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
    /*.picScroll-left .bd ul li .title{ line-height:24px;   }*/
    .picScroll-left .bd ul li .title { 
	      font-size: 14px; 
		  text-align: center; 
		  line-height: 20px; 
		  font-family:黑体; 
		  color:#000;
		  margin-top: 10px;
		  padding-left: 5px; 
		  padding-right: 5px;
		  font-weight:bold;
		  

    }
    .picScroll-left .bd ul li .title a {
      /*color: #fff;*/
    color:black;
    }
	
	
.box7 {  
    width: 1400px;
    height: 230px;
    position:relative;
}

.box7-main {
    width: 1000px;
    height:230px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 

.box7-yaopin {

    top: 0px;
    left: 0px;
    width: 311px;
    height: 330px;
    float: left;
    position: absolute;

}

.box7-ylqx {

    top: 0px;
    left: 345px;
    width: 311px;
    height: 330px;
    float: left;
    position: absolute;

}

.box7-hzp {

    top: 0px;
    right: 0px;
    width: 311px;
    height: 330px;
    float: right;
    position: absolute;

}

.box8 {
	width:1400px;
	height:130px;
	position:relative;
}
.box8-main {
    width: 1000px;
    height:100px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 

.box9 {
	width:1400px;
	height:640px;
	position:relative;
}
.box9-main {
    width: 1000px;
    height:600px;
    position: absolute;
    top: 0px;
    left: 200px;
    box-sizing: border-box;
    padding: 0 0px 0 0px;

} 


.box9 .pic1 {
    width: 500px;
    height: 315px;
}

.box9 .pic1 img{
    width: 500px;
    height: 315px;
}



.box9 .pic2 {
    width: 225px;
    height: 150px;
}

.box9 .pic2 img{
    width: 225px;
    height: 150px;
}

.box9 .pic3 {
    width: 245px;
    height: 150px;
}

.box9 .pic3 img{
    width: 245px;
    height: 150px;
}

.box9-news1 {

    top: 100px;
    left: 240px;
    width: 500px;
	height:315px;
    position: absolute;

}

.box9-news2 {

    top: 100px;
    left: 0px;
    width: 225px;
	height:150px;
    position: absolute;

}

.box9-news3 {

    top: 265px;
    left: 0px;
    width: 225px;
	height:150px;
    position: absolute;

}

.box9-news4 {

    top: 430px;
    left: 0px;
    width: 225px;
	height:150px;
    position: absolute;

}

.box9-news5 {

    top: 430px;
    left: 240px;
    width: 245px;
	height:150px;
    position: absolute;

}

.box9-news6 {

    top: 430px;
    left: 495px;
    width: 245px;
	height:150px;
    position: absolute;

}

.box9-news7 {

    top: 430px;
    left: 755px;
    width: 245px;
	height:150px;
    position: absolute;

}


.box9-news8 {

    top: 100px;
    right: 0px;
    width: 245px;
	height:315px;
	background-color:#efeeee;
    position: absolute;
	

}


.footer {
	width:1000px;
	margin:0 auto;
}


