html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /*text-decoration: underline;*/
    cursor: pointer;
}

input {
    border: 0;
}

input:focus {
    outline: none;
    border: 0;
}

ul li {
    list-style: none;
}

address {
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei", "PingFangSC-Medium", "sans-serif";
    font-size: 16px;
    font-size: .16rem;
}

/*分割线*/
p.line {
    height: 1px;
    background-color: #ddd;
}


main {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

.centerWidth {
    width: 1200px;
    margin: 0 auto;
    width: 12rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 页头页脚 */
.navigationBar {
    height: 64px;
    background-color: #0d71be;
}

.navigationBar > ul,
.footerNav > div {
    width: 1200px;
    margin: auto;
}

.navigationBar > ul > li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 64px;
    width: 103px;
    text-align: center;
}

.navigationBar > ul > li a {
    color: #fff;
}

.selet {
    background: url(../images/seletBig.png);
    background-size: 100% 100%;
}

.footerNav {
    height: 48px;
    background-color: #0172c0;

}

.footerInfo {
    height: 156px;
    background-color: #79c2fc;
}

.footerInfo > div {
    width: 1047px;
    margin: auto;
    padding-top: 40px;
    justify-content: space-between;
}

.footerInfo_left > div {
    font-size: 14px;
    color: #fff;
}

.footerInfo_left {
    width: 399.58px;
    display: inline-block;
}

.footerInfo_leftText {
    margin-left: 23px;
    float: right;
}

.footerInfo_leftText > div {
    margin-bottom: 12px;
}

.footerInfo_right {
    float: right;
}

.footerNav_select {
    border: none;
    background-color: #0172c0;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;

}

.footerNav_selectBox {
    width: 225px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}


.footerInfo_leftText a {
    color: #fff;
}

.footerNav_select:focus {
    outline: none !important;
    border: none;
}

