/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #0c7fe2; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
/*去除系统默认样式*/
/*统一样式*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

/*清除浮动*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}


/*清除样式*/

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	overflow-x: hidden;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: '微软雅黑' !important;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333;
}
/*a标签默认样式*/
a {
	text-decoration: none;
	color: inherit;
	transition: none;
}
img {
	border: none;
}
/*内容部分*/
.mian{
	width: 100%;
}
.cont1{
	width: 100%;
	background: #FFFFFF;
	height: 325px;
}
.over{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.over_top{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.over_nr{
	width: 1140px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	opacity: 0.83;
	line-height: 32px;
	text-align: center;
}
.over_gd{
	width: 167px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #512e1f;
	margin: 0 auto;
	margin-top: 35px;
}
.over_gd:hover{	
	border: 1px solid #0187e6;
}
.over_gd:hover a{
	color: #0187e6;
}
.cont2{
	width: 100%;
	height: 340px;
	background-color: #f5f5f5;
}
.ato-content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.aoto_lef{
	float: left;
	font-size: 32px;
	color: #333333;
}
.gd_rig{
	float: right;
}

/*轮播图*/
.ato-list{
	margin-top: 20px;
	margin-left: -30px;
}

.ato-list li {
    width: 277px;
    height: 200px;
    margin-left: 30px;
    float: left;
    position: relative;
}
.ato-list li h2{
	font-size: 16px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.ato-list li img{
	width: 277px;
	height: 155px;
}
.web_cont2{
	display: none; 
}