﻿@charset "utf-8";
*{ margin:0; padding:0; font-family:"微软雅黑";}

html {font-size: 62.5%;}
body {font-size:15px;font-family:"微软雅黑";background-color: #fef2e4;}/*定义页面的默认背景色*/
a {color: #333;outline:none;}
a:hover {color:#125aae;}
ul,ol,li {margin: 0;border: 0;padding: 0;list-style:none;-webkit-margin-before: 0;-webkit-margin-after: 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;border: 0;}
/*所有元素使用box-sizing和background-size*/
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, input,div,span,img,a,* {margin: 0;/* border: 0; */padding: 0;box-shadow: none;text-shadow:none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-margin-before:0;-webkit-margin-after:0;}
.clear {clear:both;font-size:1px;width:100%;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0;}

/*头部*/
.header{ width:100%; height:120px; background-color:#c0e4fb;}
.header_cen{ width:1000px; height:120px; background-image:url(../images/header.jpg); margin:0 auto;}
.lm_pic{ width:100%; height:auto; background-color:#92bef1;}
.lm_pic_cen{ width:1000px; margin:0 auto; height:200px;}
.left_title{ width:235px; height: 40px; text-align: center; font-size:16px; font-weight: bold;color: #fff; line-height: 40px; background-color: #125aae;}

div.inter_out {width: 100%; padding-bottom:20px;}

/*专题*/
.zt_one{
	width: 465px;
	height: 265px;
	float: left;
	border: 1px solid #afafaf;
	border-top: 2px solid #c7110d;
	font-family: "微软雅黑";
}
.zt_head{ width:460px; height:30px; margin-left:10px; float:left;}
.zt_headOn{
	width: 190px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #c7110d;
	color: #fff;
}

.zt_list{ width:460px; float:left; margin-top:5px; margin-left:10px;}
