/* 全局 */
*{padding:0;margin:0;font-family: "思源黑体","黑体",SimHei;}
body{padding:0;margin:0;text-align:left;background:#fff;}
body,html{width:100%;background:#fff;}
div,p,img,span,form,table,td,input{margin:0;padding:0}
a,textarea,button,input,ul,li,div,span,td{appearance: none;-webkit-appearance:none;}
.fl{float:left}
.fr{float:right}
.fc{text-align:center}
.ma{margin:0 auto;}
.clear{clear:both}
.clear::after{content: "";display: block;clear: both;}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:none}
.disnone{display: none !important;}
.display{display: block !important;}
img{width: 100%;display: block;}
ul li{list-style:none}
.fixed{position: fixed !important;}

.whole{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.flexsb{
    display: flex;
    justify-content: space-between;
}
.mt30{
    margin-top: 30px !important;
}
.mt15{
    margin-top: 15px !important;
}
.mob{
    display: none;
}
/* head */
header{
    width: 100%;
    height: 528px;
    background: url("../images/headbg.png") no-repeat top center;
    position: relative;
}
.yujing{
    position: absolute;
    top: 60px;
    right: 30px;
    z-index: 1000000;
}
.head{
    max-width: 100%;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.toptool{
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.shanghai{
    font-size: 16px;
    font-weight: bold;
    color: #0e67cc;
}
.shanghai>span{
    font-size: 14px;
    margin-left: 30px;
}
.righttool{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon{
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.ghb,.wza{
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    align-self: center;
    cursor: pointer;
}
.logo{
    width: auto;
    height: 235px;
    margin: 0 auto;
    margin-top: 16px;
}
.logo img{
    width: auto;
    height: 235px;
    margin: 0 auto;
}
.search{
    width: 630px;
    height: 60px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
.search-input{
    width: 80%;
    height: 100%;
    line-height: 60px;
    border: none;
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 15px;
}
.searchbut{
    width: 20%;
    height: 100%;
    background: linear-gradient(to right,#0e67cc,#3d92f1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fangdajing{
    width: 22px;
}
.search-text{
    font-size: 24px;
    color: #fff;
}
.maindh{
    width: 100%;
    height: 60px;
    background: url("../images/dh.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maindh ul{
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.maindh ul li{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.maindh ul li:hover a{
    border-bottom: 2px solid #fff;
}
.maindh ul li a{
    color: #fff;
    padding-bottom: 10px;
}
.mainblock{
    width: 1200px;
    margin: 0 auto;
}
.leftblock{
    width: 340px;
}
.rightblock{
    width: 840px;
}
.lmname{
    width: 100%;
    border-bottom: 5px solid #f8f7f4;
    color: #297cb7;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
}
.lmname span{
    border-left: 5px solid #297cb7;
    padding-left: 10px;
}
.lmname a{
    color: #297cb7;
}
.shortlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shortlist li{
    width: 49%;
    padding-left: 20px;
    box-sizing: border-box;
    background: url("../images/point.png") no-repeat left center;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shortlist li a{
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
}
.zwgk{
    width: 100%;
    padding: 15px;
    background: #f8f7f4;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.zwgkname{
    font-size: 24px;
    line-height: 1.5;
    color: #297cb7;
    border-bottom: 4px solid #297cb7;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
}
.zwgklist{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
}
.zwgklist ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zwgklist ul li{
    width: 49%;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.zwgklist ul li a{
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
}
.zwicon{
    width: 18px;
    display: inline-block;
    padding-right: 5px;
}
.leftnews{
    width: 490px;
}
.picnews{
    width: 100%;
}
.pictitle{
    width: 100%;
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 5px 10px;
    padding-right: 100px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.swiper-pagination-bullets.newspic-pagination{
    width: 100px;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: auto;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #297cb7;
}
.picscroll img{
    width: 100%;
    height: 300px;
}
.newstab{
    width: 100%;
    margin-top: 30px;
}
.tabname{
    width: 100%;
    display: flex;
    border-bottom: 5px solid #297cb7;
}
.tabtitle{
    width: 30%;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    background: #f8f7f4;
    margin-right: 5%;
}
.tabtitle:last-child{
    margin-right: 0;
}
.tabtitle a{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
.tabtitle.active{
    background: #297cb7;
    color: #fff;
}
.tabtitle.active a{
    color: #fff;
}
.tabblock{
    width: 100%;
    margin-top: 15px;
}
.tabcontent{
    width: 100%;
    display: none;
}
.tabcontent.active{
    display: block;
}
.rightnews{
    width: 330px;
}
.llist{
    width: 100%;
}
.llist li{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    background: url("../images/point.png") no-repeat left center;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.llist li a{
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
}
.lxinfo{
    width: 100%;
    padding: 40px 10px;
    background: #297cb7;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 30px;
    box-sizing: border-box;
}
/* 底部 */
.foot{
    width: 100%;
    margin-top: 30px;
    background: linear-gradient(to right,#26a9e0,#2b4f8d);
}
.banquan{
    width: 100%;
    border-top: 1px solid #fff;
    padding-bottom: 30px;
}
.bq-info{
    width: 62%;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.bq-info p{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.bq-info a{
    color: #fff;
}
.bq-jiucuo{
    width: 18%;
    display: flex;
    justify-content: space-around;
}
.jcicon{
    width: 96px;
}
.bsicon{
    width: 40px;
}
.bq-beian{
    width: 20%;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.bq-beian a{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.baicon{
    display: inline-block;
    width: 17px;
    margin-right: 5px;
}
/* list */
.lposition{
    width: 100%;
}
.brandnav{
    display: inline-block;
    color: #333;
    font-size: 17px;
    line-height: 2;
}
.brandnav a{
    color: #333;
    font-size: 17px;
    line-height: 2;
}
.listblock{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.listnav{
    width: 200px;
}
.mlist{
    width: 970px;
}
.listnav-f{
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 2;
    background: #297cb7;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.listnav-f a{
    color: #fff;
    font-size: 17px;
    line-height: 2;
}
.listnav-s{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.listnav-s li{
    width: 50%;
    /* padding: 0 10px; */
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.listnav-s li a{
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.list{
    width: 100%;
}
.list li{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    background: url("../images/point.png") no-repeat left center;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.list li a{
    width: 90%;
    display: block;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ltime{
    width: 10%;
    font-size: 17px;
    color: #999999;
    line-height: 1.5;
}
/* pagenav */
.pagination{
	display:block;
	text-align:center;
	margin:0;
    margin-top: 30px;
}
.whj_jqueryPaginationCss-1{
	display:inline-block;
}
.whj_jqueryPaginationCss-1>div,.whj_jqueryPaginationCss-1>input{
	float:left;
	/* border:1px solid #ddd; */
	margin-left: -1px;
	color: #0e67cc;
	background-color: #f5f5f5;
    margin: 0 5px;
}
.whj_jqueryPaginationCss-1>div.whj_checked{
	color: #fff;
	cursor: default;
	background-color: #0e67cc;
	border-color: #0e67cc;
}
.whj_jqueryPaginationCss-1>input{
	max-width:50px;
	line-height:34px;
}
.whj_jqueryPaginationCss-1>div{
    font-size: 17px;
	line-height: 2;
	padding: 0 12px;
	color: #0e67cc;
	cursor: pointer;
	border-color: #ddd;
	background-color: #f5f5f5;
}
.whj_jqueryPaginationCss-1>div:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.whj_jqueryPaginationCss-1>div:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.whj_jqueryPaginationCss-1>div.whj_hoverDisable{color:#777;}

.pagination.pagination-centered>ul{
	text-align: center;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.pagination.pagination-centered>ul li a{
	margin:0 7px;
}
/* 稿件 */
.article{
    width: 100%;
    margin-top: 50px;
}
.article-title{
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: #0e67cc;
    margin-bottom: 15px;
}
.article-time{
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    color: #999999;
    margin-bottom: 30px;
}
.article-content{
    width: 100%;
    margin-top: 30px;
    font-size: 17px;
    line-height: 2;
    color: #333;
}
.article-content p{
    font-size: 17px;
    line-height: 2;
    color: #333;
}
/* 其他站点 */
.ewmtit{
    font-size: 24px;
    line-height: 1.5;
    color: #297cb7;
    font-weight: bold;
}
.ewm{
    width: 50%;
    margin: 0 auto;
}
.jbxx{
    width: 100%;
    padding: 10px;
    background: url("../images/jbbg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.jbtit{
    text-align: center;
    font-size: 24px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.jbxx p{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.more{
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
    float: right;
}
.more a{
    color: #333;
}
.jgjj{
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}
.but1{
    width: 100%;
    background: url("../images/but1.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but1 a{
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 3;
    color: #fff;
    text-align: center;
}
.but2{
    width: 100%;
    background: url("../images/but2.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but2 a{
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 3;
    color: #fff;
    text-align: center;
}
.but3{
    width: 100%;
    background: url("../images/but3.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but3 a{
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 3;
    color: #fff;
    text-align: center;
}
.tab2{
    width: 100%;
}
.tab2name{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.tab2title{
    width: 33%;
    font-size: 17px;
    line-height: 2;
    color: #333;
}
.tab2title a{
    color: #333;
}
.tab2title.active,.tab2title.active a{
    color: #297cb7;
}
.tab2block{
    width: 100%;
}
.tab2content{
    width: 100%;
    display: none;
}
.tab2content.active{
    display: block;
}
.tab3name{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid #297cb7;
}
.tab3title{
    width: 47%;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    background: #f8f7f4;
    /* margin-right: 5%; */
}
.tab3title a{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
.tab3title.active{
    background: #297cb7;
    color: #fff;
}
.tab3title.active a{
    color: #fff;
}
.tab3block{
    width: 100%;
    margin-top: 15px;
}
.tab3content{
    width: 100%;
    display: none;
}
.tab3content.active{
    display: block;
}
.ywtb{
    width: 55%;
    margin: 20px auto;
}
.but4{
    width: 100%;
    background: url("../images/but4.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but4 a{
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 3;
    color: #fff;
    text-align: center;
}
.but5{
    width: 100%;
    background: url("../images/but5.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but6{
    width: 100%;
    background: url("../images/but6.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but7{
    width: 100%;
    background: url("../images/but7.jpg") no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.but5 a,.but6 a,.but7 a{
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 3;
    color: #fff;
    text-align: center;
}

/* mob */
@media screen and (max-width: 750px){
    .pc{
        display: none;
    }
    .mob{
        display: block;
    }
    .yujing,.head{
        display: none;
    }
    header{
        height: 60px;
        background: none;
    }
    .mt30{
        margin-top: 15px !important;
    }
    .mob-head{
        width: 100%;
        position: absolute;
        z-index: 100;
    }
    .mob-dh{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 10px;
        box-sizing: border-box;
        background: #fff;
        position: relative;
    }
    .mob-logo{
        width: 170px;
    }
    .mob-bar{
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .border1,.border2,.border3{
        width: 100%;
        height: 5px;
        position: relative;
        background: #0e67cc;
        transition: all 0.1s ease-out;
    }
    .mob-bar.open .border1{
        transform: rotate(45deg);
        transform-origin: 0 0;
    }
    .mob-bar.open .border2{
        opacity: 0;
    }
    .mob-bar.open .border3{
        transform: rotate(-45deg);
        transform-origin: 0 100%;
    }
    .mob-menu{
        width: 100%;
        background: #0e67cc;
        display: none;
    }
    .dhlist{
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .dhlist li{
        width: 100%;
        padding: 10px 6px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .dhlist li a{
        color: #fff;
    }
    .dhlist li:last-child{
        border: none;
    }
    .mainblock{
        width: 96%;
        margin: 0 auto;
    }
    .flexsb{
        flex-wrap: wrap;
    }
    .leftblock,.rightblock,.leftnews,.rightnews{
        width: 100%;
    }
    .rightblock,.newstab{
        margin-top: 15px;
    }
    .bq-info{
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #f3f3f3;
    }
    .bq-info p{
        font-size: 12px;
        text-align: center;
    }
    .bq-jiucuo{
        width: 45%;
        margin-top: 15px;
    }
    .bq-beian{
        margin-top: 15px;
        width: 55%;
        font-size: 12px;
    }
    .brandnav,.brandnav a{
        font-size: 16px;
    }
    .listblock{
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .listnav{
        width: 100%;
    }
    .listnav-s li{
        width: 33%;
    }
    .mlist{
        width: 100%;
    }
    .ltime{
        display: none;
    }
    .whj_jqueryPaginationCss-1>div{
        font-size: 14px;
        padding: 0 6px;
    }
    .article{
        margin-top: 30px;
    }
    .picscroll img{
        height: auto;
    }
}