.container {
	width: 1200px;
	margin: 0 auto;
}
.ET_header{
	position: relative;
}
.header_column{
	background-color: rgba(0, 48, 135, 1);
	position: relative;
	z-index: 10;
}
.header_column_main{
	/* overflow: hidden; */
	padding: 7px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
}

.header_text{
	color: white;
	font-size:15px;
	float: left;
	line-height: 15px;
}
.header_text span{
	margin-right: 20px;
}
.language_mode{
	float: left;
	overflow: hidden;
}
.language_mode li{
	float: left; 
	color: white;
	font-size: 15px;
}
.header_right{
	float: right;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.header_right li{
	overflow: hidden;
	display: flex;
	align-items: center;
	float:left;
	cursor: pointer;
	margin-left: 10px;
}
.header_right_logo{
	width:28px;
	height: 28px;
	float: left;
	margin-right: 10px;
}
.header_right_logo img{
	width: 100%;
	height: 100%;
}
.header_right_label{
	font-size: 15px;
	float: left;
	color: white;
}
.oldPeople{
	display: none!important;
}
.user_center{
	background-image: url(../images/mainPage/usercenter_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 100px;
    width: 242px;
	top: 34px;
	right: 11%;
    box-sizing: border-box;
    padding: 24px;
}
.user_center2{
	background-image: url(../images/mainPage/usercenter_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 78px;
    width: 118px;
    top: 40px;
    right: 18.8%;
	box-sizing: border-box;
	padding: 18px 16px;
}
.user_center2 .user_center_label{
	width: auto;
}
.user_center_list{
	overflow: hidden;
	margin-bottom: 8px;
	cursor: pointer;
}
.user_center_icon{
	width: 16px;
	height: 16px;
	float: left;
}
.user_center_icon img{
	width: 100%;
	height: 100%;
}
.user_center_label{
	font-size: 14px;
	color: #383838;
	float: left;
	margin-left: 10px;
	width: 80%;
}
.header_pic{
	margin-top: -50px;;
}
.header_main{
	position: absolute;
	top:60px;
	left:18.5%;
}
.page_logo{
	width: 20%;
	margin: 0 auto;
}
.page_logo img{
	width: 100%;
}
.page_name{
	color: #003087;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.header_search{
	overflow: hidden;
	border: solid 2px #fff;
	border-radius: 8px;
	width: 62%;
	margin: 0 auto;
	margin-top: 30px;
}
.search_block{
	float: left;
	width: 92%;
	background-color:rgba(5, 57, 148, 0.1) ;
	padding: 0 16px;
	height: 42px;
	box-sizing: border-box;
}
.search_block input{
	border: none;
	background-color: transparent;
	line-height: 42px;
	width: 100%;
}
.search_logo{
	background-color: rgba(255, 255, 255, 0.5);
	float: right;
	width: 8%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.search_logo img{
	width: 30px;
	height: 30px;
}
.slideBox1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox1 .hd{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	height: 15px;
	overflow: hidden;
	bottom: 70px;
	z-index: 1;
	left: 0;
}
.ssrc{
	width: 58%;
	margin: 0 auto;
	font-size: 15px;
	color:white;
	margin-top: 20px;
}
.slideBox1 .btn{
	width: 100%;
	overflow: hidden;
	zoom:1;
	
	margin: 0;
	text-align: center;
}
.slideBox1 .btn li{
	display: inline-block;
	    /* background-image: url(../images/slide_grey.png); */
	    width: 48px;
	    height: 12px;
	    margin-right: 7px;
	    cursor: pointer;
	    background-repeat: no-repeat;
}
/* .slideBox1 .btn li.on{
	background-image: url(../images/slide_white.png);
} */
.slideBox1 .bd{
	position:relative; 
	z-index:0; 
}
.slideBox1 .bd ul{
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.slideBox1 .bd li{
	/* background-image: url(../images/main_bg1.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover; */
	height: 500px;
	position: relative;
	overflow: hidden;
	/* animation: scaleanimate 4s infinite;
	-webkit-animation: scaleanimate 4s infinite; */
}
.slideBox1 .bd li img{
	animation: scaleanimate 10s infinite;
	-webkit-animation: scaleanimate 10s infinite;
}
.nav_main{
	background-image: url(../images/mainPage/guide_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.nav_main_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
	box-sizing: border-box;
}
.nav_main_list li{
	color: white;
	font-size: 20px;
	width:12%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav_main_list li:last-child .nav_line{
	display: none;
}
	
.nav_main_list li:hover .nav_label{
	border-bottom: solid 4px #009A44;
}
.nav_label{
	padding: 14px 0;
	 border-bottom: solid 4px transparent;
	/* border-bottom: solid 2px #00A63C; */
	width: 80px;
	text-align: center;
}
.navChooseOn .nav_label{
	border-bottom: solid 4px #009A44!important;
}
.ET_container{
	padding-bottom: 50px;
}
.main_wrap1{
	background-color: #F2F7FF;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
}
.main_wrap2_mobile{
	display: none;
}
.main_wrap2_older{
	display: none;
}
.first_news {
	margin-bottom: 8px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #003087;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* font-family: 宋体; */
}

.first_content {
	font-size: 17px;
	line-height: 28px;
	text-indent: 2em;
	color: #383838;
	position: relative;
}

.first_content span {
	color: #fb4747;
	position: absolute;
    right: 0;
    bottom: 0;
}

.first_content:hover {
	color: #003087;
}
.gwyxx,.jrgz,.tzgg{
	display: none;
}
.main_wrap3{
	width:100%;
	margin-top: 20px;
	
}
.main_wrap3 img{
	width: 100%;
}
.ET_main_tab_box{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-radius: 6px;
	margin-top: 20px;
}
.ET_main_tab_box li{
	width:33.3%;
	padding:16px 0;
	color: #383838;
	font-size: 20px;
	background-color: #EDF5FF;
	box-sizing: border-box;
	height: 60px;
	text-align: center;
	cursor: pointer;
}
.ET_main_tab_box li.chooseTabOn{
	background-image: url(../images/mainPage/block_choose.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 66px;
	background-color: transparent!important;
	color: white!important;
}
.tz_qy{
	overflow: hidden;
	margin-top: 10px;
}
#spaceList{
	display:none;
}
.tz_qy li{
	width: 10%;
	float: left;
}
.tz_qy a:last-child li{
	margin-right: 0;
}
.tz_qy_img{
	border: solid 1px transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
}
.tz_qy_img img{
	width: 90%;
	height: 90%;
}
.tz_qy a:hover .tz_qy_img{
	border: solid 1px #003087;
}
.tz_qy_txt{
	color: #323232;
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
.tz_qy a:hover .tz_qy_txt{
	color: #003087;
}
.five_invest{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.five_invest a{
	width: 18.6%;
}
.five_invest li{
	background-image: url(../images/mainPage/invest_bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 102px;
	text-align: center;
	color:white;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.five_invest a:nth-child(2) li{
	background-image: url(../images/mainPage/invest_bg2.png);
}
.five_invest a:nth-child(3) li{
	background-image: url(../images/mainPage/invest_bg3.png);
}
.five_invest a:nth-child(4) li{
	background-image: url(../images/mainPage/invest_bg4.png);
}
.five_invest a:nth-child(5) li{
	background-image: url(../images/mainPage/invest_bg5.png);
}
.invest_middle{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.invest_news{
	width:52%;
}
.wrap_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 4px;
}
.block_title{
	color: #003087;
	font-size: 23px;
	/* font-weight: bold; */
}
.check_more{
	font-size: 18px;
	color: #979797;

}
.check_more:hover{
	color:#003087;
}
/* .check_more img{
	width: 100%;
	height: 100%;
} */
.imvest_news_list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
.news_point{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #C4C4C4;
}
.imvest_news_list li a{
	width:76%;
}
.imvest_news_list li:hover .invest_news_title{
	color:#003087;
}
.imvest_news_list li:hover .news_point{
	background-color:#003087;
}
.invest_news_title{
	color: #383838;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:77%;
}
.news_date{
	width:18%;
	color:#979797;
	font-size:16px;
	text-align: right;
}
.invest_items{
	width:46%;
	position: relative;
}
.cyzc_list{
	overflow:hidden;
}
.cyzc_list li{
	float:left;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 18px;
	width:36%;
}
.cyzc_list li:nth-child(2n){
	margin-right: 0;
	width:62%;
}
.cyzc_list li:last-child{
	width: 100%;
}

.cyzc_icon{
	width:42px;
	height:42px;
	float: left;
}
.cyzc_icon img{
	width:100%;
	height:100%;
}
.cyzc_light{
	display: none;
}
.cyzc_list li:hover .cyzc_dark{
	display: none;
}
.cyzc_list li:hover .cyzc_light{
	display: block;
}
.cyzc_list li:hover .cyzc_label{
	color: #025FC9;
}
.cyzc_list li:hover .cyzc_tags span{
	color: #025FC9;
}
.cyzc_info{
	float: left;
	margin-left: 10px;
}
.cyzc_label{
	font-size: 18px;
	color: #323232;
	line-height: 36px;
}
.cyzc_tags span{
	font-size: 15px;
	color:#979797;
	margin-right: 10px;
}
.discover_pic{
	width:44%;
	margin: 0 auto;
	margin-top:90px;
}
.discover_pic img{
	width:100%;
}
.discover_teda{
	position: absolute;
	top:0;
	width: 100%;
}
.discover_teda .block_title{
	text-align: center;
}
.invest_items_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 84%;
	margin: 0 auto;
	margin-top: 12px;
}
.invest_items_list li{
	border:solid 1px #BDBDBD;
	font-size: 14px;
	color: #383838;
	padding: 6px 16px;
	border-radius: 20px;
}
.invest_teda{
	position: absolute;
	left:28px;
	bottom:0;
}
.invest_teda .block_title{
	text-align: center;
}
.invest_items_list2{
	
}
.invest_items_list2 li{
	border:solid 1px #BDBDBD;
	font-size: 14px;
	color: #383838;
	padding: 6px 10px;
	border-radius: 20px;
	margin-top: 14px;
	text-align: center;
}
.success_teda{
	position: absolute;
	right:0;
	bottom:0;
}
.success_teda .block_title{
	text-align: center;
}
.six_service_new{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	border: solid 1px #bdbdbd;
	padding: 10px 0;
	border-radius: 4px;
}
.six_service_new a{
	width: 17%;
	border-right: solid 1px #DEDEDE;
}
.six_service_new li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.six_service_new a:last-child{
	border-right: none;
}
.six_service_new a:hover .tzfw_icon{
	width:22px;
	height:20px;
}
.six_service_new a:hover .tzfw_label{
	font-size: 20px;
}
.tzfw_icon{
	width: 18px;
	height: 16px;
}
.tzfw_icon img{
	width: 100%;
}
.tzfw_label{
	font-size: 18px;
	color:#323232;
	margin-left: 10px;
	line-height: 40px;
}
.six_service{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.six_service a{
	width: 15%;
}
.six_service li{
	border: solid 1px #DEDEDE;
	border-radius: 4px;
	padding: 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.white_service_logo{
	width: 20px;
	height: 20px;
	display: none;
}
.white_service_logo img{
	width: 100%;
	height: 100%;
}
.dark_service_logo{
	width: 20px;
	height: 20px;
}
.dark_service_logo img{
	width: 100%;
	height: 100%;
}
.service_label{
	font-size: 16px;
	color: #383838;
	margin-left: 12px;
}
.six_service a:hover li{
	background-color: #003087;
}
.six_service a:hover .white_service_logo{
	display: block;
}
.six_service a:hover .dark_service_logo{
	display: none;
}
.six_service a:hover .service_label{
	color: white;
}
.three_block{
	display: none;
}
.wrap4_show{
	display:block;
}
/* 政务服务 */
.govern_service{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.service_block_left{
	width: 62%;
}
.service_items{
	border-bottom: solid 1px #E5E5E5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_items li{
	width:24%;
}
.service_item{
	text-align: center;
	color: #383838;
	font-size: 23px;
	cursor: pointer;
}
.service_short_line{
	width: 40px;
	margin: 0 auto;
	margin-top: 14px;
	border-bottom: solid 2px transparent;
}
.serviceTabOn .service_item{
	color:#003087!important;
}
.serviceTabOn .service_short_line{
	border-bottom: solid 2px #003087!important;
}
.service_work{
	overflow: hidden;
}
#personWork{
	display: none;
}
#partmentWork{
	display: none;
}
.service_work li{
	float: left;
	width: 23.3%;
	border:solid 1px #E5E5E5;
	border-radius: 10px;
	margin-right:14px;
	margin-top: 14px;
	padding: 23.2px 0;
	cursor:pointer;
}
.service_work a:nth-child(4n) li{
	margin-right: 0;
}
.service_work a:hover li{
	background-color: #F2F8FF;
	border:solid 1px #ADD1FF;
}
.work_logo{
	width:36px;
	margin: 0 auto;
}
.work_logo img{
	width: 100%;
}
.work_label{
	font-size: 18px;
	color: #383838;
	text-align: center;
	margin-top: 12px;
}
.service_work a:hover .work_label{
	color:#003087;
}
.service_work1{
	overflow: hidden;
}
.service_work1 li{
	float: left;
	width: 23.3%;
	border:solid 1px #E5E5E5;
	border-radius: 10px;
	margin-right:14px;
	margin-top: 14px;
	font-size: 18px;
	color: #383838;
	text-align: center;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.service_work1 li span{
	display: block;
}
.service_work1 a:nth-child(4n) li{
	margin-right: 0;
}
.service_work1 a:hover li{
	background-color: #F2F8FF;
	border:solid 1px #ADD1FF;
	color: #003087;
}
.service_device{
	overflow: hidden;
	margin-top: 22px;
	background-color: white;
	padding: 14px 34px;
	border:solid 1px #E5E5E5;
	border-radius: 10px;
	box-sizing: border-box;
	height: 133px;
}
.device_block{
	float: left;
	padding: 10px 0;
	width: 28%;
}
.device_block1{
	width: 19%;
    border-left: solid 1px #E8E8E8;
    padding-left: 34px;
    margin-left: 22px;
}
.device_label{
	font-size: 20px;
	color: #383838;
}
.device_label span span{
	color: #003087;
}
.device_btn{
	width: 58%;
	font-size: 16px;
	color: #003087;
	border: solid 1px #003087;
	border-radius: 20px;
	padding: 8px;
	text-align: center;
	margin-top: 18px;
}
.device_btn:hover{
	background-color: #003087;
	color: white;
}
.device_phone{
	font-size: 34px;
    color: #003087;
    margin-top: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 34px;
}
.device_phone img{
	width: 34px;
	margin-left: 16px;
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* .device_phone:hover{
	font-size: 30px;
} */

.device_phone:hover img{
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-o-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}
.device_pic{
	float: left;
	width: 20%;
	margin-left: 10px;
	margin-top: -14px;
}
.device_pic1{
	margin-top: 8px;
	margin-left: 20px;
}
.device_pic img{
	width: 100%;
}
.service_block_right{
	width: 36%;
}
.space_service_block{
	position: relative;
}
.space_service_main{
	
	box-sizing: border-box;
	padding: 20px 30px;
	border-radius: 6px;
	margin-top: 12px;
	background-image: url(../images/mainPage/cjhfw_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height:280px;
	border:solid 1px #E3E4E6;
}
.space_service_main li{
	display: flex;
	align-items: center;
	height: 40px;
}
.space_service_main li a{
	display: flex;
	align-items: center;
	height: 20px;
}
.space_service_main li a:hover .space_service_name{
	color: #003087;
}
.space_service_main li a:hover .service_arrow_grey{
	display: none;
}
.space_service_main li a:hover .service_arrow_blue{
	display: block;
}
.space_service_name{
	font-size: 16px;
	color: #383838;
}
.service_arrow_blue{
	width: 10px;
	display: none;
	margin-left: 10px;
}
.service_arrow_blue img{
	width: 100%;
}
.service_arrow_grey{
	width: 10px;
	margin-left: 10px;
}
.service_arrow_grey img{
	width: 100%;
}
.cjhfw_pic{
	position: absolute;
	right: 10px;
	bottom:0;
	width: 40%;
}
.cjhfw_pic img{
	width: 100%;
}
.service_slide{
	margin-top: 20px;
	position: relative;
}
.service_slide .hd {
    position: absolute;
    height: 15px;
    overflow: hidden;
    left: 47%;
    bottom: 12px;
    z-index: 1;
    padding: 0;
}
.service_slide .btn{
	overflow:hidden;
}
.service_slide .btn li{
	float:left;
	margin-right: 7px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #C9DDFF;
	cursor: pointer;
}

.service_slide .btn li.on{
	background-color: #003087!important;
}
.service_slide .bd1 li{
	width:432px!important;
	height:133px;
	overflow: hidden;
}
.service_slide .bd1 li img{
	width:100%;
	height: 100%;
}
/* 政务公开 */
.govern_news{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.govern_news_block{
	width: 49%;
}
.policy_tab{
	display: flex;
	align-items: center;
	padding-bottom: 4px;
}
.policy_tab li{
	font-size:19px;
	font-weight: bold;
	color: #666666;
	border-right: solid 1px #D9CACA;
	padding-right: 14px;
	margin-right: 14px;
	cursor:pointer;
}
.policy_tab li:last-child{
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.policy_tab li:hover{
	font-weight: bold;
	color: #003087;
}
.policy_news_list{
	position: relative;
	display: none;
}
.policy_tab_more{
	position: absolute;
	right:0;
	top:-44px;
	margin-top: 0!important;
	font-size: 18px;
	color: #979797;
}
.policy_tab_more:hover{
	color: #003087;
}
.policy_news_list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
/* .policy_news_list li a {
    width: 75%;
} */
.policy_news_list li:hover .invest_news_title{
	color:#003087;
}
.policy_news_list li:hover .news_point{
	background-color:#003087;
}
.choosePolicy{
	color:#003087!important;
}
#tjzcBlock{
	margin-top: 16px;
	position: relative;
	display: none;
	height:249px;
}
#tjzcBlock .el-carousel__mask{
	background-color: transparent;
}
.tjzc_info {
    width: 280px;
    /* height: 250px; */
	box-sizing: border-box;
    padding: 0;
	border: solid 1px #DBDBDB;
	border-radius: 4px;
}

.tjzc_info:hover .tjzc_title{
	color:#003087;
}
.tjzc_pic {
    width: 278px;
    margin: 0 auto;
    height: 224px;
}
.tjzc_pic img{
	width: 100%;
	height: 100%;
}
.tjzc_bottom{
	background-color: white;
	box-sizing: border-box;
	padding: 10px;
	margin-top: -72px;
    position: relative;
}
.tjzc_title{
	color: #323232;
	font-size: 16px;
	line-height: 24px;
}
.tjzc_date{
	color:#979797;
	font-size: 16px;
	margin-top: 6px;
}
.zwgk_right{
	width:49%;
}
.six_policy_block{
	overflow:hidden;
}
.six_policy_block a{
	float:left;
	width:49%;
	
}
.six_policy_block a:hover li{
	background-color: #F2F8FF;
	border:solid 1px #ADD1FF;
}
.six_policy_block a:nth-child(2n){
	float:right;
}
.six_policy_block li{
	display: flex;
	align-items: center;
	border:solid 1px #E0E0E0;
	border-radius: 4px;
	box-sizing: border-box;
	padding:12px;
	margin-bottom: 12px;
}
.gk_icon{
	width: 25px;
    height: 25px;
}
.gk_icon img{
	width:100%;
}
.gk_label{
	color:#323232;
	font-size: 17px;
	margin-left: 10px;
}
.policy_service{
	overflow: hidden;
}
.policy_service a{
	float:left;
	width:49%;
}
.policy_service a:nth-child(2n){
	float:right;
}
.policy_service li{
	width:100%;
}
.policy_service li img{
	width:100%;
}
.two_govern_item{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
}
.two_govern_item li{
	width: 48.5%;
	height: 160px;
	overflow: hidden;
}
.two_govern_item li img{
	width: 100%;
	height: 100%;
}
.zt_list{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.zt_list a{
	width: 49%;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}
.zt_list a img{
	width: 100%;
	height: 100%;
}
.link_block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.link_block a{
	width: 23.6%;
}
.link_block li{
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #DEDEDE;
	border-radius: 4px;
	padding: 14px 0;
}
.link_logo{
	width:30px;
	height: 30px;
	overflow: hidden;
}
.link_logo img{
	width: 100%;
	height: 100%;
}
.link_label{
	font-size: 18px;
	color:#383838;
	margin-left: 16px;
}
.main_wrap7{
	width: 100%;
	margin-top: 20px;
}
.main_wrap7 img{
	width: 100%;
}