@charset "utf-8";

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

body {
	font: 12px/1.5em Tahoma, "songti", sans-serif;
	background: #fff;
}

ul,
ol,
li {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

textarea {
	resize: none;
}

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

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

a.on {
	font-weight: bold;
}

input,
select,
textarea {
	font: 12px/1.5em;
	outline: none;
}

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

.clearfix {
	zoom: 1;
	display: block;
}

.hidden,
.disappear {
	display: none
}

.clear {
	clear: both
}

.t_center {
	text-align: center
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.r_opt {
	float: right;
	text-align: right;
	font-size: 12px;
}

.m_10 {
	margin: 10px
}


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

.clearfix {
	zoom: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;

}

.cGray,
a.cGray:link,
a.cGray:visited {
	color: #666;
}

.cWhite,
a.cWhite:link,
a.cWhite:visited {
	color: #fff;
}

.cRed,
a.cRed:link,
a.cRed:visited {
	color: #cb4f6f;
}

.cBlue,
a.cBlue:link,
a.cBlue:visited {
	color: #3a8dd3;
}

.clBlue,
a.clBlue:link,
a.clBlue:visited {
	color: #991E30;
}

.cOrg,
a.cOrg:link,
a.cOrg:visited {
	color: #f8ea00;
}

.xq {
	margin-left: 2px;
}

a.wz:hover {
	text-decoration: underline;
	color: #000;
}

.containe {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	/*background-color: #c97200;*/
	padding-top: 33%;
	padding-bottom: 50px;
	height: auto;
	background: url(../images/top_bg.png) left top no-repeat, url(../images/bottom_bg.png) left bottom no-repeat, #c97200;
	background-size: contain;

}



.ged {
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
	/*border:1px #cb4f6f solid;*/
	padding: 5px;
	width: 100px;
	/*border-radius: 8px;*/
	margin: 15px auto;
}

.jingtai {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;

	/*position: relative;
  top: -289px;*/
}

.btn1 {
	background: url(../images/btn1.jpg);
	width: 540px;
	height: 54px;
}

.btn1 a {
	line-height: 54px;
	float: right;
	margin-right: 10px;
	font-size: 14px;
	color: #9e0000;
}


.banner {
	/*background-image: url(../images/banner.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: auto;
}

.daoyu {
	width: 830px;
	margin: 0 auto;
	padding: 115px 0px;
	margin-bottom: 30px;
}

.daoyu img {
	width: 390px;
	margin: 0 auto;
	display: block;
}

.daoyu .dyzi {
  font-size: 18px;
  /*margin-bottom: 30px;*/
	
	font-family: "微软雅黑";
	line-height: 45px;
	text-indent: 2em;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.xdyu {
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 24px;
	text-indent: 2em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	padding-top: 10px;
}


.shipin {
	width: 1200px;
	background: url(../images/shipinbg.png) no-repeat;
	height: 520px;
}

.shipin .sptu {
	margin: 0px auto;
	width: 500px;
	padding-top: 130px;
}

.banbao {
	padding: 10px 20px;
}

.banbao img {
	 object-fit: contain;
      width: 260px;
      height: 453px;
      margin-right: 36px;
      float: left;
      margin-top: 20px;
      cursor: pointer;
      background-color: #fff;
}

.banbao img:nth-child(4),
.banbao img:nth-child(8) {
	margin-right: 0px;
}

.banbao img:last-child {
	margin-right: 0px;
}

.close_bgmask {
	transition: transform .5s;
}

.close_bgmask:hover {
	transform: scale(1.2);
}

.close_bgmask:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 6px;
	margin-left: -18px;
	margin-top: -3px;
	transform: rotateZ(45deg);
	background-color: #fff;
}

.close_bgmask:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 6px;
	margin-left: -18px;
	margin-top: -3px;
	transform: rotateZ(-45deg);
	background-color: #fff;
}

.img_bgmask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000, endcolorstr=#19000000);
	z-index: 1000;
	text-align: center;
	display: none;
}

/* .img_bgmask:before {
    content:"";
    vertical-align: middle;
    display: inline-block;
    height:100%;
} */

.img_bgmask .view_img_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	vertical-align: middle;
	cursor: move;
	z-index: 1002;
}

.img_bgmask .view_img_wrap img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
}

.img_bgmask .close_bgmask {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	height: 48px;
	width: 48px;
	cursor: pointer;
	z-index: 2;
	background: url(../image/png/close_bgmask.png?1);
}

.img_bgmask .close_bgmask:hover {
	background: url(../image/png/close_bgmask_hover.png);
}


.dyge {

	width: 100%;

	text-align: center;
}

.dege {

	width: 100%;

	text-align: center;
}

.dsge {

	width: 100%;

	text-align: center;
}

.dsige {

	width: 100%;

	text-align: center;
}

.dwge {

	width: 100%;

	text-align: center;
}


.yi_ge {
	margin: 0 auto;
	width: 1200px;
	margin-top: 20px;
}


.lb_ul {
	margin: 12px 40px;
}

.lb_ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0px;
	overflow: hidden;
}

.lb_ul li div.n_imgs {
	float: left;
	margin-right: 35px;

}

.lb_ul li div.n_imgs img {
	width: 260px;
	height: 160px;
}

.lb_ul li div.n_imgs img {
	transition: all 0.8s;
}

.lb_ul li div.n_imgs img:hover {
	transform: scale(1.1);
}

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

.p_h2 {
	font-size: 22px;
	font-family: "微软雅黑";
	font-family: Arial, Microsoft Yahei, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-top: 16px;
	line-height: 130%;
}

.p_txt {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	text-indent: 2em;
	font-family: "微软雅黑";
}

.p_txtab {
	font-size: 14px;
	line-height: 20px;
	color: #515151;
	text-indent: 2em;
	font-family: "微软雅黑";
}

.yi_ul li:last-child {
	border-style: none;
}

.er_ul li:last-child {
	border-style: none;
}





.zuo,
.you {
	width: 540px;
}

.blist {
	margin-left: 15px;
	margin-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.blist li {
	padding: 15px 0px;
	overflow: hidden;
	border-bottom: 1px #e3e3e3 solid;
	height: 100px;
}

.blist li h2 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: "Microsoft YaHei", 微软雅黑;
	font-weight: normal;
}

.blist li .b_tu {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
}

.blist li .b_tu img {
	width: 150px;
	height: 100px;
}

.blist li div.b_tu img {
	transition: all 0.8s;
}

.blist li div.b_tu img:hover {
	transform: scale(1.1);
}

.blist li .b_txt {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 0px;
	font-family: "Microsoft YaHei", 微软雅黑;
}

.linede {
	height: 8px;
	clear: both;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 6px;
	margin-top: 0px;
}


/* 焦点图样式 */
.section {
	width: 96%;
	margin-top: 2%;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px 20px 10px 30px;
}



/* 自己加的 */
.div_flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.div_flexa {
	width: 100%;
}

.flex_left {
	width: 46%;
}

.flex_right {
	width: 52%;
}


/* 自己加的 */

.more {
	display: block;
	width: 100%;
	height: 30px;
	/* background: rgba(245, 245, 245, 1);*/
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: rgba(3, 186, 173, 1);
}

/* 新加的控制轮播 */
/* 公共左右模块的flex */
.div_flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.div_flexa {
	width: 100%;
}

.flex_left {
	width: 46%;
}

.flex_right {
	width: 52%;
}


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_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;
}

.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 15px 0px;
}

.character p {
	text-indent: 2em;
	line-height: 24px;
	margin-top: 10px;
	font-size: 16px;
	color: #717171;
	-webkit-line-clamp: 2;
	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: #008b97;
	font-size: 12px;
}

.pc {
	display: block;
}

.wap {
	display: none;
}


.hz {
	/*position: relative;*/
}

.wenzi {
	position: absolute;
	top: 36px;
	left: 23%;
	font-size: 16px;
	color: #bd7602;
}


.text-box {
	height: 8em;
	/* 默认高度显示两行 */
	overflow: hidden;
	transition: height 0.5s ease;
	/* 平滑过渡效果 */
	border-bottom: 5px solid #c97200;
	position: relative;
	padding-top: 10px;
}

.text-box .expanded {
	height: auto;
	/* 当被点击时，自动调整高度 */
}



.text-box p {
	margin-bottom: 20px;
	margin-left: 366px;
	text-align: left;
	font-size: 14px;
	color: #c97200;
	line-height: 180%;

}

.text-box button {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 0;
	background-color: #fbe6c9;
	color: #999;
	font-size: 12px;
	background: #fbe6c9;
	height: 25px;
  width: 815px;
}


.a1 {
	background: url("/resource/240723aoyun/images/one.jpg") no-repeat #FBE6C9;
}

.a2 {
	background: url("/resource/240723aoyun/images/two.jpg") no-repeat #FBE6C9;
}

.a3 {
	background: url("/resource/240723aoyun/images/three.jpg") no-repeat #FBE6C9;
}

.a4 {
	background: url("/resource/240723aoyun/images/four.jpg") no-repeat #FBE6C9;
}

.a5 {
	background: url("/resource/240723aoyun/images/five.jpg") no-repeat #FBE6C9;
}

.daoyu button {
	display: none;
}




.a6 {
	overflow: hidden;
	height: auto;
}


.zlm {
	background-color: #fff;
}

.kuang {
	padding: 20px 0;
	width: 98%;
}

.daobg {
	background: url(/resource/240723aoyun/images/jz.png) no-repeat center;
	width: 100%;
	height: 500px;
  position: relative;
  top: -30px;
  
}


/*自适应*/

@media screen and (max-width: 1000px) {

	/*banner*/
	#banner {

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

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


	.jingtai {
		width: 100%;
	}

	.containe {
		width: 100%;
	}

	.daoyu {
		width: 100%;
		background-color: #fff;
	}

	.lb_ul li div.n_imgs {
		width: 100%;
		float: none;
	}

	.lb_ul li div.n_imgs img {
		width: 100%;
		height: auto;
	}



	.yi_ge {
		width: 100%;
	}

	.daoyu button {
		display: block;
		text-align: center;
		margin-top: 30px;
		width: 100%;
		height: 30px;
		display: block;
		line-height: 30px;
		color: #999;
		font-size: 16px;
		background-color: #f5f5f5;
	}

	.daobg {
		height: auto;
    position: relative;
    top: 0;

	}

	.daoyu {
		padding: 20px 0px;
	}

}



@media screen and (max-width: 768px) {

	/*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;
	}


	.jingtai {
		width: 100%;
	}

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

	.daoyu {

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

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

	.section {
		width: 100%;
		margin-top: 0px;
		padding: 10px 0 0 0;
	}

	/*头条 */
	.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;

	}

	.lb_ul {
		margin: 12px 20px;
		/*width: 100%;*/
	}

	.yi_ge {
		width: 100%;
	}

	.dyge {
		background-size: contain;
		height: auto;
	}

	.dege {
		background-size: contain;
		height: auto;
	}

	.dsge {
		background-size: contain;
		height: auto;
	}

	.dsige {
		background-size: contain;
		height: auto;
	}

	.dwge {
		background-size: contain;
		height: auto;
	}

	.p_txt {
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.n_writi {
		float: left;
		width: 100%;
		height: auto;
	}

	.lb_ul li div.n_imgs img {
		width: 100%;
		height: auto;
	}

	.lb_ul li div.n_imgs {
		margin-right: 0px;
	}

	.banner {
		height: auto;
	}

	.pc {
		display: none;
	}

	.wap {
		display: block;
	}

	.jingtai {
		top: -50px;
	}

	.lb_ul li div.n_imgs {
		width: 100%;
		float: none;
	}

	.dyge {
		height：auto;
	}

	.containe {
		background: url(../images/apptop_bg.png) left top no-repeat;
		width: 100%;
		height: auto;
		background-size: contain;


		padding-top: 49%;
	}

	.daoyu {
		padding: 0;
		background-color: #fff;
	}

	.daoyu .dyzi {
    font-size: 16px;
    margin-bottom: 0;
		padding: 0;
		font-weight: normal;
	}

	.text-box p {
		display: none;
	}

	.wap {
		display: block;
		text-align: left;

		width: 100%;
		background-color: #FBE6C9;
		background-size: cover;
		border-bottom: 5px solid #c97200;
	}

	.a6 {
		height: auto;
	}

	.daoyu button {
		display: block;
		text-align: center;
		margin-top: 30px;
		width: 100%;
		height: 30px;
		display: block;
		line-height: 30px;
		color: #999;
		font-size: 16px;
		background-color: #f5f5f5;
	}

	.daobg {
		background:unset;
		background-color: #fff;
		width: 100%;
		height: auto;
    position: relative;
    top: 0;
    
	}

}
