*{
	margin:0;
	padding:0;
	border:0;
	font-family: '微软雅黑';
}
a{
	text-decoration:none;
}
ul,li{
	list-style: none;
}
body{
	background: #f2f8fe;
} 
.bigDipper_indexBg{
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.bigDipper_HeaderBox{
	width:100%;
	min-width:1000px;  
	height:36px;
	position: absolute;
	left: 0;
	left: 0;
	z-index: 1;
	background:url(bigDipper_indexHeaderBg_171123_03.png);
}
.bigDipper_Header{
	width:1000px;
	margin:0 auto;
	height:36px;
	line-height: 36px;
}
.bigDipper_Header .hTime{
   padding-right: 25px;
   float: left;
   color: #8cb5e3;
   font-size: 14px;
}
.bigDipper_Header .hWeather {
    float: left;
    color: #8cb5e3;
    font-size: 14px;
}
.bigDipper_Header .hWeather img {
    position: relative;
    top: 4px;
}
.bigDipper_Header .hLanguage {
    float: right;
    color: #8cb5e3;
    font-size: 14px;
    position: relative;
}
.bigDipper_Header .hLanguage .bigDipperWeixinA{
	position: absolute;
	left:-50px;
	top:5px;
}
.bigDipper_Header .hLanguage a{
	color: #8cb5e3;
    font-size: 14px;
}
.logoBox{
    margin:0 auto;  
	width:1000px;
	height:134px;
	padding-top:48px;
}
.logoBox img{
	float: left;
}
.searchBox{
	float: right;
	width:478px;
	height:95px;
	padding-top:33px;
}
.fieldUlBox{
	float: left;
	width:69px;
	height:33px;
	background:#4e76a8; 
	border:#183b65 1px solid;
	cursor: pointer;
	position: relative;
}
.fieldUlBox .fieldUlTopA{
   display: block;
   width:59px;
   padding-left: 10px;
   height:33px; 
   line-height: 33px;
}
.fieldUlBox .fieldUlTopA span{
   color: #ccc;
   font-size: 16px;  
}
.fieldUlBox .fieldUlTopA img{
  position: absolute;
  right: 9px;
  top:13px;
}
.fieldUlBox ul{
  width:69px;
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  background:#4e76a8;
}
.fieldUlBox ul li{
	height:30px;
	cursor: pointer;
}
.fieldUlBox ul li a{
    display: block;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color:#ccc; 
}
.fieldUlBox ul li:hover{
	background:#6a8ebb 
}
.inputBox{
	float: left;
	width:305px;
	height:33px;
	border-right:1px solid #183b65;
	border-top:1px solid #183b65;
	border-bottom:1px solid #183b65;
	background:#4e76a8;
}
.inputBox input{
	background:#4e76a8;
	width:202px;
	height:33px;
    font-size: 14px;
    color:#b2b2b2;
    line-height: 33px;
    float: left;
    position: relative;
    outline:none; 
}
.searchATu{
	float: left;
	display: block;
	cursor: pointer;
	width:33px;
	height:33px;
	background:url(bigDipper_search_171124_03.jpg);
}
.searchAWen{
	display: block;
	width:70px;
	height:33px;
	float: left;
    background:#0d5183; 
    color:#fff;
    text-align:center;
    line-height: 33px;
    font-size: 16px; 
}
.searchAYX{
    display: block;
	width:84px;
	height:33px;
	float: right;
	border:1px solid #183b65;
	color:#ccc;
    text-align:center;
    line-height: 33px;
    font-size: 14px; 
    background:#4e76a8 

}
.searchTopBox{
	height:45px;
}
.searchGJZ_Box{
	
}
.searchGJZ_Box span{
	font-size: 16px;
	color:#3cbde1;
}
.searchGJZ_Box a{
	font-size: 16px;
	color:#c2c2c2;
	padding-right: 10px;
}

.centerBox{
	margin:0 auto;
	width:1000px;
	background:#fff;
	/*overflow: hidden; */
}
.indexNav{
	width:100%;
	height:50px;
	margin-bottom: 10px;
	background-color: #b2d4dd;
}
.indexNav li{
	float: left;
	position: relative;
	height:50px;
	width:12.5%;
	z-index: 10;
	background: url(bigDipper_dian171124.png) no-repeat left center;
}
.indexNav li .navDropdown{
	border-top:1px solid #0d5084;
	width:100%;
	position: absolute;
	top:50px;
    left:0;
	background:#eaf2fd;
	display: none;
	z-index:100;
}
.indexNav li .navDropdown .NavDropdownA{
	height:55px;
	line-height: 55px;
	font-size: 16px;
	color:#4d4d4d;
	display: block;
	text-align: center;
}
.indexNav li .navDropdown .NavDropdownA:hover{
	color:#0e5283;
		background:#d7e6fb;
}
.indexNav li .Navlia{
	display: block;
	height:50px;
	width:100%;
	text-align:center; 
	color:#3e6373;
	font-size: 20px;
	line-height: 50px;
	transition: all .25s;
	-moz-transition: all .25s;	/* Firefox 4 */
	-webkit-transition: all .25s;	/* Safari 和 Chrome */
	-o-transition: all .25s;
}
.indexNav li .Navlia:hover{
	color:#09232f;
}
.indexNav li i{
   display: none;
   width:12px;
   height:6px;
   position: absolute;
   top:0px;
   left:50%;
   margin-left: -6px;
   background-image: url(Bd_Dy_navIco_03.png);
}
.indexNav li.active i{
	display: block;
}
/* 首页轮播样式 */
.yaowenlunboUl{
	width:132px;
	float: right;
	height:339px;
}	

.yaowenlunboUl li{
	height:20%;
	position: relative;
	cursor: pointer;
}
.yaowenlunboUl .active i{
	background:url(ASEANenLunboLibg_02.png) repeat-x;
}
.yaowenlunboUl li span{
	display: none;
    width:9px;
    height:18px;
    position: absolute;
    left: -9px;
    top:50%;
    margin-top:-9px;
    background:url(lunboUlZJ_03.png);
	z-index: 9;
}
.yaowenlunboUl .active span{
	display: block;
}
.yaowenlunboUl li i{
	position: absolute;
	display: block;
	width:100%;
	height:100%;
	left: 0px;
	top:0;
	z-index: 5;
	background:url(ASEANenLunboLibg_07_02.png) repeat-x;
} 
.yaowenlunboUl li .lunboUlWen{
	position: absolute;
	width:100%;
	height:25px;
	line-height: 25px;
	left: 0px;
	bottom:0;
	z-index: 6;
	box-sizing: border-box;
	padding: 0 10px;
	color:#f5f5f5;
	font-size: 14px;
}
.yaowenlunboUl li img{
	width:100%;
	height:100%;
}
.yaowenlunbo{
	width:980px;
	overflow: hidden;
	padding: 0 10px; 
	position: relative;
} 
.yaowenlunbo .yaowenlunboJTL{
	position: absolute;
	left:0px;
	top:0;
}
.yaowenlunbo .yaowenlunboJTR{
	position: absolute;
	right:0px;
	top:0;
}
.yaowenlunbo .yaowenlunboJBL{
	position: absolute;
	left:0px;
	bottom:0;
}
.yaowenlunbo .yaowenlunboJBR{
	position: absolute;
	right:0px;
	bottom:0;
}
.renheSPolicyLB{
	width:848px;
	float: left;
	height:339px;
}


.renheSPolicyLB{
	position: relative;
	/* margin-bottom: 20px; */
}
.renheSPolicyLB .carousel{width: 848px; height: 339px;   overflow: hidden; }
.renheSPolicyLB .carousel ul.imageslist{position: relative;list-style: none; width: 9000px;height:100%;}
.renheSPolicyLB .carousel ul.imageslist li{position: absolute;left:0px;top:0;width: 848px;height:100%;opacity: 0}
.renheSPolicyLB .carousel ul.imageslist li a{display:inline-block;height:100%;width: 100%;text-align: center}
.renheSPolicyLB .carousel ul.imageslist li a img{height:100%; width:100%;}
.renheSPolicyLB  .buttons a{display: block; width: 32px; height: 80px; cursor: pointer;margin-right: 1px}
.renheSPolicyLB  .buttons a img{width:100%;height: 100%}
.renheSPolicyLB  .buttons .leftBtn{position: absolute; top: 50% ; left:0px;  margin-top: -40px;}
.renheSPolicyLB  .buttons .rightBtn{position: absolute; top: 50% ; right:0px; margin-top: -40px;}
.renheSPolicyLB  .bg{
	position: absolute;
	 bottom: 0 ; left: 0; width: 100%; height: 100%; background:url('lunbotitlebg.png') repeat-x;
  
	}

.showBox_BottomA{
	font-size: 16px;
    color:#fff;
    line-height: 42px;
    text-align: left;
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    padding:0 10px;
    display: block;
    height:42px;
    width:100%;
    bottom:0px;
    left:0px;
    background:url(lunbotitlebg_03.png) repeat-x;
  
}	
.renheSPolicyLB  .num{position: absolute; bottom: 20px ; right:10px; z-index: 100 }
.renheSPolicyLB  .num span{vertical-align: middle;cursor: pointer;display: inline-block;float: left; margin-right: 6px; width: 10px; height: 10px;}
.renheSPolicyLB  .num span img{
	width:100%;height:100%;
}
/* .renheSPolicyLB  .num span.cur{width:12px;height:12px;vertical-align: middle;position: relative;top:1px;}
 */.CXDH_sideshowBox_Bottom{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	overflow: hidden;
	text-align: center;
	/* line-height: 40px */
}

/* 首页轮播样式结束 */


.latestNewsBox{
	width:980px;
	padding:9px 10px;
	margin-top: 12px;
	height:32px;
    background:#eaf2fd; 
}
.latestNewsLA{
	float: left;
	display: block;
	width:129px;
	height:32px;
	background:#b2d4dd;
	color:#235491;
	line-height: 32px;
	font-size: 16px; 
	position: relative;
}
.latestNewsLA img{
	padding-left: 15px;
	padding-right: 11px;
	position: relative;
	top:4px;
}
.latestNewsLA i{
    position: absolute;
    display: block;
    width:6px;
    height:10px;
    right: -6px;
    top:50%;
    margin-top: -5px;
    background-image:url(bigDipper_171124_06.png); 
}
.latestNewsRD{
   float: right;
   width:820px;
   height:32px;
   line-height: 32px; 
   position: relative;
   overflow: hidden;
}
.latestNewsRD ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 6000px;
}
.latestNewsRD ul li{
	padding:0 25px;
	float: left;
}
.latestNewsRD ul li a{
	color:#235491;
	font-size: 16px;
}
.latestNewsRD ul li:hover a{
    color:#0288d1;
}
.centerCZBox{
	margin:0 auto;
	width:1000px;
	overflow: hidden;
	margin-top: 10px;
}
.centerCZL{
	width:56%;
	float: left;
}
.centerCZR{
	width:41%;
	float: right;
}
.yaowenBox{
	background:#fff;
	padding:15px 25px;
}
.WenTitle{
   height:1px;
   padding:16.5px 0;
   position: relative;
}
.WenTitle i{
	height:1px;
	display: block;
    width:100%;
    background:#0d5183;
    margin-top:3px;
}
.WenTitle div{
	padding-right: 15px;
	height:34px;
	background:#fff;
	font-size:20px;
	color:#0d5183;
    font-weight: bold;
    line-height: 34px;
    position: absolute;
    left: 22px;
    top:0px;
}
.WenTitle div img{
	padding-right: 10px;
	vertical-align: middle;
}
.more{
	display: block;
    float: right;
    position: absolute;
    right: 18px;
    top:11px;
    width:28px;
    height:18px;
    background:url(bigDipper_171124_14.png);
}
.yaowenUl{
	margin-top: 10px;
	overflow: hidden;
	padding-bottom:6px;
}
.yaowenUl li{
	margin-right: 20px;
	float: left;
	position: relative;
	width:112px;
	height:35px;
	border:1px solid #e1e1e1;
	text-align:center;
	line-height: 35px;
	font-size:18px;
	color:#333; 
	cursor: pointer; 
	transition: all .25s;
	-moz-transition: all .25s;	/* Firefox 4 */
	-webkit-transition: all .25s;	/* Safari 和 Chrome */
	-o-transition: all .25s;
}
.yaowenUl li i{
	display:none;
	position: absolute;
	bottom:-5px;
	left:50%;
	margin-left: -4px;
	width:8px;
	height:5px;
	background:url(bigDipper_jt171124_03.png);
}
.yaowenUl .active i{
	display: block;
}
.yaowenUl li:hover{
    background-color: #fd6802;
    color:#fff;
}
.yaowenUl .active{
	background-color: #fd6802;
	border:1px solid #fd6802;
	color:#fff;
}
.yaowenTop{
	border-bottom: 1px dashed #e6e6e6;
	padding:10px 0 18px;
	overflow: hidden;
}
.yaowenTop img{
	width:32%;
	float: left;
    padding:2px;
    height:79px;
    border:1px solid #0d5183;
}
.yaowenTop .yaowenTopR{
	width:65%;
    float: right;
    position: relative; 
}
.yaowenTopR p{
	
	margin-bottom: 10px;
	
}
.yaowenTopR p a{
	font-size:18px;
	color:#1a1a1a;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    width:100%;
    transition: all .2s;
	-moz-transition: all .2s;	/* Firefox 4 */
	-webkit-transition: all .2s;	/* Safari 和 Chrome */
	-o-transition: all .2s;
}
.yaowenTopR p a:hover{
	color:#284c93;
}
.yaowenTopR span{
	height:52px;
	display: block;
	font-size:14px;
	color:#808080;
	line-height: 26px;
    overflow: hidden;	
}
.yaowenBUl{
  margin-top:10px;
  overflow: hidden;
}
.yaowenBUl li{
	line-height: 35px;
	padding-left: 12px;
	background:url(bigDipper_liDian171124_03.png) no-repeat left center;
}
.yaowenBUl li .leftA{
	display: block;
	width:80%;
	float: left;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
	color:#333;
	transition: all .2s;
	-moz-transition: all .2s;	/* Firefox 4 */
	-webkit-transition: all .2s;	/* Safari 和 Chrome */
	-o-transition: all .2s;
}
.yaowenBUl li:hover .leftA{
	color:#284c93;
}
.yaowenBUl li span{
	float: right;
	font-size:16px;
	color:#999;
}
.yaowenCBox{
	display: none;
}
.yaowenCBox.active{
	display: block
}
.bigDipperCheatBox{
	background:#fff ;
   margin-top: 10px;
   padding:20px 25px;
   overflow: hidden;
}
.bigDipperCheatBox .title{
	position: relative;
	width:20px;
	height:114px;
	float: left;
	padding:22px 13px;

	background-color: #97bcef;
	transition: all .25s;
	-moz-transition: all .25s;	/* Firefox 4 */
	-webkit-transition: all .25s;	/* Safari 和 Chrome */
	-o-transition: all .25s;
}
.bigDipperCheatBox:hover .title a{
	color:#0288d1;

}
.bigDipperCheatBox .title a{
	color:#fff;
	font-size: 20px;
	text-align:center;
	line-height: 30px; 
}
.bigDipperCheatBox .title i{
	display: block;
	position: absolute;
	top:0px;
	right:-16px;
	width:16px;
	height:9px;
	background-image:url(bigDipper_XZ_07.png); 
}
.bigDipperCHimgBox{
	width:83%;
	float: right;
}
.bigDipperCHimgBox a{
	display: block;
	width:100%;
	overflow: hidden;
}
.bigDipperCHimgBox img{
	width:100%;
	float: left;
	 height:159px; 
}
.centerCZRlistBox{
  background:#fff;
  padding:15px 25px;
}
.xitongA{
	display: block;
	margin:5px 0;
	color:#333;
	line-height: 30px;
	font-size: 16px;
	text-indent:2em;
}
.yaowenBUl1{
	margin:5px 0;
}
.xiazaiA{
	float: left;
	display: block;
	background:url(bigDipper_XZ_03.png);
	width:15px;
	height:15px;
	margin:9.5px 0 0;
	vertical-align: middle;
}
.YYBox{
	background:#fff;
	padding:15px 15px;
	width:970px;
	margin:10px auto 0;
	overflow: hidden;
}
.wytg{
    position: absolute;
    top:6px;
    right:90px;
    padding:0 10px;
    background:#fff;
}
.YYcenterBox{
	background:#f7f7f7;
	overflow: hidden;
	margin-top: 15px;
}
.wytg a{
	display: block;
	padding:4px 10px;
	font-size: 14px;
	color:#fff;
    background-color: #fd6802;
}
.YYcenterBox .YYLUl{
	height:308px;
}
.YYcenterBox .YYLUl .YYLUlLi1{
	width:40px;
	float: left;
	height:100%;
	position: relative;
}
.YYcenterBox .YYLUl .YYLUlLi1 .bspan2 a{
	color:#0288d1;
}
.YYcenterBox .YYLUl .YYLUlLi1:hover .bspan a{
	color:#b3e5fc !important;
}
.YYcenterBox .YYLUl .YYLUlLi:hover .bspan a{
	color:#0288d1 !important;
}
.YYcenterBox .YYRUl li:hover .bspan a{
	color:#b3e5fc !important;
}
.YYcenterBox .YYLUl .YYLUlLi1 .bottomico2{
	 /*background:url(bigDipperbicoBgL.png)*/
	 background:url(plusLightB.png);
}
/* .YYcenterBox .YYLUl .YYLUlLi1:hover .bottomico{
	background:url(plusLightB.png) !important;
}
.YYcenterBox .YYRUl li:hover .bottomico{
	background:url(plusLightB.png) !important;
} */

.YYcenterBox .YYLUl{
	float: left;
}
.YYcenterBox .YYLUl .YYLUlLi1{
    border-right: 1px solid #f7f7f7;
}
.YYcenterBox .YYRUl li{
    border-left: 1px solid #f7f7f7;
}
.YYcenterBox .YYRUl{
	float: right;
}

.yyjj{
   display: block;	
   width:0px;
   float: left;
   padding: 0px;
}
.yyjj p{
	float:left;
	font-size:16px;
	color:#333;
	width:67%;
	line-height: 34px;
	height:279px;
	overflow: hidden;
	text-indent:2em;
}
.yyjj img{
	width:32%;
	float: right;
	vertical-align: middle;
}
.YYLUl .YYLUlLi1 a{
	 
}
.YYcenterBox .YYLUl .YYLUlLi1  .topico{
    background-image: url(bigDipper_yyxb171124.png);
    width:40px;
    height:30px;
    display: block;
    margin-top: 8px;
}
.topspan{
   display: block;
   height:145px;
   padding:7px 10px 0;
   color:#b3e5fc;
   font-size:16px;
   text-align:center; 
}
.YYLUlLi .topspan{
	color:#0288d1;
}
.bspan{
   display: block;
   padding:0px 10px ;
   cursor: pointer;
   text-align:center; 
   font-size:14px; 
   transition: all .3s;
	-moz-transition: all .3s;	/* Firefox 4 */
	-webkit-transition: all .3s;	/* Safari 和 Chrome */
	-o-transition: all .3s;
}
.bspan a{
    color:#fff;
}
.bottomico{
	display: block;
	width:22px;
	height:22px;
	position: absolute;
	bottom:45px;
	right:9px;
}
.bottomico img{
	display: block;
	width:100%;
	height:100%;
}
.topico1{
	background-position: 10px -7px;
	background-position-x:10px;
	background-position-y:-7px;
}
.topico2{
	background-position: 10px -41px;
	background-position-x:10px;
	background-position-y:-41px;
}
.topico3{
	background-position: 10px -70px;
	background-position-x:10px;
	background-position-y:-70px;
}
.topico4{
	background-position: 6px -105px;
	background-position-x:6px;
	background-position-y:-105px;
}
 .topico5{
	background-position: 6px -140px;
	background-position-x:6px;
	background-position-y:-140px;
}
.topico6{
	background-position: 9px -169px;
	background-position-x:9px;
	background-position-y:-169px;
}
.topico7{
	background-position: 8px -201px;
	background-position-x:8px;
	background-position-y:-201px;
}
.topico8{
	background-position: 7px -233px;
	background-position-x:7px;
	background-position-y:-233px;
}
.topico9{
	background-position: 8px -261px;
	background-position-x:8px;
	background-position-y:-261px;
}
 .topico10{
	background-position: 6px -295px;
	background-position-x:6px;
	background-position-y:-295px;
}
 .topico11{
	background-position: 9px 59px;
	background-position-x:9px;
	background-position-y:59px;
}
.bigDipper_wszt{
	width:1000px;
	overflow: hidden;
	margin:10px auto;
}
.bigDipper_wszt .bigDipper_wsztP{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
}
.bigDipper_wszt .bigDipper_wsztP .wsztP_one{
     font-weight: bold;
     font-size: 48px;
     color:#fff;
     text-align: center;
     font-family: '楷体';
     line-height: 62px;
}
.bigDipper_wszt .bigDipper_wsztP .wsztP_two{
	  font-size: 16px;
     color:#febb6c;
     text-align: center;
     line-height: 18px;
}
.bigDipper_wszt a{
	position: relative;
	display: block;
	width:100%;
}
.bigDipper_wszt a img{
	width:100%;
	float: left;	
}
.bigDipper_FFFBox{
	padding:15px 25px;
	background:#fff;	
}

.faguiA{
	display: block;
	width:19px;
	height:19px;
	float: left;
	margin-top:10px;
	background:url(bigDipperFGAbg_03.png);
}
.bigDipper_FFFBox2{
	margin-top: 10px
}
.bigDipper_FFFBox4{
	padding:12px 25px;
}
.ZxyxA{
	margin-top: 10px;
	display: block;
	overflow: hidden;
} 
.ZxyxA img{
	width:100%;
	float: left;
}
.GJHZTime{
	font-size: 16px;
	color:#000;
	margin-bottom: 5px;
	padding-left: 25px;
	background:url(bigDipper_171124_41.png) no-repeat left center;
}
.GJHZPlace{
	font-size: 16px;
	color:#000;
	margin-bottom: 5px;
	padding-left: 25px;
	background:url(bigDipper_171124_44.png) no-repeat left center;
}
.yaowenTopR2{
	margin-top:15px;
}
.bigDipper_Event{
	overflow: hidden;
	margin:15px 0;
	height:140px;
}
.bigDipper_Event li{
	float: left;
	height:65px;
	overflow: hidden;
	margin-bottom:10px;
}
.bigDipper_Event li a{
	width:100%;
	height:100%;
	overflow: hidden;
	text-align: center;
	display: block;
	position: relative;
	z-index: 100;
}
.bigDipper_Event li a span{
	width:100%;
	height:100%;
	line-height: 65px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	display: block;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	cursor: pointer;
}
.bigDipper_Event li a img{
	position: absolute;
	z-index: 0;
	left:0;
	top:0;
	width:100%;
	height:100%;
    vertical-align: middle;
    transition: all .3s;
	-moz-transition: all .3s;	/* Firefox 4 */
	-webkit-transition: all .3s;	/* Safari 和 Chrome */
	-o-transition: all .3s;
}
.bigDipper_Event li:hover img{
	width:110%;
	height:110%;
	margin:-3px 0 0 -8px;
}
.bigDipper_FFFBox3{
	padding:15px 25px 1px ;
}
.bigDipper_FFFBox3{
	padding:14px 25px ;
}
.bigDipper_ziyuanBox{
	margin:15px 0;
	overflow: hidden;
}
.bigDipper_moverBox{
	float: left;
	width:48%;
	position: relative;
	height:219px;
	overflow:hidden;
}
.bigDipper_moverBox p{
	width:100%;
	height:32px;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 1;
	background:url(bigDipperzhuntiB_03.png) repeat-x;
    padding:0 10px;
    font-size: 16px;
    line-height: 32px;
    color:#fff;	 
     white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.bigDipper_moverBox a{
	width:100%;
	display: block;
	height:100%;
	overflow: hidden;
}
.bigDipper_moverBox a img{
	width:100%;
	height:100%;
	float: left;
}
.bigDipper_list{
	width:48%;
	float: right;
	overflow: hidden;
}
.bigDipper_list li{
	float: left;
	margin-bottom:8px;
	float: left;
	position: relative;	
	height:106px;
	overflow:hidden;
}
.bigDipper_list li:nth-child(2){
	margin-right:0 ;
}
.bigDipper_list li:nth-child(4){
	margin-right:0 ;
}
.bigDipper_list li a{
	display: block;
	width:100%;
	overflow:hidden;
}
.bigDipper_list li a img{
	width:100%;;
	float: left;
}
.bigDipper_list li p{
	width:100%;
	height:32px;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 1;
	background:url(bigDipperzhuntiB_03.png) repeat-x;
    padding:0 10px;
    font-size: 16px;
    line-height: 32px;
    color:#fff;
      white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.Footer_box{
	width: 100%;
	background-image:url(bigDipper_footerBg.jpg);
    background-size: 100% 100%;
}
.footer{
	width:1000px;
	margin:0 auto;
}
.youqingA{
	padding:20px 12px 15px;
	overflow: hidden;
	border-bottom:1px solid #15608c;
}
.youqingL{
	float: left;
	width:845px;
}
.youqingL ul{
	overflow: hidden;
	white-space:nowrap;
}
.youqingL ul li {
	white-space:nowrap;
	float: left;
	display:inline;
	margin-right: 20px;
	margin-bottom:15px;
} 
.youqingL ul li a{
	display: block;
	height:32px;
	line-height: 32px;
	padding:0 15px;
	color:#c2fefe;
	font-size:16px;
	transition: all .25s;
	-moz-transition: all .25s;	/* Firefox 4 */
	-webkit-transition: all .25s;	/* Safari 和 Chrome */
	-o-transition: all .25s;
}
.youqingL ul li a:hover{
	color:#80d1d1;
}
.youqingL p{
	color:#97fcff;
	font-size:  18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.erweima{
	float: right;
	margin-top:40px;
}
.footerBBOX{
	margin:15px 0 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.footerBBOX img{
	margin:0 25px 0 10px;
	float: left;
}
.footerBBoxC{
	width:912px;
	float: right;
}
.footerBBoxC ul{
	margin-bottom: 7px
}
.footerBBoxC div span{
    font-size: 16px;
	color:#ccc;
	padding-right: 45px;
 }
 .footerBBoxC p{
 	margin-top: 8px;
 	font-size: 14px;
	color:#999;
 }
.footerBBoxC ul a{
	font-size: 16px;
	color:#ccc;
	transition: all .25s;
	-moz-transition: all .25s;	/* Firefox 4 */
	-webkit-transition: all .25s;	/* Safari 和 Chrome */
	-o-transition: all .25s;
}
.footerBBoxC ul a:hover{
	color:#aaa;
}
.footerBBoxC ul span{
	padding:0 22px;
	color:#ccc;
	font-size: 16px;
}
@media screen and (min-width:1441px) {
   .bigDipper_HeaderBox{min-width:1250px;}
   .bigDipper_Header{width:1250px;}
   .logoBox{width:1250px;}
   .centerBox{width:1250px;}
   .yaowenlunbo{width:1230px;}
   .yaowenlunboUl{width:165px;height:416px;}
   .renheSPolicyLB .carousel{width: 1065px;height:416px;}
   .renheSPolicyLB .carousel ul.imageslist li{width: 1065px;height:416px;}
   .renheSPolicyLB{width:1065px;height:416px;}
   .latestNewsBox{width:1230px;}
   .latestNewsRD{width:1070px;}
   .centerCZBox{width:1250px;}
   .YYBox{width:1230px;}
   .yyjj{width:0px;}
   .bigDipper_wszt{width:1250px;}
   .bigDipper_Event{height:160px;}
   .bigDipper_Event li{height:75px;}
   .bigDipper_Event li a span{line-height: 75px;}
   .bigDipper_wszt .bigDipper_wsztP .wsztP_one{font-size: 56px;line-height: 75px;}
.bigDipper_wszt .bigDipper_wsztP .wsztP_two{ font-size: 18px;line-height: 20px;}
   .footer{width:1250px;}
   .youqingL{width:1095px}
   .footerBBoxC{width:1162px;}
	.yaowenTop img {width: 26%;}
	.yaowenTop .yaowenTopR {width: 71%;}
	.yaowenTo2 img  {width: 26% !important;}
	.yaowenTo2 .yaowenTopR{	float: right; width: 71% !important;}
	.YYcenterBox .YYLUl .YYLUlLi1 {width: 41.2px;}
	.YYBox {padding: 15px 10px;}
}
/* 添加 */
.yaowenTo2 img{	width:32%; height:auto;}
.yaowenTo2 .yaowenTopR{	float: right;	width:65%;}

.yaowenTo3 img{width:23%;height:auto;}
.yaowenTo3 .yaowenTopR{float: right;width:70%;}

.yaowenTopR span a{
	 color:#808080;
	 font-size:14px;
	 transition: all .2s;
	-moz-transition: all .2s;	/* Firefox 4 */
	-webkit-transition: all .2s;	/* Safari 和 Chrome */
	-o-transition: all .2s;
} 
.yaowenTopR span a:hover{
	 color:#284c93
}
.yaowenTopR .yaowenTime1{
      color:#999;
	 font-size:14px;
	 position: absolute;
	 bottom:3px;
	 right:8px;
}