﻿@charset "utf-8";
@media(max-width: 450px) {
  * { box-sizing: border-box; }
	/*头部*/
.head {
	width: 100%;
	/* height: 297px; */
	background: url(../images/yszx_head_back.png) no-repeat;
	background-size: 233% 121px;
}
.head_top {display: none;}
.header-top-d {
    width: 100%;
    height: 121px;
    margin: 0 auto;
    text-align: center;
}
.header-top-d img {
	height: auto;
	text-align: center;
	margin-top: 42px;
	width: 95%;
}
.nav .nav-li {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.nav {
    width: 100%;
    height: auto;
    background: url(../images/ph_nav_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.av-li-left li a.nav_hover {
    border-bottom: 0; 
}
.av-li-left {
    width: 100%;
    height: 100%;
    float: left;
}
.av-li-left li {
    width: 25%;
    height: 100%;
    font-family: MicrosoftYaHei-Bold;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin-right: 0;
    text-align: center;
}
.av-li-right {
    width: 280px;
    height: 100%;
    float: right;
    display: none;
}




/*底部*/
.foot_t_m {
    width: 100%;
    height: 100%;
    padding: 13px 3%;
    margin: 0 auto;
}

.foot_t_m li {
    width: 31.95%;
    height: 40px;
    /* margin-top: 13px; */
    float: left;
    margin-right: 2%;
    text-align: center;
    border: 1px solid #5ebaff;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.foot_t_m li a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #5ebaff;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.foot_t_b {
    width: 100%;
    height: 100%;
    padding: 5px 3%;
    margin: 0 auto;
}

.foot_t_b_left {
    width: 100%;
    /* height: 190px; */
    float: left;
    text-align: center;
    padding-left: 0;
}

.foot_t_b_right {
    width: 100%;
    height: auto;
    float: left;
}
.foot_t_b_right p {
    /*font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;*/
    text-align: center;
    
    /*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}



/*底部结束*/
     #topSystemBtn_id{
       display:none !important;
     }
     .comm_topLink{
     	display:none !important;
     }
     .Hj-EasyRead-Container{
     	display:none !important;
     }
     .topSystemBtn_id{
     	display:none !important;
     }
  

/*底部修改*/   
.foot_t_m {
    display: none;
}
}