body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    /* font: 12px"宋体", "Arial Narrow", HELVETICA; */
    background: #fff;
    
}
menu_list li p .active 
{
    padding:.18rem 0;
    color: #b1dfff;
    border-bottom: 2px solid rgb(70, 139, 207);
}
a {
    color: #2d374b;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

@font-face {
    font-family: Montserrat;
    src: url('/static/web/fonts/Montserrat-Bold.ttf')
}

@font-face{
	font-family:"SiYuan";
	src:url("/static/web/fonts/sourcehansans.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat_num;
    src: url('/static/web/fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Montserrat_num;
    src: url('/static/web/fonts/Montserrat-Medium.ttf');
}
.search_con {
    display: none;
    width: 100%;
    height: 0.49rem;
    position: fixed;
    border-top: .01rem solid #e6e6e6;
    border-bottom: .01rem solid #e6e6e6;
    top: 0.75rem;
    z-index: 110;
    background: white;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 1.36rem;
    padding-left: 1.9rem;
}
.search_con input {
    border: none;
    outline: none;
    padding-left: 0.3rem;
    background: url(/static/web/images/search2.png) no-repeat 0 center;
    width: 3rem;
}
.search_con button {
    border: none;
    background: white;
    color: #00b1d7;
    cursor: pointer;
}
.none
{
    display:none    
}
.content
{
    margin-top:.75rem
}
.jt img
{
    width:.06rem
}