body {
	width: 100%;
	height: 100%;
	/* background:url(../images/body_bg.png) no-repeat top left;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    -o-background-size:100% auto; */
}

a,
img {
	border: none;
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
i {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
	/*color: #9A9BA0;*/
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inlineBlock {
	display: inline-block;
}

.clear {
	clear: both;
}






body {
	background: url("../images/bannerpc.png") no-repeat top center;
}

/*banner*/
#banner {
	/* background: url(../images/banner.png) no-repeat top center; */
	width: 100%;
	/* height: 410px; */
	background-size: cover;
}


#banner .bannertm {
	display: block;
	margin: 0 auto;
	width: 40%;
	max-width: 1200px;
	padding-top: 2%;
}

.pc_duan {
	display: block;
}

.wap_duan {
	display: none;
}

.ztbg {
	/* background: url(../images/bgtu.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: auto;
	display: inline-block;
	padding-bottom: 40px; */
	padding-bottom: 20px;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.banxin {
	max-width: 1200px;
	margin: 0 auto;
}


.waikuang {
	position: relative;
}

.banxin {
	position: relative;
	top: 720px;
	left: 0;
	right: 0;
}

.daoyu {
    position: relative;
    top:-1vw;
   border: 2px solid  #78cad8;
  
    border-radius: 30px;
  
	/*background: url(../images/daoyubg.png) no-repeat top center;*/
  background: white;
	display: block;
	width: 100%;
	margin: 0 auto;
 /* padding-bottom: 40px;
  height: 237px; 
  */
  padding: 20px;
}

.daoyu:before {
    left: 35px;
    top: -23px;
    width: 200px;
    position: absolute;
    display: block;
    content: "";
    
    background: url(/resource/20260104zlxx/images/dian.png)no-repeat;
    height: 50px;
}

/*.daoyuwk {
    position: relative;
}
.daoyuwk::before {
    left: -10px;
    top: 140px;
    width: 1265px;
    position: absolute;
    display: block;
    content: "";
    background: url(/resource/20251208lianshang/images/diwen.png) no-repeat;
    height: 100px;
}
*/

.daoyu p {
	text-indent: 2em;
	color: #333;
	font-size: 16px;
	line-height: 24px;
  font-weight: bold;

	padding: 20px 20px 0px;
}

.section {
	width: 100%;
	margin-top: 4%;
	display: block;
}

.sanjiao{
position: absolute;
right: 20px;
z-index: 2;
top: -35px;
}
.sanjiao img{
display: block;
object-fit: contain;
width:70px;
}




/* 鍏叡宸﹀彸妯″潡鐨刦lex */
.div_flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.div_flexa {
	width: 100%;
}

.flex_left {
	width: 58%;
}

.flex_right {
	width: 40%;
}


a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.tuji {
	width: 100%;
}

/* focus 棣栭〉鐒︾偣鍥� */
#focus {
	width: 100%;
	height: auto;
	position: relative;
}

.focus {
	width: 100%;
	height: 100%;
	position: relative;
}
#focus .wz{
	left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(45deg, #dd5d5f, #fae9e9);
    display: block;
    height: 40px;
}
#focus .wz:before{
		margin-top: 8px;
    height: 24px;
    width: auto;
    content: "";
    display: block;
    background: url(../images/wz.png) no-repeat center center;
    background-size: contain;
}
.focus_dtl {

	background: url('../images/focusbg.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -2px;
	width: 96%;
	z-index: 1;
	padding: 10px 2% 20px 2%;
	border-radius: 10px;
}

.focus_dtl a {
	color: #fff
}

.focus_dtl .font_l {
	font-weight: bold;
	font-size: 16px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #3457ce;
}

.swiper-pagination {
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
	display: block;
}

/*16:9*/
.swiper-slide a {
	display: block;
	position: relative;
}

.swiper-slide .box_16_9 {
	padding-bottom: 56%;
	width: 100%;
}

.swiper-slide .box_16_9 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	object-fit: cover;
}

.flex_left .dantu {
	width: 100%;
	position: relative;
}

.flex_left .dantu a {
	display: block;
	position: relative;
}

.flex_left .dantu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.dtai {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.dtai img {
	border-radius: 10px;
}

.character {
	margin-top: 0px;
}

.character li h3 {
	font-family: Arial, Microsoft Yahei, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.character li {
	padding: 0px 0px 26px 0px;
}

.character p {
	text-indent: 2em;
	line-height: 24px;
	margin-top: 10px;
	font-size: 16px;
	color: #717171;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ged {
	float: right;
	font-family: "MicrosoftYaHei", "寰蒋闆呴粦", arial, sans-serif;
}

.ged a {
	/* background-color: #b91c22; */
	/* border-radius: 10px 10px 10px 10px; */
	padding: 5px 10px;
	color: #d84749;
	font-size: 12px;
}

.more {
	font-family: "MicrosoftYaHei", "寰蒋闆呴粦", arial, sans-serif;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	display: inline-block;
	clear: both;
	margin-top: 10px;
	color: #008b97;
	font-size: 12px;
}

.more a {
	color: #5ba3de;
	font-size: 14px;
	margin-top: 4px;
	border-radius: 5px;
	padding: 3px;
}

.img_wap {
	padding-bottom: 56%;
	width: 100%;
}

.img_wap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.tubiao {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}


.lb_ul {
	margin-top: 0px;
}

.lb_ul li {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
	overflow: hidden;

}

.lb_ul li:last-child {
	border-bottom: none;
}

.lb_ul li .n_imgs {
	width: 25%;
	height: 100%;
	border-radius: 10px;
}

.lb_ul li .n_imgs a {
	display: block;
	position: relative;
}

.lb_ul li .n_imgs img {}

.lb_ul li .n_writi {
	width: 75%;
	height: 100%;

}

.p_h2 {
	font-size: 20px;
	font-family: "寰蒋闆呴粦";
	font-family: Arial, Microsoft Yahei, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 30px;
	font-weight: bold;
}

.p_txt {
	font-size: 16px;
	line-height: 24px;
	color: #717171;
	text-indent: 2em;
	font-family: "寰蒋闆呴粦";
	margin-left: 30px;
}

.dlunbo {
	width: 100%;
}


.focus {
	position: relative;
	width: 100%;
	border-radius: 5px;
	margin-top: 0px;
	display: block;
	margin-bottom: 20px;
}

.focus img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.focus .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	left: 0px;
	top: 0px;
	display: block;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	line-height: 22px;
	padding: 10px 0px;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	text-align: left;
	border-radius: 0 0 10px 10px;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	width: 96%;
	margin: 0 2%;
	display: inline-block;
}

.focus .fcon {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.focus .fcon a {
	display: block;
}

.focus .fcon img {
	display: block;
	border-radius: 10px;
}

.focus .fbg {
	bottom: 3px;
	right: 15px;
	position: absolute;
	height: 20px;
	text-align: center;
	z-index: 200;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 10px;
	height: 10px;
	border-radius: 7px;
	margin: 0 3px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #3a7afe;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -40px 0;
}







@media screen and (min-width: 1200px) {


	/*banner*/
	/* #banner{width:100%;background-size: cover; height:30vw; }
#banner .bannertm{display: block;
    margin: 0 auto;
    width: 70%;
    max-width: 1200px;
	padding-top:5%;} */
	.w1200 {}



}


@media (min-width: 767px) and (max-width: 1200px) {

	/*banner*/
	#banner {

		width: 100%;
		background-size: cover;
		/* height: 25vw; */
	}

	#banner .bannertmpc {
		display: block;
		margin: 0 auto;
		width: 70%;
		max-width: 1200px;
		padding-top: 3%;
	}


	.w1200 {}



}

.youxitu {
	display: block;
}


@media screen and (max-width: 768px) {
  body {    
    background-size: contain;
}

	/*banner*/
	#banner {

		width: 100%;
		background-size: cover;

	}

	#banner .bannertm {
		display: block;
		margin: 0 auto;
		width: 54%;
		max-width: 1200px;
		padding-top: 3%;
	}

	#banner .bannertmpc {
		display: none;

	}

	.pc_duan {
		display: none;
	}

	.wap_duan {
		display: block;
	}


	.banxin {

		top: 36vw;

	}

	.youxitu {
		display: none;
	}




	.tubiao {
		width: calc(100% - 32px);
		display: block;
		margin: 0 auto;
	}

	.daoyu {

		display: block;
		width: calc(100% - 72px);
		margin: 30px auto 0px;
		height: auto;
	}

	.daoyu p {
		padding: 0px 0px;
		font-size: 14px;
	}

	.section {
		width: 100%;
		margin-top: 0px;
	}
  
  .ztListCon-tit{
    width: calc(100% - 32px);
    margin: 0 auto;
}
  

	/*澶存潯 */
	.headline {
		width: calc(100% - 32px);
		margin: 20px auto;
	}

	.headline .p34 {
		font-size: 24px;
		line-height: 30px;
		font-family: MicrosoftYaHei;
		font-weight: bold;
		text-align: center;
		padding: 2%;
	}

	.headline .line {
		border-bottom: 2px solid #d43638;
		padding-top: 20px;
	}

	.dtai {
		margin-top: 20px;
	}

	.character li h3 {
		line-height: 30px;
		white-space: normal;

	}

	.vs_grid {
		display: grid;
		grid-template-columns: 100%;
	}

	.tubiao {
		width: calc(100% - 32px);
		display: block;
		margin: 0 auto;
	}

	.jxbg {
		background: url(../images/vsbg.png) no-repeat center center;
		width: calc(100% - 32px);
		margin: 0 auto;
		height: 599px;
		background-position: 0 80px;
	}

	/*鐒︾偣鍥句笂闈㈢殑 */
	.div_flex {
		width: calc(100% - 32px);
		display: block;
		margin: 0 auto;

	}

	.div_flexa {
		width: calc(100% - 32px);
		display: block;
		margin: 0 auto;

	}

	.flex_left .dantu {
		margin-top: 20px;
	}

	.flex_left,
	.flex_right {
		width: 100%;
	}

	.flex_left .dtu {
		width: 100%;
		position: relative;
		height: auto;
		margin: 0 auto;
	}

	.tuji {
		width: calc(100% - 32px);
		margin: 0 auto;
	}

	/* .flex_left .dtu img {
		width: 100vw;
		height: calc(100vw * 9 / 16)
	} */
	#focus {
		width: 100%;
		float: none;
		height: auto;
		display: block;

	}

	.focus {
		margin-top: 20px;
	}

	.focusab {
		width: 100%;
		height: 100%;
	}

	.swiper-slide .box_16_9 {
		/* width: 100vw;
		height: calc(100vw * 9 / 16) */
	}

	/*鐑偣鑱氱劍 */
	.news-zuixin {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	#newszx {
		width: 100%;
		margin: 0px auto;
	}

	#newszx ul {
		margin: 0px auto;
	}

	.jujiao-item a {
		white-space: normal;
	}

	.jujiao-item:nth-child(1) {


		padding-top: 10px;

	}



	/*璧涘満鍐�*/
	.btn1 {
		background: url(../images/btn1.png) no-repeat center center;
		width: calc(100% - 32px);
		margin: 0 auto;
		height: 16vw;
		background-size: auto 80%;
	}

	.btn2 {
		background: url(../images/btn2.png) no-repeat center center;
		width: calc(100% - 32px);
		margin: 0 auto;
		height: 16vw;
		background-size: auto 80%;
	}

	.btn3 {
		background: url(../images/btn3.png) no-repeat center center;
		width: calc(100% - 32px);
		margin: 0 auto;
		height: 16vw;
		background-size: auto 80%;
	}

	.btn4 {
		background: url(../images/btn4.png) no-repeat center center;
		width: calc(100% - 32px);
		margin: 0 auto;
		height: 16vw;
		background-size: auto 80%;
	}

	.lb_ul {
		margin-top: 0px;
	}

	.lb_ul li {
		width: 100%;
		display: block;
	}

	.lb_ul li .n_imgs {
		width: 100%;

	}

	.lb_ul li .n_writi {
		width: 100%;
	}

	.p_h2 {
		margin-left: 0px;
    line-height: 140%;
	}

	.p_txt {
		margin-left: 0px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}

	.dlunbo {
		width: 100%;
	}


}
