﻿@charset "utf-8";
/*初始化样式2018*/
body{ margin:0px; padding:0px; margin:0px auto; zoom:1;

/*设置字体*/
font-size:14px;
line-height:24px;
font-family:Microsoft YaHei,Arial,"微软雅黑";
color:#333;

/*设置宽度*/
width:100%; 
min-width:1200px; /*宽度要自己改*/
  background: #ffffff;
}


/*该设置跟后台编辑器有关*/
.ul{ list-style:none; margin:0; padding:0;}
.ul li{ list-style:none;padding:0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
/*该设置跟后台编辑器有关*/


/*强制去除表单自带的样式*/ 
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/ font-family: 微软雅黑;}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}


/*html5设置*/
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} 
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}

img{ border:none; border:0; vertical-align:top;}
a{ color:#333; text-decoration:none; noline:-webkit-tap-highlight-color;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#333;}


/*清楚浮动*/
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
 font-size: 0px;}
.clearfix { zoom: 1;}
.clear{ clear:both; height:0px; overflow:hidden;}
.left{ float: left;}
.right{ float: right;}


/*以下为主要代码*/


.m {
    width: 1140px;	
    margin: 0 auto;
	background:#1470ac;
}
/*头部*/
.top .header{
	height:58px;
}
nav{ width:936px; height: 100%; margin: 0 auto;}
nav ul{ height: 100%;}
nav li{ 
float:left;
 text-align:center; width:140px; height: 100%; position: relative;
margin-right:16px;
}
nav li a{ display: block; font-size: 16px; color: #fff; font-weight:bold;line-height:58px;}
nav li img{
    line-height: 58px;
    padding-right: 15px;
    padding-top: 10px;
}

nav li:hover{ background: #2587c7;}
nav li:hover a{ color: #fff;}
nav li.aon{ background: #2587c7;}
nav li dl{ background: #2587c7; display: none; z-index: 99; position: absolute; width: 100%; margin-top: 0px;}
nav li dl dd{ margin-left: 0; line-height:42px; height: 42px;}
nav li.li_0 dl dd a{ background: none; padding-top: 0}
nav li.li_1 dl dd a{ background: none; padding-top: 0}
nav li.li_2 dl dd a{ background: none; padding-top: 0}
nav li.li_3 dl dd a{ background: none; padding-top: 0}
nav li.li_4 dl dd a{ background: none; padding-top: 0}
nav li.li_5 dl dd a{ background: none; padding-top: 0}
nav li dl dd a{ font-size: 13px; line-height: 42px;}
nav li dl dd:hover{ background: #5fa7e9;}

/*头部*/






