.top {
    width: 100%;
    height: 168px;
}

.topTo {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    padding: 20px 0;
    position: relative;
}

.topToright {
    position: absolute;
    right: 0;
    top: 44%;
}

.topToright input {
    position: absolute;
    right: 55px;
    /* -webkit-appearance: none; */
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    height: 25px;
    line-height: 20px;
    color: #000;
}

.topToright button {
    position: absolute;
    right: 0;
    height: 28px;
    width: 55px;
    border: 1px solid #dcdfe6;
    background-color: #dcdfe6;
}

.wrap-nav {
    height: 60px;
    background-color: #0053a5;
}

.wrap-navCon {
    cursor: pointer;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    line-height: 60px;
}

.navCon {
    float: left;
    position: relative;
}

.wrap-navCon a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}

.navCon:hover {
    background-color: rgb(0, 66, 132);
}

.navCon .navchild {
    position: absolute;
    left: 0px;
    top: 60px;
    background-color: #0053a5;
    z-index: 100;
    display: none;
    text-align: center;
}

.wrap-navCon .navCon:hover .navchild {
    display: block;
    width: 100%;
}

.navchild span {
    display: block;
    width: 100%;
}

.navchild span:hover {
    background-color: rgb(0, 66, 132);
}

.footTop {
    width: 100%;
    background-color: #1c7cd2;
}

.footTopCount {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    height: 80px;
    text-align: center;
}

.footCountLeft {
    width: 200px;
    font-size: 12px;
    color: #fff;
    position: relative;
}

.footCo {
    width: 660px;
    height: 100%;
    margin: 0 auto;
}

.footCountLeft,
.footCountRight {
    height: 100%;
    vertical-align: text-top;
    float: left;
}

.footCountLeftImg1 {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100px;
    text-align: center;
}

.footCountLeftImg2 {
    position: absolute;
    right: 0;
    text-align: center;
}

.footCountLeft img {
    width: 75px;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
}

.footCountLeft span {
    margin: 5px 0 0 0;
    display: inline-block;
}

.footCountRight {
    border-left: 1px solid #fff;
    padding-left: 15px;
    box-sizing: border-box;
}

.ringhtselect {
    /* width: 200px; */
    height: 25px;
    color: #fff;
    background-color: #1c7cd2;
    border-radius: 10px;
}

.ringhtselect select {
    width: 200px;
    height: 100%;
    background: transparent;
    border: none;
    padding-left: 10px;
    font-family: "微软雅黑";
    border: solid 1px #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.ringhtCoun1,
.ringhtCoun2 {
    box-sizing: border-box;
    line-height: 40px;
    text-align: left;
    font-size: 13px;
}

.ringhtCoun1 {
    height: 49px;
}

.ringhtCoun2 {
    height: 40px;
    border-top: 1px solid #fff;
}

.ringhtCoun2 p {
    color: rgb(255, 255, 255);
    vertical-align: middle;
}

.kongge {
    display: inline-block;
    width: 10px;
}

.foot {
    text-align: center;
    height: 60px;
    width: 100%;
    background-color: #042442;
    color: #fff;
    line-height: 60px;
    font-size: 12px;
    padding: 10px 0;
}

.foot a {
    color: #fff;
    margin: 0 10px;
}

.foot img {
    width: 30px;
    vertical-align: middle;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
}


/* 列表详情的banner */

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 300px;
}