
/*banner*/
.about-banner{
    background: url("../images/about-banner.jpg") ;
    height: 400px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 100px;
}

/*威创简介*/
.about-victron{
    margin-bottom: 50px;
    position: relative;
}
.vertical-line{
    width:1px;
    height:700px;
    background: #dcdcdc;
    position: absolute;
    top:0;
    left:175px;
    z-index: -1;
}
/*左边列表*/
.about-menu-list ul li{
    margin:15px 0;
    text-align: right;
}
.about-menu-list ul .on{
    margin-right: -3px;
}
.about-list-name{
    display: inline-block;
    margin-right: 20px;
}
.dark-circle{
    display: inline-block;
    width:9px;
    height:9px;
    border-radius: 50%;
    background: #dcdcdc;
    position: relative;
    z-index: 2;
}
.on .about-list-name{
    font-size: 24px;
    color: #0080ca;
    margin-top: 20px;
    margin-bottom: 20px;
}
.on .dark-circle{
    width:16px;
    height:16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0080ca;
    animation: light 1s infinite;
    position: relative;
    z-index: 2;
}
.about-menu-list ul li:hover .about-list-name{
    color: #0080ca;
}
.about-menu-list ul li:hover .dark-circle{
    background: #0080ca;
}
/*about威创*/
.about-cont{
    padding-left: 50px;
}

.about-title1{
    margin-top: 40px;
    text-align: center;
}
.wss h4{
    font-size: 18px;
    color:#313131;
}
.wss 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;
}
.tg{
    margin-top: 50px;
}
.tg-list{
    height: 100px;
    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;
}

/*---------------------*/
/*企业文化*/
.company-culture{
    background: #f5f5f5;
}
.company-culture .about-menu-list ul,.company-advantage .about-menu-list ul,.service-cont .about-menu-list ul,.hr-cont .about-menu-list ul{
    margin-top: 50px;
}
.vic-culture{
    margin-top:0;
    margin-bottom: 0;
}
.vic-culture .vertical-line{
    z-index: 0;
}
.culture-text{
    margin-top: 50px;
    margin-bottom: 50px;
}

/*动画*/
.card {
    width: 100%;
    height:260px;
    overflow:hidden;
}
.face{
    position: absolute;
    border-radius:5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.front {
    z-index: 10;
}
.back{
    transform:rotate3d(0,1,0,-180deg);
    -ms-transform:rotate3d(0,1,0,-180deg);	/* IE 9 */
    -moz-transform:rotate3d(0,1,0,-180deg);	/* Firefox */
    -webkit-transform:rotate3d(0,1,0,-180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(0,1,0,-180deg);	/* Opera */
    z-index: 8;
    position: relative;
}
.card-text{
    position: absolute;
    top:55px;
    left:25px;
    color:#fff;
}
.jz{
    position: absolute;
    top:110px;
    left:30px;
}
.glln{
    position: absolute;
    top:85px;
    left:15px;
}
.jyln{
    position: absolute;
    top:60px;
    left:15px;
}
.card-flipped .front{
    transform:rotate3d(0,1,0,180deg);
    -ms-transform:rotate3d(0,1,0,180deg);/* IE 9 */
    -moz-transform:rotate3d(0,1,0,180deg);/* Firefox */
    -webkit-transform:rotate3d(0,1,0,180deg);/* Safari 和 Chrome */
    -o-transform:rotate3d(0,1,0,180deg);	/* Opera */
    z-index: 8;
}
.card-flipped .back{
    transform:rotate3d(0,1,0,0deg);
    -ms-transform:rotate3d(0,1,0,0deg);/* IE 9 */
    -moz-transform:rotate3d(0,1,0,0deg);/* Firefox */
    -webkit-transform:rotate3d(0,1,0,0deg);/* Safari 和 Chrome */
    -o-transform:rotate3d(0,1,0,0deg);	/* Opera */
    z-index: 10;
}
.culture-text img{
    width:100%;
    overflow: hidden;
}
/*-------------------------*/
/*我们优势*/

.company-advantage{
    background: url(../images/about-page3-bg.jpg) 100% 100% no-repeat;
    height:850px;
    margin-top: -5px;
}
.company-advantage .on .about-list-name{
    color:#fff;
}
.company-advantage .about-menu-list ul li:hover .about-list-name{
    color: #fff;
}
.company-advantage .about-menu-list ul li:hover .dark-circle{
    background: #fff;
}
/*优势列表*/
.adv-list-left{
    color:#fff;
    margin-top: 20px;
}
.adv-list-left-li{
    border: 1px solid #fff;
    padding-top: 20px;
    padding-left: 40px;
    margin-bottom: 15px;
    height:146px;
}
.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: #fff;
    color:#535353;
}
.adv-list-left-li:hover .list-st{
    background: url(../images/list-style-blue.png) no-repeat;
}
.company-advantage .vertical-line{
    height:800px;
}
/*服务理念*/
.ideas{
    text-align: center;
}

.ideas-text h4{
    margin-bottom: 15px;
}
.ideas-text p{
    font-size: 12px;
    line-height: 25px;
}
.colorone{
    width:150px;
    height:150px;
    background: #23a6d1;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
    margin: 20px auto;
}

.colorone:hover{
    animation: light 1s infinite;
}
.color2{
    background: #f79b82;
}
.color2:hover{
    animation: light2 1s infinite;
}
.color3{
    background: #b57dd1;
}
.color3:hover{
    animation: light3 1s infinite;
}
.color4{
    background: #1a8fd1;
}
.color4:hover{
    animation: light4 1s infinite;
}
.color5{
    background: #fdd100;
}
.color5:hover{
    animation: light5 1s infinite;
}
.color6{
    background: #83bf56;
}
.color6:hover{
    animation: light6 1s infinite;
}
.color7{
    background: #de6806;
}
.color7:hover{
    animation: light7 1s infinite;
}
@keyframes light {
    0%{
        box-shadow: 0 0 3px #0080ca;
    }
    50%{
        box-shadow: 0 0 15px #0080ca;
    }
    100%{
        box-shadow: 0 0 3px #0080ca;
    }
}
@keyframes light2 {
    0%{
        box-shadow: 0 0 3px #f79b82;
    }
    50%{
        box-shadow: 0 0 15px #f79b82;
    }
    100%{
        box-shadow: 0 0 3px #f79b82;
    }
}
@keyframes light3 {
    0%{
        box-shadow: 0 0 3px #b57dd1;
    }
    50%{
        box-shadow: 0 0 15px #b57dd1;
    }
    100%{
        box-shadow: 0 0 3px #b57dd1;
    }
}
@keyframes light4 {
    0%{
        box-shadow: 0 0 3px #1a8fd1;
    }
    50%{
        box-shadow: 0 0 15px #1a8fd1;
    }
    100%{
        box-shadow: 0 0 3px #1a8fd1;
    }
}
@keyframes light5 {
    0%{
        box-shadow: 0 0 3px #fdd100;
    }
    50%{
        box-shadow: 0 0 15px #fdd100;
    }
    100%{
        box-shadow: 0 0 3px #fdd100;
    }
}
@keyframes light6 {
    0%{
        box-shadow: 0 0 3px #83bf56;
    }
    50%{
        box-shadow: 0 0 15px #83bf56;
    }
    100%{
        box-shadow: 0 0 3px #83bf56;
    }
}
@keyframes light7 {
    0%{
        box-shadow: 0 0 3px #de6806;
    }
    50%{
        box-shadow: 0 0 15px #de6806;
    }
    100%{
        box-shadow: 0 0 3px #de6806;
    }
}
/*-----------------------------------------------*/
/*人力资源*/
.hr-cont-text{
    border: 1px solid #dcdcdc;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}
.hr-cont-text-title{
    padding: 15px 35px;
    background: #f5f5f5;
}
.yh{
    font-size: 18px;
}
.eh{
    font-size: 14px;
}

.hr2{
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
}
.yhzw{
    color:#535353;
}
.gz{
    color:#0080ca;
}
.sj,.upicon{
    display: inline-block;
}
.upicon{
    padding-left: 65px;
    cursor: pointer;
}
.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{
    padding: 35px 50px;
    border-top: 1px solid #dcdcdc;
    display: none;
}
.hr-cont-text-title:last-child{
    border-bottom: none;
}

/*------------------------------*/
/*优秀团队*/
.yx-team .vertical-line{
    height: 1200px;
}
.teamers{
    width:250px;
    height:250px;
}
.teamcard{
    position: relative;
    height:350px;
}
.team-zw{
    position: absolute;
    top:280px;
    left: 0;
}
.team-words{
    width:180px;
    color:#fff;
    position: absolute;
    top: 80px;
    left: 40px;
    text-align: center;
}

.team-zw-name{
    font-size: 24px;
    color: #0080ca;
}
.team-zw-zw{
    font-size: 18px;
    color:#535353;
}
.team-words .icon-quote-left{
    color:#f5f5f5;
    font-size: 24px;
}


