body{
	background-image: url(/images/zt_file/tedaMemory/develop_bg1.png);
	background-repeat: no-repeat;
	background-position: center 0;
	padding-bottom: 580px;
}
.ET_header{
	width: 1200px;
	margin: 0 auto;
}
.teda_logo{
	width: 14%;
	margin-top: 20px;
}
.teda_logo img{width: 100%;}
.result_top{width: 80%;margin: 0 auto;}
.result_top img{width: 100%;}
.ET_container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main_wrap1{
	background-image: url(/images/zt_file/tedaMemory/develop_bg2.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	height: 300px;
	margin-top: 190px;
	box-sizing: border-box;
	padding: 26px 40px;
	padding-right: 80px;
}
.main_wrap1 p{
	color: #cb3f05;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-indent: 2em;
}
.wrap_title{
	width: 46%;
	margin: 0 auto;
}
.wrap_title img{width: 100%;}
.some_block{
	display: flex;
	justify-content:space-between;
	margin-top: 20px;
}
.three_item{
	width: 30%;
	box-sizing: border-box;
}
.three_item li{
	margin-bottom:24px;
	cursor: pointer;
}
.block_top{
	display: flex;
	align-items: center;
}
.block_title{
	font-size:18px;
	color: #cb3f05;
	font-weight: bold;
}
.block_logo{
	width: 12%;
	margin-left: 4px;
}
.block_logo img{width: 100%;}
.block_intro{
	font-size: 15px;
	color: #989898;
	line-height: 30px;
	margin-top: 10px;
}
.block_middle{
	width: 40%;
	background-image: url(/images/zt_file/tedaMemory/review_pic.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	height: 504px;
}
.middle_pic1{
	width: 340px;
	height: 340px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 94px;
	margin-left: 72px;
}
.middle_pic1 img{
	width: 100%;
	height: 100%;
}

.slideBox2{
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.slideBox2 .hd{
	width: 8%;
	margin: 0 auto;
	padding-top: 50px;
	height: 15px;
	overflow: hidden;
}
.slideBox2 .btn{
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
}
.slideBox2 .btn li{
	float:left; 
	margin-right:14px;  
	width:10px !important; 
	height:10px; 
	line-height:14px; 
	text-align:center; 
	background:#f9bfc0; 
	cursor:pointer; 
	border-radius: 50%;
}
.slideBox2 .btn li.on{
	background:#f06b6f;
}
.slideBox2 .bd1{
	position:relative; 
	z-index:0; 
}
.slideBox2 .bd1 ul{
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.slideBox2 .bd1 ul li{
	width: 100%;
	outline-style:none;
	color:inherit;
	text-decoration:none; 
	cursor:pointer;
	float: none !important;
	
}

.slideBox2 .bd1 li{
	line-height: normal !important;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.big_pic{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.big_pic img{width: 100%;height: 100%;}
.teda_pic{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teda_pic li{
	width: 50%!important;
	height: 200px;
	overflow: hidden;
	position: relative;
        display:block!important;
}
.teda_pic li img{width: 100%;height: 100%;}
.hide_block{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}
.pic_name{
	color: white;
	text-align: center;
	margin-top: 140px;
	font-size: 24px;
}
.turnBig{
	background-color: rgba(255,255,255,0.6);
	color: white;
	text-align: center;
	width: 16%;
	margin: 0 auto;
	padding: 6px 0;
	border-radius: 20px;
	font-size: 16px;
	margin-top: 30px;
}
.big_pic:hover .hide_block{display: block;}
.hide_block1{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}
.hide_block1 .pic_name{
	font-size: 20px;
	margin-top: 60px;
}
.hide_block1 .turnBig{
	width: 36%;
}
.teda_pic li:hover .hide_block1{display: block;}
.showimg {
	width: 600px;
	height: 400px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.7);
	z-index: 10;
	transform: scale(0, 0);
	transition: transform 1s;
}

.showimg img {
	width: 100%;
	height: 100%;
}

.btnL,
.btnR {
	width: 100px;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btnL {
	background: url(/images/zt_file/tedaMemory/left_arrow.png);
	background-size: 100px 200px;
	left: 0;
}

.btnR {
	background: url(/images/zt_file/tedaMemory/right_arrow.png);
	background-size: 100px 200px;
	right: 0;
}

.close {
	width: 50px;
	height: 50px;
	background: url(/images/zt_file/tedaMemory/close_btn.png);
	background-size: 50px 50px;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: -25px;
}

body .active {
	transform: scale(1, 1);
}
.focus_news{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.focus_news li{
	width: 48%;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 12px;
	cursor: pointer;
}
.red_point{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e63526;
}
.focus_main{
	width: 96%;
	margin-top: -6px;
}
.focus_title{
	font-size: 17px;
	color: #323232;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.focus_date{
	font-size: 15px;
	color: #828282;
	margin-top: 10px;
}
.main_wrap4{
	margin-top: 40px;
}
.slideBox3{
	margin-top: 40px;
}
.slideBox3 .hd{
	width: 3%;
	margin: 0 auto;
	padding-top: 50px;
	height: 15px;
	overflow: hidden;
}
.slideBox3 .btn{
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
}
.slideBox3 .btn li{
	float:left; 
	margin-right:14px;  
	width:10px !important; 
	height:10px; 
	line-height:14px; 
	text-align:center; 
	background:#f9bfc0; 
	cursor:pointer; 
	border-radius: 50%;
}
.slideBox3 .btn li:nth-child(2){margin-right:0;}
.slideBox3 .btn li.on{
	background:#f06b6f;
}
.focus_news li:hover{
	background-color: #fff7f6;
}
.main_wrap5{
	margin-top: 50px;
}
.slideBox4{margin-top: 40px;}
.slideBox4 .bd1 ul li{
	display: flex;
	justify-content: space-between;
}
.media_news{
	    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.media_news li{
	width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 36px;
	font-size: 18px;
	display: block!important;
	cursor: pointer;
	color: #323232;
}

.slideBox4 .hd{
	width: 6%;
	margin: 0 auto;
	padding-top: 50px;
	height: 15px;
	overflow: hidden;
}
.slideBox4 .btn{
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
}
.slideBox4 .btn li{
	float:left; 
	margin-right:14px;  
	width:10px !important; 
	height:10px; 
	line-height:14px; 
	text-align:center; 
	background:#f9bfc0; 
	cursor:pointer; 
	border-radius: 50%;
}
.slideBox4 .btn li.on{
	background:#f06b6f;
}

@media only screen and (max-width:768px) {
	body{
		background-size: cover;
		background-position: unset;
padding-bottom:400px;
	}
	.ET_header{
		width: 94%;
	}
	.teda_logo{width: 40%;}
	.result_top{
		width:100%;
		margin-top: 40px;
	}
	.ET_container{
		width: 94%;
	}
	.main_wrap1{
		background-image: none;
		padding: 0;
		height: auto;
		margin-top: 60px;
		background-color: white;
		border-radius: 12px;
	}
	.main_wrap1 p{padding: 10px;} 
	.main_wrap2{margin-top: 36px;}
	.wrap_title{width: 100%;}
	.some_block{
		display: unset;
	}
	.three_item{width: 100%;margin-top: 20px;}
	.three_item li{margin-bottom: 10px;}
	.block_middle{display: none;}
	.slideBox2 .bd1 li{display: list-item;}
	.big_pic{
		height: 198px;
	}
	.teda_pic li{height: 105px;}
	.slideBox2 .hd{width: 28%;}
	.showimg{
		width: 340px;
		height: 230px;
	}
	.btnL, .btnR{
		width: 66px;
		height: 100px;
		background-size: 70px 90px;
		background-repeat: no-repeat;
	}
	.focus_news li{
		width: 100%;
	}
	.slideBox3 .hd{width: 12%;}
	.main_wrap5{margin-top: 30px;}
	.slideBox4 .bd1 ul li{display: list-item;}
	.slideBox4{
		margin-top: 0;
		background-color: rgba(255,255,255,0.6);
		padding: 6px;
	}

	.media_news{
		width: 100%;
	}
	.media_news li{
		width: 100%;
	}
	.slideBox3{
		margin-top: 10px;
	}
	.slideBox4 .hd{
		width: 22%;
		padding-top: 16px;
	}
.check_more{
width: 24%!important;
   position: unset!important;
    bottom: unset!important;
    left: unset!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
#slideBox .btn li:last-child{margin-right:0!important;}
.pic_name{
   margin-top:50px;
}
.turnBig{
      width: 26%
}
.hide_block1 .pic_name{
   font-size:18px;
   margin-top:16px;
}
.hide_block1 .turnBig{
   width:46%;
   font-size:15px;
   margin-top:18px;
}
.three_item li:nth-child(3){margin-top:0!important;}
}