@charset "utf-8";
/* CSS Document */
header{
	width:1200px;
	overflow:hidden;
	position:relative;
	}
.welcome{
	height:34px;
	line-height:34px;
	position:absolute;
	right:0px;
	top:5px;
	}
.welcome>a{
	margin:0 4px;
	color:#adadad;
	}
.search{
	margin:50px 0 0 34px;
	overflow:hidden;
	}
.search_box{
	width:287px;
	height:38px;   /*边框还占2个像素,40-2*/
	border:1px solid #4e9edd;
	border-radius:10px 0 0 10px;
	}
.search_box>input{
	width:260px;
	height:20px;
	margin:10px 10px;
	border:0px;
	outline:0px;
	}
.search_bt{
	width:68px;
	height:38px;
	border:1px solid #4e9edd;
	border-left:none;
	border-radius:0 10px 10px 0;
	background:#e9e7e8 url(../images/search.jpg) no-repeat center;	
	}
.change_weather{
	margin-left:20px;
	height:40px;
	font-size:14px;
	color:#2a6aa7;
	}
.change_weather>*{
	float:left;
	margin:10px 5px;
	}
	
/*-----导航-----*/
nav{
	text-align:center;
	}
nav>ul{
	width:1200px;
	display:flex;
	}
nav>ul>li{
	flex:1;  /*代表每个felx的宽度为1*/
	height:54px;
	line-height:54px;
	font-size:22px;
	}
nav>ul>li>a:hover{
	text-decoration:none;
	display:block;
	}


/*-----二级菜单选项卡-----*/
#an1{
	background:#275394;
	padding-left:20px;
	color:#fff;
	background:#275394 url(../images/home.png) no-repeat 35px 16px;  /*32px 15px表示图标 的位置*/
	}
#x1{	
	display:block;
	
	}
#x2{
	display:none;
	}
#x3{	
	display:none;
	}
#x4{
	display:none;
	}
#name1{
	font-weight:bold;
	}
#x5{
	display:none;
	}
#x6{	
	display:none;
	}
#x7{
	display:none;
	}
#x8{
	display:none;
	}
.cut_off{
	width:100%;
	border-bottom:6px solid #0b67d4;
	}

	
	
/*.nav_homepage_on{
	padding-left:20px;
	color:#fff;
	background:#275394 url(../images/home.png) no-repeat 35px 16px;  
	}
.nav_off{
	color:#2a6aa7;
	background:#f2f2f2;
	}
.nav_homepage_off{
	padding-left:20px;
	color:#2a6aa7;
	background:#f2f2f2 url(../images/home2.png) no-repeat 35px 16px;  
	}*/

	
/*-----首页-----*/	
.banner_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.banner_box_1{
	overflow:hidden;
	}
.banner_box_1_pic{
	width:590px;
	height:320px;
	background:url(../images/banner_01.png);
	margin-right:20px;
	}
.banner_box_1_text{
	width:590px;
	}
.banner_box_1_nav{
	display:flex;
	}
.banner_box_1_nav>li>a:hover{
	text-decoration:none;
	}
.banner_box_1_nav>li{
	flex:1;
	height:33px;
	text-align:center;
	line-height:20px;
	font-size:20px;
	}
.banner_box_1_nav>.choose{
	border-bottom:2px solid #2860b5;
}
.banner_box_1_nav>.dft{
	border-bottom:2px solid #c1c1c1;
}
.banner_box_1_news{
	width:570px;
	line-height:36px;
	padding-left:18px;
	overflow:hidden;
	text-align:left;
	}
.banner_box_1_news>li{
	list-style:disc;
	color:#cccccc;
	}
.banner_box_1_news>li>span{
	color:#333;
	}
	
/*-----政府领导-----*/
.gov_leader{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.gov_leader_left{
	width:392px;
	height:299px;
	border:1px solid #dedede;
	}
.leader_name_one{
	width:367px;
	height:80px;
	float:left;
	margin-left:12px;	
	border-bottom:1px solid #ccc;
	line-height:80px;
	text-align:left;
	font-weight:bold;
	}
.gov_leader_left>p{
	float:left;
	margin:22px 0 34px 12px;
	}
.leader_name_two{
	width:392px;
	height:118px;
	float:left;
	margin-left:12px;
	margin-top:10px;
	line-height:36px;
	}
.leader_name_two>ul{	
	display:flex;
	}
.leader_name_two>ul>li{
	flex:1;	
	text-align:left;
	}
.leader_name_there{
	width:367px;
	height:72px;
	float:left;
	margin-left:12px;	
	border-top:1px solid #ccc;
	line-height:72px;
	text-align:left;
	}
.gov_leader_middle{
	width:450px;
	height:238px;
	margin:30px 0 0 15px;
	}
.gov_leader_middle_photo{
	width:194px;
	height:236px;
	border:1px solid #dedede;
	}
.gov_leader_middle_photo>img{
	margin-top:12px;
	}
.gov_leader_middle_news{
	width:234px;
	height:152px;
	margin-top:12px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	}
.gov_leader_middle_news>h3{
	font-size:20px;
	font-weight:20px;
	margin-bottom:16px;
	}
.gov_leader_middle_news>p{
	font-size:14px;
	text-indent:2ex;
	line-height:22px;
	}
.gov_leader_middle_news img{
	margin:42px 36px 0 0;
	}	
.gov_leader_right{
	width:315px;
	text-align:left;
	}
.gov_leader_content_tt{
	padding:27px 0 10px 0;
	font-size:20px;
	border-bottom:3px solid #cfcfcf;
	text-indent:1em;
	}
.gov_leader_content_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.gov_leader_right>ul{
	margin-left:18px;
	}
.gov_leader_right>ul>li{
	color:#bbb;
	list-style:disc;
	line-height:32px;
	word-break:break-all;
	}
.gov_leader_right>ul>li>span{
	color:#333;
	font-size:16px;
	}
/*-----重庆发展-----*/
.cqfz_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.cqfz_box>ul{
	width:304px;
	height:307px;
	}
.cqfz_box>ul>li{
	display:flex;
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	margin-bottom:8px;
	}
.cqfz_box_right{
	width:876px;
	height:305px;
	background:url(../images/xhy-tab1bg.jpg);
	border:1px solid #bfbfbf;
	}

.cqfz_box_right>p{
	width:554px;
	height:135px;
	margin:39px 0 0 18px;
	text-indent: 2em;
	line-height:30px;
	text-align:left;	
	}
.cqfz_box_right>ul{
	margin:39px 0 0 68px;
	}
.cqfz_box_right>ul>li{
	color:#fff;
	text-align:center;
	line-height:31px;
	background-color:#2a6aa7;   /*不能写成background:#dfecfc;，会与下面*/
	width:80px;
	height:31px;
	border-radius:3px;
	display:inline-block;
	}
.cqfz_box_right>img{
	margin:30px 18px 0 0;
	}
/*-----政务公开-----*/
.zwgk_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.zwgk_box_text{
	width:667px;
	height:244px;
	margin-left:30px;
	}	
.zwgk_box_nav{
	display:flex;
	margin-left:20px;	
	}
.zwgk_box_nav>li>a:hover{
	text-decoration:none;
	font-weight:bold;
	}
.zwgk_box_nav>li{
	flex:1;
	height:33px;
	text-align:left;
	line-height:20px;
	font-size:20px;
	}
.zwgk_box_nav>.choose{
	border-bottom:3px solid #2860b5;
	}
.zwgk_box_nav>.dft{
	border-bottom:3px solid #c1c1c1;
	}
.zwgk_box_news{
	width:667px;
	padding-left:18px;
	margin-left:20px;
	overflow:hidden;
	text-align:left;
	}
.zwgk_box_news>li{
	line-height:34px;
	list-style:disc;
	color:#cccccc;
	}
.zwgk_box_news>li>span{
	color:#333;
	}	
.zwgk_box_report{
	margin-top:23px;
	margin-left:20px;
	}
.zwgk_box_report>li{
	width:200px;
	height:46px;
	color:#1b5d9a;
	line-height:46px;
	padding-left:7px;
	border:1px solid #1b5d9a;
	border-radius:8px;
	display:inline-block;
	}
.zwgk_box>ul{
	width:336px;
	height:310px;
	}
.zwgk_box>ul>li{	
	display:flex;
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	margin-bottom:10px;	
	}
.zwgk_box img{
	border-radius:4px;
	}
	
/*-----渝快办-----*/
.ykb_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	
	position:relative;
	}
.ykb_box_bmts_tt{
	width:420px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
	text-indent: 1em;
	border-bottom:3px solid #cfcfcf;
	}
.ykb_box_bmts_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.more{
	margin-top:10px;
	}
.ykb_box_bmts_news{
	width:408px;
	height:300px;
	padding-left:18px;
	margin-top:50px;
	overflow:hidden;
	text-align:left;
	position:absolute;
	}
.ykb_box_bmts_news>ul>li{
	line-height:34px;
	list-style:disc;
	color:#cccccc;
	}
.ykb_box_bmts_news>ul>li>span{
	color:#333;
	}	
.ykb_box_middle{
	width:408px;
	height:261px;
	margin:48px 0 0 20px;
	border-top:3px solid #2860b5;
	position:relative;
	background:#f8f8f8;
	}
.ykb_box_middle_bjcx{
	width:140px;
	height:41px;
	background:#fff;
	text-align:center;
	position:absolute;
	top:-38px;;
	left:135px;
	}
.ykb_box_middle_bjcx a:hover{
	text-decoration:none;
	}
.ykb_box_middle_bjcx>h3{
	font-size:20px;
	color:#40537d;	
	}
.ykb_box_middle_bjcx>p{
	font-size:14px;
	color:#0063d7;
	}
.ykb_box_middle_input{
	width:374px;
	height:157px;
	text-align:left;
	line-height:24px;
	position:absolute;
	top:25px;
	left:20px;
	}
.input_one{
	line-height:30px;	
}
.ykb_box_middle_search{
	margin:10px 0 10px 135px;
	}


.ykb_box_right{
	width:336px;
	height:310px;
	border:1px solid #bfbfbf;
	}
.input_pic{
	margin-top:6px;
	}
.input_pic_two{
	margin-right:16px;
	}
.ykb_box_right>ul{
	margin-top:28px;
	line-height:28px;
	font-size:12px;
	color:#aaa5a9;
	display:flex;
	}
.ykb_box_right>ul>li{
	flex:1;	
	text-align:center;
	}
.ykb_box_right_line{
	margin-top:20px;
	border-bottom:1px dashed #a2a2a4;
	}
.ykb_box_right_pic{
	margin-top:10px;
	}



/*-----招商引资-----*/
.zsyz_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.zsyz_box_tt{
	width:840px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
	text-indent: 1em;
	border-bottom:3px solid #cfcfcf;
	}
.zsyz_box_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.more{
	margin-top:10px;
	}
.zsyz_box_news{
	width:800px;
	padding-left:18px;
	margin-top:20px;
	overflow:hidden;
	text-align:left;
	}
.zsyz_box_news>ul>li{
	line-height:38px;
	list-style:disc;
	color:#cccccc;
	}
.zsyz_box_news>ul>li>span{
	color:#333;
	}	
.zsyz_box>ul{
	width:336px;
	height:350px;
	margin-top:-25px;
	}
.zsyz_box>ul>li{	
	display:flex;
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	margin-bottom:10px;	
	}	
/*-----重庆数据-----*/
.cqsj_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	}
.cqsj_box_tt{
	width:840px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
	text-indent: 1em;
	border-bottom:3px solid #cfcfcf;
	}
.cqsj_box_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.more{
	margin-top:10px;
	}
.cqsj_box_news{
	width:800px;
	padding-left:18px;
	margin-top:20px;
	overflow:hidden;
	text-align:left;
	}
.cqsj_box_news>ul>li{
	line-height:36px;
	list-style:disc;
	color:#cccccc;
	}
.cqsj_box_news>ul>li>span{
	color:#333;
	}	
.cqsj_box>ul{
	width:336px;
	height:350px;
	margin-top:-25px;
	}
.cqsj_box>ul>li{	
	display:flex;
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	margin-bottom:10px;	
	}
	
	
/*-----互动交流-----*/
.hdjl_box{
	width:1200px;
	height:320px;
	padding:15px 0 20px 0;
	position:relative;
	}
.hdjl_box_tt{
	width:700px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
	text-indent: 1em;
	border-bottom:3px solid #cfcfcf;
	}
.hdjl_box_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.write{
	margin-right:360px;
	}
.hdjl_box_news{
	width:828px;
	padding-left:18px;
	overflow:hidden;
	text-align:left;
	margin-left:-9px;
	}
.hdjl_box_news>ul{
	display:flex;
	}
.hdjl_box_news>ul>li{
	line-height:34px;
	list-style:disc;
	color:#cccccc;
	text-align:left;
	flex:1;	
	}
.hdjl_box_news>ul>li>span{
	color:#333;
	}
.hdjl_box_xjcx{
	width:839px;
	height:81px;
	background:#f3f1f2;
	margin-top:23px;
	}
.hdjl_box_xjcx_name{
	width:100px;
	height:46px;
	text-align:left;
	margin:14px 0 0 16px;
	}
.hdjl_box_xjcx_name>h3{
	font-size:20px;
	color:#008af7;	
	}
.hdjl_box_xjcx_name>p{
	font-size:12px;
	color:#165098;
	border-bottom:2px solid #165098;
	}
.hdjl_box_xjcx_input{
	width:520px;
	height:44px;
	color:#3f629b;
	margin:22px 0 0 25px;
	text-align:left;
	}
input{
	width:156px;
	height:20px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	}
.hdjl_box_xjcx_input>p{
	color:#333;
	font-size:12px;
	}
.hdjl_box_xjcx>img{
	margin-top:25px;
	margin-right:18px;
	}



.hdjl_box>ul{
	width:336px;
	height:350px;
	top:25px;
	left:864px;
	position:absolute;
	}
.hdjl_box>ul>li{	
	display:flex;
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	margin-bottom:10px;	
	}



/*---------内容-------*/	

/*------图片一------*/
.pic_big{
	width:1200px;
	height:100px;
	background:url(../images/pic_big_1.png) no-repeat;
	}
.pic_middle{
	width:1200px;
	display:flex;
	justify-content:space-between;
	}
.pic_middle>div{
	margin:7px 0 20px 0;
	}
.pic_middle_1{
	width:408px;
	height:98px;
	background:url(../images/pic_middle_1.png) no-repeat;
	}
.pic_middle_2{
	width:407px;
	height:98px;
	background:url(../images/pic_middle_2.png) no-repeat;
	}
.pic_middle_3{
	width:334px;
	height:98px;
	background:url(../images/pic_middle_3.png) no-repeat;
	}
/*------图片一 end------*/

/*------content_one------*/
.content_one{
	width:1200px;
	overflow:hidden;
	}
.content_one_lfet{
	width:840px;     /*842-2*/
	height:377px;    /*379-2*/
	border:1px solid #bfbfbf;
	overflow:hidden;
	}
.content_one_right{
	width:335px;   /*337-2*/
	height:306px;  /*308-2*/
	border:1px solid #bfbfbf;
	}
.work_dynamic,.business_meeting{
	width:378px;    /*???*/
	margin:0 20px;
	}
.content_one_lfet h3{
	margin:40px 0 20px 0;
	}
.work_dynamic>ul{
	padding-left:17px;  /*左边点*/
	list-style:disc;    /*disc圆点*/
	height:280px;
	overflow:hidden;
	margin:0;
	}
.work_dynamic>ul>li{
	color:#bbb;
	list-style:disc;
	line-height:35px;
	margin-right:10px;
	word-break:break-all;
	}
.work_dynamic>ul:hover{
	overflow-y:scroll;       /*鼠标放上去会出现滚动条*/
	}
.work_dynamic>ul:hover>li{
	margin-right:5px;
	word-break:break-all;
	}	
		
.work_dynamic>ul>li>h6{
	font-size:16px;
	display:inline;
	color:#333;
	margin-right:5px;
	}
.work_dynamic>ul>li>span{
	color:#333;
	font-size:16px;
	}
	
/*滚动条总宽度，高度可以不写*/
.work_dynamic>ul::-webkit-scrollbar {
    width:5px;
    height:5px;
    }
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
.work_dynamic>ul::-webkit-scrollbar-track {
        width:5px;
		display:none;
        background-color:#0d1b20;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
    }
	
/*滚动条的设置*/
.work_dynamic>ul::-webkit-scrollbar-thumb {
        background-color:#CCC;
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
		transition:0.5s;
    }
/*滚动条激活状态*/
.work_dynamic>ul::-webkit-scrollbar-thumb:active{
        background-color:#666;
    }
.meeting_list>li{
	line-height:36px;   /*行高*/
	}
.meeting_list>li>p{
	width:377px;
	height:44px;
	line-height:22px;
	font-size:14px;
	color:#878988;
	overflow:hidden;
	text-indent:16px;  /*首行缩进*/	
	}
.meeting_list>li>div{
	width:377px;
	height:10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom:10px;
	}
.ykb_tt{
	padding:15px 0 10px 15px;
	font-size:20px;
	border-bottom:3px solid #cfcfcf;
	}
.ykb_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.online_official{
	margin:10px 0px;
	}
.online_official:hover{
	opacity:0.5;
	}
.content_one_right>ul{
	height:92px;
	display:flex;
	display:-wbkit-flex;            /*兼容*/
	justify-content:space-between;  /*主轴，也就是横向间距均分*/
	align-content:space-between;    /*副轴，也就是纵向间距均分*/
	flex-wrap:wrap;                 /*换行*/
	margin:0 12px 12px 12px;
	}
.content_one_right>ul>li{
	font-size:16px;
	color:#265293;
	text-align:center;
	line-height:40px;
	background-color:#dfecfc;   /*不能写成background:#dfecfc;，会与下面*/
	width:150px;
	height:40px;
	border-radius:5px;
	display:inline-block;
	margin:0px;
	}
.bt_1{
	background:url(../images/index2.jpg) no-repeat 10px center;
	}
.bt_2{
	background:url(../images/index3.jpg) no-repeat 10px center;
	}
.bt_3{
	background:url(../images/index44.png) no-repeat 10px center;
	}
.bt_4{
	background:url(../images/index55.png) no-repeat 10px center;
	}
	
.search_box_two{
	width:252px;
	height:36px;   /*边框还占2个像素,40-2*/
	margin-left:12px; 
	border:1px solid #4e9edd;
	border-radius:10px 0 0 10px;
	}
.search_box_two>input{
	width:230px;
	height:20px;
	margin:9px 8px;
	border:0px;
	outline:0px;
	}
.search_bt_two{
	width:57px;
	height:36px;
	border:1px solid #4e9edd;
	border-left:none;
	border-radius:0 10px 10px 0;
	background:#e9e7e8 url(../images/search.jpg) no-repeat center;	
	}
.xyzg{
	width:338px;
	height:59px;
	margin-top:10px;
	background:url(../images/xyzg.jpg);
	}
.bx_pic{
	width:1200px;
	height:123px;
	margin:16px auto;
	overflow:hidden;
	}
.learen_everday{
	width:366px;
	height:123px;
	background:url(../images/learen_everday.jpg) no-repeat center;
	}
.pic_small{
	width:805px;
	height:123px;
	}
.pic_small>ul{
	width:805px;
	display:flex;
	justify-content:space-between;  /*主轴，也就是横向间距均分*/
	}
.pic_small>ul>li{
	margin:0px;
	}
	
/*------content_two------*/
.content_two{
	width:1200px;
	overflow:hidden;
	}
.content_two_lfet{
	width:840px;     /*842-2*/
	height:329px;    /*331-2*/
	border:1px solid #bfbfbf;
	overflow:hidden;
	}
.content_two_right{
	width:335px;   /*337-2*/
	height:329px;  /*331-2*/
	border:1px solid #bfbfbf;
	}
.activity,.big_item{
	width:378px;    /*???*/
	margin:0 20px;
	}
.activity_tt{
	padding:20px 0 10px 20px;
	font-size:20px;
	border-bottom:3px solid #cfcfcf;
	}
.activity_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.content_two_lfet h3{
	margin:25px 0 12px -3px;;
	}
.activity>ul{
	padding-left:17px;  /*左边点*/
	list-style:disc;
	height:280px;
	overflow:hidden;
	margin:0;
	}
.activity>ul>li{
	color:#bbb;
	list-style:disc;
	line-height:34px;
	margin-right:10px;
	word-break:break-all;
	}
.activity>ul>li>span{
	color:#333;
	font-size:16px;
	}

.big_item>ul>li{
	color:#bbb;
	list-style:disc;
	line-height:32px;
	margin-right:10px;
	word-break:break-all;
	}
.big_item>ul>li>span{
	color:#333;
	font-size:16px;
	}

.write_tt{
	padding:15px 0 10px 15px;
	font-size:20px;
	border-bottom:3px solid #cfcfcf;
	}
.write_tt:hover>a{
	text-decoration:none;
	font-weight:bold;
	}
.content_two_right>ul{
	padding-left:30px;
	}
.content_two_right>ul>li{
	color:#bbb;
	list-style:disc;
	line-height:36px;
	word-break:break-all;
	}
.content_two_right>ul>li>span{
	color:#333;
	font-size:16px;
	}
.wyxx{
	width:338px;
	height:59px;
	margin-top:10px;
	background:url(../images/index7.jpg) no-repeat center;
	}
	
	
/*---其他网站链接----*/
.cut_off_one{
	margin-top:15px;
	overflow:hidden;
	width:1200px;
	border-bottom:4px solid #0b67d4;
	}
.link{
	overflow:hidden;
	width:1200px;
	display:flex;
	height:64px;
	}
.link>li{
	float:left;
	flex:1;
	text-align:center;
	list-style:none;
	line-height:64px;
	background:#fff;
	}
.link img{
	margin-left:6px;
	}
.link a:hover{
	text-decoration:none;
	}
#ff{
	width:1200px;
	position:relative;
	}
.bg{
	width:1200px;
	height:250px;
	text-align:center;
	}
.bg>ul{
	display:flex;
	}
.bg>ul>li{
	flex:1;	
	text-align:center;
	}
#f1{ 
	background: #f7f7f7;
	display:none;
	}
#f2{
	background: #f7f7f7;
	display:none;
	}
#f3{
	background: #f7f7f7;
	display:none;
	}
#f4{
	background: #f7f7f7;
	display:none;
	}
#f5{
	background: #f7f7f7;
	display:none;
	}
#f6{
	background: #f7f7f7;
	display:none;
	}
#f7{
	background: #f7f7f7;
	display:none;
	}
#f8{
	background: #f7f7f7;
	display:none;
	}
.bg_text{
	width:1080px;
	height:250px;
	line-height:62.5px;
	word-spacing:60px;
	display:flex;
	justify-content:space-between;  /*主轴，也就是横向间距均分*/
	}
#next_b{
	width:1200px;
	height:250px;
	position:absolute;
	top:0;
	transition:0.5s;
	z-index:100;
	border-top:1px solid #bfbfbf;
	}
.next_b>ul{
	margin-top:33px;
	}
.next_b>ul>li{
	margin-top:13px;
	word-spacing:8px;
	}
.next_b>img{
	margin-top:17px;
	}
.next_b a:hover{
	text-decoration:none;
	color:#bf0103;
	}
.next_b div{
	float:right;
	margin-top:-73px;
	}
.zgzfw{
	width:100px;
	height:50px;
	margin-left:-20px;
	margin-top:2px;
	}
