@charset "gb2312";

/* CSS Document */
html,
body {
     width: 100%;
     font-family: 'Microsoft YaHei';
}

body {
     font-size: 12px;
     background:#0148A4 url(./../images/top.jpg) no-repeat center top;
     background-size: contain;
}

ul,
li {
     list-style: none;
}

img {
     border: 0;
     display: block;
}

.clear {
     zoom: 1;
}

.clear:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
     margin: 0;
     padding: 0;
     word-break: break-all;
}

p {
     text-indent: 2em;
     text-align: left;
}

a {
     color: #000;
     text-decoration: none;
}

a:hover {
     color: #c00;
     text-decoration: none;
}

.pos_rel {
     position: relative;
}

.pos_abs {
     position: absolute;
}

/*-----------------font--------------*/

.F14 {
     font-size: 14px;
}

.F16 {
     font-size: 0.16rem;
}

.F18 {
     font-size: 0.18rem;
}

.F25 {
     font-size: 25px;
}

/*-----------------line-height--------------*/
.LH2 {
     line-height: 2em;
}

.LH2-2 {
     line-height: 2.2em;
}

.LH2-4 {
     line-height: 2.4em;
}

.LH3-2 {
     line-height: 3.2em;
}

/*-----------------border--------------*/

.border_all {
     border: 1px solid #e9e9e9;
}

.border_b {
     border-bottom: 1px solid #e9e9e9;
}

.w950 {
     width: 950px;
}

.w980 {
     width: 9.8rem;
}

.w1000 {
     width: 10rem;
}

.w1020 {
     width: 10.2rem;
}

.w1100 {
     width: 11.5rem;
}

.w1140 {
     width: 11.4rem;
}

.w1200 {
     width: 12rem;
}

.auto {
     margin: 0 auto;
}

.mt5 {
     margin-top: 5px;
}

.mt10 {
     margin-top: 10px;
}

.mt15 {
     margin-top: 15px;
}

.mt20 {
     margin-top: 20px;
}

.mt25 {
     margin-top: 0.25rem;
}

.mt30 {
     margin-top: 0.3rem;
}
.mt40 {
     margin-top: 0.4rem;
}
.mt50 {
     margin-top: 0.5rem;
}

.ml25 {
     margin-left: 25px;
}

.mr25 {
     margin-right: 25px;
}


.bgfff {
     background: #fff;
     box-sizing: border-box;
     padding: 0.4rem 0;
     position: relative;
     min-height: 3rem;
     border-radius: 10px;
}

.fl {
     float: left;
     display: inline;
}

.fr {
     float: right;
     display: inline;
}

.tl {
     text-align: left;
}

.tr {
     text-align: right;
}

.tc {
     text-align: center;
}

.sdtp {
     width: 6rem;
     height: 3.25rem;
     overflow: hidden;
     position: relative;
}

.sdtpHref {
     display: block;
     position: relative;
}

.sdtpHref div {
     width: 100%;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     line-height: 2em;
     font-size: 14px;
}

.sdtp .swiper-button-next:after,
.sdtp .swiper-button-prev:after {
     font-size: 0.3rem;
     color: #fff;
     font-weight: bold;
     background: rgba(0, 0, 0, 0.2);
     padding: 5px;
}

.sdtp .swiper-button-next.swiper-button-disabled,
.sdtp .swiper-button-prev.swiper-button-disabled {
     pointer-events: all;
}




#num_0 {
     height: 4.50rem;
}


.tt {
     line-height: 2em;
}

.tt a {
     color: #274698;
     font-size: 0.3rem;
}

.tt a:hover {
     color: #274698;
     font-size: 0.3rem;
}

.tt p {
     color: #666;
     font-size: 0.14rem;
}

.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{
     width: auto;
}


.xlz {
     width: 13.53rem;
     left: 50%;
     margin-left: -6.765rem;
     top: 15%;
     /* margin-top: -3.5rem; */
     transform: scale(0.2);
     opacity: 0;
}

.title1 {
     width: 10.58rem;
     left: 50%;
     margin-left: -5.29rem;
     top: 55%;
     transform: scale(0.2);
     opacity: 0;
}

.title2 {
     width: 6.65rem;
     left: 50%;
     margin-left: -3.325rem;
     top: 70%;
     transform: scale(0.2);
     opacity: 0;
}



.gzsct{
     display: flex;
     justify-content: space-between;
     align-items: center;
}


.gzsct img {
     width: 6rem;
     height: 3.25rem;
}

.gzsct_right {
     width: 5.2rem;
}

.gzsct_right div {
     margin-bottom: 10px;
     text-align: left;
}

.gzsct_right div:last-child {
     margin-bottom: 0;
     border: none;
}

.gzsct_right .gzsct_right a{
     font-size: 0.24rem;
     font-weight: bold;
}

.gzsct_right p{
     font-size: 0.14rem;
     color: #666;
     margin-top: 15px;
     line-height: 1.6em;
}







/* -------------- loader6 -------------- */


.h0 {
     height: 0px;
     margin: 0;
     padding: 0;
}

.fxbox {
     display: flex;
     justify-content: space-between;
}


.none {
     display: none;
}


/* 定位 */
.flex {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
}

.flex-x-between {
     -webkit-box-pack: justify;
     -moz-justify-content: space-between;
     -webkit-justify-content: space-between;
     justify-content: space-between;
}

.head {
     height: 494px;
}

.container {
     width: 1200px;
     background: #fff;
     box-sizing: border-box;
     padding: 30px;
     font-size: 16px;
     line-height: 2em;
}

.title {
     font-size: 16px;
     color: #c00;
     line-height: 1.7em;
     font-weight: bold;
     text-align: center;
}

.time {
     line-height: 1.7em;
     color: #888;
}

.text-d {
     font-size: 14px;
     line-height: 1.7em;
     color: #444;
}

.text-d img {
     margin: 15px auto;
}

.mbx {
     border-bottom: 1px solid #ccc;
     line-height: 2em;
     margin-bottom: 30px;
}

#pagenum {
     padding: 3px;
     margin: 3px;
     text-align: center;
     font-size: 14px;
     font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "����";
}

#pagenum a {
     border: #ddd 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     color: #aaa;
     text-decoration: none;
}

#pagenum a:hover {
     border: #a0a0a0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
}

#pagenum a:active {
     border: #a0a0a0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
}

#pagenum a.current {
     border: #e0e0e0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     font-weight: bold;
     color: #aaa;
     background-color: #f0f0f0;
}

#pagenum span.disabled {
     border: #f3f3f3 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     color: #ccc;
}

#copylink img {
     display: inherit;
}






.gzsct_tt a{
     font-size: 0.18rem;
     font-weight: bold;
}

/**/
.shudi{
     
}
.shudi li{
display: flex;
justify-content: space-between;
margin-bottom: 0.3rem;
}
.shudi li:nth-child(2n){
     flex-direction: row-reverse;
}
.shudi li:last-child{
     margin-bottom: 0;
}
.shudi li img{
     width: 2.6rem;
     height: 1.9rem;
}
.shudi li div{
     width: 8.45rem;
     border-bottom: 1px solid #799FC6;
     text-align: left;
}
.shudi li div a{
     font-size: 0.18rem;
    font-weight: bold;
}
.shudi li div p{
     font-size: 0.14rem;
     line-height: 2em;
     margin-top: 0.1rem;
}
/* 焦点图通用 */
.swiper-container{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide{
	text-align:center;

	/* Center slide text vertically */
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
    transition-property:all;
}
.swiper-slide img{width:100%; height:100%; object-fit:cover;}
.swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
	color:#fff;
    line-height:1.5;
	position:relative;
	overflow:hidden;
}
.swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.05rem;
	font-size:0.18rem;
    font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-slide i{
	font-size:0.14rem;
    font-style:normal;
    line-height:1.8;
	text-align:justify;
}
.swiper-slide span h1{
    position:relative;
    padding:0.05rem 0;
    font-weight:bold;
    background:none;
}
.swiper-slide span h1 a{display:inline; color:#000; text-align:left;}
.swiper-button-prev,
.swiper-button-next{
	--swiper-navigation-size:0.33rem;
    --swiper-navigation-color:#333;
	outline:none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    --swiper-navigation-color:#c00;
}
.swiper-pagination-bullet{
	width:0.08rem;
	height:0.08rem;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}
/* 带右缩略图 */
.swiper4{width:11rem; height:5rem; margin:0 auto; position:relative; cursor:pointer;}
.swiper4 .swiper-main{width:80%!important; float:left;}
.swiper4 .swiper-thumbs{width:20%!important; box-sizing:border-box; padding:0 0.1rem; float:right;}
.swiper4 .swiper-thumbs .swiper-slide{width:100%; background-size:100% 100%; opacity:1;}
.swiper4 .swiper-thumbs .swiper-slide-thumb-active{box-sizing:border-box; border:2px #c00 solid; position:relative;}
.swiper4 .swiper-thumbs .swiper-slide-thumb-active:before{
	content:"";
	position:absolute;
	top:50%;
    left:-0.16rem;
    transform:translateY(-50%);
	z-index:1;
	width:0;
    height:0;
	border:0.08rem transparent solid;
	border-right-color:#c00;
}
.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next{
    display:none;
}

/* 三图展示 */
.swiper5{width:100%; height:6.5rem; margin:0 auto; margin-top: 0.4rem; position:relative;}
.swiper5 .swiper-slide{width:12rem;}
.swiper5 .swiper-slide:not(.swiper-slide-active){transform:scale(0.9); opacity:0.5; pointer-events:none;}
.swiper5 .swiper-slide:not(.swiper-slide-active) a h1{display:none;}
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next{
	--swiper-navigation-size:0.55rem;
}
.swiper5 .swiper-button-prev{left:10%;}
.swiper5 .swiper-button-next{right:10%;}

/* 多图切换 */
.swiper7{width:12rem; height:4rem; margin:0 auto; position:relative;}
.swiper7 .swiper-container{padding-bottom:0.6rem;}
.swiper7 .swiper-slide{width:5.2rem; height:100%; background:#fff; box-shadow:0 0.08rem 0.3rem #ddd;}
.swiper7 .swiper-slide img{width:100%; height:90%; display:block;}
.swiper7 .swiper-slide a{padding-top:0;	color:#000;}
.swiper7 .swiper-slide a h1{background:none;}
.swiper7 .swiper-slide:not(.swiper-slide-active){pointer-events:none;}
.swiper7 .swiper-slide:not(.swiper-slide-active) a h1{display:none;}
.swiper7 .swiper-pagination{width:100%; bottom:0.2rem;}
.swiper7 .swiper-pagination .swiper-pagination-bullet{
	margin:0 0.05rem;
	width:0.1rem;
	height:0.1rem;
	opacity:1;
	border:2px solid #fff;
	background-color:#ddd;
}
.swiper7 .swiper-pagination .swiper-pagination-bullet-active{
	border:2px solid #0ad;
	background-color:#fff;
}
.swiper7 .swiper-button-prev,
.swiper7 .swiper-button-next{
	--swiper-navigation-color:#0ad;
}
.swiper7 .swiper-button-prev:hover,
.swiper7 .swiper-button-next:hover{
	--swiper-navigation-color:#333;
}

.mySwiper{
     height: 100%;
}
/**/