.container{max-width:1200px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;}
a{color:#000;text-decoration:none;}      
.hrefColor{color:#015293;}
a:hover{color:#015293;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.clearfix{clear:both;}
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

.logo img{max-width:100%;width:auto;}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}



/*FOOTER*/
footer{}

@media (max-width: 1000px){.wpsidebar-fkf{display:none!important;}}


/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}


/*移动端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}

.all-top{background: #e73d3d;height: 30px; line-height: 30px;color:#fff;}
.all-top-right{text-align:right;}
.all-top-right a{color:#fff;}
.all-NewTime{font-size:13px;}
.txt-scroll{ width: 100%; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; }

td, th{border: 1px solid #ececec;text-align: center;}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.logo-box{text-align:left;background:url(../images/header-bg.png) no-repeat;background-size: cover;}

.nav{width:100%}
.navBg{background-color: #015293;margin-bottom:50px;}
.nav>ul>li{float:left;text-align:center;height:54px;line-height:54px;}
.nav>ul>li>ul{position:absolute}
.nav>ul>li>a{font-size: 18px;position:relative;padding:0 40px;color:#fff;}
.nav >ul>li.current{background: #0c6db6;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:45px;color:#666;} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background-color: #cb341d;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#e7e4e4;display:none;position:absolute;left:0;top:60px;z-index:2;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

/*bootom*/
footer{text-align:left;margin-top:70px;}
.navBg .nav>ul>li>ul{display:none;}
}
@media (max-width:1000px) /*手机端*/
{
    /*.header{margin-bottom: 30px;box-shadow: 0 2px 5px 1px #eee;background:url(../images/logoBg.png) no-repeat;background-size: cover;position:relative;}*/
.header .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}
.header .logo-box .logo img{max-height:56px}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#ad081e;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left;}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

/*bootom*/
footer{text-align: left;margin-top:50px;}
}


/*bootom*/
footer{width:100%;min-height:95px;background: #e7e7e7;}
footer .title{font-size:16px;font-weight:bold;padding:20px 0 10px;}
footer .row li{line-height:2;}
.link-list li{display:inline-block;padding: 0 5px 0 0;}
.link-list li:last-child{border-right: none !important;}
.link-list li:not(:first-child){border-right: 1px solid #d2d2d2;}
@media (min-width:1000px) {
footer{padding:20px 0 30px;}
}
@media (max-width:1000px){
footer{padding:20px 15px;}
}


/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:30px;}}


/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{line-height:57px;text-align:left;background:#e26a4d;padding-left:15px;font-size:22px;color:white;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";}

.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;background:#fafafa;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;padding-left:25px;line-height:54px;font-size:14px;color:#808080;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";border-bottom:1px #ececec solid;font-size:15px}
.sub-nav-box .sub-nav li a:hover{color:#5a342b;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a{color:#e26a4d;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}


/*搜索*/
.search{background: #fff;line-height: 53px;height: 53px;position: relative;border: #ad081e 2px solid;}
.search .s-input{border: none;color: #666;position: relative;top: -3px;width: 100%;padding-left: 10px;padding-right:85px;}
.search .s-btn{width: 80px;background: #ad081e;color: #fff;line-height: 10px;border: none;font-size: 18px;position: absolute;right: 0px;top: 0px;height: 49px;}
.page-search{border:2px solid #002e73;line-height:30px;height:30px;}
.page-search .s-input{top:-4px;}
@media(min-width:1000px) and (min-width:415px){.search{margin: 30px 0px;}}
@media(max-width:1000px){.search{margin:6px auto;width:100%;display:none;}}


/*内容页公共用*/
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #666;border-color: #666;}
.breadcrumb{padding: 12px 15px;margin-bottom: 15px;background: #f3f3f3;}
.breadcrumb > li{font-size:16px;}
.breadcrumb > li a{color: #015293;}
.breadcrumb > li + li::before{content: ">";padding: 0 5px 0 0;color: #015293;}

/*公共标题*/
@media (min-width:1000px) {
.headline-title{height: 48px;line-height: 48px;border: 1px solid #eee;margin-bottom: 20px;}
.headline-title .bread{position:absolute;right:0;bottom: -20px;}
.news-detail .gonggao{position:absolute;top:2px;right:0;}
}
@media (max-width:1000px){

}
.headline-title{overflow: hidden;position:relative;}
.headline-title .title i{background-color: #e60012;color: #fff;position: relative;top: -2px;line-height: 48px;width: 18px;font-size: 20px;margin-right: 15px;}
.headline-title .title i.fa-chevron-right::before{position: relative;left: 3px;}
.headline-title .title span{color: #e60012;font-size: 18px;}
.news-detail .line{border-bottom: 1px solid #ccc;}

.news-list .news-list-box ul:hover li a{color: #e73e3c;}

/*分页*/

.all-list>ul{overflow:hidden;}
.all-list>ul>li{font-size: 16px;height: 36px;line-height: 36px;text-indent: 16px;background: url("../images/li-bg.png") center left no-repeat;display:-webkit-flex;display:flex;display:-moz-box;display:-ms-flexbox;justify-content:space-between;}
.all-list>ul>li a{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1;-moz-box-flex:1;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.all-list>ul>li a:hover{color:#015293;}
.all-list>ul>hr{height: 1px;background: #dfe8f0;border: none;margin: 30px auto;}
.all-list>ul>li span{color:#999;font-size: 14px;padding-right: 15px;}

.all-detail-title{font-weight: 400;font-size: 38px;color: #015293;text-align: center;line-height: 58px;}
.all-detail-tips{font-weight: 400;font-size: 16px;color: #797979;text-align: center;background: #f3f3f3;margin: 30px auto;}

/*top*/
.logoboxOne{height: 42px;line-height: 42px;}
.logoboxOne-left{float:left;width:50%;text-align:left;position:relative;}
.logoboxOne-left a{color: #8d8b8b;cursor: pointer;font-size: 16px;border-right: 1px solid #d0d0d0;padding-right:17px;margin-right:17px;}
.logoboxOne-left a:nth-child(2){border:0px;}
.logoboxOne-left a i{font-size:18px;margin-right:5px;}
.logoboxOne-right{float:left;width:50%;text-align:right;}
.logoboxOne-right a{font-size: 15px;color: #121212;border-right:1px solid #121212;padding-right:17px;margin-right:17px;}
.logoboxOne-right a:last-child{border:0px;padding:0px;margin:0px;}
.logoboxTwo{overflow:hidden;}
.logoboxTwo div{float:left;}
.logoboxTwo div:nth-child(1){width:40%}
.logoboxTwo div:nth-child(2){width:60%}
.footerOne{text-align:center;}
.footerOne a{color:#333;border-right:1px solid #757575;padding-right:5px;margin-right:5px;}
.footerOne a:last-child{border:0px;padding:0px;margin:0px;}
.footerTwo{overflow:hidden;margin: 25px auto 35px;max-width:1050px;}
.index-comtit select{background-color:#fff;border: 1px solid #dedede;}
.index-comtit{margin: 0 -15px;margin-right: -10px;}
.footerThree{max-width:960px;margin:auto;overflow:hidden;}
.footerThree img,.footerThree>div{float:left;}
.footerThree img{margin-right:20px;}
.footerThree>div p{font-size: 14px;margin-bottom: 8px;text-align: left;color: #757575;}
.footerThree>div p a{color: #757575;}
.footerThree>div p:nth-child(1) a{border-right:1px solid #757575;margin-right:5px;padding-right:5px;}
.footerThree>div p:nth-child(1) a:last-child{border:0px;margin:0px;padding:0px;}

/*省政府*/
.szf-One-list{overflow:hidden;margin-bottom: 8px;display:-webkit-flex;display:flex;display:-moz-box;display:-ms-flexbox;}
.szf-One-listTitle{font-size: 20px;color: #000;margin-top: 50px;text-align: center;width: 90px;}
.szf-One-list ul{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1;-moz-box-flex:1;}
.szf-One-list ul li{float:left;}
.szf-One-list ul li img{width: 91px;}
.szf-One-list:nth-child(2) ul li img{width: 113px;}
.szf-One-list ul li p{font-size: 16px;display: block;text-align: center;margin-top: 10px;color: #000;margin-bottom: 20px;}
.szf-all{margin-bottom: 20px;position: relative;}
.szf-all-title{width: 100%;height: 40px;border-bottom: 1px solid #e6e6e6;margin-bottom: 30px;font-size: 22px;color: #015293;position: relative;}
.szf-more{position:absolute;display:block;top: 5px;right: 5px;color: #9d9d9d;font-size: 16px;}
.szf-more:hover{color:#015293;}
.szf-page-list li{font-size: 16px;height: 36px;line-height: 36px;text-indent: 16px;background: url("../images/li-bg.png") center left no-repeat;display:-webkit-flex;display:flex;display:-moz-box;display:-ms-flexbox;justify-content:space-between;}
.szf-page-list li a{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1;-moz-box-flex:1;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.szf-page-list>ul>li a:hover{color:#015293;}
.szf-page-list li span{color:#999;font-size: 14px;padding-right: 15px;}
.szf-Right-bg{background: #f2f0f1;padding: 25px 20px 18px;}
.szf-Right-bg>a{display: block;font-size: 20px;color: #015293;margin-bottom: 15px;}
.szf-right-oneImg img{margin-bottom:20px;width: 100%;}
.szf-Right-bg ul li{font-size: 16px;height: 34px;line-height: 34px;text-indent: 10px;background: url("../images/li-bg.png") center left no-repeat;}
.szf-Right-bg ul li a{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*要闻动态*/
.imgBox-left img{height: 100%;width: 100%;}
.imgBox-text{background: #1969a5;color: #fff;padding: 30px 20px 40px 20px;}
.imgBox-textTitle{font-size: 24px;margin-bottom: 20px;color:#fff;display: block;}
.imgBox-textTitle:hover{color:#fff;}
.imgBox-text p{text-indent:30px;font-size: 15px;color: #fff;line-height: 31px;height: 159px;margin-bottom:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.imgBox-text .Img-more{width: 70px;height: 35px;border-radius: 20px;background-color: #5e96c0;padding-left: 18px;line-height: 35px;color: #fff;display: inline-block;text-align: left;transition:all .5s;}
.imgBox-text .Img-more i{margin-left:5px}
.imgBox-text .Img-more:hover{background:#1969a5;}
.newsList-border{margin-top:35px;}
.newsList-two{margin-top:30px;}
.display-block{display:block;}
.display-none{display:none;}
.tabbox{position: relative;}
.tabbox .tab-title{border-bottom: 1px solid #e6e6e6;}
.tabbox .tab-title ul li{display:inline-block;cursor: pointer;border-right: 1px solid #eee;margin-right:10px;padding-right:10px;font-size: 22px;}
.tabbox .tab-title ul li a {color: #b9b9b9;}
.tabbox .tab-title ul li.select a {color: #015293;}
.tabbox .tab-content{padding-top:14px;}
.tabbox .tab-content .tab-more{position: absolute;right: 5px;top: 5px;}
.tabbox .tab-content .tab-more a{color: #9d9d9d}
.tabbox .tab-content .tab-more a:hover{color: #015293;}
.tabbox .tab-title ul li:last-child{border:0px;margin:0px;padding-right:0px;}
.tabbox .tab-content .tab-more{font-size:16px;}
.tabboxTwo .tab-content1 .tab-more{font-size:16px;}
.tabboxTwo{position: relative;}
.tabboxTwo .tab-title1{border-bottom: 1px solid #e6e6e6;}
.tabboxTwo .tab-title1 ul li{display:inline-block;cursor: pointer;border-right: 1px solid #eee;margin-right:10px;padding-right:10px;font-size:22px}
.tabboxTwo .tab-title1 ul li a {color: #b9b9b9;}
.tabboxTwo .tab-title1 ul li.select a {color: #015293;}
.tabboxTwo .tab-content1{padding-top:14px;}
.tabboxTwo .tab-title1 ul li:last-child{border:0px;margin:0px;padding-right:0px;}
.news-ysLook{margin-top:20px;}
.news-ysTitle{font-size: 20px;border-bottom: 1px solid #e6e6e6;padding-bottom: 14px;}
.news-ysTitle a{color: #015293;}
.news-ysList{padding:10px 0 15px;}
.news-ysList li{font-size: 16px;height: 36px;line-height: 36px;text-indent: 10px;background: url(../images/li-bg.png) center left no-repeat;}
.news-ysList li a{display: block;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-release{background: #f2f0f0;padding: 20px 22px 30px;margin-top: 10px;}
.news-releaseTitle a{font-size: 20px;color: #015293;}
.news-Lis-release img{margin-top: 20px;margin-bottom: 15px;width: 100%;}
.news-Lis-release p{font-size: 14px;line-height: 26px;}

/*图片新闻-分页*/
.all-imgList ul{overflow:hidden;}
.all-imgList>ul>li:nth-child(4n){margin-right:0px;}
.all-imgList>ul>li p{font-size: 16px;color: #000;line-height: 24px;margin-top: 8px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis}
.all-imgList>ul>li div{font-size: 14px;color: #999;margin-top: 8px;}

/*政务公开*/
.zwgk-all-title{margin-bottom: 14px;}
.zwgk-all-title a{color: #015293;}
.zwgk-right-bg{background: #f2f0f0;padding: 20px 17px;}
.zwgk-rigth-leader{width: 85px;height: 25px;line-height: 25px;background: url("../images/leadbox-bg.png") top center no-repeat;text-indent: 10px;}
.zwgk-rigth-leader a{color:#fff;}
.zwgk-leader-list{background: #fff;border: 1px solid #e1e1e1;margin-top:9px;padding: 10px 0px;}
.zwgk-leader-list>div{margin-bottom: 5px;display:-webkit-flex;display:flex;display:-moz-box;display:-ms-flexbox;}
.zwgk-leader-list>div>span{width: 90px;font-size: 16px;margin-left: 20px;}
.zwgk-leader-list>div>ul{overflow:hidden;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1;-moz-box-flex:1;}
.zwgk-leader-list>div>ul>li{float: left;width: 70px;white-space: nowrap;margin-bottom: 5px;font-size: 16px;}
.zwgk-href{margin-top:20px;}
.zwgk-href ul{overflow:hidden;}
.zwgk-href ul li{width: 50%;float: left;}
.zwgk-href ul li:nth-child(2n+1){padding-right:5px;}
.zwgk-href ul li:nth-child(2n){padding-left:5px;}
.zwgk-href ul li a{height: 40px;margin-bottom: 15px;border: 1px solid #e1e1e1;background: #fff;line-height: 40px;text-align: center;font-size: 16px;display:block;}
.zwgk-right-content{margin-top:20px;}
.zwgk-right-title a{font-size: 20px;color: #015293;margin-bottom:10px;display: block;}
.zwgk-right-list{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #8b8a8a;}
.zwgk-right-list img{margin:10px 0;}
.zwgk-right-list p{font-size:16px;line-height:36px;}
.zwgk-right-list div{font-size:13px;color: #8b8a8a;}
.zwgk-right-lastList{overflow:hidden;margin-bottom: 15px;}
.news-Lis-release{margin-bottom:10px;}
.zwgk-right-lastListOne{font-size: 16px;height: 34px;line-height: 34px;text-indent: 10px;background: url("../images/li-bg.png") center left no-repeat;}
.zwgk-right-lastList>a,.zwgk-right-lastList>div{float:left;width:50%}
.zwgk-right-lastList>div strong{margin: 10px auto 20px;display:block;}
.zwgk-right-lastList>div p{font-size: 14px;}
.zwgk-right-lastList>div div{color: #8b8a8a;margin-top: 16px;}
.zwgk-right-lastList>div>a{display: block;margin-top: 30px;width: 82px;height: 26px;line-height: 26px;background: #015293;text-align: center;color: #fff;border-radius: 13px;-webkit-border-radius: 13px;-moz-border-radius: 13px;-ms-border-radius: 13px;-o-border-radius: 13px;}
.zwgk-botttom{margin-top: 20px;}
.zwgk-bottom-title{font-size: 22px;border-bottom: 1px solid #dfe8f0;line-height: 50px;}
.zwgk-bottom-title a{color: #015293;}
.zwgk-bottom-list{padding-top:20px;}
.zwgk-bottom-list ul{overflow:hidden;}
.zwgk-bottom-list ul li a img{width:100%;}
.zwgk-bottom-list ul li a p{margin: 15px auto 5px;text-align: center;font-size: 20px;}
.zwgk-right-TwoContent{font-size: 16px;height: 36px;line-height: 36px;text-indent: 16px;background: url("../images/li-bg.png") center left no-repeat;}

/*专题专栏*/
.ztzl-page-list{overflow:hidden;}
.ztzl-page-list li{margin: 10px 0;}
.ztzl-page-list li img{width:100%;}
.ztzl-page-list li p{margin: 15px auto 5px;text-align: center;font-size: 20px;}
.ztzl-page-list li div{line-height: 23px;font-size: 14px;color: #7e7d7d;padding: 0 15px;}
.ztzl-right-bg{padding: 35px 20px;background: #f2f0f0;}
.ztzl-right-title a{font-size: 20px;color: #015293;display: block;}
.ztzl-right-bg ul li{font-size: 16px;height: 34px;line-height: 34px;text-indent: 10px;background: url("../images/li-bg.png") center left no-repeat;}
.ztzl-right-bg ul{margin-bottom: 20px;}

/*政民互动*/
.zmhd-border{border: 1px solid #e2e1e1;padding: 20px 18px;margin-bottom:20px;}
.zmhd-box{padding-bottom: 30px;background: #f2f0f0;margin-bottom:20px;}
.zmhd-title{font-size: 22px;margin-left: 20px;line-height: 80px;color: #015293;}
.zmhd-box div{width:calc(100% - 40px);font-size: 15px;padding:20px;text-indent: 30px;line-height: 26px;margin:auto;background: #fff;border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius: 20px;-o-border-radius: 20px;box-shadow: 2px 2px 2px #397cae;-webkit-box-shadow: 2px 2px 2px #397cae;-moz-box-shadow: 2px 2px 2px #397cae;-ms-box-shadow: 2px 2px 2px #397cae;-o-box-shadow: 2px 2px 2px #397cae;}
.zmhd-box div a{display:block;width: 100px;height: 36px;line-height: 36px;margin: 15px auto 25px;text-align: center;background: #015293;color: #fff;font-size: 18px;text-indent: 0px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;}
.zmhd-border .szf-all-title{margin-bottom:10px;}
.zmhd-right-list{padding-top: 6px;}
.zmhd-right-list img{width:100%;}
.zmhd-right-list p{height:36px;line-height:36px;font-size:16px;}

/*走进我们*/
.zjwm-title{background: #f2f0f0;}
.zjwm-title .zjwm-title-style{text-align:center;margin-bottom: 15px;}
.zjwm-title .zjwm-title-style a{font-size: 22px;color: #015293;}
.zjwm-title .zjwm-title-intro{line-height: 26px;text-indent:32px;font-size: 16px;color: #000;}
.zjwm-title .zjwm-title-intro a:hover{color: red;}
.zjwm-icon{overflow:hidden;margin-top:25px;}
.zjwm-radio-margin{background:#f4f1fa;border-radius:50%;padding:6px;max-width: 110px;max-height: 110px;margin: 10px auto 0px;}
.zjwm-radio-margin>div{border-radius:50%;text-align:center;padding:25px;}
.zjwm-radioOne-padding{background:#022c7e;}
.zjwm-radioTwo-padding{background:#0054a7;}
.zjwm-radioThree-padding{background:#307e06}
.zjwm-radioFour-padding{background:#b00014}
.zjwm-radioFive-padding{background:#df9301;}
.zjwm-radioSix-padding{background:#cb6a1b;}
.zjwm-radioSeven-padding{background:#fc433e;}
.zjwm-radioEight-padding{background:#be4c24;}
.zjwm-radioNine-padding{background:#df9301;}
.zjwm-radioTen-padding{background:#9a9b20;}
.zjwm-radioEleven-padding{background:#35b574}
.zjwm-radioTwelve-padding{background:#57a4d5}
.zjwm-radio-margin i{color:#fff;font-size: 48px;}
.zjwn-radio-text{text-align: center;font-size: 18px;margin-top: 10px;color: #000;margin-bottom:10px;}
.zjwm-Travel-title{border-bottom: 1px solid #f2f0f0;text-align: center;}
.zjwm-Travel-title a{font-size: 22px;color: #015293;display: inline-block;line-height: 50px;border-bottom:2px solid #015293;}
.zjwm-Travel-box{overflow:hidden;}
.zjwm-Travel-href{display:inline-block;text-align: right;height: 36px;line-height: 36px;padding-right: 15px;color: #999;margin-top:10px;}
.zjwm-Travel-href:hover{color: #015293;}

/*联系我们*/
.callMe-box{overflow:hidden;}
.callMe-left img{width:100%}
.calleTitle{font-size:25px;margin-bottom:20px;color: #3c6fa2;}

/*首页*/
.index-title{font-weight:600;text-align:center;}
.index-title a{color: #3c6fa2;}
.index-title-tips{margin:0 10px;}
.index-title-tips a{color: #3b6ea1;}
.index-banner{overflow:hidden;}
.indexOneSwiper{width: 100%;height: 100%;overflow: hidden;position: relative;}
.indexOneSwiper .swiper-slide {height: auto;position: relative;text-align: center;font-size: 18px;background: #fff;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;}
.indexOneSwiper .swiper-slide>a,.indexOneSwiper .swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;max-height: 380px;}
.indexOneSwiper .swiper-slide p{position: absolute;left: 10px;bottom: 6px;color: #fff;font-size: 16px;}
.indexOneSwiper.swiper-container-horizontal > .swiper-pagination-bullets{left: auto;width: auto;right: 10px;}
.indexOneSwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;opacity:1;}
.indexOneSwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #c50018;width: 40px;opacity:1;border-radius: 5px;}
.indexOneSwiper .swiper-button-next,.indexOneSwiper .swiper-button-prev{display:none;width: 40px;height: 40px;}
.indexOneSwiper:hover .swiper-button-next,.indexOneSwiper:hover .swiper-button-prev{display:block;}
.indexOneSwiper .swiper-button-prev{background:url(../images/prev.png);}
.indexOneSwiper .swiper-button-next{background:url(../images/prev.png);transform: rotate(180deg);}
.tabboxOne-index{position: relative;}
.tabboxOne-index .tab-title{width: 100%;height: 42px;border-bottom: 1px solid #3c6fa2;}
.tabboxOne-index .tab-title ul li{display: inline-block;cursor: pointer;height: 42px;line-height: 42px;width: 138px;text-align: center;font-size: 18px;color: #3c6fa2;}
.tabboxOne-index .tab-title ul li.select{background: #3c6fa2;color: #fff;}
.tabboxOne-index-href{height: 40px;line-height: 40px;background: #f5f5f5;margin-bottom: 10px;}
.tabboxOne-index-href a{font-size: 16px;color: #888;display: inline-block;line-height: 40px;cursor: pointer;}
.index-page-list li{font-size: 16px;height: 42px;line-height: 42px;text-indent: 16px;background: url("../images/li-bg.png") center left no-repeat;display: -webkit-flex;display: flex;display: -moz-box;display: -ms-flexbox;justify-content: space-between;}
.index-page-list li a {-webkit-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-flex: 1;-moz-box-flex: 1;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index-page-list li span {color: #999;font-size: 14px;padding-right: 15px;}
.index-bgImg{overflow:hidden;}
.index-ProBox{position: relative;}
#swiperPartner{width: 95%;height: 100%;}
#swiperPartner .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* 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;}
.index-ProBox .swiper-container .swiper-slide{position:relative!important;}
.index-ProBox .swiper-container .swiper-slide .inner{display:block;}
.index-ProBox .swiper-container .swiper-slide .inner img{width:100% !important;}
.index-ProBox .swiper-container .swiper-slide .title-wen{font-size:14px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}
.index-ProBox .swiper-container .swiper-slide .swiper-listBox{border:1px solid #dee0df;width:100%;box-sizing:border-box;}
.index-ProBox .swiper-button-next, .index-ProBox .swiper-button-prev {height: 100%;background-color: #fff;background-size: 70% 70%;top: 0;margin-top: 0;}
.index-ProBox .swiper-button-next{right:0;background:url(../images/ztzlRight.png) no-repeat center;}
.index-ProBox .swiper-button-prev{left:0;background:url(../images/ztzlLeft.png)no-repeat center;}
.index-ProBox .swiper-listText .title-wen{text-align:left;}
.index-ztzl{margin:40px 0 30px;text-align:center;background:url(../images/index-ztzl.jpg) no-repeat center;height:40px;}
.index-ztzl a{position:relative;background:#fff;z-index:1;color:#456ca5;font-size: 35px;line-height: 40px;}
.tabMarginIndex{margin-top:8px;}
.index-content{overflow:hidden;}
.index-content-title{border-bottom:1px solid #a4bcd4;height:32px;line-height:25px;font-size: 20px;color:#3c6e9f;font-weight: 600;}
.index-content-title i{color:#dcdcdc;margin-right:15px;font-size: 24px;}
.indexAllMargin{margin-top:20px;}
.tabboxTwo-index .tab-title{width: 100%;height: 38px;background: #f0f0f0;overflow: hidden;padding-left: 20px;margin-bottom: 15px;}
.tabboxTwo-index .tab-title li{float: left;height: 38px;line-height: 38px;font-size: 16px;color: #888;overflow: hidden;cursor:pointer}
.tabboxTwo-index .tab-title li em{display: inline-block;margin: 0 10px;font-style: normal;color:#888;font-weight:400;}
.tabboxTwo-index .tab-title li.select{color: #3c6fa2;font-weight: 600;}
.index-page-listMore{width: 90px;height: 30px;line-height: 30px;text-align: center;background: #3c6fa2;color: #fff;font-size: 16px;display: inline-block;}
.index-page-listMore:hover,.index-page-listMore:focus{color:#fff;}
.index-searchBox-title{font-size: 18px;line-height: 30px;color: #000;float:left;}
.index-searchBox{width: 206px;height: 31px;float:left;border: 1px solid #3c6fa2;border-radius: 5px;}
.index-searchBox input{border: 0px;height: 100%;background: transparent;padding: 0 6px;}
.index-searchBoxSty{overflow:hidden;}
.index-searchBox i{border: none;width: 40px;height: 30px;line-height: 30px;text-align: center;float: right;background: #3c6fa2;color: #fff;cursor:pointer;}
.index-content-img{margin-top:25px;}
.index-content-img ul{overflow:hidden;margin:0 -15px;}
.index-content-img ul li div{width:55px;height:55px;border-radius:50%;position:relative;margin: auto;}
.index-content-img ul li:nth-child(1) div{background:#9fc0db}
.index-content-img ul li:nth-child(2) div{background:#9ed4de}
.index-content-img ul li:nth-child(3) div{background:#9ed4de}
.index-content-img ul li:nth-child(4) div{background:#9ec1de}
.index-content-img ul li div i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:30px;}
.index-content-img ul li p{text-align: center;font-size: 16px;margin-top: 15px;}
.index-content-bg{margin-top:17px;}
.index-content-href{margin-top:15px;overflow:hidden;padding-bottom: 5px;}
.index-content-href div{width:48%;border:1px solid #5896c5;box-shadow: 1px 3px 2px 1px #c4e1f3;height: 59px;line-height: 59px;}
.index-content-href div:nth-child(1){float:left;}
.index-content-href div:nth-child(2){float:right;margin-right:3px;}
.index-content-href div a{display:block;}
.index-content-href div a i{color:#5997c5;font-size:25px;}
.index-content-href div a span{color: #5a95cf;font-size: 16px;margin-left: 10px;}
.index-ContentTwo-box{border:1px solid #dcdcdc}
.index-ContentTwobox-icon .tab-title{overflow:hidden;}
.index-ContentTwobox-icon .tab-title li{float:left;width:33.3%;text-align: center;font-size: 16px;height: 40px;line-height: 40px;color: #888;background:#f0f0f0;cursor:pointer;}
.index-ContentTwobox-icon .tab-title li.select{color: #fff;background: #015293;}
.index-ContentTwobox-icon .tab-content .tabct ul{overflow:hidden;margin-top:20px;}
.index-ContentTwobox-icon .tab-content .tabct ul li{float:left;width:33.3%;height:90px;}
.index-ContentTwobox-icon .tab-content .tabct ul li a{display:block;}
.index-ContentTwobox-icon .tab-content .tabct ul li a div{width: 100%;height: 30px;line-height: 30px;margin: 20px auto 10px;text-align: center;}
.index-ContentTwobox-icon .tab-content .tabct ul li a div i{font-size:28px;color:#5f92c5;}
.index-ContentTwobox-icon .tab-content .tabct ul li a p{text-align:center;font-size: 16px;}
.index-ContentTwobox-bg{margin-top: 20px;padding: 0 15px;}
.index-ContentTwobox-news{padding:0 15px;margin-top:15px;}
.index-ContentTwobox-btm{overflow:hidden;margin-top:20px;padding-left:10px;}
.index-ContentTwobox-btm div{float:left;margin-bottom: 13px;height: 70px;line-height: 70px;background: #f0f0f0;margin-right: 10px;width:47%;}
.index-ContentTwobox-btm div a{display:block;}
.index-ContentTwobox-btm div a i{color: #3c6fa2;font-size:25px;}
.index-ContentTwobox-btm div a span{color: #3c6fa2;font-size: 16px;margin-left: 10px;}
.tabboxTwo-index .index-page-list li{height: 38px;line-height: 38px;}
.tabboxThree-index .tab-title{width: 100%;height: 38px;border-bottom: 1px solid #dcdcdc;margin-bottom:15px;}
.tabboxThree-index .tab-title ul{overflow: hidden;}
.tabboxThree-index .tab-title li{float: left;width: 125px;height: 38px;line-height: 38px;overflow: hidden;}
.tabboxThree-index .tab-title li a{font-size: 16px;color: #888;}
.tabboxThree-index .tab-title li i{font-size:22px;margin:0 10px;}
.tabboxThree-index .tab-title li.select a{color: #3c6fa2;font-weight: bold;}
.taboxThree-margin-two{margin-top:15px;}
.index-ContentThree-images{margin-top:20px;}
.index-ContentThree-images .tab-title ul{overflow:hidden;}
.index-ContentThree-images .tab-title ul li{float:left;width:50%;height: 45px;line-height: 45px;background: #f5f5f5;}
.index-ContentThree-images .tab-title ul li a{font-size: 16px;font-weight: bold;color: #3c6fa2;}
.index-ContentThree-images .tab-title ul li a i{font-size:20px;margin:0 20px;}
.index-ContentThree-images .tab-title ul li.select {background:#3c6fa2}
.index-ContentThree-images .tab-title ul li.select a{color: #fff;}
.index-ContentThree-text a{width: 100%;text-indent: 15px;background: url("../images/index-three.png") left center no-repeat;line-height: 38px;font-size: 16px;margin-top: 10px;}
.index-ContentThree-text p{width: 100%;line-height: 24px;color: #888;margin-top: 2px;}
.index-ContentThree-text {border-bottom: 1px solid #dcdcdc;padding-bottom: 18px;}
.index-ContentThree-swiper{overflow:hidden;margin-top: 20px;position:relative;}
.index-ContentThree-swiper .swiper-wrapper img{width:100%;max-height:190px;}
.index-ContentThree-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;opacity:1;}
.index-ContentThree-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #c50018;width: 40px;opacity:1;border-radius: 5px;}
.index-ContentThree-swiper .swiper-button-next,.index-ContentThree-swiper .swiper-button-prev{display:none;width: 40px;height: 40px;}
.index-ContentThree-swiper:hover .swiper-button-next,.index-ContentThree-swiper:hover .swiper-button-prev{display:block;}
.index-ContentThree-swiper .swiper-button-prev{background:url(../images/prev.png);}
.index-ContentThree-swiper .swiper-button-next{background:url(../images/prev.png);transform: rotate(180deg);}


@media (min-width:1000px) {
    .logoboxTwo{margin: 52px auto}
.tabboxTwo .tab-title1{height: 44px;}
.zjwm-Travel{margin-top:45px;}
.zjwm-Travel-title{margin-bottom: 46px;}
.callMe-box{margin:0 -15px;margin-top:40px;}
.szf-Right{padding-right:0px;}
.szf-Left{padding-left:0px;}
.zjwm-Travel-box{margin:0 -15px;}
.zjwm-icon{margin:0 -15px;}
.zjwm-radio-margin i{font-size: 48px;}
.zjwm-title{padding: 25px 45px;}
.zwgk-border{border: 1px solid #e2e1e1;padding: 20px 18px;}
.all-list{border: 1px solid #e2e1e1;padding:20px;}
.all-imgList{border: 1px solid #e2e1e1;padding: 30px 25px;margin-top: 20px;}
.all-imgList>ul>li{float: left;margin-right: 40px;margin-bottom: 25px;width:22.3%;}
.newsPage-Img{display:-webkit-flex;display:flex;display:-moz-box;display:-ms-flexbox;}
.imgBox-text{width: 53%;}
.newsList-border{border: 1px solid #e2e1e1;padding: 20px 18px;}
.szf-One-listTitle{margin-right: 40px;}
.szf-One-list ul li{margin-right: 60px;}
.newsPage-Img .imgBox-left{max-width:503px;}
.szf-all{border: 1px solid #dfe8ef;padding: 20px;}
.zwgk-botttom{border: 1px solid #e2e1e1;padding: 15px 0px;}
.zwgk-bottom-box{padding:0 30px;}
.tabbox .tab-title{height: 44px;}
.all-detail{border: 1px solid #e6e6e6;padding: 20px 70px 50px;}
.all-detail-tips{height: 36px;line-height: 36px;}
.index-title{margin-top: -10px;font-size: 35px;}
.index-title-tips{font-size:18px;}
.index-banner{margin:0 -15px;margin-top:50px;}
.index-ProBox .swiper-listText .title-wen{margin: 15px;}
.index-ProBox .swiper-container .swiper-slide .swiper-listBox{margin:0 8px;}
.index-page-listMore{float:right;}
.tabboxOne-index-href a{margin: 0 40px;}
.index-content{margin:0 -15px;}
.index-bgImg{margin:30px -15px;}
.index-content-href div a i{margin-left:40px;}
.index-ContentTwobox-btm div a i{margin-left: 25px;}
#ToTop {position: fixed;bottom: 80px;right: 40px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(../images/top2.png); background-repeat: no-repeat;background-position:-630px 0;}
#ToTop:hover {width: 40px;height: 40px;background: url(../images/top2.png) no-repeat -630px -42px;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}
.calleTitle{text-indent:25px;}
}
@media (max-width:1000px){
.footerTwo,.footerOne{display:none;}
.header{text-align:left;background:url(../images/header-bg.png) no-repeat;background-size: cover;}
.tabbox .tab-title ul li{padding: 10px;}
.tabboxTwo .tab-title1 ul li{padding: 10px;}
.tabbox .tab-content .tab-more{top: 15px;}
.zjwm-Travel{margin-top:30px;}
.zjwm-Travel-title{margin-bottom:30px;}
.callMe-box{margin-top:20px;}
.all-list{margin: 0 15px;}
.zjwm-radio-margin i{font-size: 33px;}
.zjwm-Travel-box img{width: 100%;margin-bottom:20px;}
.zjwm-title{padding: 25px 15px;}
.all-imgList{margin-top: 20px;}
.all-imgList>ul>li{float: left;width:50%;padding:0 15px;margin-bottom:15px;}
.szf-One-list ul li{padding:0 7px;}
.szf-One-listTitle{margin-right:20px;}
.header{margin-bottom:20px;}
.zwgk-border{margin-bottom:20px;}
.newsList-border{margin-bottom:20px;}
.ztzl-page-list{margin:0 -15px;}
.all-detail{padding: 0px 15px;}
.all-detail-tips{padding:5px;}
.index-title{font-size:28px;}
.index-title-tips{font-size:18px;}
.index-banner{margin-top:30px;}
.index-ProBox{padding-top: 40px;}
.index-ProBox .swiper-listText .title-wen{margin: 10px 5px;}
.index-ProBox .swiper-button-prev{left: 0px!important;top: 50%!important;height: 20% !important;}
.index-ProBox .swiper-button-next{right: 0px!important;top: 50%!important;height: 20% !important;}
#swiperPartner .swiper-slide{padding: 0 15px;}
.index-page-listMore{float:left;}
.tabboxOne-index-href a{width:32%;text-align:center;}
.tabboxOne-index{margin-top:20px;}
.index-bgImg div:first-child{margin-bottom:15px;}
.index-content>div:nth-child(2),.index-content>div:nth-child(3){margin-top:20px;}
.index-bgImg{margin:30px auto;}
.index-bgImg div img{width:100%;}
.index-content-bg img{width:100%;}
.index-content-href div a{text-align:center;}
.index-ContentTwobox-btm div a{text-align:center;}
#ToTop{display:none}
.calleTitle{margin-top:20px;}
.phonemap{padding:0 15px;}
.logoboxTwo{padding-left:15px;}
.ztzl-page-list li p{font-size:16px;}
}