@charset "UTF-8";
/*banner*/
.banner{
    position: relative;
    background: url(../images/about-banner.jpg) no-repeat;
    height: 500px;
    background-attachment: fixed;
}
.banner-word{
    width: 300px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
}
.banner-word h1{
    font-family: Arial;
    font-size: 32px;
}
.banner-word h3{
    font-size: 14px;
}
.banner-downLine{
    width: 100px;
    height: 1px;
    background-color: #f5f5f5;
    margin: 10px auto;
}
.about-block{
    position: relative;
    padding: 50px 0;
}
/*公司简介*/
.aboutUs h4{
    font-size: 18px;
    color:#313131;
}
.aboutUs p{
    font-size: 14px;
    margin: 20px 0;
}
.underline-blue-x{
    width:80px;
    height:1px;
    background: #0080ca;
    margin: 20px 0;
}
.about-cont-text p{
    color:#535353;
    margin: 0;
    line-height: 25px;
    text-align: justify;
}
.tg{
    margin-top: 50px;
}
.tg-list{
    min-height: 100px;
    max-width:430px;
}
.tg-list li{
    display: inline-block;
    width:120px;
}

.tg-list li a{
    font-size: 12px;
}
.tg-list li a:hover{
    color:#fa6200;
}
.about-list-num{
    display: inline-block;
    width:15px;
    height:15px;
    background: #0080ca;
    color:#fff;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
}
.about-us-left{
    padding-right: 0;
    border-right: none;
}
.about-us-right{
    margin-left: 0;
}
/*右边的小导航条*/
.aside-list{
    position: absolute;
    top: 50px;
    right: 0;
}
.aside-list li{
    margin-bottom: 40px;
}
.aside-list-a{
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #959595;
    color: #fff;
}
.aside-list-li{
    position: relative;
}
.aside-list-name{
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.angles{
    position: absolute;
    top: -2px;
    right: -10px;
    opacity: 1;
    z-index: 6;
}
.aside-list-a:hover + .aside-list-name{
    right: 60px;
    opacity: 1;
}
.aside-list-a:hover + .aside-list-name .angles{
    opacity: 1;
}
.aside-list-li:first-child .aside-list-name{
    background-color: #0080cb;
}
.aside-list-li:first-child:hover .aside-list-a{
    background-color: #0080cb;
    color: #fff;
}
.curr .aside-list-name{
    right: 60px;
    opacity: 1;
}
.curr .aside-list-a{
    color: #fff;
}
.aside-list-li:nth-child(2) .aside-list-name{
    background-color: #f79b82;
}
.aside-list-li:nth-child(2):hover .aside-list-a{
    background-color: #f79b82;
    color: #fff;
}
.aside-list-li:nth-child(3) .aside-list-name{
    background-color: #b57dd1;
}
.aside-list-li:nth-child(3):hover .aside-list-a{
    background-color: #b57dd1;
    color: #fff;
}
.aside-list-li:nth-child(4) .aside-list-name{
    background-color: #83bf56;
}
.aside-list-li:nth-child(4):hover .aside-list-a{
    background-color: #83bf56;
    color: #fff;
}
.aside-list-li:nth-child(5) .aside-list-name{
    background-color: #23a6d1;
}
.aside-list-li:nth-child(5):hover .aside-list-a{
    background-color: #23a6d1;
    color: #fff;
}
.aside-list-li:nth-child(6) .aside-list-name{
    background-color: #fdd100;
}
.aside-list-li:nth-child(6):hover .aside-list-a{
    background-color: #fdd100;
    color: #fff;
}
/*企业文化*/
.culture-block{
    position: relative;
    padding: 50px 0 0 0;
}
.culture-cont{
    border: 1px solid #e5e5e5;
    margin-right: 50px;
}
.list-t{
    padding: 43px 10px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background-color: #0080cb;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.list-p{
    display: inline-block;
    /*width: 70%;*/
    vertical-align: middle;
    padding-left: 20px;
}
.culture .col-md-5{
    margin-bottom: 50px;
}
.culture-cont:hover .list-t{
    background-color: #006ab7;
}
/*线条动画*/
.biankuang{
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
    border-radius:10px;
}
.biankuang_1{
    height: 1px;
    top: -1px;
    left:0;
    border-left: 1px solid #0080cb;
}
.biankuang_2 {
    width: 0;
    bottom:0;
    left: 0;
    border-top: 1px solid #0080cb;
}
.biankuang_3{
    height: 0;
    bottom:0;
    right:0;
    border-right: 1px solid #0080cb;
}
.biankuang_4{
    width:0;
    top:0;
    right:0;
    border-bottom: 1px solid #0080cb;
}
.spbq{
    position: relative;
    overflow: hidden;
}
/*我们优势*/

.adv-list-left-li{
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.adv-list-left h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.adv-list-left-list li{
    display: inline-block;
    font-size: 14px;
    width: 160px;
}
.list-st{
    display: inline-block;
    background: url(../images/list-style-white.png) no-repeat;
    width:8px;
    height:8px;
    margin-right: 10px;
}
.adv-list-left-li:hover{
    background: #f5f5f5;
    color:#535353;
}
.adv-list-left-li:hover .list-st{
    background: url(../images/list-style-blue.png) no-repeat;
}
/*服务理念*/
.ideas{
    text-align: center;
}

.ideas-text h4{
    margin-bottom: 15px;
}
.ideas-text p{
    font-size: 12px;
    line-height: 25px;
}
.colorone{
    text-align: center;
    margin: 20px auto;
}
.color1{
    border: 1px solid #23a6d1;
}
.color2{
    border: 1px solid #f79b82;
}
.color3{
    border: 1px solid #b57dd1;
}
.color4{
    border: 1px solid #1a8fd1;
}
.color5{
    border: 1px solid #fdd100;
}
.color6{
    border: 1px solid #83bf56;
}
.color7{
    border: 1px solid #de6806;
}
/*人才招聘*/
.hr-cont-text{
    border: 1px solid #dcdcdc;
    padding-left: 15px;
    padding-right: 15px;
}
.hr-cont-text-title{
    background: #f5f5f5;
    cursor: pointer;
}
.yh{
    font-size: 18px;
}
.eh{
    font-size: 12px;
}

.hr2{
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
}
.yhzw{
    color:#535353;
}
.gz{
    color:#0080ca;
}
.sj,.upicon{
    display: inline-block;
}
.upicon{
    cursor: pointer;
    position: relative;
    transform: rotate(0deg);
    transition: all .6s;
}
.rotate180{
    transform: rotate(180deg);
    transition: all .6s;
}
.hr-cont-txt{
    padding: 35px;
}
.gwzz{
    font-size: 14px;
    line-height: 25px;
}
.gwzz p{
    font-size: 16px;
    color:#0080ca;
    margin-bottom: 20px;
}
.gwzz ul{
    margin-bottom: 15px;
}
.hr-cont .vertical-line{
    height:1200px;
}
.hr-cont-txt{
    border-top: 1px solid #dcdcdc;
    display: none;
}
.hr-cont-text-title:last-child{
    border-bottom: none;
}
/*团队*/
.teamer-block{
    text-align: center;
    width: 100%;
}
.team-text .col-md-4, .team-text.col-sm-4,.team-text .col-xs-6{
    margin-bottom: 30px;
}
.team-img{
    max-width: 100%;
    border: 1px solid #f5f5f5;
}
.teamer-block:hover .team-img{
    border: 1px solid #0080cb;
}
.team-h3{
    margin: 25px auto;
    color: #0080cb;
}

.rotate-panel{
    position: relative;
    display: inline-block;
}
.team-circle {
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0080cb;
    transform-origin: 144px 4px;
    display: block;
    visibility: hidden;
    animation: light 1s infinite;
}
.team-circle-rotate{
    visibility: visible;
    transform: rotate(360deg);
    transition: all 18s linear;
}

@keyframes light {
    0%{
        box-shadow: 0 0 5px #0080ca;
    }
    50%{
        box-shadow: 0 0 25px #0080ca;
    }
    100%{
        box-shadow: 0 0 5px #0080ca;
    }
}


@media(max-width:480px){
    .about-us-left{
        padding-right: 40px;
    }
    .list-p{
        width: 55%;
    }
    .adv-list-left{
        width: 90%;
    }
    .adv-list-left-li{
        height: 200px;
    }
    .hr-cont-text{
        margin: 0 40px 0 0;
    }
    .upicon{
        padding-left: 5px;
    }
    .yhzw{
        font-size: 14px;
    }
    .eh{
        font-size: 12px;
    }
    #idea{
        margin-right: 0;
    }
    .colorone{
        width:100px;
        height:100px;
        border-radius: 50%;
        line-height: 100px;
    }
    .hr-cont-txt{
        padding: 15px 15px;
    }
    .hr-cont-text-title{
        padding: 15px 0;
    }
    .team{
        margin-right: 40px;
    }
    .team-h3{
        font-size: 18px;
    }
}
@media(min-width: 481px) and (max-width:767px){
    .about-us-left{
        padding-right: 60px;
    }
    .aside-list{
        position: absolute;
        top: 50px;
        right: 0;
    }
    .list-p{
        width: 70%;
    }
    .adv-list-left{
        width: 90%;
    }
    .adv-list-left-li{
        height: 180px;
    }
    .list-t{
        padding: 20px 30px;
        font-size: 24px;
    }
    .hr-cont-text{
        margin: 0 40px 0 0;
    }
    .upicon{
        padding-left: 5px;
    }
    .yhzw{
        font-size: 14px;
    }
    .eh{
        font-size: 12px;
    }
    #idea{
        margin-right: 50px;
    }
    .colorone{
        width:110px;
        height:110px;
        border-radius: 50%;
        line-height: 110px;
    }
    .hr-cont-txt{
        padding: 25px 30px;
    }
    .hr-cont-text-title{
        padding: 15px 20px;
    }
    .team{
        margin-right: 50px;
    }
    .team-h3{
        font-size: 24px;
    }

}
@media(min-width:768px){
    .about-us-left{
        padding-right: 60px;
        border-right: 1px solid #e5e5e5;
    }
    .about-us-right{
        margin-left: 60px;
    }
    .aside-list{
        position: absolute;
        top: 50px;
        right: 20px;
    }
    .list-p{
        width: 80%;
    }
    .adv-list-left{
        width: 85%;
    }
    .adv-list-left-li{
        height: 200px;
    }
    .list-t{
        padding: 20px 30px;
        font-size: 24px;
    }
    .hr-cont-text{
        margin: 0 50px 0 0;
    }
    .upicon{
        margin-left: 20px;
    }
    .yhzw{
        font-size: 16px;
    }
    .eh{
        font-size: 14px;
    }
    #idea{
        margin-right: 50px;
    }
    .colorone{
        width:110px;
        height:110px;
        border-radius: 50%;
        line-height: 110px;
    }
    .hr-cont-txt{
        padding: 25px 30px;
    }
    .hr-cont-text-title{
        padding: 15px 20px;
    }
    .team{
        margin-right: 50px;
    }
    .culture-block{
        padding: 50px 0 0 0;
    }
}
@media(min-width:980px){
    .aside-list{
        position: absolute;
        top: 50px;
        right: 20px;
    }
    .list-p{
        width: 60%;
    }
    .adv-list-left{
        width: 100%;
    }
    .adv-list-left-li{
        height: 160px;
    }
    .adv-list-left{
        margin-right: 0;
    }
    .culture-cont{
        margin-right: 0;
    }
    .hr-cont-text{
        margin: 0 50px 0 0;
    }
    .upicon{
        margin-left: 65px;
    }
    .yhzw{
        font-size: 18px;
    }
    #idea{
        margin-right: 20px;
    }
    .colorone{
        width:110px;
        height:110px;
        border-radius: 50%;
        line-height: 110px;
    }
    .hr-cont-txt{
        padding: 35px 50px;
    }
    .hr-cont-text-title{
        padding: 15px 35px;
    }
    .team{
        margin-right: 50px;
    }
    .culture-block{
        padding: 50px 0;
    }
    .teamer-block{
        width: 100%;
    }
}

@media(min-width:1200px){
    .aside-list-name{
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 16px;
    }
    .list-p{
        width: 70%;
    }
    .adv-list-left-li{
        height: 146px;
    }
    .hr-cont-text{
        margin: 0 200px 0 0;
    }
    #idea{
        margin-right: 100px;
    }
    .colorone{
        width:120px;
        height:120px;
        border-radius: 50%;
        line-height: 120px;
    }
    .team{
        margin-right: 100px;
    }
    .culture-block{
        padding: 50px 0;
    }
    .adv-list-left{
        width: 85%;
    }
    .teamer-block{
        width: 82%;
    }
}
@media (min-width: 1366px){
    .aside-list-name{
        width: 120px;
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
        font-size: 20px;
    }
    .hr-cont-text{
        margin: 0 130px 0 100px;
    }
    #idea{
        margin-right: 50px;
    }
    .colorone{
        width:120px;
        height:120px;
        border-radius: 50%;
        line-height: 120px;
    }
    .team{
        margin-right: 100px;
    }
    .adv-list-left{
        width: 100%;
    }
    .teamer-block{
        width: 90%;
    }
}
@media (min-width: 1440px){
    .hr-cont-text{
        margin: 0 100px 0 100px;
    }
    .colorone{
        width:150px;
        height:150px;
        border-radius: 50%;
        line-height: 150px;
    }
    .team{
        margin-right: 0;
    }
    .teamer-block{
        width: 88%;
    }
}

@media (min-width: 1600px){
    .hr-cont-text{
        margin: 0 200px 0 200px;
    }
    .teamer-block{
        width: 100%;
    }

}
