




/*APP-head*/
.app-header{
	height: 60px;
	background: #3475a9;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
body.nav-open .app-nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: auto;
  }
  body.nav-open .nav-toggle {
	box-shadow: none;
  }
  body.nav-open .nav-toggle:before {
	width: 3200px;
	height: 3200px;
	/* background-color: rgba(74, 117, 230, 0.85); */
	background-color: rgba(0, 0, 0, 0.8);
  }
  body.nav-open .nav-toggle .icon {
	width: 0;
  }
  body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
  }
  body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
  }
  .nav-toggle {
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
	/* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); */
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle:before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background-color: #4A75E6; */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
			transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
			transition-timing-function: swing;
  }
  .nav-toggle .icon {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	position: absolute;
	top: 28px;
	left: 15px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
	}
  .nav-toggle .icon:before,
  .nav-toggle .icon:after {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle .icon:before {
	top: -9px;
  }
  .nav-toggle .icon:after {
	top: 9px;
  }
  .app-nav {
	position: absolute;
	top: 80px;
	height: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  .app-nav ul{
	  margin-left: -10px;
	  margin-right: -10px;
	  overflow: hidden;
  }
  .app-nav ul li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-top: 10px;
  }
  .app-nav ul li a {
	display: block;
	text-align: center;
	color: white;
	background: #3475a9;
	text-decoration: none;
	border-radius: 8px;
	line-height:68px;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	}
  .app-nav ul:hover li a {
	opacity: 0.5;
  }
  .app-nav ul:hover li:hover a {
	opacity: 1;
  }
.app-logo{
	position: absolute;
	top: 7px;
	left: 12px;
}
.app_logo1{
		float: left;
		background: url(../images/logo3.png) no-repeat left center;
		text-align: center;
		height: 45px;
		background-size: 36px 40px;
		padding-left: 42px;
		line-height: 45px;
}
.app_logo1 span{
	display: block;
	font-size:18px;
	font-weight: bold;
	margin-top: 1px;
	color: #fff;

}
.app_logo1 em{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.navbar-soso{
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(//www.yiyang.gov.cn/yycg/hdjl/images/search22.svg) no-repeat center/34px 34px;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.ip-top-search{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}
.ip-top-search input{
    padding: 15px 0;
    width: 100%;
    border: 0;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    text-indent: 11px;
}
.ip-top-search a{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 20px;
    color: #0069c5;
    background: transparent;
}
.ip-top-search button{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 18px;
    color: #0069c5;
    background: transparent;
    border:none;
    font-family: "microsoft yahei";
}






@media only screen and (max-width: 1550px){
	.dh_list{ right: 0;}
}
@media only screen and (max-width: 1200px){
	.dh_list{ display: none;}
	.app-header{display: block;}
	.header{display: none;}
	.footer{ height: auto;}
     .footer .rg{ float: left;}
     .footer .rg a:first-child{ margin-top: 10px;}
     .footer .rg a:last-child{ margin-top: 14px;}
     .sp_wid{width: 100%;}
     .ztzl_rg{width: 100%;}
     .main{width: 95%;}
     .yycon{margin-top: 60px;}
     .tt_top_lf{width: 100%; border: 0; margin-left: 0; margin-top: 20px;}
     .tt_top_lf img{display: block; margin: 0 auto; }
     .tt_top{height: auto;}
     .tt_top_rg{ width: 100%; margin-top: 10px;}
     .yytl4_bot a{width: 100%; margin-top: 10px;}
     .tt_top_rg span a{font-size: 22px;}
     .tt_top_rg em a{display: block; margin-bottom: 5px;}
     .tt_top_rg em b{display: none;}
     .tt_bot_rg{margin-top: 20px;}
     .xxml a{width: 100%; margin-right: 0; margin-bottom: 5px;}
     .list_title a{font-size: 16px; margin-right: 10px;}
     .gzdt_con li a{font-size: 14px;}
     .gzdt_con li span{font-size: 12px;}
     .list_con li i{display: none;}
     .list_con li a{margin-left: 0; font-size: 14px;}
     .list_con li span{font-size: 12px;}
     .ghjh_bot a{width: 100%; margin-right: 0; margin-bottom: 10px;}
     .ztzl_lf{width: 100%;}
     .ztzl_rg{margin-top: 15px;}
     .footer_nav{height: auto; }
     .footer_nav li.item{width: 100%; margin-bottom: 10px;}
     .wzdh{width: 100%;}
     .footer2 .footer_nav li.item{ width: 100%;}
     .footer2 .footer{ height: auto;}
     .footer2 .footer_top{ font-size: 14px;}
     .footer2 .footer_top a{font-size: 14px;}
     
     .yy_con_title{ height: auto;}
     .yy_con{margin-top: 80px;}
     .xwdt_lf{width: 100%;}
     .xwdt_rg{ width: 100%;}
     .sy_ztzl{ height: auto;}
     .sy_ztzl .lf{ width: 100%;}
     .sy_ztzl_rg{ width: 100%;}
     .sy_mid_lf{ width: 100%;}
     .sy_mid_mid{ width: 100%; margin-left: 0; margin-top: 20px;}
     .sy_mid_rg{ width: 100%;}
     .sy_bot_lf{ width: 100%;}
     .sy_bot_rg{ width: 100%;}
     .sy_bot_lf_list{ width: 100%;}
     .yy_con_title .lf{ width: 100%;}
     .xwdt_lf .owl-controls{ right: 0;}
     .xwdt_lf .owl-dots .owl-dot span{ margin-left: 4px; width: 8px; height: 8px;}
     .xwdt_rg_nav a{ width: 100%;}
     .xwdt_rg_con .top{ height: auto; overflow: hidden;}
     .xwdt_rg_con .top em{ width: 100%;}
     .xwdt_rg_con .top i{ margin: 17px auto 0; display: block; float: none;}
     .xwdt_rg_con .top em span{padding-bottom: 10px;}
     .sy_ztzl .lf span{ width: 100%;}
    .sy_ztzl .lf span{ line-height: 40px; padding: 0;}
    .sy_bot_lf_rg{ width: 100%;}
    .sy_bot_lf_rg .top{ background-size: 100% 100%;}
    .sy_list_nav a{ padding: 0 8px;}
    .sy_ts a{width: 100%; margin-right: 0; margin-bottom: 10px;}
    .xxgk_rg_top_lf .rg{width: 100%; margin-left: 0;}
    .xxgk_rg_top{padding: 15px 10px;}
    .xxgk_rg_top_lf{padding-right: 0; border: 0;}
    .xxgk_rg_top_rg{width: 100%; margin-left: 0;}
    .sy_list_nav a{font-size: 16px;}
    .ldxx_con li{width: 100%; padding: 0; padding-bottom: 15px;}
    .ldxx_con li i{ width: 100%;}
    .ldxx_con li i img{ width: 155px; margin: 0 auto;}
    .ldxx_con li em{width: 100%; margin-top: 20px;}
    .ldxx_con li em span{text-align: center;}
    .ldxx_con li em b{text-align: center;}
    .ldxx_con li em p{text-align: center;}
    .ldxx_con li em a{position: initial; display: block; text-align: right; margin-top: 15px;}
    .ldxx_page ul li{display: none;}
    .ldxx_page ul li:nth-of-type(3){display: block; float: left; width: 50%;}
    .ldxx_page ul li:nth-of-type(7){display: block; float: right; width: 50%;}
    .ldxq_lf{width: 100%; margin-left: 0;}
    .ldxq_rg{width: 100%; margin-top: 30px;}
    .ldxq_rg_box b{width: 100%; text-align: left; margin-bottom: 10px;}
    .bm_con{ padding: 0 15px;}
    .hdjl{margin-top: 60px;}
    .hdjl_ldxx_con a{width: 100%; margin-right: 0; margin-bottom: 10px;}
    .xjgk_con table{font-size: 12px;}
    .znwd_bot a:first-child{background-size: 100% 100%;}
    .znwd_bot a:last-child{background-size: 100% 100%;}
    .hdjl_zjdc_con li i{display: block; float: none; margin: 0 auto;}
    .hdjl_zjdc_con li em{float: none; display: block; width: 100%;}
    .hdjl_zjdc_con li em b{font-size: 14px;}
    .hdjl_zjdc_con li em span{font-size: 14px;}
    .hdjl_jgfk{margin-top: 20px;}
    .hd_ldxx_top{height: auto; background: #125e9a; padding-bottom: 20px;}
    .hd_ldxx_top ul{ float: none; margin-right: 0;}
    .hd_ldxx_top ul li{ margin-left: 0; width: 50%;}
    .hd_ldxx_top ul li i{    margin: 30px auto 0;}
    .hd_ldxx_bot_title{border-bottom: 0;}
    .hd_ldxx_bot_title .lf{ width: 100%;}
    .hd_ldxx_bot_title .rg{ width: 100%; margin-top: 15px;}
    .myselect{width: 25%;}
    .ss_search_top_k_inp{width: 75%;}
    .hd_ldxx_bot_table table .td1, .hd_ldxx_bot_table table .td2{text-align: center; padding-left: 0;}
    .bm_box{margin-top: 60px;}
    .zjdc_list_top{ height: auto; background: #125e9a; padding:  0 10px; padding-bottom: 20px;}
    .zjdc_list_top i{float: none; margin:  20px auto; display: block;}
    .zjdc_list_top i img{display: block; margin: 0 auto;}
    .zjdc_list_top em{ margin-left: 0; float: none; display: block; width: 100%; margin-top: 0;}
    .zjdc_list_mid_con a{ width: 100%; margin-bottom: 15px; height: auto; padding: 0 10px; padding-bottom: 20px;}
    .zjdc_list_mid_con a i{display: block; float: none; margin: 0 auto; margin-top: 20px;}
    .zjdc_list_mid_con a em{ width: 100%; margin-left: 0;}
    .zjdc_list_mid_con a em span{margin-top: 15px;}
    .zjdc_list_mid_con a em b{margin-top: 10px;}
    .zjdc_list_bot table{font-size: 12px;}
    
        /* 11/19 */
    .map-title{text-align: center;background: none;}
    .map-title span{margin-left: 0;}
    .bm_box{margin-top: 60px;}
    .ftls-l{width: 100%;margin-bottom: 20px;}
    .ftls-r{width: 100%;}
    .ftls-r-2 ul li a{width: 70%;}
    .nry-page{padding: 0 10px;}
    .nry-text .pys{text-indent: 0;}
    /* 11/19 */
    
    .dcxq{ padding: 0 10px;}
    .dcxq_top_title h3{ margin-top: 15px; font-size: 25px;}
    .dcxq_top_title .bot{margin-top: 20px;}
    .dcxq_top_title .bot span{ width: 100%; margin-bottom: 5px; text-align: center;}
    .dc_box ul li{ margin-right: 0; width:100%;}
    .dc_yzm span{width: 100%;}
    .dc_yzm input{ margin-left: 0;}
    .fbbox-bor{ padding: 19px 10px 24px;}
    .fbbox li{width: 100%;}
    .fbbox li span,.fbbox li.s1 span{width: 100%; text-align: left; padding-left: 5px;}
    .fbbox li input,.fbbox li.s1 input,.fbbox li.s1 textarea{width: 100%;}
    .fbbox li.s2 input{width: 50%;}
    .yjxl-ck .yjxl-ckbox{padding: 22px 10px;}
    .yjxl-ck .yjxl-ckbox table{font-size: 12px;}
    .yjxl-ck .yjxl-ckbox thead,.yjxl-ck .yjxl-ckbox td{line-height: 22px;}
}
@media only screen and (max-width: 414px){
	.footer .lf p{ font-size: 12px;}
	.tt_bot_lf .item img{height: 200px;}
     .tt_bot_lf{ height: 200px;}
     .xwdt_lf .item img{ height: 186px;}
     .xwdt_lf{ height: 186px;}
}