@charset "utf-8";
/* css document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, button, input,legend,div, /* form elements 表单元素 */
 /* table elements 表格元素 */
img/* img elements 图片元素 */{
  border:medium none;
  margin: 0;
  padding: 0;
}
body{ 
	font-size:12px; 
	font-weight:normal;
	color:#515151;
  background-color:#f5f5f5;
	font-family:arial,verdana,helvetica,sans-serif;
}
/** 重置列表元素 **/
ul, ol,li{ 
	list-style: none; 
}

ul{
	margin:0;
	padding:0;
}
/** 重置超链接元素 **/

/** 重置图片元素 **/
img{ 
	border:none;
}
/** 重置表格元素 **/
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
/*----预设----*/
.clear{clear:both;}
/*清除浮动*/
.left{float: left;}
.right{float: right;}
/*左右浮动*/
*:focus { outline: none; }
/*禁止输入框浏览器添加边框*/
/*----------------------开始----------------------*/
#header,.banner,#footer{
width: 100%;
}

body{
	background-color:#f5f5f5;

}

a {
	text-decoration:none;
}
a:hover {	
}


.left{
	float:left;
}

.right{
	float:right;
}

.content{
	width: 1100px;
	height: auto;
	margin:auto;
}

.mt{
	margin-top: 20px;
}


/*公用样式部分*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin:0;padding:0;}
html,body{
  font-family:"微软雅黑";
  font-size: 16px;
}
ul,ol{
  list-style:none;
}
img{
  border:0;
}
input,select,textarea{
  outline:0;
}
textarea{
  resize:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}

th,strong,var,em{
  font-weight:normal;
  font-style:normal;
}

a{
  text-decoration:none; 
  color:#000;
}

a:link,a:visited,a:hover,a:active{
  text-decoration:none;
}

.clearfix:after {
  content:"\200b"; 
  display:block; 
  height:0; 
  clear:both;
}

.clearfix {*zoom:1;}

.f_hidden{
  display: none;
  visibility: hidden;
}

.none{
  display: none;
}

.clear{
  clear:both;
}


/*本页面css*/
body{
  min-width:1200px;
}

.g_index{
  background:url(/uploads/image/zswimages/banner20200425.jpg) center -5px no-repeat;
}
/*首页头部*/

.m_index_head{
  width:1200px;
  margin:0 auto;
  padding:0 0 30px;
}

.m_index_head .left_topnav{
  float: left;
  font-size: 12px;
  color:#000;
  padding-top: 30px;
}

.m_index_head .left_topnav a{
  font-size: 12px;
  line-height: 24px;
  color:#000;
  margin:0 15px;
  display:inline-block;
}

.m_index_head .left_topnav a:hover{
  color:#1b4292;
}

/*.m_index_head .left_topnav a.u_special,.m_index_head .left_topnav span{color:#bd1a2d;}*/

.m_index_head .right_topnav .top_logo {
    position: relative;
    
}


.m_index_head .right_topnav{
  float:right;
  font-size: 12px;
  color:#000;
  padding-top: 30px;
}

.m_index_head .right_topnav a{
  font-size: 12px;
  line-height: 24px;
  color:#000;
  margin:0 15px;
  display:inline-block;
}

.m_index_head .right_topnav a:hover{
  color:#1b4292;
}



.m-login-box{
  display:inline;
}
.m_index_head .right_logo{
  float: right;
  padding-right: 240px;
}

.m_index_head .m_logobox{
  padding:-10px 0 30px;
  text-align: center;
  clear:both;
}

.m_index_head .left_topnav .top_logo{
  position: relative;
  top:-20px;
}

.btn-username{
  width:85px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  display:inline-block;
  position:relative;
  top:7px;
}


.z-none{
  display: none!important;
}
/*搜索*/

.m_search_area{
  margin:0 auto;
  width:530px;
}

.m_search_area .m_search{
  border:1px solid #e5e5e5;
  border-radius: 8px;
  height: 58px;
  background: #fff;
  border-right-style:none;
}

.m_search_area .m_search #keyword{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  float: left;
  height: 58px;
  line-height: 58px;
  text-indent: 10px;
  font-size: 18px;
  color: #cbcbcb;
  margin-left: 10px;
}

.m_search_area .m_search #searchbutton{
  float: right;
  background:#bd1a2d url(/uploads/image/zswimages/search_btn.png) 80px center no-repeat;border: 0;
  height: 60px;
  margin-top:-1px;
  width: 122px;
  cursor: pointer;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-left: 35px;
}

.m_search_area .hotwords{
  clear:both;
  padding:20px;
  font-size: 14px;
  line-height:28px;
  display:none;
  overflow:hidden;
}

.m_search_area .hotwords .hot-start{
  float:left;
}

.m_search_area .hotwords a{
  color: #444;
  line-height: 28px;
  margin:0 10px;
}

.m_search_area .hotwords a:hover{
  color:#bd1a2d;
}
.main_web_search{
  float:left;
  width:110px;
  height:58px;
  padding-left:10px;
  line-height: 58px;
  font-size: 18px;
  color: #444;
  background-color:#fff;
  border:none;
  border-left:none;
  border-right:1px #ddd solid;
  border-radius: 8px 0 0 8px;
}
.main_web_search_option{
  width:100px;
}

/*首屏内容*/

.m_area{
  width:1200px;
  margin:0 auto;
}

.m_area1{
  width:100%;background: url(/uploads/image/zswimages/index_red_bg_1920_330.png) center top no-repeat;
  padding-bottom: 30px;
  overflow: auto;
}

.focus_area{
  width:1200px;
  margin:0 auto;
}

.slide_content_box{
  width:1200px;
  margin:0 auto;
  background:#fff;
  height:620px;
}

.slide_box{
  float:left;
  padding-left:30px;

}

.slide_menu{
  width:900px;
  height:60px;
  margin:0 auto;
  padding-bottom: 50px;
}

.slide_menu ul{
  padding:30px 30px 30px 50px;
}


.slide_menu ul li{
  float:left;
  font-size:28px;
    color:#6a7a99;
    margin-left:30px;
    margin-right:30px;
}


.slide_menu ul li a{
  display: block;
    font-size:24px;
    color:#6a7a99;
    line-height: 50px;
}

.slide_menu ul li a:hover{
  display: block;
    font-size:24px;
    color:#1b4292;
    border-bottom:4px #1b4292 solid;

}

.mainmenu_left{
  float:left;
}

.mainmenu_right{
  float:right;
  margin-right: 200px;
}

.index_nav li .mainmenu_icon1 a{
   display: block;
   width:48px;
   top:20px;
   background:url(/uploads/image/zswimages/mainmenu_icon1.png) no-repeat left center;
}

.index_nav{
  padding:20px 0 0px;
  position: relative;
}

.index_nav li{
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  font-size:24px;
  line-height: 2em;
}

.index_nav li:hover{
  background: url(/uploads/image/zswimages/bg_yellow_nav.png) center bottom no-repeat;
}

.index_nav li a{
  color:#fff;
}

.index_nav li .nav_item{
  display: none;
  position: absolute;
  text-align: center;
  left:0;
  top:65px;
  width:100%;
}

.index_nav li .nav_item1{
  text-align:left;
  padding-left:45px;
}

.index_nav li .nav_item li{
  float:none;
  font-size: 16px;
  background: 0;
  display: inline;
}

.index_nav li:hover .nav_item{
  display: block;
}

.index_nav li .nav_item li a:hover{
  color:#f5d389;
}

.head_news{
  float: left;
  width:550px;
  padding-top: 20px;
}

.head_news h3{
  font-size: 30px;
  line-height: 1.5em;
}

.head_news h4{
  font-size: 24px;
  line-height: 2em;
  padding-bottom: 20px;
  color:#fff;
}

.head_news p{
  font-size:14px;
  line-height: 2em;
  color:#e3a5aa;
  padding-bottom: 15px;
}

.head_news a{
  color:#fff;
}

.head_news .u_details{
  font-size:24px;
  border-bottom: 1px solid #f5d389;
  padding:0 30px 10px 0;
}

/**** 头部菜单  end****/


/*轮转图右侧文字 开始*/

.news_box{
  float:right;
  padding-right:30px;

}

.news_small_box{
  width:440px;
  height:81px;
  padding-bottom: 50px;
}

.date_box{
  float:left;
  width:100px;
  padding-right:20px;
}

.date_box p.month{
  font-size:44px;
  font-weight: bold;
  color:#1b4292;
  text-align: center;
}

.date_box p.date{
  font-size:16px;
  color:#000;
  text-align:center;
}

.text_box{
  float:right;
  width:320px;
}


.title{
  padding-bottom: 12px;
}

.text_box .title a{
    font-size:16px;
    color:#1b4292;
    
}

.text_box .title a:hover{
    font-size:16px;
    color:#2e61c8;
}

.text_box .small_text a{
    font-size:18px;
    color:#404040;
}


.text_box .small_text a:hover{
    color:#595959;
}



/*轮转图右侧文字 end*/

/****警务公开 开始****/

/****警务公开 第一个文本框  按钮特效  开始****/

.main_content_bg{
  width:100%;
  background:#fff;
}


.main_content_box{
  width:1200px;
  height:410px;
  margin:0 auto;
}

.main_title_bg{
  width:893px;
  height:90px;
  line-height: 90px;
  margin:0 auto;
  text-align: center;
  font-size:28px;
  font-weight: bold;
  color:#1b4292;
  background: no-repeat center center;
}

.public_service_box{
  width:1200px;
  margin:0 auto;
}

.service_one_box{
  float:left;
  width:468px;
  height:278px;
  border:1px #e5e5e5 solid;
}


.service_nav{
  font-size:20px;
  font-weight: bold;
  color:#000;
  text-align: center;
  border-bottom: 1px #e5e5e5 solid;
}

.service_nav li{
  float:left;
  border-right:1px #e5e5e5 solid;
}

.service_nav li.last{
  border-right:1px #faf9f9 solid;
}



.service_nav li a{
  float:left;
  font-weight: bold;
  width:172px;
  height:60px;
  line-height: 60px;
  color:#b0a1a1;
  text-align:center;
  background-color:#faf9f9;
  border-bottom:1px #ddd solid;
}

.service_nav li a:hover{
  color:#000;
  background-color:#fff;
  border-bottom:1px #fff solid;
}



.service_title{
  font-size:24px;
  font-weight: bold;
  color:#000;
  text-align: center;
  padding:20px;
}


.btn_content{
  float:left;
  width:443px;
  margin-left:25px;
}

.btn_content_two{
    float: left;
    width: 668px;
    margin-left: 26px;
}


.gray_btn{
  float:left;
  width:200px;
  height:50px;
  font-family:verdana; 
  font-size:16px;
  color:#032131;
  line-height:50px;
  text-decoration:none;
  text-align:center;
  margin:0px 20px 15px 0px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translatez(0);
  transform: perspective(1px) translatez(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


.gray_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.2);
  -webkit-transform: scalex(0);
  transform: scalex(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.gray_btn:hover, .gray_btn:focus, .gray_btn:active {
  color: white;
}

.gray_btn:hover:before, .gray_btn:focus:before, .gray_btn:active:before {
  -webkit-transform: scalex(1);
  transform: scalex(1);
}


.gray{
  background-color:#f5f5f5;
}

/****警务公开 第一个文本框  按钮特效  end****/


/****警务公开 第二个文本框  按钮特效  开始****/

.service_two_box{
  float:right;
  width:698px;
  height:278px;
  border:1px #e5e5e5 solid;
}


.btn_content_three{
  float:left;
  width:668px;
  margin-top:30px;
  margin-left:26px;
}


/****警务公开 第二个文本框  按钮特效  end****/

/****警务公开 end****/

/****网上办事 开始****/


.main_gray_content_bg {
  width: 100%;
  background: #f5f5f5;
}

.main_online_content_box {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
}

.online_service_box {
  width: 1200px;
  margin: 0 auto;
  height:390px;
}


/****网上办事 第二个文本框  按钮特效  end****/

.online_two_box{
  float: right;
  width: 692px;
  height: 358px;
  border: 1px #e5e5e5 solid;
  background:#fff;
}



/****网上办事 第二个文本框  按钮特效  end****/


/****网上办事 icon 特效  开始****/

.online_detail_height{
  width:1200px;
}



.tab_detail{
  width:1200px;
}

.online a{
  width:184px;
  height:184px;
  text-align:center;
  background:#fff;
  display:block;
  margin:0 14px 14px 0;
  float:left;
  border:2px solid #e5e5e5;
}

.online a:hover{
  border:2px solid #3b6381;
}

.online a.keep_right{
  margin-right:0;
}

.online a img{
  display:block;
  width:80px;
  height:80px;
  margin:30px auto 0;
}

.online a span{
  color:#666;
  font-size:18px;
  margin-top:4px;
  display:block;
  padding:0 10px;
}

/*图片放大*/
.online a:hover img{
  transform:scale(.9,.9);
  transition: all 0.3s;
}

.online a:hover span {
  font-size:17px;
  font-weight:700;
}
  
.online a.col_right {
  margin-right: 0;
}









/****网上办事 icon 特效  end****/



/****网上办事 end****/

/**** 图片特效  开始****/


.online_box{
    width:1000px;
    height:305px;
    background-color:#fff;
    float:left;
}



.blue_title_btn_label{
    float: left;
    background:  no-repeat;
    width: 200px;
    height: 50px;
}



.blue_title_btn_label p {
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    padding-left: 50px;
    height: 50px;
    font-family: impact,arial,helvetica,sans-serif;
}


/****网上办事 图片特效  开始 ****/

.content_pic_box{
width:470px;
margin:0px;
padding:0px;
position:relative;
float:left;
margin-left:0px;
margin-top:0px;
}

.circle_box{
width:470px;
height:220px;
margin:0px;
padding:0px;
background:  repeat-x;
text-align:center;
position: relative;
overflow: hidden;
}

@-webkit-keyframes smoke{
0%{-webkit-transform: translate3d(-100%,0, 0);transform: translate3d(-100%, 0, 0);}
100%{-webkit-transform: translate3d(0%, 0%, 0);transform: translate3d(0%, 0%, 0);}
}


.img_one{
-webkit-animation:smoke  16s linear both infinite;
width:800px;
height:220px;
background: center center;
background-position: 0px 10px;
background-repeat: repeat-x;
bottom: 0%;
left: 0%;
margin-left: 0px;
position: absolute;}

@-webkit-keyframes smoke02{
0%{-webkit-transform: translate3d(0%,0, 0);transform: translate3d(0%, 0, 0);}
100%{-webkit-transform: translate3d(100%, 0%, 0);transform: translate3d(100%, 0%, 0);}
}


.img_two{
-webkit-animation:smoke02  16s linear both infinite;
width:800px;
height:220px;
background: center center;
background-position: 0px 10px;
background-repeat: repeat-x;
bottom: 0%;
left: 0%;
margin-left: 0px;
position: absolute;}


.circle_pic{
float:left;
position:relative;
width:100px;
height:120px;
text-align:center;
margin-left:40px;
margin-top:40px;
}

.circle_pic img{

}

.circle_pic a{
width:100%;
font-family: “microsoft yahei”,arial,helvetica,sans-serif,”宋体” ! important; 
font-size: 16px;
font-weight:bold;
color: #fff;
text-decoration:none;
}

.circle_pic a:hover{
color: #ffff00;
text-decoration:none;
}

.circle_pic:before {
  content: "";
  position: absolute;
  pointer-events:none;
  z-index: 1;
  top: -12px;
  left:-9px;
  border-radius:100%;
  width:94px;
  height:94px;
  border:rgba(255,255,255,0.3) 12px solid;
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.circle_pic:hover, .circle_pic:focus, .circle_pic:active {
  color: white;
}

.circle_pic:hover:before, .circle_pic:focus:before, .circle_pic:active:before {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}


/****网上办事  图片特效  end****/


/****网上办事  按钮特效  开始****/


.work_btn_box{
float:left;
position:relative;
width:80px;
height:40px;
text-align:center;
margin-left:50px;
margin-top:10px;
}

.work_btn{
  float:left;
  width:80px;
  height:35px;
  border-radius: 50px;
  font-family:verdana; 
  font-size:16px;
  color:#fff;
  line-height:35px;
  text-decoration:none;
  text-align:center;
  margin:0px 20px 15px 0px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translatez(0);
  transform: perspective(1px) translatez(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


.work_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.2);
  -webkit-transform: scalex(0);
  transform: scalex(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}

.work_btn:hover, .work_btn:focus, .work_btn:active {
  color:red;
}

.work_btn:hover:before, .work_btn:focus:before, .work_btn:active:before {
  -webkit-transform: scalex(1);
  transform: scalex(1);
}


.work{
  background-color:#000000;
  opacity:0.5;
  filter:alpha(opacity=50); /* ie8 以及更早的浏览器 */
}


/****网上办事  按钮特效  end****/


/****网上办事 地图 开始****/


.emap{
width:470px;
height:130px;
margin:0px;
padding:0px;
margin-top:10px;
background: url(/uploads/image/zswimages/emap.jpg) no-repeat;
position: relative;
overflow: hidden;
-webkit-transform: perspective(1px) translatez(0);
transform: perspective(1px) translatez(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;}

.emap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27,85,132,0.3);
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.emap:hover, .emap:focus, .emap:active {
  color: white;
}

.emap:hover:before, .emap:focus:before, .emap:active:before {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.emap img{
  margin:40px 0px 0px 116px;
}

.emap a{
  width:437px;
  height:98px;
  margin:0px;
}



/****网上办事 地图 end****/


/****警民互动  开始****/


.interactive_content_box{
  width: 1200px;
  height: 290px;
  margin: 0 auto;
}



.interactive_box{
  width: 1190px;
  margin: 0 auto;
}


.slider3 {
  float:left;
  width:1200px;
  position:relative;
}

.slider3 .slides2{ 
  width:1200px; 
  overflow: hidden; 
  float: left;
}

.slider3 .slides2 img { 
  display: block;
  width:100px; 
  height:60px;
  margin:30px auto 0;
  transition:all 1s;
  -webkit-transition:all 1s; 
  -moz-transition:all 1s;
  -o-transition:all 1s;
}

.slider3 .slides2 li:hover img{
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -o-transform:scale(1.5);
}

.slider3 .slides2 li{
  float:left;
  width:185px;
  height:162px;
  position: relative;
  background: #f5f5f5;
  margin:0 15px 0px 0px;
}

.slider3 .slides2 li a.img_wrap{
  display: block;
  width:185px; 
  height:160px;
  overflow: hidden;
}

.slider3 .slides2 h3{
  font-size:18px;
  font-weight: 400;
  padding:20px 20px 10px;
}

.slider3 .slides2 h3 a:hover{
  color: #bd1a2d;
}

.slider3 .slides2 p{
  line-height: 24px;
  padding:0 20px; 
  color: #999;
  font-size: 14px;
}

.slider3 .slides2 p a{
  color: #fff;
}

.slider3 .slides2 .txt{
  height:2px;
  position:relative;
}

.slider3 .slides2 .txt .line2{
  display:block;
  width:0;
  height:2px;
  position:absolute;
  left:0;bottom:0;
  background:#3aa7be;
  transition:all 0.3s ease-in-out;
}

.slider3 .slides2 li:hover .txt .line2{
  width:100%;
}

.slider3 .flex-control-nav{
  text-align:center;
  padding-left: 20px;
  padding-top: 25px;
}

.slider3 .flex-control-nav li{
  width: 14px; 
  display: inline-block;
  *zoom:1;
  *display:inline; 
  margin: 0 5px;
  cursor: pointer;
}

.slider3 .flex-control-nav li a{ 
  display: block; 
  width: 14px; 
  height: 14px;
  line-height: 20px; 
  overflow: hidden; 
  text-align:center;
  color:#000;
  text-indent:-9999px;
  background:#fff;
  border-radius: 50%;
}

.slider3 .flex-control-nav .flex-active{ 
  background:#f5d389;
  color:#fff;
}

.slider3 .flex-prev {
  position: absolute;
  top:37%;
  left: -60px;
  background: 0;
  width: 40px;
  height: 44px;
  text-indent: -9999px;
}

.slider3 .flex-next {
  position: absolute;
  top:37%;
  right: -45px;
  background: 0;
  width: 40px;
  height: 44px;
  text-indent: -9999px;
}

.slider3 .flex-direction-nav li{
  display: none;
}

.slider3 .slides2 li a span{
  color:#000;
  font-size:18px;
  margin-top:10px;
  display:block;
  padding:0 10px;
  text-align:center;
}




/****警民互动  end****/



/**** 底部三个图片 开始 ****/

.m_area6_wrap{
  background: #dcdcdc;
  padding:50px 0 30px;
}

.m_area6{
  width: 1200px;
  margin:0 auto;
}

.slider2 {
  float:left;
  width:830px;
  position:relative;
}

.slider2 .slides{ 
  width:860px; 
  overflow: hidden; 
  float: left;
}

.slider2 .slides img { 
  width:250px; 
  height:160px;
  transition:all 1s;
  -webkit-transition:all 1s; 
  -moz-transition:all 1s;
  -o-transition:all 1s;
}

.slider2 .slides li:hover img{
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -o-transform:scale(1.5);
}

.slider2 .slides li{
  float:left;
  width:250px;
  height:330px;
  position: relative;
  background: #fff;
  margin:0 18px;
}

.slider2 .slides li a.img_wrap{
  display: block;
  width:250px; 
  height:160px;
  overflow: hidden;
}

.slider2 .slides h3{
  font-size:18px;
  font-weight: 400;
  padding:20px 20px 10px;
}

.slider2 .slides h3 a:hover{
  color: #bd1a2d;
}

.slider2 .slides p{
  line-height: 24px;
  padding:0 20px; 
  color: #999;
  font-size: 14px;
}

.slider2 .slides p a{
  color: #fff;
}

.slider2 .slides .txt{
  height:170px;
  position:relative;
}

.slider2 .slides .txt .line{
  display:block;
  width:0;
  height:2px;
  position:absolute;
  left:0;bottom:0;
  background:#a91728;
  transition:all 0.3s ease-in-out;
}

.slider2 .slides li:hover .txt .line{
  width:100%;
}

.slider2 .flex-control-nav{
  text-align:center;
  padding-left: 20px;
  padding-top: 25px;
}

.slider2 .flex-control-nav li{
  width: 14px; 
  display: inline-block;
  *zoom:1;
  *display:inline; 
  margin: 0 5px;
  cursor: pointer;
}

.slider2 .flex-control-nav li a{ 
  display: block; 
  width: 14px; 
  height: 14px;
  line-height: 20px; 
  overflow: hidden; 
  text-align:center;
  color:#000;
  text-indent:-9999px;
  background:#fff;
  border-radius: 50%;
}

.slider2 .flex-control-nav .flex-active{ 
  background:#f5d389;
  color:#fff;
}

.slider2 .flex-prev {
  position: absolute;
  top:37%;
  left: -60px;
  background: 0;
  width: 40px;
  height: 44px;
  text-indent: -9999px;
}

.slider2 .flex-next {
  position: absolute;
  top:37%;
  right: -45px;
  background: 0;
  width: 40px;
  height: 44px;
  text-indent: -9999px;
}

.slider2 .flex-direction-nav li{
  display: none;
}

/*视频、图片*/
.right_news_box{
  float: right;
  width: 340px;
}

.right_news_box ul li{
  position: relative;
  width: 340px;
  height: 160px;
  overflow: hidden;
}

.right_news_box ul li img{
  width:340px;
  height: 160px;
  vertical-align: top;
}

.video_box{
  margin-bottom: 10px;
}

.right_news_box ul li .hidetxt{
  position: absolute;
  bottom:0;
  left: 0;
  filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#b2000000,endcolorstr=#b2000000);*zoom:1;background:rgba(0,0,0,0.3);
  height: 40px;
  line-height:40px;
  width:340px;
  text-align:center;
}

:root .hidetxt {
  filter:none;
}

.right_news_box ul li p{
  font-size: 14px;
  line-height: 40px;
}

.right_news_box ul li p a{
  color: #fff;
}

.ico_colunm {
  font-size: 14px;
  background: #bd1a2d;
  position: absolute;
  left:0;
  top:0;
  padding:0 10px;
  color:#fff;
  height: 20px;
  line-height: 20px;
}

/*营商环境*/

/**** 底部三个图片 end ****/

/**** 底部导航  开始 ****/

 .g_links_box{
  height:60px;
  background:#757575;
}

  .g_links_box .m_links_box{
    width:1200px;
    margin: 0 auto;
    line-height: 60px;
  }

  .g_links_box .m_links_box .m_links_module{
    float: left;
    margin:0 10px;
    color:#fff;
    position: relative;
  }

  .g_links_box .m_links_box .m_links_module span{
    display:inline-block;
    *zoom:1;
    *display:inline;
    background: url(/uploads/image/zswimages/ico_up2_ch_20190924.png) right center no-repeat;
    width:180px;
    text-align: center;
    cursor:pointer;
  }

  .g_links_box .m_links_box .m_links_module1 span{
    width:235px;
  }

  .g_links_box .m_links_box .f_mask span{
    background: url(/uploads/image/zswimages/ico_down2_ch_20190924.png) right center no-repeat;}

  .g_links_box .m_links_box .m_links_module i{
    height:60px;
    display:inline-block;
    *zoom:1;
    *display:inline;
    line-height: 60px;
    color:#fff;
    font-style:normal;
    padding-left: 10px;
  }

  .g_links_box .m_links_box .m_links_module ul{
    position:absolute;
    top:-402px;
    left:0; 
    border:1px solid #ccc;
    width:200px;
    height:380px;
    z-index:100;
    background:#fff;
    font-size:14px;
    line-height:28px;
    overflow-y:auto;
    display: none;
  }

  .g_links_box .m_links_box .m_links_module li{
    padding:0 10px;
  }

  .g_links_box .m_links_box .m_links_module li:hover{
    background:#ccc;
  }

  /*链接 公务员邮箱*/

  .g_link_box1{
    height: 60px;
    line-height:60px;
    background: #dcdcdc;
    font-size: 14px;
    border-top: 1px solid #fff;
  }

  .g_link_box1 .m_links_box1{
    width:1200px;
    margin:0 auto;
  }

  .g_link_box1 .m_links_box1 .m_links_left{
    float: left;
  }

  .m_links_left span{
    color: #bd1a2d;
  }

  .m_links_left a{
    margin:0 5px;
    color:#666;
  }

  .m_links_left a:hover{
    color:#bd1a2d;
  }

  .u-civil-servant-mail{
    float:right;
    color:#666;
  }

  #m-mailform{
    height:30px;
  }

  #m-mailform .u-login,#m-mailform .u-help{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:40px;
    height:22px;
    font-size:14px;
    background:#c0c0c0;
    border-radius:4px;
    text-align:center;
    line-height:22px;
    vertical-align:middle;
  }

  #m-mailform .u-login{
    margin-left:14px;
    padding:5px 7px;
  }

  #m-mailform .u-help{
    margin-left:10px;
    padding:5px 7px;
  }

  #m-mailform #u-uid,#m-mailform #u-password{
    width:180px;
    height: 30px;
    line-height:30px;
    border:0;
    color:#666;
    padding:0 10px;
  }

  #m-mailform .u-login a,#m-mailform .u-help a{
    color:#666;
  }

  #m-mailform .u-login:hover,#m-mailform .u-help:hover{
    background:#dabb85;
  }

/*end*/


/**** 底部导航  end ****/

/**** 页尾  开始 ****/

body,div,p,ol,ul,li,a,img,span{
  margin:0;padding:0;
  }

html,body{
  font-family:"microsoft yahei","simsun";
  font-size:14px;
  text-align:left;}

ul,ol{
  list-style:none;
  }

img{
  border:0;
  vertical-align:top;
  }

a{
  text-decoration:none;
  color:#000;}

a:link,a:visited,a:active{
  text-decoration:none;
  }

.f_clear{
  display:block;
  *zoom:1;
  }

.f_clear:after{
  content:'';
  overflow:hidden;
  width:100%;
  height:0px;
  font-size:0px;
  display:block;
  clear:both;
  }

.g_foot_box *{
  box-sizing: content-box;
  }

.g_foot_box .m_foot_box{
  height:210px;
  background:#bd1a2d;border-top:1px solid #8f1322;
  }

.g_foot_box .m_foot_box .m_foot {
  width:1200px;
  margin: 0 auto;
  }

.g_foot_box .m_organization{
  float:left;
  width:50px;
  padding:70px 55px 0 90px;
  }

.g_foot_box .m_jiucuo{
  float: left;
  padding:75px 95px 0 0;
  }

.g_foot_box .m_foot_info{
  float: left;
  margin-top: 30px;
  }

.g_foot_box .m_foot_info li {
  float: left;
  margin-left: 3px;
  background:#a91728;
  font-size:14px;
  }

.g_foot_box .m_foot_info li a{
  color:#fff;
  }

.g_foot_box .m_info1{
  width:300px;
  padding:30px 0;
  height:90px;}

.g_foot_box .m_info1 a{
  float:left;
  margin:12px 47px;
  }

.g_foot_box .m_info2{
  width:240px;
  padding:30px 20px 0;
  height:120px;
  }

.g_foot_box .m_info2 p{
  font-size: 14px;
  color:#fff;
  line-height: 44px;
  }

.g_foot_box .m_info3{
  width:180px;padding:25px 15px;height:100px;
  }

.g_foot_box .m_info3 p{
  float:left;width:80px;
  text-align: center;
  font-size: 12px;
  margin:0 5px;color:#fff;
}


.g_foot_box .m_info3 p img{
  padding-bottom: 5px;
    }

.g_foot_box .m_foot_txt{
  height:55px;
  line-height:55px;
  background: #dabb85;
  }

.g_foot_box .m_foot_txt .foot_txt{
  width:1200px;
  margin: 0 auto;
  overflow: hidden;
  }

.g_foot_box .m_foot_txt .foot_txt p{
  float:left;
  font-size:14px;
  color: #000;
  margin-right: 80px;
  }

.g_foot_box .m_foot_txt .foot_txt p.u_mar0{
  margin:0;
  float:right;
  }

.g_foot_box .m_foot_txt .foot_txt p.u_middle{
  margin-left:30px;
}


.working_txt{
  display: none;
  }

.m_organization{
  font-size: 14px;
  color: #fff;
  }

.nopc{
  display: none;
  }



@media only screen and (max-width: 414px) {.foot_txt{display: none;}.m_jiucuo,.m_info1,.m_info2,.qr_weibo{display: none;}


.working_txt{
  display: block;
  text-align: center;
  font-size: 14px;
  }

.g_foot_box .m_foot_box{
  height: auto;
  }

.g_foot_box .m_foot_box .m_foot{
  width:100%;
  }

.g_foot_box .m_organization,.g_foot_box .m_jiucuo{
  width:50%;
  margin:0;
  padding:20px 0;
  text-align: center;
  }


.nopc{
  display: block;
  }

.g_foot_box .m_foot_info{
  margin:0;width:50%;
  }

.g_foot_box .m_foot_info li.m_info3{
  background: 0;
  width:100%;
  padding:25px 0 0;
  text-align: center;
  margin:0;
  }

.g_foot_box .m_info3 p{
  width:100%;
  margin:0;
  }

.g_foot_box .m_info3 p img{
  width:55px;}}


/**** 页尾  end ****/


