@charset "utf-8";
/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }   
.clearfix { zoom:1; } 
*{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */	}
.fl{float:left;}
.fr{float: right;}

a {color: #333;}
a * { cursor: pointer;}
body{
	width:100%;
	overflow-x:hidden
}

/* 公共样式 */
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-a-center {
	display: flex;
	align-items: center;
}
.f-a-center-jsb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*头部*/
.header_m{background:url(headbg.png) center -30px no-repeat;background-size:100% 100%;}

.logo_m a{width: 50%;height:auto;display:block;margin:0 auto}
.logo_m img{width: 100%;margin:.5rem auto}

.search_m{position:absolute;border: 1px solid #58D3E9;width: 25%;border-radius:5px;top: 1rem;right: 2%;}
.search_text_m{float:left;border-radius: 5px;border:none;outline:none;width: 80%;height: .8rem;line-height: .8rem;color: #fff;text-indent:10px;background: none;font-size: .4rem;}
.search_sub_m{float:right;border-radius: 5px;width:20%;height: .8rem;background: url(cx.png) center center no-repeat;border:none;background-size: 65%;color:#fff;cursor:pointer;}
.hidden {display:none;}
/*默认input字体颜色改变*/
input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: #fff;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    color: #fff;  
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    color: #fff;  
}


.nav_m{ width:100%;margin:0 auto;height:1.7rem;background:#fff;}
.nav_m ul{margin:0 .36rem}
.nav_m li{ float: left;width:20%;height:1.7rem;text-align:center; font-size:.43rem; }
.nav_m li a{ display:block; width: 100%; height: 1.7rem;line-height:1.7rem;color:#67adf3;}
.nav_m li.current_m a{ color:#2472B6;background: url(navhover.png) center 1.4rem no-repeat;background-size: 100%;font-size:.45rem;font-weight:bold; }




