.dan_top{
	height: 90px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed{
    top: -101px !important;
}

.dan_top .dylogo{
	float: left;
	margin-right: 65px;
	height: 90px;
	background: none;
}
.dan_top .dylogo a{
	display: block;
	height: 100%;
	line-height: 90px;
}
.dan_top .dylogo  img{
	display: inline-block;
	vertical-align: middle;
	height:60px;
}

.dan_nav ul li{
	float: left;
	line-height: 90px;
	width: 120px;
	margin-right: 10px;
}
.dan_nav ul li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px solid #fff;
	height: 90px;
}

.dan_nav ul li a:hover {
	color: #1479d7;
	text-decoration: none;
}
.dan_nav ul li a:hover, .dan_nav ul li a.active {
	border-bottom: 3px solid #0067b4;
}

.dan_nav h2 {
	display:inline-block;
	background: url(/images/szbbj.jpg) left center no-repeat;
	background-size:500px 70px;
	background-position:0px 12px;
	width:600px;
	height:90px;
	line-height:70px;
	float: left;
	text-align:center;
	color:#E5002E;
	padding-left:220px;
	font-size:18px;
	font-family: æ¥·ä½“;
}
.dan_banner img{width: 100%;height: 500px;}
#todayWeek {
	line-height:85px;
	font-size:17px;
	letter-spacing:1px;
}
.dan_top .tel{
	background: url(/images/tel_bg.png) left center no-repeat;
	line-height: 90px;
	float: right;
	padding-left: 37px;
	color: #e4392a;
	font-size: 18px;
}
.dan_tit{
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}
.dan_tit h3{
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}
.dan_tit h5{
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.dan_tit h5 span{
	color: #e4392a;
}
.dan_tit em{
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}
.dyan_info {
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    color: #666;
    padding-bottom: 80px;
}
.mobNav{display:none}
.dyan_info  p {
    text-indent: 32px;
    padding-top: 20px;
}

@media (max-width: 768px){
    .fm_menu,.dan_top,.dan_banner{display:none}
    .dan_tit{padding:90px 0 20px 0}
    .mobNav {
    width: 100%;
    box-shadow: 0 5px 9px rgb(0 0 0 / 8%);
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:60px;
}	
	
	
.list_tit a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    height: 50px;
	font-weight: normal;
}

.list_news{padding-top: 10px;margin-top: 10px;}
.list_news  .col-xs-3,.list_news  .col-sm-3{padding:0}
.list_tp img,.list_cont{height: 90px;}
.list_bt li.list_lm,.fm_menu,.top,.sy_mlogo,.navbar{display: none;}
.mob_s img{width:25px;height: 25px;}
	.none {display: none;}
	.inline { display: inline;}
	.mob_rmenu{display: flex;justify-content: space-between;width: 70px;align-items: center;}
.topNav_menu {
    width: 30px;
    height:30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 10px;
    margin-left: 10px;
	z-index: 99999;
 
}
.topNav_menu span {
    width: 100%;
    height:2px;
    background: #666;
    border-radius: 2px;
    transition: .3s;
    transform-origin: 100% 0;
}

.topNav_menu.active span:nth-child(1) {
  transform: translate(-1px, -1px) rotate(-45deg);
}
.topNav_menu.active span:nth-child(2) {
  opacity: 0;
}
.topNav_menu.active span:nth-child(3) {
  transform: translate(1px, 1px) rotate(45deg);
}

.pushNav h2:before {
    background-color: #c72a2a;
    border-radius: 1px;
    content: " ";
    display: block;
    width:2px;
    height: 25px;
    position: absolute;
    left:10px;
}
.pushNav {
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: -120%;
    transition: .3s;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: auto;
}
.pushNav.show {
    top: 65px;
}
.pushNav h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    padding: 0 0 10px 5px;
}
.channel p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.channel p a {
    display: inline-block;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
}

.search_box {
    width: 100%;
    display: none;
    overflow: hidden;
    background: #fff;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 999;
    box-shadow: 0 5px 9px rgb(0 0 0 / 8%);
}
.search_body {
    width: calc(100% - 30px);
    height:40px;
    border:1px solid #b1b1b1;

    border-radius: 1.25em;
    overflow: hidden;
    margin: 10px 15px;

}
.mob_logo {
    width: 80px;
}
.search_body form{display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.search_body .text {
    width: calc(100% - 5em);
    height: 40px;


    border: 0 none;
    outline: none;
}
.search_body button {
    width: 20px;
    height:20px;

    border: 0 none;
    background: #FFF url(../images/sbtn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 1000px;
    outline: none;
}
}