/*
 * @module 公共样式 包括头部导航和尾部
 * @author lixiang
 * @date 2015-04-03
 */
html{
    background:#FFF;
    font-family: Arial, '\5B8B\4F53';
    font-size: 12px;
    color: #333;
}
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 {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,
img {
    border:0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style:normal;
    font-weight:normal;
}

ol,
ul {
    list-style:none;
}

caption,
th {
    text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
.clearfix:after {
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.clearfix {
    *zoom:1;
}

body {
    font: 12px/1.2 "\5B8B\4F53","Arial",sans-serif;
    min-width: 1000px;
}
a {
    text-decoration: none;
}

/*头部header样式开始*/
.header {
    background-color: #eeeeee;
	
	border-bottom:1px solid #dddddd;
}
.header-wrap {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.header-left {
    float: left; 
}
.header-right {
    float: left;
}
.header-right a {
    padding-right: 3px;
}
.header-right a + a {
    border-left: 1px solid #D9DBDB;
    padding-left: 6px;
}
.content-center {
    margin: 0 auto;
    width: 1000px;
}
.text-input {
    border: 1px solid #BFCACF;
}
.text-input:focus {
    outline: none;
}
.text-user,
.text-pwd {
    margin-left: 7px;
}
.pwd,
.username {
    width: 100px;
    height: 20px;
}
.register {
    padding: 3px 7px;
    background-color: #f8f8f8;
    border: 1px solid #bbbbbb;
}
.login {
    text-decoration: underline;
    color: #1C7EC5;
    margin: 0 9px;
}
.other-login {
    position: relative;
    top: 7px;
    margin-right: 8px;
}

/*头部header样式开始*/

/*logo区样式开始*/
.logo-wrap {
    padding: 20px 0;
    overflow: hidden;
}
.logo {
    display: inline-block;
}
.logo-name {
    font-size: 24px;
    position: relative;
    top: -15px;
    left: 22px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    display: inline;
	color:#086fc5;
}
.logo-name a{
	text-decoration:none;
	color:#086fc5;
}
.logo-name a:hover{
	text-decoration:none;
	color:#086fc5;
}
.logo-div {
    float: left;
}
.link {
    float: right;
}
.link > div {
    float: left;
    margin: 0 10px;
    text-align: center;
}
.link a {
    display: inline-block;
}
.link p {
    padding-top: 5px;
    color: #8B999E;
}

/*logo区样式结束*/

/*搜索区样式开始*/
.search-wrap {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
    padding: 12px 0;
}
.search {
    float: left;
    height: 32px;
    width: 216px;
    margin-right: -1px;
    padding-left: 10px;
	border-radius:5px 0 0 5px;
    +line-height: 30px;
}
.search-action {
    float: left;
	border-radius:0 5px 5px 0;
}
.search-left {
    float: left;
	position: relative;
  top: 10px;
  left: 80px;
}
.search-left span {
    color: #AAAAAB;
    float: left;
    padding-top: 10px;
}
.search-hot-text {
    padding-left: 15px;
}
.search-hot {
    margin-right: 8px;
}
.search-right {
    padding-top: 17px;
    float: right;
}
.search-right span {
    color: #343434;
}
.content-center .red {
    color: #FD2636;
}
.cart-icon {
    position: relative;
    top: 2px;
}
.mobile-icon {
    margin-left: 24px;
    position: relative;
    top: 2px;
}
.number {
    margin: 0 5px;
}
/*搜索区样式结束*/

/*导航区样式开始*/
.navpart{
	width:100%;
	background:#086fc5;
}
.navpart ul{
	width:1000px;
	margin:0 auto;
	
}
.navpart ul li{
	float:left;
	font:14px "\5B8B\4F53";
	font-weight:bold;
	color:#fff;
	width:142px;
	padding:15px 0;
	cursor:pointer;
	text-align:center;
	position:relative;
}
.navpart ul li a{

	color:#fff;
	text-decoration:none;
}
.navpart ul li em{
width: 0px;
  height: 0px;
  position: absolute;
  top: 30px;
  left: 45%;
  border: 8px dashed transparent;
  border-bottom: 8px solid #f5f5f5;
	display:none;
}
.navpart ul li:hover em{
	 display:inline;
}
.navpart ul .active {
	background-color:#015194;
}
.navpart ul .active em{
	 display:inline;
}
.navcontent{
	width:100%;
	background:#f5f5f5;
	border-bottom:1px solid #dddddd;
	margin-bottom:15px;
}
.navcontent ul{
		width:1000px;
	margin:0 auto;
	display:none;
}
.navcontent ul li{
	float:left;

	padding:10px 0;
	margin:0 10px;
		font:14px "\5B8B\4F53";
	color:#333333;
	text-decoration:none;	
	
}
.navcontent ul li a{
	font:14px "\5B8B\4F53";
	color:#333333;
	text-decoration:none;	
}
.navcontent ul li a:hover{
	font:14px "\5B8B\4F53";
	color:#086FC5;
	text-decoration:none;	
}
/*导航区样式结束*/




/*footer样式开始*/
.footer {
    border-top: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 30px;
    background: url(../images/footer-bg.png) repeat-x;
}
.footer-wrap {
}
.footer-wrap > div {
    text-align: center;
    padding: 10px 0;
}
.footer-wrap span {
    color: #3E3E3E;
}
.footer-link a {
    color: #000;
    padding-right: 5px;
}
.footer-link a + a {
    border-left: 1px solid #393939;
    padding-left: 5px;
}
.footer-wrap .copy-right {
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 10px;
}

/*footer样式结束*/

/*公共最小粒度样式开始*/
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}
/*公共最小粒度样式结束*/



/*ie6样式开始*/
.ie6 .header-left {
    height: 40px;
    padding-top: 10px;
}
.ie6 .link div {
    text-align: center;
    float: left;
    width: 60px;
}
.ie6 .nav-hor p span {
    margin-right: 10px;
}
.ie6 .nav-item div {
    float: left;
}
.ie6 .common-nav-spacing {
    position: relative;
    top: 10px;
}
.ie6 .footer-wrap {
    text-align: center;
}
.ie6 .footer-wrap  div {
    text-align: center;
    padding: 10px 0;
}

.ie6 .other-login {
    position: relative;
    top: 0;
}

.ie6 .cart-icon {
    position: relative;
    left: -2px;
}
.ie6 .number {
    margin: 0;
}
.ie6 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: 0;
}
/*ie6样式结束*/


/*ie7样式开始*/
.ie7 .nav-hor p span {
    margin-right: 10px;
}
.ie7 .common-nav-spacing {
    position: relative;
    top: 10px;
}
.ie7 .other-login {
    position: relative;
    top: 0;
}
.ie7 .cart-icon {
    position: relative;
    top: -2px;
    left: -2px;
}
.ie7 .number {
    margin: 0;
}
.ie7 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: -2px;
}
/*ie7样式结束*/
.shopping {
  width: 31px;
  height: 100px;
  padding-top: 12px;
  line-height: 15px;
  background: #f3692c;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -510px;
  text-align: center;
  color: #fff;
  margin-right: -35px;
}
.fd_content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1005px;
}
.cart{
	padding-right:10px;
}

.cart em{
	  position: relative;
  top: 2px;
height: 15px;
  width: 19px;
  background-image: url('/images/cart.png');
  background-repeat: no-repeat;
  display: inline-block;
}


#gopng_1 {
background: url('http://www.edu24ol.com/images/top20150727.png') -0px -0px no-repeat;
display: inline-block;
  background-repeat: no-repeat;
height: 25px;
width: 28px;
}


  
#gopng_2 {
background: url('http://www.edu24ol.com/images/top20150727.png') -28px -0px no-repeat;
display: inline-block;
  background-repeat: no-repeat;
height: 25px;
width: 28px;
}


  
#gopng_3 {
background: url('http://www.edu24ol.com/images/top20150727.png') -56px -0px no-repeat;
display: inline-block;
  background-repeat: no-repeat;
height: 25px;
width: 28px;
}


  
#gopng_4 {
background: url('http://www.edu24ol.com/images/top20150727.png') -84px -0px no-repeat;
display: inline-block;
  background-repeat: no-repeat;
height: 25px;
width: 28px;
}