.ET_header {
	width: 100%;
}

.ET_header img {
	width: 100%;
}

.ET_container {
	margin-top: -50px;
	position: relative;
	z-index: 100;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

.main_wrap1 {
	background-image: url(/images/zt_file/tenActions/intro_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	box-sizing: border-box;
	padding: 40px;
}

.page_intro {
	font-size: 18px;
	line-height: 36px;
	color: #383838;
	text-indent: 2em;
	cursor: default;
}

.page_tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0;
}

.page_tag li {
	width: 10%;
}

.page_tag li:nth-child(1) {
	width: 12%;
}

.page_tag li:nth-child(2) {
	width: 12%;
}

.page_tag li:nth-child(8) {
	width: 8%;
}

.page_tag li:nth-child(9) {
	width: 8%;
}

.intro_logo {
	width: 44px;
	margin: 0 auto;
	height: 44px;
	-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;
}

.intro_logo img {
	width: 100%;
	height: 100%;
}

.page_tag li:hover .intro_logo {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.intro_label {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #383838;
	cursor: default;
}

.intro_label span {
	display: block;
}

.wrap_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 2px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}

.title_left {
	width: 30%;
}

.title_left img {
	width: 100%;
}

.title_right {
	width: 30%;
}

.title_right img {
	width: 100%;
}

.wrap_title {
	color: #D43030;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	cursor: default;
}

.short_line {
	width: 130px;
	margin: 0 auto;
	border-bottom: solid 2px #FF8D1A;
	padding-top: 10px;
}

.video_block {
	width: 910px;
	height: 510px;
	margin: 0 auto;
	border: solid 3px #FFDAD1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 40px;
	background-color: #FFDAD1;
	position: relative;
}
.develop_block{
	width: 910px;
	height: 510px;
	margin: 0 auto;
	border: solid 3px #FFDAD1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 40px;
	background-color: #FFDAD1;
	position: relative;
}
.video_block video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.develop_block .slick-slider {
	margin-bottom: 0;
	height: 100%;
}

.develop_block img {
	width: 100%;
	height: 510px;

}
.develop_title{
	position: absolute;
	bottom: 24px;
	width: 96%;
	color: white;
	font-size: 17px;
	left: 14px;
}
.slick-dots-woo {
	position: absolute;
	bottom: 22px;
	right: 20px;
	list-style: none;
	display: block;
	padding: 0px;
	/* width: 100%; */
}

.slick-dots-woo li {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	padding: 0px;
	margin-left: 2px;
	cursor: pointer;
	background-color: #a7a7a4;
}
/* .slick-dots-woo li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: none;

} */

.slick-dots-woo li.slick-active {
	background-color: white;
	width: 20px;
	border-radius: 10px;
}
.develop_info{
	height: 570px;
	overflow: hidden;
}
/* .teda_news .slick-dots-woo li button:before {
	font-size: 62px;
}

.teda_news li.slick-active button:before {
	color: #00b0ff;
}

.slick-dots-woo li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 10px;
	height: 10px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #a7a7a4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots-woo li button:before {
	font-size: 30px;
} */
.cover_show {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 8px;
	box-sizing: border-box;
	padding-top: 200px;
	cursor: pointer;
}

.play_logo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.play_logo img {
	width: 100%;
	height: 100%;
}

.play_label {
	color: white;
	text-align: center;
	font-size: 16px;
	margin-top: 14px;
}

.video_bottom {
	width: 100%;
	margin: 0 auto;
}

.video_bottom img {
	width: 100%;
}

.main_wrap3 {
	width: 1098px!important;
	overflow: hidden;
	border: solid 1px #E6E6e6;
	border-radius: 8px;
	margin-top: -4px;
}
.develop_phone{
	display: none;
}
.seven_keyword {
	width: 308px;
	float: left;
}
.teda_news {
	width: 1100px;
	margin: 0 auto;
}
.five_keyword{
	width: 28%;
	float: left;
}
.seven_keyword li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: solid 1px #E6E6e6;
	cursor: pointer;
}
.five_keyword li{
	overflow: hidden;
	padding: 35.6px 0;
	border-bottom: solid 1px #E6E6e6;
	cursor: pointer;
}
.seven_keyword li:last-child {
	border-bottom: none;
}
.five_keyword li:last-child {
	border-bottom: none;
}
.five_keyword .keyword_main{
	line-height: 26px;
}
.keyword_main {
	color: #383838;
	border-left: solid 4px white;
	padding: 0 16px;
	font-size: 17px;
	float: left;
	line-height: 32px;
	width: 232px;
}

.red_arrow {
	width: 10px;
	float: left;
	margin-top: 5px;
	display: none;
}

.red_arrow img {
	width: 100%;
}

.show_pic1 {
	width: 790px;
	height: 568px;
	float: left;
	background-image: url(/images/zt_file/tenActions/pic_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.show_pic1 img {
	width: 100%;
	height: 100%;
}
.show_pic2 {
	width: 790px;
	height: 568px;
	float: left;
	background-image: url(/images/zt_file/tenActions/pic_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.show_pic2 img {
	width: 100%;
	height: 100%;
}
.chooseOn {
	background-color: #FFFCFC;
}

.chooseOn .keyword_main {
	border-left: solid 4px #FF5733;
	color: #FF0000;
}

.chooseOn .red_arrow {
	display: block;
}

.three_news li {
	margin-top: 24px;
	background-image: url(/images/zt_file/tenActions/news_bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-left: solid 4px #FF5733;
	border-radius: 8px;
	padding: 22px 24px;
	cursor: pointer;
	-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;
}

.three_news a:nth-child(2) li {
	border-left: solid 4px #FFC300;
	background-color: #FFFCFC;
	background-image: none;
}

.three_news a:nth-child(3) li {
	background-image: url(/images/zt_file/tenActions/news_bg2.png);
}
.three_news a:hover li {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.news_title {
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	color: #383838;
}

.news_content {
	font-size: 16px;
	color: #383838;
	line-height: 24px;
	margin-top: 10px;
}

.news_date {
	font-size: 13px;
	color: rgba(0,0,0,0.4);
	float: right;
}

.check_more {
	width: 22%;
	margin: 0 auto;
	border: solid 2px #E33C64;
	color: #E33C64;
	text-align: center;
	border-radius: 30px;
	font-size: 17px;
	padding: 10px 0;
	margin-top: 40px;
	cursor: pointer;
	height: 46px;
	box-sizing: border-box;
}
.check_more:hover{
	font-size: 19px;
}
/* 列表页 */
.wrapper {
	width: 1280px;
	margin: 0 auto;
	margin-top: 30px;
}

.second_guide {
	background-color: #FFF6F7;
	overflow: hidden;
	padding: 10px 16px;
	margin-top: 30px;
	box-sizing: border-box;
}

.guide_left {
	float: left;
	color: #666563;
}

.return_btn {
	float: right;
	color: #545353;
}

.return_btn:hover {
	font-weight: bold;
}

.center {
	text-align: center;
}

.part1 {
	/*overflow: hidden;*/
	position: relative;
}

.partl {}

.partl img {
	width: 542px;
	height: 112px;
}

.news {
	background: #fff;
	width: 509px;
	padding: 15px;
	margin-bottom: 25px;
}

.biaot {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
}

.biaot span {
	font-size: 22px;
	color: #143c82;
}

.biaot a {
	float: right;
}

.biaot i {
	font-size: 24px;
}

.ET_main_list {
	margin-top: 10px;
}

.ET_main_list li {
	overflow: hidden;
	line-height: 42px;
}

.ET_main_list a {
	display: block;
	width: 80%;
	float: left;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #323232;
}

.ET_main_list a:hover {
	color: #D43030;
}

.ET_main_list span {
	display: block;
	width: 18%;
	float: right;
	font-size: 13px;
	color: #717171;
}

.newslist {
	padding: 20px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.newslist .ET_main_list span {
	display: block;
	width: 6%;
	float: right;
	font-size: 13px;
	color: #717171;
}

.ET_article h1 {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
}

.ET_article h1 span {
	display: block;
}

.ET_article .art_time {
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0 22px;
	text-align: center;
	height: 24px;
}

.ET_article .art_time span {
	padding: 0 20px;
}

.article_con {
	text-align: left;
	padding-bottom: 40px;
	min-height: 300px;
	padding-top: 40px;
	font-size: 17px;
	line-height: 36px;
}

.article_con p {
	font-family: å®‹ä½“;
	font-size: 12pt;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}

.ET_footer {
	margin-top: 100px
}

@media only screen and (max-width:768px) {
	.ET_container{
		margin-top: 0;
	}
	.container{
		width: 94%;
	}
	.main_wrap1{
		height: auto;
		background-position: center;
		padding: 24px;
		padding-bottom: 40px;
	}
	.page_intro{
		font-size: 16px;
		line-height: 28px;
	}
	.page_tag{
		flex-wrap: wrap;
		margin: 0;
		margin-bottom: 24px;
	}
	.page_tag li{
		width: 48%;
		margin-top: 24px;
	}
	.page_tag li:nth-child(1){
		width: 48%;
	}
	.page_tag li:nth-child(2) {
	    width: 48%;
	}
	.page_tag li:nth-child(8) {
	    width: 48%;
	}
	.page_tag li:nth-child(9) {
	    width: 48%;
	}
	.main_wrap2 .wrap_head{
		margin-top: 20px;
	}
	.title_left {
	  width: 24%;
	}
	.title_right {
	  width: 24%;
	}
	.wrap_title{
		font-size: 19px;
	}
	.video_block{
		width: 100%;
		height: 200px;
	}
	.cover_show{
		padding-top: 50px;
		height: 100%;
	}
	.play_logo{
		width: 50px;
		height: 50px;
	}
	.video_bottom{
		display: none;
	}
	.develop_info{
		display: none;
	}
	.develop_phone{
		display: block;
	}
	.phone_keyword{
		overflow: hidden;
		margin-top: 10px;
	}
	.phone_keyword li{
		width: 50%;
		float: left;
		border-bottom: solid 2px white;
		padding: 8px 0;
	}
	.phone_keyword .keyword_main{
		padding: 0;
		width: 100%;
		text-align: center;
		line-height: 24px;
		font-size: 15px;
		border-left: none;
		color: #383838;
		
	}
	.phone_plan{
		margin-top: 10px;
	}
	.phone_plan li{
		width: 100%;
		border-bottom: solid 2px white;
		padding: 8px 0;
	}
	.phone_plan .keyword_main{
		padding: 0;
		width: 100%;
		text-align: center;
		line-height: 24px;
		font-size: 15px;
		border-left: none;
		color: #383838;
		float: none;
	}
	.show_pic1{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.show_pic2{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.chooseTab{
		border-bottom: solid 2px #FF5733!important;
		background-color: #FFFCFC
	}
	.chooseTab .keyword_main{
		color: #FF5733!important;
	}
	.three_news li{
		padding: 16px;
	}
	.news_title{
		font-size: 17px;
	}
	.news_content{
		font-size: 15px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.check_more{
		width: 40%;
		padding: 8px 0;
		font-size: 16px;
		height: 40px;
	}
	.check_more:hover{
		font-size: 17px;
	}
	#pagesize {
		width: 94%;
		margin-top: 20px;
	}

	.pageleft {
		float: unset;
		width: 100%;
		text-align: center;
	}

	.pageright {
		float: unset;
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}

	.wrapper {
		width: 94%;
	}

	.news {
		width: 100%;
		box-sizing: border-box;
	}
	.second_guide{
		padding:10px;
	}
	.guide_left{
		font-size: 15px;
	}
	.return_btn{
		font-size: 15px;
		margin-top: 6px;
	}
	.ET_main_list a {
		width: 68%;
	}

	.ET_main_list span {
		width: 26%;
	}

	.partl img {
		width: 100%;
		height: auto;
	}

	.imgwenjuan img {
		display: none;
	}

	.newslist {
		padding: 12px;
	}

	.newslist .ET_main_list span {
		width: 23%;
	}

	.ET_article {
		padding: 2%;
	}

	.ET_article h1 {
		line-height: normal;
	}

	.ET_article h1 span {
		display: inline;
	}

	.ET_article .art_time>span {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.ET_article .art_time {
		height: auto;
	}

	.article_con img {
		width: 100% !important;
		height: auto !important;
	}
	.develop_block{
		width: 100%;
		height: 190px;
	}
	.develop_block img{
		height: 190px;
	}
	.develop_title{
		font-size: 16px;
		width: 94%;
		bottom: 16px;
	}
	.slick-dots-woo{
		bottom: 12px;
		right: 12px;
	}
	.teda_news{
		width: 100%;
	}
	.wrap_head{
		margin-top: 20px;
	}
}