﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

a,
em,
i,
s {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

ul li,
ol li {
    list-style: none;
}

.indexGeneralTitle {
    color: #1169C0;
    font-size: 46px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-align: center;
    max-width: 1314px;
    margin: 0 auto;margin-bottom: 39px;
}

.indexGeneralTitle::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.indexGeneralTitle .lineLeft,.indexGeneralTitle .lineRight {
    position: relative;
    display: block;
    height: 1px;
    background-color: #1169C0;
    width: calc(50% - 170px);
    margin-top: 31px;
}

.indexGeneralTitle .lineLeft:after,
.indexGeneralTitle .lineRight::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #1169C0;
    border-radius: 12px;
    margin-top: -6px;
}

.indexGeneralTitle .lineLeft {
    float: left;
    text-align: right;
}

.indexGeneralTitle .lineLeft:after {
    float: right;
}

.indexGeneralTitle .lineRight {
    float: right;
}

.indexGeneralTitle01 {
    color: #1169C0;
    font-size: 46px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-align: center;
    max-width: 1314px;
    margin: 0 auto;
}

.indexGeneralTitle01 .lineLeft,
.indexGeneralTitle01 .lineRight {
    position: relative;
    display: block;
    height: 1px;
    background-color: #1169C0;
    width: calc(50% - 138px);
    margin-top: 31px;
}

.indexGeneralTitle01 .lineLeft:after,
.indexGeneralTitle01 .lineRight::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #1169C0;
    border-radius: 12px;
    margin-top: -6px;
}

.indexGeneralTitle01 .lineLeft {
    float: left;
    text-align: right;
}

.indexGeneralTitle01 .lineLeft:after {
    float: right;
}

.indexGeneralTitle01 .lineRight {
    float: right;
}

.el-carousel.el-carousel--horizontal .el-carousel__indicators {}

.el-carousel.el-carousel--horizontal .el-carousel__button {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 8px;
}


/* 底部 */

.pageFootWrap {
    background: #1764ce;
}

.pageFootWrap .selectGovernWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1314px;
    height: 68px;
    padding-top: 14px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 {
    width: 20%;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle {
    cursor: pointer;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    padding-right: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle i {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    line-height: 40px !important;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(1) {
    padding-right: 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(2),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(3),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(4) {
    padding: 0 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(5) {
    padding-left: 8px;
}

.pageFootWrap .selectGovernWrap .selectListWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1314px;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12 {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border-radius: 5px;
    z-index: 10;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12.active {
    display: block;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li {
    float: left;
    width: 14%;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pageFootWrap .contactWrap {
    background: #1764ce;
}

.pageFootWrap .contactWrap .contentList {
    width: 100%;
    height: auto;
    max-width: 1314px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 30px;
}

.pageFootWrap .contactWrap .contentList::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}
.pageFootWrap .contactWrap .contentList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageFootWrap .contactWrap .contentList li {
    width: 33.3%;
}
.pageFootWrap .contactWrap .contentList li.content00{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.pageFootWrap .contactWrap .contentList .img01 {*/
/*    width: 135px;*/
/*    height: 67px;*/
/*    margin-top: 30px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img01 img {
    width: 135px;
    height: 67px;
}

/*.pageFootWrap .contactWrap .contentList .img02 {*/
/*    width: 68px;*/
/*    height: 84px;*/
/*    margin-left: 48px;*/
/*    margin-top: 21px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img02 img {
    width: 68px;
    height: 84px;
}


.pageFootWrap .contactWrap .contentList .img03 img {
    width: 95px;
}

.pageFootWrap .contactWrap .content01,
.pageFootWrap .contactWrap .content02 {
    padding: 19px 25px 28px;
    background: rgba(10, 82, 154, .5);
    width: 312px;
    height: 196px;
    float: left;
}

.pageFootWrap .contactWrap .content01 span,
.pageFootWrap .contactWrap .content02 span {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.pageFootWrap .contactWrap .content01 {
    margin-left: 62px;
}

.pageFootWrap .contactWrap .content02 {
    width: auto;
    margin-left: 34px;
    text-align: center;
}
.pageFootWrap .contactWrap .content02 img {
    width: 180px;
}

.pageFootWrap .contactWrap .content03,
.pageFootWrap .contactWrap .content04 {
    width: 143px;
    height: 143px;
    padding-top: 37px;
    background: rgba(10, 82, 154, .5);
}

.pageFootWrap .contactWrap .content03 img,
.pageFootWrap .contactWrap .content04 img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto 7px;
}

.pageFootWrap .contactWrap .content03 span,
.pageFootWrap .contactWrap .content04 span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
}
.pageFootWrap .contactWrap .content003 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.pageFootWrap .contactWrap .content03 {
    margin-right: 28px;
}

.pageFootWrap .contactWrap .content04 {
}


/* 下拉框 */

.el-select-dropdown.el-popper {
    width: 1314px!important;
    left: calc(50% - 657px)!important;
}

.el-select-dropdown.el-popper .popper__arrow {
    display: none!important;
}

.el-select-dropdown.el-popper .el-select-dropdown__list {
    padding: 20px 0;
}

.el-select-dropdown.el-popper .el-select-dropdown__list::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item {
    float: left;
    width: 14%;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}