@charset "utf-8";
/* CSS Document */

/*-- 全局reset
-------------------------------------------*/
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, textarea, label,
th, td, a, img { margin: 0;  padding: 0;  border: 0; outline: 0;}
body{background-color: #fff;font: 16px 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
/*设置默认字体*/
:focus { outline: 0;}
ul,ol,li {list-style: none;}
/*重置列表*/
fieldset, img { border: 0 none; vertical-align: top;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup { font-style: normal; font-weight: normal;}
abbr, acronym { border: 0; font-variant: normal;}
button, textarea, select, optgroup, option {font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
button, textarea, select { font-size: 100%; outline: none;}
/*
form label {cursor: pointer;}
*/
textarea { resize: none;}
table {border-collapse: collapse;border-spacing: 0;}
a {
    text-decoration: none;
	color: #07519A;
}
/*预设字体大小*/
.h24{font-size: 24px;line-height: 1.9; font-weight:bold;}
.h18{font-size: 18px;line-height: 1.8; font-weight:bold;}
.h14{font-size: 14px;line-height: 1.42857143; font-weight:bold;}
.sj{text-indent: 25px;}/* 第一行缩进25像素 */
.img100{width:100%;}/* 100%显示 */
.cf{
	clear:both;
	}
.dlk{
	display: inline-block;
}


/*--PC index  logo  nav-------------------------------------------*/
.mybody{
	background-image: url(../myimage/focus_bg.jpg);
	background-repeat: repeat-x;
}
.logo div{
	display: inline-block;
}
.img_logo{
	width: 150px;
	height: 100px;
}
.logo-right{
	width: 960px;
	height: 90px;
	float: right;
	/* background-color: aqua; */
}
.nav-header{
	clear: both;
	height: 40px;
	background-color: #51AEBC;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
.nav-header li{
	display: inline-block;
	width: 180px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}
.nav-header a {
    color: #fff;
}
/*--wap index  logo  nav-------------------------------------------*/
.nav-hd-wap,.wap-subnav-list{
	display: none;
}

/*--index-------------------------------------------*/
@media screen and (max-width:768px){
	.mybody{
		width: 100%;
	}
	/* wap移动端导航 */
	/* 移动设备隐藏 */
	.logo,.nav-header{
		display: none;
	}
	.nav-hd-wap{
		display:block;
		width: 95%;
		margin: 10px;
	}
	.logo-wap,.logo-wap-title,.nav-hd-wap-list{
		display: inline-block;
	}
	.logo-wap{
		float: left;
	}
	.logo-wap img{
		width: 40px;
		height: 40px;
	}
	.logo-wap-title{
		line-height: 40px;
		clear: both;
		width: 200px;
		text-align: center;
		margin: auto;
	}
	.logo-wap-title a{
		font-size: 18px;
		font-weight: 800;
		color: #51AEBC;
	}
	.nav-hd-wap-list{
		float: right;
	}
	.nav-hd-wap-list img{
		float: right;
		width: 40px;
		height: 40px;
	}
	.wap-subnav-list ul{
		text-align: center;
		width: 80%;
		margin: auto;
	}
	.wap-subnav-list li{
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 700;
	height: 32px;
	}
	/* wap移动端导航 */

.imgw100{width:100%;}/* 100%显示 */

	}
	
