﻿@charset "utf-8";

/* 样式初始化
--------------------------------------------------*/

body {
	font-size:100%;
	font-family: Helvetica, Arial, sans-serif, "冬青黑体简体中文 W3";
	background: #e1effb;
	-webkit-text-size-adjust: 100%;/*解决Iphone下橱窗字体变大问题*/
}
*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	overflow-y: scroll;
	min-height: 100%
}
h1,h2,h3,h4,h5,h6,h7,li,ul,ol,dl,dt,dd,p{margin:0; pading:0;}
a,a:visited {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s
}

a:hover,a:focus {
	color: #a72a2a
}
ul li{
	list-style:none;}

.clear{
	clear:both;}

/* 主体结构样式
--------------------------------------------------*/
.con_main{
	position:absolute; top:0; left:0;
	width:100%; height:100%;
	}
.con_top{
	width: 100%; height:12%;
	min-height:48px;
	background:url(../images/top_bg.jpg) no-repeat;
	background-size:100% 100%;
	}
.con_top img{
	width:10%; height:60%;
	margin-top:10px;
	margin-right:15px;
	float:right;
	}
.con_list{
	width:100%;
	float:left;
	}
.list_pic{
	width:20%;
	margin-right:1em;
	float:left;
	}
.list_pic img{
	width:100%; height:13%;
	}
.con_w{
	padding-top:6px;
	overflow:hidden;
	}
.con_w h3{
	font-size:1.2em;
	}
.con_w p{
	font-size:1em;
	line-height:1.6em;
	}
.con_list ul{
	margin-left:-20px;
	margin-top:10px;
	}
.con_list li{
	margin-top:30px;
	}
.con_line{
	width:80%;
	border-top:1px dashed #CADAEA;
	margin-left:10%;
	margin-top:30px;
	}
.con_bottom{
	width:80%;
	margin-left:10%;
	margin-bottom:10px;
	margin-top:10px;
	}
.con_bottom ul{ 
	text-align:center;
	}	
.con_bottom ul li{
	font-size:0.8em;
	margin-left:5px;
	float:left;
	}
.con_bottom p{
	font-size:0.5em;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	}
.cfx_menu{
	position: absolute; top: 40px; right:18px; z-index: 99;
	width:82px; height:180px;
	background-image: url(../images/navbox.png);	
	}
.cfx_menu dl{ margin-top:14px;}
.cfx_menu dl dt{
	margin-top:6px;
	margin-left:4px;
	}