@charset "utf-8";

/*头尾所需统一样式*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    -webkit-text-size-adjust: none;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

/* banner */
.banner {
    width: 100%;
    height: 17.1rem;
    background: url(bannerlog.jpg) center center /100% 100% no-repeat;
    position: relative;
    margin-bottom: 3rem;
}

.area_nav {
    text-align: center;
    position: relative;
}

.area_nav>span {
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 2px;
    line-height: 3rem;
    margin: 3rem auto 0;
    padding: 0 2.8rem 0 2rem;
    cursor: pointer;
    display: inline-block;
}

.area_nav span::after {
	position: absolute;
    content: '';
    top: 70%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    border-top: 0.5rem solid #fff;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
}

/* 导航列表 */
.nav_list {
    width: 100%;
    position: absolute;
    bottom: -.5rem;
    text-align: center;
}

.nav_list ul {
    display: inline-block;
}

.nav_list ul li {
    line-height: 4rem;
    text-align: center;
    padding: .8rem 1.7rem;
    margin-left: .1rem;
    font-size: 1.8rem;
    color: #FFF;
    float: left;
    background: rgba(255, 255, 255, 0.14);
}

.nav_list ul .nav_list_hover {
    color: #33A0E5;
    background: #FFF;
}

/* content */
.hotNav_list {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.hotNav_list li {
    height: 11.6rem;
    background: #F9F9F9;
    border-radius: 0.96px;
    margin: 0 auto 2rem auto;
    padding: 2.3rem 2.5rem 1.9rem 3rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.hotNav_list li img {
    width: 4.7rem;
    height: 4.7rem;
    float: left;
}

.list_text {
    width: 22rem;
    height: 7rem;
    margin-left: 7.3rem;
    position: absolute;
    top: 2.3rem;
    bottom: 0;
}

.list_text p {
    font-size: 2rem;
    color: #333333;
    cursor: pointer;
}

.list_text .pc {
    display: none;
}


.list_text span {
    width: auto;
    font-size: 1.4rem;
    color: #666666;
    cursor: pointer;
    float: left;
    background: url(shu.png) no-repeat center right;
    padding-right: .7rem;
    margin-right: .7rem;
    margin-bottom: .6rem;
}

.list_text span:nth-child(3) {
    margin-top: .9rem;
    float: left;
}

.list_text .m {
    float: left;
    width: 90%;
}

.m div:nth-child(1) {
    float: left;
    font-size: 1.4rem;
    color: #666666;
    cursor: pointer;
    float: left;
    background: url(shu.png) no-repeat right center;
    padding-right: .7rem;
    margin-right: .7rem;
    margin-bottom: .6rem;
}

.m div:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.4rem;
    color: #666666;
    cursor: pointer;
}

.list_text span:nth-child(2) {
    margin-top: .9rem;
}

.list_text span:last-child {
    background: none;
}
#zdqh_item{
    width: 100%;
    background: #fff;
    position: absolute;
    top: -60px !important;
    left: 0;
    z-index: 100;
    text-align: left;
    padding-bottom: 2rem;
}
#zdqh_item .close_btn{
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    top: 1.9rem;
    right: 1.5rem;
    cursor: pointer;
}
#zdqh_item>.place1{
    margin-top: 4.3rem;
    width: 77%;
    font-size: 2rem;
    color: #333333;
    line-height: 3.8rem;
    font-weight: bold;
}
#zdqh_item .zd_list{
    margin-top: 3.2rem;
    min-height:10.2rem; 
}
#zdqh_item .zd_list>ul{
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2rem;
}
#zdqh_item .zd_list>ul>li{
    float: left;
    width: 10rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 1.5rem;
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 2.4rem;
    cursor: pointer;
    font-weight: normal;
}
#zdqh_item>.choosed{
    min-height: 8.2rem;
    margin-top: 1.9rem;
}
#zdqh_item>.choosed>.leftItem{
    width: 11.2rem;
    height: 8.2rem;
}
#zdqh_item>.choosed>.leftItem>p{
    font-size: 1.4rem;
    color: #333;
    padding-top: 0.9rem;
    margin-bottom: 1.9rem;
}
#zdqh_item>.choosed>.leftItem>button{
    width: 9.5rem;
    height: 4rem;
    cursor: pointer;
    background: #33A0E5;
    font-size: 1.6rem;
    color: #f8f8f8;
}
#zdqh_item>.choosed>.rightItem{
    width: 65%;
    min-height: 8.2rem;
}
#zdqh_item>.choosed>.rightItem>.place2{
    font-size: 2rem;
    color: #333333;
    margin-top: 0.2rem;
    margin-bottom: 1.4rem;
    display: inline-block;
    font-weight: bold;
}
#message2{
    color: #EC940A;
    font-size: 1.2rem;
    width: 15.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #FCE6C5;
    border-radius: 0.2rem;
    margin-top: 1.5rem;
    margin-left: 4%;
    display: none;
}
#message2>img{
    width: 1.2rem;
    margin: 0 0.6rem;
    vertical-align: middle;
    
}
.unable{
    background: #EEEEEE !important;
}

.modal-content{
    width:100% !important;
}
#l1>.subsites2>.subsites>a{
    width: 100px !important;
}