@charset "UTF-8";
.body-container .footer-container {
    height: 340px;
    background-color: #1d96ff;
    padding: 45px 0 0;
    margin: 52px 0 0
}

.body-container .footer-container .footer-wrapper {
    width: 1200px;
    margin: auto
}

.body-container .footer-container .footer-wrapper .selector {
    position: relative;
    z-index: 23
}

.body-container .footer-container .footer-wrapper .selector .item {
    width: 184px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-size: 16px;
    color: #666;
    margin: 0 19px 0 0;
    padding: 0 18px 0 12px;
    cursor: pointer;
    float: left
}

.body-container .footer-container .footer-wrapper .selector .item:last-child {
    margin-right: 0
}

.body-container .footer-container .footer-wrapper .selector .item .icon {
    float: right;
    margin: 18px 0 0;
    transition: all .2s
}

.body-container .footer-container .footer-wrapper .selector .item .item-content {
    display: none;
    width: 1200px;
    position: absolute;
    background: rgba(0, 0, 0, .66);
    left: 0;
    padding: 10px 40px;
    bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21)
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul {
    overflow: hidden
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 5px
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li:hover {
    background: #53a0e8
}

.body-container .footer-container .footer-wrapper .hr {
    margin: 33px 0 0;
    height: 1px;
    background-color: #f5f5f5;
    opacity: .3
}

.body-container .footer-container .footer-wrapper .block {
    margin: 36px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item {
    background-color: rgba(245, 245, 245, .1);
    height: 139px;
    line-height: 139px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 0 12px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item .icon {
    vertical-align: middle
}

.body-container .footer-container .footer-wrapper .block .block-item:last-child {
    margin-right: 0
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(1),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(2) {
    width: 139px
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(3) {
    width: 290px;
    line-height: 30px;
    text-align: left;
    padding: 0px 0 0 28px
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(7) {
    width: 139px
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4) .icon,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5) .icon,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6) .icon,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(7) .icon {
    margin: 38px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4) p,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5) p,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6) p,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(7) p {
    margin: 20px 0 0
}


/**搜索页专用start**/

.footer-container {
    height: 340px;
    background-color: #1d96ff;
    padding: 45px 0 0;
    margin: 52px 0 0
}

.footer-container .footer-wrapper {
    width: 1200px;
    margin: auto
}

.footer-container .footer-wrapper .selector {
    position: relative;
    z-index: 23
}

.footer-container .footer-wrapper .selector .item {
    width: 184px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-size: 16px;
    color: #666;
    margin: 0 19px 0 0;
    padding: 0 18px 0 12px;
    cursor: pointer;
    float: left
}

.footer-container .footer-wrapper .selector .item:last-child {
    margin-right: 0
}

.footer-container .footer-wrapper .selector .item .icon {
    float: right;
    margin: 18px 0 0;
    transition: all .2s
}

.footer-container .footer-wrapper .selector .item .item-content {
    display: none;
    width: 1200px;
    position: absolute;
    background: rgba(0, 0, 0, .66);
    left: 0;
    padding: 10px 40px;
    bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21)
}

.footer-container .footer-wrapper .selector .item .item-content ul {
    overflow: hidden
}

.footer-container .footer-wrapper .selector .item .item-content ul li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 5px
}

.footer-container .footer-wrapper .selector .item .item-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.footer-container .footer-wrapper .selector .item .item-content ul li:hover {
    background: #53a0e8
}

.footer-container .footer-wrapper .hr {
    margin: 33px 0 0;
    height: 1px;
    background-color: #f5f5f5;
    opacity: .3
}

.footer-container .footer-wrapper .block {
    margin: 36px 0 0
}

.footer-container .footer-wrapper .block .block-item {
    background-color: rgba(245, 245, 245, .1);
    height: 139px;
    line-height: 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 0 12px 0 0
}

.footer-container .footer-wrapper .block .block-item .icon {
    vertical-align: middle
}

.footer-container .footer-wrapper .block .block-item:last-child {
    margin-right: 0
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(1),
.footer-container .footer-wrapper .block .block-item:nth-of-type(2) {
    width: 139px
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(3) {
    width: 290px;
    line-height: 30px;
    text-align: left;
    padding: 0px 0 0 28px
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(4),
.footer-container .footer-wrapper .block .block-item:nth-of-type(5),
.footer-container .footer-wrapper .block .block-item:nth-of-type(6),
.footer-container .footer-wrapper .block .block-item:nth-of-type(7) {
    width: 139px
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(4) .icon,
.footer-container .footer-wrapper .block .block-item:nth-of-type(5) .icon,
.footer-container .footer-wrapper .block .block-item:nth-of-type(6) .icon,
.footer-container .footer-wrapper .block .block-item:nth-of-type(7) .icon {
    margin: 38px 0 0
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(4) p,
.footer-container .footer-wrapper .block .block-item:nth-of-type(5) p,
.footer-container .footer-wrapper .block .block-item:nth-of-type(6) p {
    margin: 30px 0 0
}

.footer-container {
    height: 340px;
    background-color: #1d96ff;
    padding: 45px 0 0;
    margin: 52px 0 0
}

.footer-container .footer-wrapper {
    width: 1200px;
    margin: auto
}

.footer-container .footer-wrapper .selector {
    position: relative;
    z-index: 23;
    height: 42px;
}

.footer-container .footer-wrapper .selector .item {
    width: 194px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-size: 16px;
    color: #666;
    margin: 0 19px 0 0;
    padding: 0 18px 0 12px;
    cursor: pointer;
    float: left
}

.footer-container .footer-wrapper .selector .item:last-child {
    margin-right: 0
}

.footer-container .footer-wrapper .selector .item .icon {
    float: right;
    margin: 18px 0 0;
    transition: all .2s
}

.footer-container .footer-wrapper .selector .item .item-content {
    display: none;
    width: 1200px;
    position: absolute;
    background: rgba(0, 0, 0, .66);
    left: 0;
    padding: 10px 40px;
    bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21)
}

.footer-container .footer-wrapper .selector .item .item-content ul {
    overflow: hidden
}

.footer-container .footer-wrapper .selector .item .item-content ul li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
}

.footer-container .footer-wrapper .selector .item .item-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF
}

.footer-container .footer-wrapper .selector .item .item-content ul li:hover {
    background: #53a0e8;
}

.footer-container .footer-wrapper .hr {
    margin: 33px 0 0;
    height: 1px;
    background-color: #f5f5f5;
    opacity: .3
}

.footer-container .footer-wrapper .block {
    margin: 36px 0 0
}

.footer-container .footer-wrapper .block .block-item {
    background-color: rgba(245, 245, 245, .1);
    height: 139px;
    /* line-height: 139px; */
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 0 12px 0 0
}

.footer-container .footer-wrapper .block .block-item a div {
    height: 30px;
    line-height: 30px;
}

.footer-container .footer-wrapper .block .block-item .icon {
    vertical-align: middle
}

.footer-container .footer-wrapper .block .block-item:last-child {
    margin-right: 0
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(1),
.footer-container .footer-wrapper .block .block-item:nth-of-type(2) {
    width: 139px
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(1) i {
    margin: 42px 0;
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(2) i {
    margin: 30px 0;
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(3) {
    width: 262px;
    line-height: 30px;
    text-align: left;
    padding: 0px 0 0 28px;
    height: 113px;
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(4),
.footer-container .footer-wrapper .block .block-item:nth-of-type(5) {
    width: 139px
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(6) {
    width: 264px;
    text-align: left;
    padding: 0px 0 0 28px;
}

.footer-container .footer-wrapper .block .block-item:nth-of-type(4) p,
.footer-container .footer-wrapper .block .block-item:nth-of-type(5) p {
    margin: 54px 0 0 0;
}

.footer-container .footer-wrapper .block .block-item a {
    color: #FFF;
}

.footer-container .footer-wrapper .block .block-item a p {
    color: #FFF;
}

.clear {
    clear: unset;
}


/**公共部分
    **/

.icon-dir-bottom {
    background-image: url("../images/_sprite.png");
    background-position: 0 -50px;
    width: 14px;
    height: 8px;
}

.icon-f-5 {
    background-image: url(../images/_sprite.png);
    background-position: 0 -2050px;
    width: 110px;
    height: 55px;
}

.footer-container i {
    display: inline-block;
}

.icon-f-6 {
    background-image: url(../images/_sprite.png);
    background-position: 0 -2643px;
    width: 62px;
    height: 77px;
}

.icon-f-7 {
    background-image: url(../images/JJQ_GA.png);
    width: 45px;
    height: 77px;
}

.icon-f-1 {
    background-image: url(../images/_sprite.png);
    background-position: 0 -882px;
    width: 29px;
    height: 29px;
}

.icon-f-2 {
    background-image: url(../images/_sprite.png);
    background-position: 0 -916px;
    width: 28px;
    height: 29px;
}


/**搜索页专用end**/

.body-container .footer-container {
    height: 340px;
    background-color: #1d96ff;
    padding: 45px 0 0;
    margin: 52px 0 0
}

.body-container .footer-container .footer-wrapper {
    width: 1200px;
    margin: auto
}

.body-container .footer-container .footer-wrapper .selector {
    position: relative;
    z-index: 23
}

.body-container .footer-container .footer-wrapper .selector .item {
    width: 224px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    font-size: 16px;
    color: #666;
    margin: 0 19px 0 0;
    padding: 0 18px 0 12px;
    cursor: pointer;
    float: left
}

.body-container .footer-container .footer-wrapper .selector .item:last-child {
    margin-right: 0
}

.body-container .footer-container .footer-wrapper .selector .item .icon {
    float: right;
    margin: 18px 0 0;
    transition: all .2s
}

.body-container .footer-container .footer-wrapper .selector .item .item-content {
    display: none;
    width: 1200px;
    position: absolute;
    background: rgba(0, 0, 0, .66);
    left: 0;
    padding: 10px 40px;
    bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21)
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul {
    overflow: hidden
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF
}

.body-container .footer-container .footer-wrapper .selector .item .item-content ul li:hover {
    background: #53a0e8;
}

.body-container .footer-container .footer-wrapper .hr {
    margin: 33px 0 0;
    height: 1px;
    background-color: #f5f5f5;
    opacity: .3
}

.body-container .footer-container .footer-wrapper .block {
    margin: 36px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item {
    background-color: rgba(245, 245, 245, .1);
    height: 149px;
    /* line-height: 139px; */
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 0 12px 0 0;
}

.body-container .footer-container .footer-wrapper .block .block-item .icon {
    vertical-align: middle
}

.body-container .footer-container .footer-wrapper .block .block-item:last-child {
    margin-right: 0
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(1),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(2) {
    width: 139px
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(3) {
    width: 290px;
    line-height: 30px;
    text-align: left;
    padding: 0px 0 0 28px;
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4),
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5) {
    width: 139px
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6) {
    width: 294px;
    text-align: left;
    padding: 0px 0 0 28px;
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4) .icon,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5) .icon,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6) .icon {
    margin: 38px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(4) p,
.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(5) p {
    margin: 45px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item:nth-of-type(6) p {
    margin: 20px 0 0
}

.body-container .footer-container .footer-wrapper .block .block-item a {
    color: #FFF;
}

.body-container .footer-container .footer-wrapper .block .block-item a p {
    color: #FFF;
}