.w {
    width: 1200px;
    margin: 0 auto;
    display: table;
}

/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/*取消链接的下划线且修改字体颜色*/
a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

/*隐藏元素*/
.hide,
.none {
    display: none;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    /* *zoom: 1 */
}

/*左浮动*/
.fl {
    float: left;
}

/*右浮动*/
.fr {
    float: right;
}

header {
    width: 100%;
  
    background-color: #073FA0;
}
.top{
    height: 162px;
    line-height: 162px;
}
.logo {
    width: 475px;
}

.xmly {
       margin-left: 100px;
}

.navbar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #064DB7;
}
.nav{position:relative;z-index:1;}
.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #96BFFF;
}

.nav .sub {
    display: none;
    width: 120%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgb(6 77 183 / 70%);
    line-height: 26px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
    padding: 2px 0;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #064DB7;
    color: #fff;
}

.nav .on h3 a {
    color: #fff;
}


footer {
    margin-top: 60px;
}

.foot_top {
    width: 100%;
    height: 130px;
    background-color: #064DB7;
    padding: 35px 0;
}

.link {
    width: 850px;
}

.link_list {
    margin-top: 20px;
}

.link_list li {
    float: left;
    margin-bottom: 10px;
}

.link_list li a {
    /* width: 133px; */
    padding: 0 20px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BCD3F6;
    line-height: 42px;
}

.link_list li:hover a {
    color: #fff;
}

.ewm {
    width: 242px;
    margin-top: 20px;
}

.ewm img {
    width: 111px;
    height: 111px;
    float: left;
}

.ewm img:first-of-type {
    margin-right: 20px;
}

.foot_bottom {
    height: 90px;
    line-height: 90px;
    background: #073FA0;
}

.foot_bottom p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #89B3F6;
    text-align: center;
}