﻿/* 华凯 */

.banner figure{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
}
@media (max-width:475px){
    .section{
        padding:30px 0;
    }
}
@media (min-width:768px){
    .banner figure{
        height:350px;
    }
    .section{
        padding:30px 0;
    }
}

@media (min-width:992px){
    .logo img{
        width:105px;
        height:85px;
    }
    .section{
        padding:80px 0;
    }
    .banner figure{
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 450px;
    }
}

.navbar{
    background:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color:#1a517b;
}
.navbar-nav li{
    margin-right: 25px;
    position: relative;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}
.navbar-nav li.active > a{
    color:#337ab7;
}

.navbar-toggle .icon-bar{
    background:#000;
}
.navbar-nav > li > a{
    font-size: 16px;
    color:#000;
}
.navbar{
    margin-bottom: 0px;
}

@media (max-width: 769px){
    .menu {
        position: absolute;
        z-index: 999;
        background: #fff;
        left: 0;
        right: 0;
        padding-left: 15px;
    }
    
}

@media (max-width:993px){
  
    .navbar-nav {
        margin-top: 16px;
        margin-left: 0px;
    }
    .logo{
        display: inline-block;
        margin-left: 15px;
    }
    .logo img{
        height:50px;
    }
    .navbar{
        min-height: 88px;
    }
    .navbar-header{
        margin-top:15px;
    }
   
}
@media (min-width:992px){
    .navbar{
        height:110px;
    }
    .navbar-nav {
        margin-left: 200px;
        margin-top:50px;
    }

    .navbar-nav li{
        margin-right: 25px;
    }
    .navbar-nav > li > a {
        
    }
    .navbar-toggle{
        margin-top: 34px;
    }
    .navbar-header{
        margin-top: 13px;
    }
    .dropdown-style{
        width:600px;
        top:114%;
    }
    .dropdown-style li{
        float: left;
        width: 50%;
        margin: 0;
    }
    .dropdown-style li a{
        font-size: 12px;
        display: inline-block;
        padding:10px;
        width:100%;

    }
    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -11px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 11px solid rgba(0, 0, 0, 0.15)
    }
    .dropdown-menu::after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 11px solid #fff;
    }
    .dropdown-menu {
        min-width: 100%;
        padding: 5px;
        transform: translateX(-50%);
        left: 50%;
    }
    
}
@media (max-width:1200px){
    .navbar-nav{
        margin-left: 6px;
    }
}


.topBar{
    background:#eeeeee;
    padding: 10px 0;
}
.topBar ul li{
    float: left;
    margin-right: 30px;
}

.topBar .iconfont{
    font-size: 14px;
    margin-right: 5px;
}
.topBar .lang{
    float: right;
}
.topBar span{
    font-size: 14px;
    color:#333333;
}
/* 导航条结束 */


/* 轮播 */

.index-swiper .swiper-slide{
    position: relative;
    height:595px;
    /* height:500px; */
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.swiper-slide figure{
    width:100px;
    height:100px;
    position: absolute;
    bottom:0;
    background-size: 100px ;
    background-repeat: no-repeat;
    right: 10%;
    perspective:2000;
}
@media (max-width:475px){
    .index-swiper .swiper-slide{
        height:190px;
    }
}
/* 轮播 */


/* footer */
.footer{
    background-size: cover;
    background-repeat: no-repeat;
    padding:30px 0;
    position: relative;
}
.copyright{
    font-size: 12px;
    color:#fff;
    padding: 0 15px;
    text-align: center;
    margin-top: 10px;
}
.footer a{
    color:#fff;
    font-size: 12px;

}

.subTitle{
    display: inline-block;
    font-size: 16px !important;
    color:#fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer .aboutUs,.footer .info , .footer .connect{
    color:#fff;
}
.footer .iconfont{
    font-size: 12px;
    margin-right: 5px;
}
.footer .aboutUs li,.footer .info li, .footer .connect li{
    margin-bottom: 15px;
}
.footer .image img{
    width:122px;
    height:122px;
}
.subscribe{
    text-align: center;
    font-size: 0;
    padding-top:25px;
    margin-top: 25px;
    border-top: 1px solid #c1c5d0;
}
.subscribe a + a{
    display: inline-block;
    border-left: 1px solid #fff;
    font-size: 12px;
    padding-left: 15px;
    margin-left: 15px;
}
@media (min-width:768px){
    .footer .collapse{
        display: block !important;
    }
    .footer .subTitle{
        pointer-events: none;
        margin-bottom: 15px;
    }
    .footer a:hover{
        color:#1b9f96;
    }
}
@media (max-width:475px){
    .footer{
        padding:15px 0;
    }
    .footer .info{
    }
    .footer .connect .subTitle,.footer .attention .subTitle{
        display: block;
        /* text-align: center; */
    }
    .footer .image{
        width:120px;
        height:120px;
        /* margin:0 auto; */
    }
    .footer  .subTitle {
        position: relative;
        display: block;
        padding:10px 0;
        border-bottom:1px solid #fff;
        margin-bottom: 15px;
    }
    .icon-after{
        position: absolute;
        display: inline-block;
        right: 0;
        font-size: 12px !important;
    }
    .footer  .attention .subTitle {
        border-bottom: 0;
    }
    .icon-after.column-open {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: all 0.1s linear;
    }
    
}
/* footer */

/* 面包屑 */
.breadcrumb-box{
    background:#f8f8f8;
    height:50px;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.breadcrumb{
    margin-bottom: 0px;
    background:transparent;
    padding:8px 0px 8px 15px;
}
.breadcrumb-box .fl{
    /* padding:8px 15px; */
    padding-top: 5px;
    font-size: 20px;
}
.breadcrumb-box ol li,.breadcrumb-box ol li a {
    color:#999999;
    font-size: 12px;
}

@media (max-width:475px){
.breadcrumb-box .fl{
    font-size: 16px;
}    
.breadcrumb-box .container{
    margin-right:0;
}
}
/* 面包屑 */


/* index-section */

.index-section{
    padding-top:138px;
    padding-bottom:138px;
}
.text-box{
    border:1px solid #dddddd;
    padding:25px 0;
    transition: all 0.5s ease;
}
.text-box p{
    font-size: 16px;
    color:#333333;
    text-align: center;
}
.UsServerlist li {
    margin-bottom: 30px;
}
.UsServerlist li:hover .text-box{
    background: #1a517b;
    border:1px solid #1a517b;
} 
.UsServerlist li:hover .image{
    border-top-left-radius: 5px!important ;
    border-top-right-radius: 5px !important;
}
.UsServerlist .image{
    border-radius: 0 !important;
    transition: all 0.5s ease;
}

.UsServerlist li:hover .text-box p{
    color:#fff;
}
.UsServerlist li > a{
    display: block;
    transition: all 0.5s ease;
}
.UsServerlist li:hover a{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.UsServerlist .image,.aboutNews-box .image{
    overflow: hidden;
    border-radius: 5px;
}
.UsServerlist .image img, .aboutNews-box .image img{
    width:100%;
}
.UsServerlist img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.UsServerlist li:hover img,.aboutNews-box .cell:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width:768px){
    .index-section{
        padding-top:30px;
        padding-bottom:30px;
    }
    .UsServerlist li .text-box{
        background: #1a517b;
        border: 1px solid #1a517b;
    }
    .UsServerlist li .text-box p{
        color: #fff;
        font-size: 14px;
    }
}
/* index-section */


/* message-section */
.message-section{
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.message-section figure{
    position: absolute;
    top: 0;
    left:0;
    bottom:0;
    right:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%; 
}
.global-head .global-head-title{
    font-size: 30px;
    color: #1a517b;
    padding: 0 30px;
}
.global-head{
    display: -webkit-flex;
    display: -box-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.global-head .line{
    -webkit-flex: 1;
    flex: 1;
    flex: 1;
    height:1px;
    background: #dddddd;
}
.form-group{
    position: relative;
    margin-bottom: 35px;
}
.form-wrapper{
    padding-top: 50px;
}
.form-wrapper label{
    font-weight: 100;
    font-size: 14px;
    color:#333333;
}
.form-wrapper .iconfont{
    color:#1a517b;
    margin-right: 5px;
}
.must{
    position: absolute;
    right: 5px;
    color:red;
    top:32px;
}
.form-control{
    margin-top: 5px;
}
#select{
    display: block;
    width:100%;
    height: 34px;
    padding: 6px 12px;
}
.confirmBtn{
    display: inline-block;
    border:1px solid #1a517b;
    border-radius: 5px;
    text-align: center;
    padding:12px 54px;
    font-size:16px;
    color:#1a517b;
    transition: all 0.5s ease;
}
.confirmBtn .iconfont{
    transition: all 0.5s ease;
}
.confirmBtn:hover{
    background: #1a517b;
    color:#fff;
}
.confirmBtn:hover .iconfont{
    color:#fff;
}
/* message-section */


/* 分页 */
.pager{
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
/* 分页 */


/* 首页 */
.recommend-subSection, .information-subSection{
    padding:30px 0; 
}

.isolatedLayer{
    position: relative;
}
.isolatedLayer .text{
    position: absolute;
    top:50%;
    left:20%;
    font-size: 25px;
    text-align: center;
    color:#fff;
    transform: translateY(-50%);
}
.isolatedLayer .text p{
    text-align: center;
}
.infomation-box .data{
    font-size: 14px;
    color:#999;
    margin-top:25px;
}
.infomation-box .clamp{
    position: relative;
    font-size: 16px;
    color:#333333;
     margin:15px 0;
    min-height:48px;
}
.information-swiper .swiper-slide:hover .clamp:after, .aboutNews-box .cell:hover .clamp:after{
    width: 220px;
}

.information-swiper img,.aboutNews-box img{
    border-radius:5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width:600px;
}
.information-swiper a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.infomation-box .clamp:after,.aboutNews-box .clamp:after{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    height: 2px;
    width:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:#1a517b;
}
.information-swiper .swiper-slide:hover .clamp:after,.aboutNews-box .cell:hover .clamp:after{
    width:220px;
}
.information-swiper .swiper-pagination-bullet-active{
    background: #1a517b;
}

@media (max-width:475px){
    .infomation-box .data{
        margin-top:10px;
    }
    .text-box p{
        font-size: 12px;
    }
}
@media (max-width:768px){
    .infomation-box .clamp{
        font-size: 12px;
        padding:0;
        text-align: justify;
        /* margin:5px 0; */
        padding:5px 0;
    }
    .information-swiper .swiper-slide .clamp:after, .aboutNews-box .cell .clamp:after{
        width: 220px;
    }
}
@media (min-width:992px){
    .recommend-subSection, .information-subSection{
        padding:80px 0; 
    }
}
/* 首页 */


/* 关于HIC */

.about p,.about div{
    font-size: 14px;
    color:#666666;
    line-height: 25px;
    margin-bottom: 15px;
    text-indent: 25px;
}
.about .image{
    text-indent: 0;
    margin-right: -15px;
    /* text-align: right;
    margin-left: -15px;
    margin-right: -15px; */
}
.cultureLists-box{
    margin-bottom: 80px;
}
.culture-part{
    position: relative;
    border: 1px solid #1a517b;
    background:#1a517b;
    color:#fff;
    min-height: 285px;
    transition: all 0.5s ease-in-out;
}

.culture-part h1{
    font-size: 24px;
    text-align: center;
    margin-bottom:28px;
    margin-top:63px;
}
.culture-part p{
    font-size: 14PX;
    text-align: center;
    margin-bottom: 15px;
}
.culture-part:hover{
    background:#fff;
    color:#1a517b;
}
.cultureLists .image{
    /* height:285px; */
    background-repeat: no-repeat;
    background-size:cover;
}

.cultureLists img{
    width:100%;
    
}
@media (max-width:768px){
    .culture-part > div{
        position: absolute;
        top:50%;
        left:50%;
        width: 100%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    .culture-part h1{
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        font-weight: bold;
    }
    .culture-part p{
        font-size: 12PX;
        margin-bottom: 5px;
    }
}
@media (max-width:475px){
    .about .image{
        margin-right: 0;
    }
    .culture-part{
        min-height: 145px;
        padding:0 5px;
    }
    .culture-part > div{
        position: absolute;
        top:50%;
        left:50%;
        width: 100%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    .culture-part h1{
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .culture-part p{
        font-size: 12PX;
        margin-bottom: 5px;
    }
}
/* 关于HIC */


/* 投诉 */
.complain-subSection{
    padding:50px 0;
}
.complain-subSection p{
    font-size: 14px;
    color:#333333;
    line-height: 25px;
    margin-bottom: 30px;
}
.global-mnName{
    color:#1a517b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.connect-box > div{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:15px 0 15px 40px;

}
.connect-box > div:last-child{
    border-left: 1px solid #ddd;
}
.connect-box > div span,.connect-box > div .iconfont{
    font-size: 14px;
    color:#1a517b;
}
.connect-box > div h6{
    font-size: 14px ;
    color:#333333;
    margin-top:17px;
}
@media (max-width:475px){
    .connect-box > div{
        border:1px solid #ddd;
    }
    .connect-box > div{
        margin-bottom: 15px;
    }
    .breadcrumb-box .fl{
        display: none;
    }
}
/* 投诉 */



/* 华凯-关于我们-资质证书 */


.credential-box{
    padding:30px 0;
}
.modal-header{
    position: relative;
}
.modal-header .close{
    position: absolute;
    right:0;
    top: 0;
    border:0;
    background: transparent;
    font-size: 33px;
    margin-right: 15px;
}
.modal-header .close span{
    font-size: 33px;
}
.credential-box .image-box{
    border:1px solid #dddddd;
    padding:15px;
}
.credential-intro p{
    text-align: center;
    font-size: 14px;
    padding:15px 0;
}
.modal-title{
    font-size: 16px;
    font-weight: bold;
}
.credential-body .modal-content{
    background-color:rgba(255, 255, 255, .7);
}
.credential-body .modal-header{
    border-bottom:1px solid #000;
}
@media (min-width:992px){
    .credential-section{
        padding:50px 0;
    }
    .credential-box{
        padding-top: 70px;
    }
}
/* 华凯-关于我们-资质证书 */

/* 联系我们 */
.navigation{
    min-height: 530px;
    margin:70px 0;
}
.navigation-detail > div:first-child{
    padding:50px 20px 0 20px;
    background:#1a517b;
    height: 530px;
}
.navigation-detail > div:first-child h2{
    font-weight: bold;
    font-size: 20px;
    color:#fff;
    margin-bottom: 45px;
}
.navigation-detail > div:first-child p{
    font-size:14px;
    color:#fff;
    margin-bottom: 25px;
}

@media (max-width:768px){
    .navigation span{
        display: block;
        margin-bottom: 5px;
    }
}
@media (max-width:475px){
    .navigation{
        margin:25px 0;
    }
    .navigation-detail > div:first-child h2{
        margin-bottom:20px;
    }
    .navigation-detail > div:first-child p{
        margin-bottom:10px;
    }
    .navigation-detail > div:first-child{
        padding: 30px 20px 0 20px;
        height:350px;
    }
    .my-map{
        height:350px !important;
    }
}
/* 联系我们 */


/* 职业发展 */
.job-section{}
.job-section .image{
}
.job-section .text {
    padding:50px 0;
}
.job-section .text p{
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}
.job-section .text p + p{
    margin-top:20px;
}
.connect-wrapper{
    position: relative;
}
.icons{
    position: absolute;
    bottom:0;
    left:50%;
    font-size: 0;
}
.icon{
    display: inline-block;
    width:32px;
    height:32px;
    background-size: 32px;
    background-repeat: no-repeat;
    margin-left:25px ;
}
.table-wrapper table{
    width:100%;
}
.table-wrapper table th{
    text-align: center;
}
.table-wrapper table thead th{
    font-weight: bold;
    font-size: 16px;
    color:#1a517b;
    padding:15px 0;
}
.table-wrapper table tbody th{
    font-size: 14px;
    color:#333333;
    padding:15px 0;
}
.table-wrapper table tbody tr:nth-child(odd){
    background:#f3f3f3;
}
.table-wrapper table tbody tr:nth-child(even){
    background:#1a517b;
}
.table-wrapper table tbody tr:nth-child(even) th,.table-wrapper table tbody tr:nth-child(even) th a{
    color:#fff;
}
@media (max-width:768px){
    .icons{
        position: relative;
        text-align: center;
        left:0;
        top:15px;
    }
    .icons .icon{
        margin:0 15px;
    }
    .job-section .pager{
        padding:25px 0;
    }
}
@media (max-width:475px){
    .table-wrapper{
        width:100%;
        overflow: auto;
    }
    .table-wrapper table{
        width:750px;
    }
    
}
/* 职业发展 */


/* 新闻 */
.newsDetails-section{
    padding:50px 0;
}
.news-head h1{
    font-size: 25px;
    color:#1a517b;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-head .data{
    display:block;
    text-align: center;
    font-size: 12px;
    color:#999999;
    margin-bottom: 30px;
}
.edit-body p,.edit-body div {
    font-size: 16px;
    line-height: 25px;
}
.edit-body p{
	text-indent:32px;
}
.edit-body p + p,.edit-body div + div,edit-body p + div,edit-body div + p{
    margin-top: 25px;
}
.edit-body p img:first-child{
	margin-left:-32px;
}
.bshare-custom{
    margin:20px 0;
}
.aboutNews{
    background:#f8f8f8;
    padding:50px 0;
}
.aboutNews-box{
    margin-top:50px;
}
.aboutNews-box .cell{
    margin-bottom: 20px;
}
.linkMore a{
    display: block;
    color:#1a517b;
    font-size: 14px;
    margin-top:15px;
}
.aboutNews-box .pager{
    top:0;
    padding:20px 0;
}
@media (max-width:475px){
    .news-head h1{
        font-size: 16px;
    }
    .edit-body p + p, .edit-body div + div{
        margin-top:15px;
    }
.edit-body p img:first-child{
   margin-left:-32px;
}
    .aboutNews{
        padding:25px 0;
    }
    .aboutNews-box{
        margin-top:25px;
    }
    .aboutNews-box .cell{
        /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        background: #fff;
        padding:15px;
        border-radius: 4px; */
    }

    .linkMore a{
        margin-top:5px;
        margin-bottom: 5px;
    }
}
@media (max-width:768px){
    /* .information-swiper .swiper-slide .clamp:after, .aboutNews-box .cell .clamp:after{
        width:220px;
    } */
}
/* 新闻-详情 */


/* 新闻 */
.nav-tabs > li > a{
    color:#fff;
    background: #8e939a;
    border-radius: 5px;
    font-size: 14px;
}
.nav-tabs{
    border:0;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* justify-content: space-between; */
}
.nav-tabs > li{
    flex: 1;
    text-align: center;
    
}
.nav-tabs > li + li{
    margin-left:150px; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,.nav-tabs > li > a:hover{
    background:#1a517b;
    color:#fff;
}
.tabs{
    margin-top:50px;
}
.intro-text{
    padding-top:35px;
}
.intro-text .data{
    font-size: 12px;
    color:#999999;
}
.intro-text .text{
    font-size: 14px;
    color:#666666;
    margin-top:30px;
    /* margin-bottom: 75px; */
    line-height: 25px;
}
.aboutNews-box .row + .row{
    margin-top:50px;
	display:flex;
    flex-wrap: wrap;
}
.aboutNews-box .cell{
    margin-bottom: 25px;
}
@media (max-width:768px){
    .intro-text{
        padding-top:5px;
    }
    .intro-text .text{
        margin-top: 5px;
        line-height: 20px;
    }
    .linkMore a{
        margin-top:5px;
    }
}
@media (max-width:475px){
    .nav-tabs > li + li{
        margin-left:10px; 
    }
    .firstRow{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        background:#fff;
    }
    .tabs{
        margin-top:25px;
    }
    .newsDetails-section .nav-tabs{
        overflow-x: auto;
        overflow-y: hidden;
    }
}
/* 新闻 */

/* 我们的服务-详情 */
.server-section{
    padding:50px 0;
}
.server-section .nav-tabs > li + li{
    margin-left: 15px;
}
.server-section .aboutNews-box p,.server-section .aboutNews-box div{
    font-size: 14px;
    color:#333333;
    line-height: 25px;
    margin-bottom: 15px;
    text-indent: 25px;
}
.server-section .isolatedLayer{
    overflow: hidden;
    padding:80px 0;
    margin-top:70px;
}
.isolatedLayer figure{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-repeat: no-repeat;
    z-index: -1;
}
.isolatedLayer .content{
    position: relative;
    z-index: 999;
    text-align: center;
}
.isolatedLayer .content p{
    font-size: 20px;
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}
.isolatedLayer .content a{
    display: inline-block;
    padding:13px 40px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    margin: 0 15px;
    font-size: 14px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.isolatedLayer .content a:hover{
    border-color:#1a517b;
    color:#1a517b;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	height:100%;
}
.server-body .modal-header{
    border:0;
}
.server-body .form-wrapper{
    padding:0;
}
.server-body .form-wrapper h1{
    font-size:30px;
    color:#1a517b;
    text-align: center;
    padding:25px 0;
}
.server-body .modal-body{
    padding: 15px 50px 50px;
}
.recommend{
    margin-top:75px;
}
.recommend .global-head{
    margin-bottom: 50px;
}
@media (max-width:768px){
    .server-section .isolatedLayer,.recommend{
        margin-top:20px;
    }
   .isolatedLayer .content p{
       font-size:14px;
       padding:0 40px
   }
   .recommend .global-head{
        margin-bottom:35px;
   }
}
@media (max-width:475px){
    .isolatedLayer .content p{
        padding:0 15px;
        text-align: center;
    }
    .server-section .nav-tabs{
        overflow-y: hidden;
        overflow-x: auto;
    }
     .nav-tabs > li{
        -webkit-flex:1;
        -moz-flex:1;
        -ms-flex:1;
        flex:1;
    }
    .server-section .nav-tabs > li{
        flex:0 0 80%;
    }
    .isolatedLayer .content a{
        padding:5px 10px;
    }
    .server-body .modal-body{
        padding:15px;
    }
}
/* 我们的服务-详情 */


/* 返回顶部 */
.fixation-box {
    position: fixed;
    right: 2%;
    top: 50%;
    display: none;
    z-index: 999;
}
.fixation-box li:last-child .luckIcon{
    border-bottom: 1px solid #dbdbdb;
}
.luckIcon,.footer .luckIcon {
    display: block;
    height: 60px;
    width: 60px;
    /* line-height: 45px; */
    text-align: center;
    background: #fff;
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    cursor: pointer;
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    justify-content:center;
    font-size:12px;
    color:#7f7f7f;
}
.footer .luckIcon:hover{
	color:#23527c;
}
.footer .luckIcon .iconfont{
	font-size:16px;
margin:0px;
}
.code-box {
    position: absolute;
    bottom: 0;
    right: 100%;
    display: none;
    width:100px;
    width:100px;
}
.phone-box {
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 14px;
    display: none;
    min-width:160px;
}
/* 返回顶部 */

/* 工作 */
.jobName {
    font-size:30px;
    color:#1a517b;
    margin-bottom: 15px;
}
.job-details p , .job-details div{
    font-size: 16px;
    margin-bottom: 15px;
}
.jobs .btn{
    display: inline-block;
    padding: 10px 20px;
    background: #1a517b;
    border: none;
    font-size: 16px;
    color:#fff;
    opacity: 1;
    transition: all 0.5s ease;
    text-decoration: 0;
}
.jobs .btn:hover{
    background: #164162;
}
.dropdown-menu li{
    margin-right: 0 !important;
}
.dropdown-menu > li > a{
    font-size: 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color:#164162;
}
.jobs{
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-top:15px;
    border-radius: 5px;
}
.dropdown-menu{
    top:114%;
}
.applyBtn{
    display: inline-block;
    padding:5px 20px;
    border: 1px solid #1a517b;
    text-align: center;
    border-radius: 5px;
}
.applyBtn .iconfont{
    margin-right: 5px;
}
.applyBtn:hover{
    background:#1a517b;
    color:#fff;
}
.certificate div, .certificate p{
    text-indent: 0 !important;
}
.connect-box .iconfont{
    margin-right: 5px;
}
/* 工作 */

.breadcrumb > li + li:before{
    content: ">";
    padding: 0 5px;
    color: #cccccc;
}
.validator-code{
    position: relative;
    display: -webkit-inline-flex;
    display: -webkit-inline0box;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.validator-code .must{
    top:0;
    left:0;
}
.validator-code a{
    display: inline-block;
    border: 1px solid #1a517b;
    border-radius: 5px;
    text-align: center;
    padding: 12px 54px;
    font-size: 16px;
    color: #1a517b;
    transition: all 0.5s ease;
    margin-left: 10px;
}
.validator-code a:hover{
    background: #1a517b;
    color: #fff;
}


.dropdown .iconfont,.dropdown-toggle .iconfont{
    position: relative;
    z-index: 999;
    color:#ddd;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.dropdown.open .iconfont{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.1s linear;
}
a:focus{
    outline: none;
    text-decoration:none;
}
.custom-icon{
    position: absolute !important;
    right: 0;
    top:0;
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#coutom-iconfont{
    position: absolute;
    top:10px;
    right: 15px;

}


.newsList-control {
    margin-top: 30px;
}
.newsList-control .prev, .newsList-control .next {
position:relative;
    background: #f5f5f5;
    padding: 30px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prev .title, .next .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prev a, .next a {

    display: block;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-top: 10px;
}
.prev a p, .next a p{
	overflow: hidden;
    text-overflow: ellipsis;
margin-top:10px

}













