@charset "utf-8";
*{padding: 0;margin: 0;box-sizing: border-box;}
body{font:14px;color: #000;background: #fff;}
textarea,input{font:14px;}
img{border: none;}
.clear:after {content:"";display: block;clear:both;}
input[type=button], input[type=submit], input[type=file], input[type=reset], button { cursor: pointer; -webkit-appearance: none;}
body,p,ol,ul,h1,h2,h3,h4,h5,h6{margin: 0;padding:0;list-style: none;}
button{font:14px;}
a{color:inherit;text-decoration: none;}
.to1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.s{
	cursor: pointer;
}
/*分页样式*/
.pagediv{
    width: 80%;
    text-align: center;
    padding: 40px 10%;
    margin-bottom: 150px;
}
.zyc .pagediv{
    margin-bottom: 0px;
}
.pagediv a{
    padding: 0 10px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    margin: 0 7px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    color: #142D71;
    font-size: 16px;
}
.pagediv .select{
    background: #142D71;
    color: #fff;
}

.page1-a1{position: relative;text-align: center;margin-bottom: 80px;}
.page1-a1>a{min-width: 42px;height: 42px;padding: 0 14px;box-sizing: border-box;font-size: 14px;line-height: 42px;color: #222222;background: #f0f0f0;text-align: center;margin: 0 2px;display: none;transition: 0.5s;}
.page1-a1>a:hover{color: #fff;;background: #03594b;transition: 0.5s;}
.page1-a1>a.select{color: #fff;background: #03594b;}
.page1-b1{display: none;}

@media screen and (max-width: 899px) {
    .pagediv{
        width: 100%;
        text-align: center;
        padding: 2.8rem 0 3.8rem 0;
        margin-bottom: 0;
    }
    .pagediv a{
        padding: 0 0.6rem;
        height: 3.8rem;
        display: inline-block;
        line-height: 3.8rem;
        margin: 0 0.6rem 1rem 0.6rem;
        font-size: 1.6rem;
    }
    .pagediv .select{
        color: #fff;
    }
}

.content_sj div,.content_sj p,.content_sj span{
    font-size: 2rem;
}
.content_sj img{
    max-width: 100%;
}

.bannerView{
    height: 18rem;
}
.bannerView img{
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.bannerView .bannerText1{
    z-index: 3;
}
.bannerView .bannerText2{
    z-index: 4;
}

