@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
    outline: none;
}

i {
    font-style: normal;
    font-weight: normal;
}

html,
body {
    position: relative;
    background: #f7f3cb;
}

body {
    *cursor: default;
    overflow: hidden;
    overflow-y: auto;
    font: 100%/1.5 Tahoma, Helvetica, Arial, "Microsoft YaHei", STXihei, SimSun, sans-serif;
    color: #333;
    background: url("../images/top_bg.jpg") no-repeat center top;
    background-size: 100%;
}


/* 自适应框架（设计图宽度） */

body {
    max-width: 19.2rem;
    margin: 0 auto;
}

body * {
    max-width: 19.2rem;
}

header,
main,
footer {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

header {
    width: 100%;
    height: 5.7rem;
}

main {
    width: 100%;
}

footer {
    font-size: 16px;
    padding: 20px;
}

.col_bt {
    margin: 0.2rem auto;
    width: 95%;
    margin-left: 0.3rem;
    overflow: hidden;
}

.more {
    float: right;
    cursor: pointer;
}

.more a {
    font-size: 0.16rem;
    color: #333;
}


/* 文字版块 */

.xw_txt h2 {
    font-size: 0.35rem;
    line-height: 0.5rem;
    text-align: center;
}

.xw_txt h2 a {
    color: #c00;
}

.xw_txt h1 {
    font-size: 0.22rem;
    line-height: 0.35rem;
    /* overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; */
}

.xw_txt i {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw_txt dd {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.xw_txt dd:last-child {
    margin-right: 0;
}

.xw_txt dd img {
    width: 3rem;
    height: 2rem;
    margin-right: 0.2rem;
    float: left;
}

.xw_txt dt h1 {
    font-size: 0.18rem;
    line-height: 0.45rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 图片板块 */

.xw_pic dd {
    margin: 0.1rem;
    overflow: hidden;
}

.xw_pic dd img {
    width: 100%;
    height: 100%;
}

.xw_pic dd a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.xw_pic dd a h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1rem;
    font-size: 0.16rem;
    font-weight: normal;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw_pic dd h1 a {
    text-align: left;
    color: #333;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}

.xw_pic dd i {
    font-size: 0.14rem;
    text-align: justify;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex-0 {
    flex: 1 0 25%;
    overflow: hidden;
}

.flex-1 {
    flex: 1 0 70%;
    overflow: hidden;
}

.flex-2>* {
    flex: 1 0 46%;
    overflow: hidden;
}

.flex-3>* {
    flex: 1 0 31%;
    overflow: hidden;
}

.flex-4>* {
    flex: 1 0 23%;
    overflow: hidden;
}


/* 新闻 */

.sdnews,
.page {
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.sdnews ol,
.page ul {
    background: #fff;
    border-radius: 0;
    padding: 0.3rem;
    overflow: hidden;
}

.sdnews li {
    width: 38%;
}

.sdnews dd {
    border-bottom: 1px #62ab42 solid;
    padding-bottom: 0.1rem;
}

.page .xw_txt dd img {
    margin-right: 0.3rem;
}

.page .xw_pic {
    margin-right: 0.3rem;
}

.lr_l .xw_pic dd {
    width: 100%;
    height: 2.1rem;
}

.lr_l .lr_right {
    display: flex;
    flex-direction: row-reverse;
    margin: 0.2rem 0;
}

.lr_right .xw_pic {
    margin-right: 0;
    margin-left: 0.3rem;
}

.lr_l .xw_txt {
    border-bottom: 1px #799fc6 solid;
}

.page2 {
    width: 100%;
    background: url(../images/c_002_bg.jpg) no-repeat center top;
}

.page2 ul {
    width: 12rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
}

.page2 .xw_pic img {
    height: 1.65rem;
}

.page2 .xw_pic:first-child img {
    height: 3.5rem;
}

.page3 li:first-child {
    width: 45%;
}

.page3 .xw_pic dd {
    width: 5rem;
}

.page3 .xw_pic dd img {
    width: 100%;
    height: 3rem;
}


/* 焦点图 */

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.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;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.27rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    background-size: 0.22rem 0.44rem;
}

.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;
}

.swiper1 {
    width: 6.8rem;
    height: 3.8rem;
    margin: 0 auto;
    margin-right: 0.3rem;
    position: relative;
}

#swiper1 {
    width: 100%;
    height: 100%;
}

#swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

#swiper1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#swiper1 .swiper-slide a h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1rem;
    font-size: 0.2rem;
    font-weight: normal;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
}

#swiper1 .swiper-p1 {
    bottom: 0.5rem;
}

.swiper2 {
    width: 14rem;
    height: 6.5rem;
    margin: 0 auto;
    position: relative;
}

#swiper2 {
    width: 12rem;
    height: 100%;
}

#swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

#swiper2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#swiper2 .swiper-slide a h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1rem;
    font-size: 0.24rem;
    font-weight: normal;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

#swiper2 .swiper-p2 {
    bottom: 0.5rem;
}

.swiper2 .swiper-b2-prev,
.swiper2 .swiper-b2-next {
    position: absolute;
    width: 0.43rem;
    height: 0.82rem;
    outline: none;
}

.swiper2 .swiper-b2-prev {
    left: 0;
    background: url(../images/swiper_b1.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper2 .swiper-b2-prev:hover {
    background-position: 0 -0.82rem;
    background-size: 100%;
}

.swiper2 .swiper-b2-next {
    right: 0;
    background: url(../images/swiper_b1.png) no-repeat;
    background-position: 0 -1.64rem;
    background-size: 100%;
}

.swiper2 .swiper-b2-next:hover {
    background-position: 0 -2.46rem;
    background-size: 100%;
}


/* 移动端自适应 */


/* @media screen and (max-width:720px){
	html,body{
		overflow:hidden;
		overflow-y:auto;
	}
	body {
		font-size:0.16rem;
		line-height:0.4rem;
		background:#E0EDF8 url(../images/top_bg_m.jpg) no-repeat center top;
		background-size:100%;
	}

	body{
		max-width:7.2rem;
		margin:0 auto;
	}
	body *{
		max-width:7.2rem;
	}

	header{height:3rem;}
	main{width:94%;}

	.xw_txt h1{font-size:0.3rem;}
	.xw_txt i{font-size:0.24rem; line-height:0.4rem;}
	.xw_txt dt h1{font-size:0.3rem; line-height:0.6rem;}

	.xw_pic dd a h1{font-size:0.3rem;}

	.flex-2>*{flex:1 1 100%;}
	.flex-3>*{flex:1 1 100%;}

	.sdnews,.page{width:100%;}
	.sdnews ul{flex-wrap:wrap;}
	.sdnews li{width:100%; margin:0;}

	.page ul,.page li,.page dl{flex-wrap:wrap; overflow:hidden;}
	.page .xw_pic{width:100%; margin-right:0; margin-bottom:0.2rem;}
	.page .xw_pic dd{margin-right:0;}

	.lr_m .xw_pic{float:none; width:100%;}
	.lr_m .xw_pic dd{width:46%; margin:0.1rem;}
	.lr_m .xw_pic dd a h1{font-size:0.26rem;}
	.lr_m .xw_txt dd{width:100%;}
	
	.swiper1{width:100%; height:4rem; margin-bottom:0.3rem;}
	.swiper2{width:100%; height:3.5rem;}
	#swiper2{width:85%; height:100%;}
	#swiper1 .swiper-slide a h1,#swiper2 .swiper-slide a h1{font-size:0.3rem;}
} */