.main {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.headline{
    font-weight: bold;
    font-size: .4rem;
    text-align: center;
    margin: .3rem auto;
    width: 96%;
    color: #3868b6;
}

.tpxw {
    position: relative;
}

.tpxw .swiper-tpxw {
    height: 50vw;
}

.tpxw .swiper-tpxw .section {
    width: 100%;
    height: 50vw;
    position: relative;
    overflow: hidden;
}

.tpxw .swiper-tpxw .section img {
    width: 100%;
    height: 50vw;
}

.tpxw .swiper-tpxw .section p {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: .7rem;
    line-height: .7rem;
    text-indent: .1rem;
    color: #FFFFFF;
    padding-right: 20vw;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
}

.tpxw .pagination {
    position: absolute;
    width: 20vw;
    text-align: right;
    bottom: .2rem;
    right: .1rem;
    z-index: 2;
}

.tpxw .pagination .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    background: #ADADAD;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 .05rem;
    display: inline-block;
    transition: all 0.4s;
}

.tpxw .pagination .swiper-active-switch {
    background: #ffffff;
}

.more {
    border: 1px solid #3868b6;
    line-height: .6rem;
    width: 2rem;
    font-size: .28rem;
    text-align: center;
    display: block;
    color: #3868b6;
    margin: .2rem auto 0;
}

.module {
    width: 94%;
    margin: .5rem auto;
}

.module .con .newsList li {
    line-height: .9rem;
    height: .9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #cccccc;
}

.module .con .newsList li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #C6C6C6;
    margin-right: .16rem;
    vertical-align: .03rem;
}

.module .con .newsList li:last-child {
    border-bottom: none;
}

.module .moduleNav {
    border-bottom: 1px solid #ECECEC;
}

.module .moduleNav li {
    float: left;
    font-size: .36rem;
    text-align: center;
    padding-bottom: .16rem;
}

.module .moduleNav li.active {
    font-weight: bold;
    color: #3868b6;
    border-bottom: 3px solid #3868b6;
}

.module .moduleNav span {
    width: 1px;
    height: .28rem;
    float: left;
    display: inline-block;
    margin: .12rem .18rem;
    background: #999999;
}

.banner {
    width: 100%;
    margin: .3rem auto;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner1 .swiper-banner1{
    height: .9rem;
}

.banner1 .swiper-banner1 img{
    height: .9rem;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: .02rem;
    z-index: 2;
    right: .02rem;
}

.banner .pagination .swiper-pagination-switch {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    transition: all 0.4s;
}

.banner .pagination .swiper-active-switch {
    background: #e20000;
} 

.banner2 .swiper-banner2{
    height: 1rem;
}

.banner2 .swiper-banner2 img{
    height: 1rem;
}

.change .changeNav li {
    background: #4c93c9;
    color: #ffffff;
    margin-right: 1%;
    line-height: .84rem;
    width: 32.66%;
    font-size: .36rem;
    font-weight: bolder;
    text-align: center;
}

.change .changeNav li img {
    width: .44rem;
    vertical-align: -0.1rem;
    margin-right: .1rem;
}

.change .changeNav li:last-child {
    margin-right: 0;
}

.change .changeNav li.active {
    background: #3868b6;
}

.change .zwgkIcon {
    width: 98%;
}

.change .zwgk .zwgkIcon .icon {
    width: 25%;
    text-align: center;
    float: left;
    font-size: .28rem;
    margin: .4rem 0 0 0;
}

.change .zwgk .zwgkIcon .icon img {
    width: 60%;
    display: block;
    margin: 0 auto .2rem;
}

.change .zwfw .zwfwSearch {
    width: 96%;
    margin: .3rem auto;
    position: relative;
}

.change .zwfw .zwfwSearch form {
    box-sizing: border-box;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: url("../images/search_zwfw_m.png") no-repeat .2rem center #f2f2f2;
    background-size: .4rem;
}

.change .zwfw .zwfwSearch form input {
    height: 100%;
    display: block;
    font-size: .3rem;
    box-sizing: border-box;
    background: none;
    width: 80%;
    border: none;
    margin-left: .8rem;
    outline: none;
}

.change .zwfw .zwfwSearch form button {
    width: 20%;
    text-align: center;
    height: 100%;
    font-weight: bold;
    background: #3968b6;
    border: none;
    display: block;
    font-size: .32rem;
    outline: none;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
}

.change .zwfw .grfwIcon .icon {
    width: 33.3%;
    float: left;
    margin: .4rem 0 0 0;
    text-align: center;
}

.change .zwfw .grfwIcon .icon img {
    width: 60%;
    display: block;
    margin: 0 auto .2rem;
}

.change .zwfw .zwfwIcon {
    width: 94%;
    margin: 0 auto;
}

.change .zwfw .zwfwIcon .con {
    margin-right: -.3rem;
}

.change .zwfw .zwfwIcon .con .icon {
    background: #3868b6;
    color: #ffffff;
    font-size: .26rem;
    text-align: center;
    line-height: .6rem;
    margin: 0 .22rem .2rem 0;
    width: 2.2rem;
    float: left;
}

.change .zwfw .zwfwBanner {
    width: 96%;
    margin: 0 auto;
}

.change .zwfw .zwfwBanner .modular {
    width: 48%;
    margin: .3rem 1% .16rem;
    float: left;
}

.change .zwfw .zwfwBanner .modular img {
    width: 100%;
}

.change .zwfw .znzxIcon {
    width: 96%;
    margin: 0 auto;
}

.change .zwfw .znzxIcon .icon {
    width: 48%;
    margin: 0 1%;
    float: left;
    background: #3868b6;
    line-height: .7rem;
    color: #ffffff;
    text-align: center;
}

.change .zwfw .znzxIcon .icon img {
    width: .3rem;
    margin-right: .2rem;
}

.change .hdjl .zxft {
    width: 88%;
    margin: .3rem auto;
}

.change .hdjl .zxft h5 {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    font-size: .36rem;
}

.change .hdjl .zxft h5 span {
    display: inline-block;
    padding-bottom: .1rem;
    border-bottom: 3px solid #333333;
}

.change .hdjl .zxft .zxftPic {
    width: 100%;
    margin: .3rem auto;
    position: relative;
}

.change .hdjl .zxft .zxftPic img {
    width: 100%;
    height: 47vw;
}

.change .hdjl .zxft .zxftPic p {
    width: 100%;
    height: .6rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .2rem;
    box-sizing: border-box;
    line-height: .6rem;
    background: rgba(0, 0, 0, 0.5);
}

.change .hdjl .wqft {
    width: 88%;
    margin: .3rem auto;
}

.change .hdjl .wqft h5 {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    font-size: .36rem;
}

.change .hdjl .wqft h5 span {
    display: inline-block;
    padding-bottom: .1rem;
    border-bottom: 3px solid #333333;
}

.change .hdjl .wqft .wqftPic {
    margin-right: -.3rem;
    margin-bottom: .4rem;
}

.change .hdjl .wqft .wqftPic .section {
    width: 2rem;
    margin: .3rem .3rem 0 0;
}

.change .hdjl .wqft .wqftPic .section img {
    width: 100%;
    height: 18vw;
}

.change .hdjl .hdjlSearch {
    width: 96%;
    margin: .3rem auto;
    position: relative;
}

.change .hdjl .hdjlSearch form {
    box-sizing: border-box;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: url("../images/search_zwfw_m.png") no-repeat .2rem center #f2f2f2;
    background-size: .4rem;
}

.change .hdjl .hdjlSearch form input {
    height: 100%;
    display: block;
    font-size: .3rem;
    box-sizing: border-box;
    background: none;
    width: 80%;
    border: none;
    margin-left: .8rem;
    outline: none;
}

.change .hdjl .hdjlSearch form button {
    width: 20%;
    text-align: center;
    height: 100%;
    font-weight: bold;
    background: #3968b6;
    border: none;
    display: block;
    font-size: .32rem;
    outline: none;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
}
.change .hdjl .hdjlIcon{
    width: 96%;
    margin: .4rem auto;
}
.change .hdjl .hdjlIcon .icon {
    width: 20%;
    text-align: center;
    float: left;
    font-size: .28rem;
}

.change .hdjl .hdjlIcon img {
    display: block;
    width: 70%;
    margin: .2rem auto;
}
/*专题滚动栏*/
.box {
	width: 100%;
	height: 20vw;
	overflow: hidden;
	margin: .5rem auto 0;
}

.box .scroll {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.box .scroll .arrow-left {
    position: absolute;
    top: 6vw;
    width: 6vw;
    background: url(../images/ts_m_left.png);
    height: 6vw;
    background-size: 100%;
    left: 1vw;
    border-radius: 50%;
}

.box .scroll  .arrow-right {
    position: absolute;
    top: 6vw;
    border-radius: 50%;
    width: 6vw;
    background: url("../images/ts_m_right.png");
    background-size: 100%;
    height: 6vw;
    right: 1vw;
}
.box .scroll .swiper-container{
	height: 20vw;
    width: 85%;
}
.box .scroll .swiper-container img{
	width: 98%;
    height:100%;
    display: block;
    margin: auto;
}

.ts {
    width: 94%;
    margin: .5rem auto;
}

.ts h5 {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    font-size: .36rem;
}

.ts h5 span {
    display: inline-block;
    color: #3868b6;
    padding-bottom: .1rem;
    border-bottom: 3px solid #3868b6;
}

.ts .container {
    position: relative;
    width: 80%;
    margin: .3rem auto;
}

.ts .container .swiper-ts {
    height: 50vw;
}

.ts .container .swiper-ts .section {
    height: 45vw;
    width: 30vw;
    position: relative;
    margin: 0 auto;
}

.ts .container .swiper-ts .section img {
    width: 100%;
    height: 100%;
}

.ts .container .swiper-ts .section p {
    width: 100%;
    height: .6rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 .06rem;
    box-sizing: border-box;
    line-height: .6rem;
    background: rgba(0, 0, 0, 0.5);
}

