@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
em, i {
    font-style:normal;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* 去掉列表前的标识，li 会继承 */
ol, ul, li {
    list-style:none;
}
a {
    text-decoration:none;
}
img {
    border: none;
}
button, input, select, textarea {
    border: none;
    outline: none;
    font-size:100%; 
}
body{
    background: #FFF;
}
.w1230{
    width: 1230px;
    margin: 0 auto;
}
.dFlex{
    display: flex;
}
/* header */
#header{
    width: 100%;
    height: 95px;
    color: #FFF;
    border-bottom: 1px solid #21388b;
}
.headerMain{
    width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo{
    display: block;
    width: 159px;
    height: 40px;
    margin: 28px 0 0 0;
}
.headerNav{
    display: flex;
}
.headerNav li{
    font-size: 19px;
    line-height: 95px;
    padding: 0 31px;
}
.headerNav li a{
    color: #cbcbcd;
}
.headerNav li a.on,
.headerNav li a:hover{
    color: #8a9fff;
}
.headerNav li.pro {
    position: relative;
}
.headerNav li.pro i{
    height: 0;
    width: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid #cbcbcd;
    border-left: 7px solid transparent;
    margin: 45px 0 0 8px;
}
.proUl{
    background: #FFF;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    left: 15px;
    display: none;
}
.proUl li{
    width: 84px;
    text-align: center;
    padding: 0;
    font-size: 13px;
    line-height: 28px;
}
.proUl li a{
    display: inline;
    color: #020a29;
    text-align: center;
}

/* footer */
.footer{
	 position: fixed;
 bottom: 0;
    width: 100%;
    min-width: 1230px;
    background: #050b47;
    font-size: 14px;
}
.footerTop{
    width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footLeft{
    font-size: 14px;
    color: #9f9c9c;
}
.footLeft ul.footerNav{
    display: flex;
    margin: 30px 0;
}
.footLeft ul.footerNav li a{
    color: #9f9c9c;
}
.footLeft ul.footerNav li span{
    padding: 0 30px;
}
.footLeft ul.footerAdd{
    font-size: 12px;
    margin-bottom: 40px;
}
.footLeft ul.footerAdd li{
    margin-bottom: 20px;
}
.footLeft ul.footerAdd li .tel{
    background: url("../images/common/f_tel.png") left center no-repeat;
    padding-left: 20px;
    margin-left: 30px;
}
.footLeft ul.footerAdd li .address{
    background: url("../images/common/f_add.png") left center no-repeat;
    padding-left: 20px;
    margin-left: 30px;
}
.footRight{
    font-size: 12px;
    margin-right: 20px;
    margin-top: 30px;
}
.footerBot{
    background: #02033a;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
}
.footerBot span{
    padding-left: 30px;
}
