@charset "utf-8";
/* 轮播 */

.header_banner {
    position: relative;
}

.indexCarousel {
    width: 100%;
    /* max-width: 1920px;
    min-width: 1000px; */
    height: 530px;
    margin: 0 auto;
    overflow: hidden;
}

.indexCarousel .center {
    width: 1000px;
    height: 420px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
}

.indexCarousel .center .carousel-indicators {
    left: 0;
    margin-left: 0;
    text-align: left;
}

.indexCarousel .center .playBtn {
    position: absolute;
    top: 90px;
}

.indexCarousel .carousel-inner>.item {
    width: 100%;
    height: 530px;
    margin: 0 auto;
}

.indexCarousel .carousel-inner>.item img {
    width: 100%;
    min-height: 100%;
}

.header_banner .banner_text {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    height: 78px;
    background: rgba(27, 95, 152, .8);
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 78px;
}

/* 热线 */

.hotline {
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    margin: 0 auto;
 border-bottom: 1px solid #e6e6e6;
}

.hotline .center {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

/* 公共 */

.content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.content .bgImg {
    position: absolute;
    right: -75px;
    bottom: -55px;
    z-index: -1;
}

.content .mainBar {
    width: 690px;
}

.content .sideBar {
    width: 282px;
}

.title_bar {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.title_bar h2 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.title_bar .title li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px;
    cursor: pointer;
}

.title_bar .title li.active {
    background: #3382ff;
    color: #fff;
}

.title_bar .arrow {
    position: absolute;
    right: 0;
    top: 12px;
}

.title_bar .arrow img {
    display: block;
}

.publicList {
    width: 320px;
    height: 280px;
    overflow: hidden;
}

.publicList .listContent ul {
    padding: 15px 0;
}

.publicList .listContent ul li {
    background: url(../images/icon_list_square.png) no-repeat left center;
    padding-left: 13px;
}

.publicList .listContent ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publicList .listContent ul.show {
    display: block;
}

.publicList .imgContent ul {
    padding-top: 20px;
}

.publicList .imgContent ul li {
    display: block;
    float: left;
    width: 100px;
    height: 95px;
    margin-left: 5px;
    margin-bottom: 8px;
    overflow: hidden;
}

.publicList .imgContent ul li img {
    width: 100%;
    min-height: 100%;
}

.publicList .imgContent ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.publicList .imgContent ul li:hover {
    border: 1px solid #ec9134;
}

/* 公司新闻 */

.companyNews {
    width: 100%;
}

.companyNews .newsCarousel {
    width: 347px;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.companyNews .textList {
    width: calc(100% - 377px);
    margin-top: -12px;
}

.companyNews .newsContent {
    width: 100%;
    height: 212px;
    overflow: hidden;
    padding-top: 20px;
}

.companyNews .newsContent dl {
    margin-bottom: 14px;
}

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

.companyNews .newsContent dt a {
    color: #333;
}

.companyNews .newsContent dt a:hover {
    color: #3382ff;
}

.companyNews .newsContent dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #666;
}

/* 视频宣传 */

.video {
    margin-top: -12px;
}

.videoContent {
    padding-top: 20px;
}

.videoContent video {
    display: block;
    margin: 0 auto;
}

/* 网厅服务 */

.shopServer {
    margin-top: 29px;
}

.serverContent ul {
    padding: 20px 0;
}

.serverContent ul li {
    display: block;
    float: left;
    width: 84px;
    height: 90px;
    margin-left: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.serverContent ul li a {
    display: block;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}

.serverContent ul li a img {
    margin: 12px 0 5px;
}

.serverContent ul li:nth-child(3n + 1) {
    /*margin-left: 0;*/
}

.serverContent ul li:first-child a {
    background: #2a69cc;
}

.serverContent ul li:nth-child(2) a {
    background: #4e5d9f;
}

.serverContent ul li:nth-child(3) a {
    background: #8c7265;
}

.serverContent ul li:nth-child(4) a {
    background: #d5743f;
}

.serverContent ul li:nth-child(5) a {
    background: #009ab2;
}

.serverContent ul li:nth-child(6) a {
    background: #2b9f8c;
}

/* 专题专栏 */

.columns {
    margin-top: 34px;
}

.columns .title_bar {
    background: #3382ff;
    background: -webkit-linear-gradient(#3382ff, #1c619f);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3382ff, #1c619f);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3382ff, #1c619f);
    /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(#3382ff, #1c619f);
    /* IE 10 以上 */
    background: linear-gradient(#3382ff, #1c619f);
    /* 标准的语法 */
    border: none;
    color: #fff;
    padding-left: 20px;
    border-radius: 4px;
}

.columns .title_bar .arrow {
    right: 20px;
}

.colContent {
    padding-top: 20px;
}

.colContent a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-bottom: 8.5px;
}

.colContent a img {
    width: 100%;
    min-height: 100%;
}

.colContent a:hover {
    border: 1px solid #ec9134;
}

/* 底部轮播 */

.index_swiper {
    width: 1000px;
    height: 95px;
}

.index_swiper .swiper-slide {
    width: 120px;
    height: 95px;
    text-align: center;
}

.index_swiper .swiper-slide .slide_pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}

.index_swiper .swiper-slide .slide_pic img {
    display: block;
    width: 100%;
    min-width: 100%;
}

.index_swiper .swiper-slide .slide_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index_swiper .swiper-slide a:hover {
    color: #3382ff;
}

.swiper-button-prev, .swiper-button-next {
    background: transparent;
    margin-top: 0;
    width: 100px;
    height: 95px;
    top: 0;
    padding-top: 31.5px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
    text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    height: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #00508e;
}