/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:justify;	
	color:#333;
}

/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){ 
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){ 
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){ 
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){ 
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){ 
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){ 
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){ 
  body{
  	font-size:50px;
  }
}
*/

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:"Microsoft Yahei";	
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}
.thumb100{
	display:block;
	width:100%;
	height:auto;	
}

.hm_nav{
	background:#0d4590;	
}
.hm_nav a{
	display:block;
	width:33.33%;
	height:2.6rem;
	line-height:2.6rem;
	text-align:center;
	font-size:1.05rem;
	color:#fff;
	float:left;	
}
.hm_nav .hover{
	background:#002c67;	
}

.hm_banner{
	width:100%;
	position:relative;
	overflow:hidden;	
}
.hm_banner .slides li{
	width:100%;
	float:left;	
}
.hm_banner .slides a{
	display:block;
	width:100%;	
	position:relative;
}
.hm_banner .nm{
	height:2rem;
	line-height:2rem;
	font-size:1rem;
	color:#fff;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:60;	
	background:url("/global/bbg50.png");
}
.hm_banner .slides img{
	width:100%;
	height:auto;	
	display:block;
}
.hm_banner .flex-direction-nav{
	display:none;	
}
.hm_banner .flex-control-nav{
	width:100%;
	height:0.6rem;	
	margin:0;
	left:0;
	bottom:1.1rem;	
	text-align:right;
}
.hm_banner .flex-control-paging li a{
	display:block;
	background:#797979;
	width:0.6rem;
	height:0.6rem;
	margin-right:0.6rem;
	border-radius:100%;
	text-indent:50px;
	overflow:hidden;
	position:relative;
}
.hm_banner .flex-control-paging li a.flex-active{
	background:#0d4590;	
}
.hm_banner .nm2{
	display:inline-block;
	text-indent:1rem;
	max-width:70%;
	_width:70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.gray20{
	height:0.75rem;
	background:#f0f0f0;
	clear:both;	
}

.footer{
	padding-top:0.8rem;	
}
.ft_inf{
	text-align:center;
	padding:0.8rem 0 1.5rem 0;
	font-size:0.83rem;
	color:#666;	
}

.header{
	height:2.8rem;
	line-height:2.8rem;
	width:100%;
	background:#0d4590;	
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	text-align:center;
	color:#fff;
}
.header h2{
	font-size:1.2rem;
}
.head_back{
	display:block;
	width:2.8rem;
	height:2.8rem;
	position:absolute;
	left:2%;
	top:0;
	background:url("/global/head_back.png") no-repeat center center;
	background-size:100% 100%;
}
.header_zw{
	height:2.8rem;
	clear:both;	
}

.det_head{
	text-align:center;
	padding:1.2rem 0;
}
.det_head h2{
	font-size:1.35rem;
	line-height:2rem;
	color:#000;	
}
.det_head p{
	line-height:2.8rem;
	color:#909090;	
}

.det_cnt{
	padding:0 3% 1rem 3%;	
	line-height:1.8rem;
}
.det_cnt img{
	display:block;
	width:90%;
	margin:0 auto 1rem auto;	
}
.det_cnt p{
	text-indent:1em;
}