@charset "utf-8";
#wrapper {
    position: relative;
    width: 100%;
    height: 100%
}
.min_wrap {
    width: 1030px;
    margin: 0 auto
}
.min_wrap2 {
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px
}
.icon_web {
    background: url(../imgs/layout/icon_web.png) no-repeat;
    position: relative
}

.scroll_nav_mn .icon_home {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: -20px 0!important;
    background-color: #fff;
    width: 24px!important;
    height: 24px!important;
    top: 8px!important
}
.ul_mn > li {
    float: left;
    position: relative
}
.ul_mn > li > a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: url(../imgs/layout/line_menu.png) no-repeat right center
}
.ul_mn > li.active > a::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #f63;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0
}
.ul_mn > li.active > a {
    background: #fff;
    color: #f63;
    z-index: 101;
    position: relative
}
.ul_mn > li:hover > a {
    color: #f63
}
.ul_mn > li.menu_home .icon_home {
    width: 20px;
    height: 18px;
    background-position: 0 0;
    display: block;
    top: 11px
}
.ul_mn > li.menu_home.active .icon_home {
    background-position: 0 -18px
}
.ul_mn > li > a > i.icon_arrow_menu {
    width: 7px;
    height: 4px;
    background-position: 0 -36px;
    display: inline-block;
    top: -2px;
    margin-left: 5px
}
.ul_mn > li.active > a > i.icon_arrow_menu,
.ul_mn > li:hover > a > i.icon_arrow_menu {
    background-position: -7px -36px
}
.ul_mn > li:hover > ul.mn_child_01 {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    top: 40px
}
.ul_mn > li > ul.mn_child_01 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #e1effa;
    width: 200px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    z-index: 2
}
.ul_mn > li > ul.mn_child_01::before {
    border-bottom: 7px solid #e1effa;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 20px
}
.ul_mn > li > ul.mn_child_01 > li {
    position: relative;
    padding: 0 15px
}
.ul_mn > li > ul.mn_child_01 > li + li > a {
    border-top: 1px dotted #b6d0e5
}
.ul_mn > li > ul.mn_child_01 > li a {
    color: #333;
    display: block;
    padding: 5px 0
}
.ul_mn > li > ul.mn_child_01 > li a.arrown_mn_child,
.ul_mn > li > ul.mn_child_01 > li a.arrown-mn-child {
    background: url(../imgs/layout/arrown-breacrum.png) no-repeat right center;
    padding-right: 10px
}
.ul_mn > li > ul.mn_child_01 > li:hover a.arrown_mn_child {
    background: url(../imgs/layout/arrown-breacrum_hover.png) no-repeat right center
}
.ul_mn > li > ul.mn_child_01 > li:hover a {
    color: #f63
}
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {
    visibility: visible;
    z-index: 11;
    opacity: 1
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 200px;
    top: 0;
    background: #e1effa;
    padding: 0 15px;
    width: 150px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    z-index: 2
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li + li > a {
    border-top: 1px dotted #b6d0e5
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li a {
    color: #333
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li a:hover {
    color: #f63
}
#container {
    min-height: 500px
}
.icon_menu_mobile {
    visibility: hidden;
    width: 32px;
    height: 32px;
    background: #ff9900 ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
	color:#fff;
	line-height:26px;
	text-align:center;
	font-size:20px;
}
.icon_menu_mobile i, .icon_menu_mobile i:hover
{
	color:#fff;
	padding: 5px 0px;
}
.menu_mobile {
    visibility: hidden;
    background: #f0f0f0;
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: -280px;
    z-index: 9999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s
}
.close_menu_mobile {
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 280px
}
.ad_body {
    height: 100%;
    overflow-y: hidden
}
.ad_body .menu_mobile {
    left: 0
}
.ad_body #wrapper {
    left: 280px
}
.ul_ma_1 li {
    font-size: 15px;
	font-weight:bold;
    position: relative
}
.ul_ma_1 > li a {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #000;
    padding: 15px 10px 15px 15px;
	border-bottom:1px solid #DDD;
}
.ul_ma_1 > li > a {
    font-weight: bold;
}
.ul_ma_1 > li > a:hover,
.ul_ma_1 > li.active > a {
	font-weight: bold;
	color:#fff;
	background:#990000;
}
.ul_ma_1>li>ul > li > a {
    background: #fafafa;
    padding-left: 30px;
	color: #ff9900;
	font-weight:bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.ul_ma_1>li>ul > li>ul>li > a {
    background: #f0f0f0;
    padding-left: 35px;
	color: #39b54a;
	font-weight:bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left:2px solid #39b54a;
}
.ul_ma_1>li>ul > li>ul>li>ul>li a 
{
	background: #f0f0f0;
    padding-left: 25px;
	color: #44afdd;
	font-weight:bold;
	border-top: 1px solid #fff;
	border-left:4px solid #44afdd;
}
.arrown_menu_accordion {
    background: url(../images/arrown_menu_accordion.png) no-repeat center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .min_wrap {
        width: 1000px
    }
    .ul_fh_2 > li,
    .btn_fh_2 {
        width: 182px
    }
    .li_search_h select {
        width: 182px!important
    }
    .li_btn_fh_2 {
        width: 379px!important
    }
    .da_sb_1 figure {
        height: 180px
    }
    .ul_rss_2 > li > .outside_rss > span:nth-child(2),
    .ul_rss_3 > li > .outside_rss > span:nth-child(2),
    .ul_rss_4 > li > .outside_rss > span:nth-child(2) {
        width: 425px
    }
    .grid-item {
        width: 23%;
        margin: 1%
    }
}
@media only screen and (max-width: 769px) {
    html,
    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
    .icon_menu_mobile {
        visibility: visible
    }
    #wrapper {
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        left: 0
	}
}