/**!
 * [营商通系统企业服务链接]
 * date:2021-03-31
 * author: [zhaojun];
 */


.min-container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 44px;
}

.part-title {
    width: 1160px;
    height: 72px;
    line-height: 72px;
    background: url(../images/title-bg.png) center no-repeat;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #575757;
}

.blue-word {
    color: #2F6FC7;
}

.service-content {
    width: 1200px;
    height: 430px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.swiper-container {
    width: 1200px;
    height: 430px;
}

.service-box {
    padding-top: 2px;
}

.service-list {
    width: 383px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 25, 120, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
  
    margin-bottom: 20px;
    margin-right: 25px;
}

.service-list a {
    display: block;
    padding: 10px 10px 0 10px;
    height: 100%;
}

.service-list:nth-child(3n) {
    margin-right: 0;
}

.service-pic {
    display: block;
    width: 363px;
    height: 125px;
}

.service-pic img {
    width: 100%;
    height: 100%;
}

.service-word {
    width: 319px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin: 14px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 12px;
    background: #DFE7EB;
    border-radius: 6px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 31px;
    height: 12px;
    background: #ADC6E0;
    border-radius: 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8px;
}

.partnment-content {
    margin-top: 50px;
}

.part-pic {
    display: block;
    width: 89px;
    height: 98px;
}

.part-pic img {
    width: 100%;
    height: 100%;
}

.part-name {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 14px;
    width: 89px;
}

.partnment-list {
    margin-right: 91px;
    margin-bottom: 39px;
}

.partnment-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.partnment-list:nth-child(7n) {
    margin-right: 0;
}

.hot-line {
    margin-top: 50px;
    box-sizing: border-box;
    padding-bottom: 43px;
}

.line-list {
    width: 383px;
    height: 56px;
    line-height: 56px;
    background: linear-gradient(98deg, #EEF0F3, #F4F6F9);
    border-radius: 4px;
    padding-left: 23px;
    padding-right: 22px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    font-weight: bold;
}

.line-list:nth-child(3n) {
    margin-right: 0;
}

.line-list:hover {
    background: #5AA0FD;
    color: #FFFFFF;
}

.line-name {
    text-align: left;
    width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-number {
    font-weight: normal;
    width: 132px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 40px;
    background: #EDF7FF;
    border: 1px solid #2497FB;
    border-radius: 20px;
    font-size: 18px;
    color: #2497FB;
    line-height: 40px;
    text-align: center;
}

.chosen-content {
    background: #2D73CA;
}

.chosen-min {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.chosen-container {
    width: 191px !important;
    margin-right: 5px;
}

.select1:nth-child(6) {
    margin-right: 0;
}