::-ms-clear, ::-ms-reveal{display: none;}
/*轮播*/
.banner{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .bannerBox{
    height: 100%;
    position: absolute;
    left: 0;
}
.banner .imgBox img{
    width: 100%;
}
.banner1{
    background-image: url("../images/bannerbg1.jpg");
}
.banner2{
    background-image: url("../images/bannerbg2.jpg");
}
.banner3{
    background-image: url("../images/bannerbg3.jpg");
}
.banner1,
.banner2,
.banner3{
    position: relative;
    height: 100%;
    background-size: 100% 100%;
}
.imgBox{
    position: absolute;
    width: 68%;
}
.banner1 ul li,
.banner1 ul li span{
    color: #ffffff;
}
.banner1 ul .bannerTitle{
    font-size: 40px;
    margin-bottom: 30px;
}
.banner1 ul li:nth-of-type(2){
    margin-bottom: 50px;
    font-size: 20px;
}
.banner1 ul .experience,
.submit{
    text-align: center;
    font-size: 16px;
    display: inline-block;
    border-radius: 23px;
    padding: 6px 38px;
    cursor: pointer;
    background: #feb824;
    background: -moz-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%,#feb824),color-stop(100%,#ff9704));
    background: -webkit-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: -o-linear-gradient(left,#feb824 0%,#ff9704 100%);
    background: -ms-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: linear-gradient(to right,#feb824,#ff9704);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb824', endColorstr='#ff9704',GradientType=1 );
}
.banner1 ul .experience{
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff;
}
.register{
    padding: 5px 24px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #feb824;
    color: #feb824;
    text-decoration: none;
    margin-right: 10px;
}
.register:hover{
    color: #feb824;
    text-decoration: none
}
.play{
    color: #fff;
}
.play:hover{
    color: #fff;
}
.banner1 ul .bannerTitle i{
    color: #feb723;
    font-style: normal;
}
.banner2 .bannerTitle{
    font-size: 40px;
    color: #F7AF2A;
    text-align: center;
}
.banner2 .bannerTitle{
    color: #ffffff;
}
.banner2 .picOutBox{
    margin-right: 20px;
    position: relative;
    background-image: url("../images/pic1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.banner2 .picOutBox2{
    background-image: url("../images/pic2.jpg");
    background-size: 120%;
    background-position-x: -13px;
}
.banner2 .picOutBox3{
    background-image: url("../images/pic3.jpg");
    background-size: 110%;
    background-position-x: -12px;
}
.banner2 .picOutBox4{
    background-image: url("../images/pic4.jpg");
}
.banner2 .picOutBox5{
    background-image: url("../images/pic5.jpg");
}
.banner2 .picOutBox div,
.banner2 .picOutBox span{
    color: #ffffff;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.banner2 .picOutBox .div1{
    background-color: rgba(0,0,0,0.35);
    padding: 2px 0;
    position: absolute;
    bottom:60px;
}
.banner2 .picOutBox .div1 span:nth-of-type(1){
    font-size: 14px;
}
.banner2 .picOutBox .div1 span:nth-of-type(2){
    font-size: 12px;
}
.banner2 .picOutBox .div2{
    background-color:#fff;
    color: #666666;
    font-size: 12px;
    height: 60px;
    padding: 6px 12px;
    text-align: left;
    text-indent: 24px;
    position: absolute;
    bottom: 0;
}
.banner2 .imgBox{
    padding-left: 12px;
}
.banner3 .imgBox{
    height: 100%;
}
.banner3 .banner3L{
    color: #ffffff;
}
.banner3 .banner3L .banner3L1{
    font-size: 40px;
    letter-spacing: 4px;
    padding-bottom: 30px;
    display: inline-block;
    color: #ffffff;
}
.banner3 .banner3L .banner3L1 span{
    color:#F7AF2A;
    font-weight: bold;
    padding-right: 10px;
}
.banner3 .banner3L .banner3L2{
    width: 454px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    color: #F7AF2A;
    letter-spacing: 4px;
    font-size: 18px;
}
.banner3 .banner3L ul{
    padding-top: 60px;
    color: #ffffff;
}
.banner3 .banner3L ul li span{
    float: left;
    font-size: 16px;
    letter-spacing: 2px;
}
.banner3 .banner3L ul li .dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 9px;
    margin-right: 10px;
}
/*客服聊天*/
.consult{
    position: absolute;
    right: 0;
    bottom: 146px;
    width: 40px;
    height: 136px;
    background-color:#FEB723;
}
.consult span{
    color: #ffffff;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
.consult .chatIcon,
.consult .telIcon{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../images/index.png");
    background-position: -58px -62px;
    margin: 9px 0 6px 7px;
}
.consult .chatIcon{
    background-position:-90px -12px;
}
.consult .tel{
    position: relative;
}
.hoverTel{
    background-color: rgba(0,0,0,0.1);
}
.consult .tel span:nth-of-type(2){
    margin-left: 5px;
    margin-bottom: 7px;
}
.consult .tel span:nth-of-type(3){
    color: #666666;
    font-size: 18px;
    width: 160px;
    height: 68px;
    background-color: #ffffff;
    position: absolute;
    left: -160px;
    top: 0;
    padding-top: 10px;
    padding-left: 16px;
}
.chat{
    width: 345px;
    height: 468px;
    border-radius: 3px;
    position: fixed;
    box-shadow: 0 6px 6px rgba(0, 0, 0,0.2);
    right: 0;
    bottom: 0;
}
.chat .title{
    background-color: #ED801C;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 8px 8px 0 0;
}
.chat .title span{
    float: left;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}
.chat .title .logo2{
    width:41px;
    height: 30px;
    background-image: url("../images/index.png");
    background-position:0 -10px;
    margin-right: 17px;
}
.chat .title .close{
    background-image: url("../images/index.png");
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-position: -71px -23px;;
    opacity:1;
    float: right;
    margin-top: 8px;
}
.chat .record{
    background-color:#FDFDFA;
    height: 274px;
    border-bottom: 1px solid #8F8E94;
    overflow: auto;
    padding: 10px 20px 10px 20px;
    color: #333333;
}
.chat .record .tip{
    text-align: center;
}
.chat .record .tip span{
    display: inline-block;
    background-color: #E9E9EA;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
}
.chat .record .self{
    padding: 10px 0;
}
.chat .record .self .selfInfo{
    width: 100%;
}
.chat .record .self .selfInfo .header{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 16px;
}
.chat .record .self .selfInfo .header img{
    display: inline-block;
    width: 100%;
    border-radius: 50%;
}
.chat .record .self .selfInfo .name,
.chat .record .self .selfInfo .time{
    float: left;
    color: #999;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.chat .record .self .recordContent{
    text-align: left;
    padding-left: 52px;
    padding-right: 0;
}
.chat .record .self .recordContent .div,
.chat .record .customer .recordContent .div{
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
}
.chat .record .customer{
    padding-bottom: 10px;
}
.chat .record .self .recordContent .div{
    background-color: #EFF4F5;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}
.chat .record .customer .recordContent{
    padding-left: 52px;
    text-align: right;
}
.chat .record .customer .recordContent .div{
    background-color: #ED801C;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}
.chat .record .customer .time{
    color: #999;
    font-size: 12px;
}
.chat .chatBottom{
    height: 170px;
    background-color: #fff;
    padding: 0 20px 26px 24px;
    border-radius: 0 0 0 6px;
}
.chat .chatBottom #chatContent{
    height: 70px;
    overflow: auto;
    font-size: 14px;
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
}
.chat .chatBottom .emotion{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/index.png");
    background-position: -42px -15px;
    cursor: pointer;
    float: left;
    margin-top: 5px;
    margin-bottom: 6px;
}
.chat .record #more{
    cursor: pointer;
    color: #ED801C;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.chat .chatBottom .send .btnBlue{
    width: 70px;
    display: inline-block;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    background-color: #ED801C;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 26px;
}
.font20{
    font-size: 20px;
    padding-bottom: 8px;
    color: #5185E6;
}
.regress{
    background: url("../images/regress.jpg") no-repeat center;
    background-position-y: 16px;
}
.textRight{
    text-align: right;
}
.regress div{
    width: 374px;
    text-align: justify;
    padding-top: 18px;
}
#imgModal img{
    cursor: pointer;
}
#imgModal .commodal-content{
    text-align: center;
    background-color: transparent;
    box-shadow:none;
    border: none;
    width: 100%;
}
/*.arrow{
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background-image: url("../images/index.png");
    background-position: 3px -133px;
}*/
/*视频*/
.play{
    cursor: pointer;
}
.videoBox{
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
    background-color: rgba(1,1,1,0.8);
}
.videoBox video{
    width: 900px;
    height: 506px;
}
.videoBox .closeVideo{
    color: #fff;
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    top: 10%;
    right: 10%;
}
/*轮播控制器*/
.controller{
    position: absolute;
    bottom:110px;
}
.controller .page{
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.controller .page span{
    display: inline-block;
    width: 30px;
    height: 6px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #fff;
    opacity: .6;
    border-radius: 3px;
}
.controller .active span{
    opacity:1;
}
.paddinTop96{
    padding-top: 52px;
}
.paddinB96{
    padding-bottom: 52px;
}
.section1 .title{
    font-size: 30px;
    text-align: center;
}
.section1 .subheading{
    padding-left: 406px;
    padding-top: 20px;
    padding-bottom: 52px;
}
.section2 .subheading{
    padding-left: 352px;
}
.section3 .subheading{
    padding-left: 220px;
}
.section1 .subheading span{
    display: inline-block;
    float: left;
    color: #8e8e93;
    font-size: 18px;
}
.section1 .subheading span:first-of-type,
.section1 .subheading span:nth-of-type(2),
.section2 .subheading span:first-of-type,
.section2 .subheading span:nth-of-type(2){
    margin-right: 16px;
}
.section1 .subheading span:last-of-type{
    margin-left: 16px;
}
.section2 .subheading span:last-of-type,
.section3 .subheading span:last-of-type{
    margin-left: 0;
}
.section1 .subheading span:first-of-type,
.section1 .subheading span:last-of-type{
    width: 96px;
    height: 1px;
    background-color:#e1e1e1;
    margin-top: 14px;
}
.section1 .itemBox .item{
    float: left;
    width: 240px;
    height: 130px;
    cursor: pointer;
    font-size:20px;
}
.section1 .itemBox .current{
    border-bottom: 4px solid #FFC021;
}
.section1 .itemBox .item span{
    display: inline-block;
}
.section1 .itemBox .item span:nth-of-type(2){
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.section1 .itemBox .item .icon{
    width: 54px;
    height: 50px;
    background-image: url("../images/index.png");
    margin-left: 94px;
}
.section1 .itemBox .item .integrated1{
    background-position: -331px -189px;
}
.section1 .itemBox .item .integrated2{
    background-position: -331px -136px;
}
.section1 .itemBox .item .visualization1{
    background-position: -444px -134px;
}
.section1 .itemBox .item .visualization2{
    background-position: -444px -189px;
}
.section1 .itemBox .item .power1{
    background-position:-269px -190px;;
}
.section1 .itemBox .item .power2{
    background-position: -269px -134px;
}
.section1 .itemBox .item .energize1{
    background-position: -209px -134px;
}
.section1 .itemBox .item .energize2{
    background-position: -209px -190px;
}
.section1 .itemBox .item .personality1{
    background-position: -386px -188px;
}
.section1 .itemBox .item .personality2{
    background-position: -386px -132px;
}
.section1Content{
    background-color: #FAFAFA;
}
.section1Content .item1C .add{
    width: 30px;
    height: 30px;
    background-image: url("../images/index.png");
    background-position: 2px -86px;
    margin: 207px 18px 0 18px;
}
.section1Content .item1C .left,
.section1Content .item1C .center,
.section1Content .item1C .right{
    height: 445px;
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    padding: 30px 18px 0 18px;
}
.section1Content .item1C .title{
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    margin-bottom: 28px;
}
.section1Content .item1C .title span:nth-of-type(1){
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.section1Content .item1C .title span:nth-of-type(2){
    color: #8E8E93;
    font-size: 14px;
}
.section1Content .item1C .left{
    width: 200px;
}
.section1Content .item1C .center,
.section1Content .item1C .right{
    width: 422px;
}
.section1Content .item1C .left div span,
.section1Content .item1C .right div span,
.section1Content .item1C .center div span{
    float: left;
    display: inline-block;
}
.section1Content .item1C .left div,
.section1Content .item1C .right div,
.section1Content .item1C .center div{
    font-size: 16px;
}
.section1Content .item1C .left div span:nth-of-type(1),
.section1Content .item1C .right div span:nth-of-type(1){
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C7C7CC;
    margin-top: 10px;
    margin-right: 24px;
}
.section1Content .item1C .left div,
.section1Content .item1C .center div{
    padding-bottom: 24px;
}
.default{
    padding-bottom: 24px !important;
}
.section1Content .item1C .right div{
    padding-bottom: 14px;
}
.section1Content .item2C{
    position: relative;
    overflow: hidden;
    height: 445px;
}
.section1Content .item2C .contentBox{
    width: 3600px;
    position: absolute;
    left: 0;
}
.section1Content .item2C .leftArr,
.section1Content .item2C .rightArr{
    width: 20px;
    height: 32px;
    background-image: url("../images/index.png");
    background-position: 1px -53px;
    position: absolute;
    cursor: pointer;
    top: 180px;
    z-index: 99;
}
.section1Content .item2C .leftArr{
    left: -2px;
}
.section1Content .item2C .rightArr{
    background-position: -29px -53px;
    right: 0;
}
.section1Content .item2C .left{
    width: 350px;
    padding-left: 70px;
}
.section1Content .item2C .left p:nth-of-type(1){
    font-size: 22px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 32px;
}
.section1Content .item2C .left p:nth-of-type(2){
    line-height: 36px;
    font-size: 16px;
    text-align: justify;
}
.section1Content .item2C .right{
    background-image: url("../images/computer3.png");
    width: 740px;
    height: 445px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section1Content .item2C .right img{
    position: absolute;
    top: 41px;
    left: 137px;
    width: 467px;
    height: 294px;
}
.section2 ul{
    padding-bottom: 52px;
}
.section2 ul li{
    float: left;
    width: 396px;
    height: 240px;
    padding: 26px 26px 30px 30px;
    position: relative;
    cursor: pointer;
}
.section2 ul li:nth-child(odd){
    background-color: #F3F3F3;
}
.section2 ul li:nth-child(even){
    background-color: #fff;
}
.section2 ul li:nth-of-type(2),
.section2 ul li:nth-of-type(5){
    margin-left: 6px;
    margin-right: 6px;
}
.section2 ul li:nth-of-type(1),
.section2 ul li:nth-of-type(2),
.section2 ul li:nth-of-type(3){
    margin-bottom: 6px;
}
.section2 ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.section2 ul li a:hover{
    text-decoration: none;
}
.section2 ul li p{
    color: #666666;
    font-size: 14px;
}
.section2 ul li .title{
    font-size: 20px;
    text-align: left;
    padding-top: 14px;
}
.section2 ul li .synopsis{
    color: #8e8e93;
    font-size: 16px;
    position:absolute;
    bottom: 106px;
    width: 324px;
    height: 36px;
}
.section2 ul li .icon{
    width: 76px;
    height: 60px;
    background-image: url("../images/index.png");
    position: absolute;
    bottom: 30px;
}
.section2 ul li .org{
    background-position:-172px -251px;
}
.section2 ul li .job{
    background-position: -1px -251px;
}
.section2 ul li .ach{
    background-position: -341px -251px;;
}
.section2 ul li .assess{
    background-position: -423px -251px;
}
.section2 ul li .ability{
    background-position:-258px -251px;
}
.section2 ul li .grow{
    background-position: -85px -251px;
}
.section2 ul .current{
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.section2 ul .current .title{
    color: #FEB723;
    font-size: 24px;
    padding-top: 6px;
}
.toTop{
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    background-color: #5185E6;
    border-radius: 4px;
    height: 49px;
    width: 56px;
    padding-top: 6px;
}
.toTop .topIcon{
    display: inline-block;
    width: 28px;
    height: 25px;
    background-image: url("../images/index.png");
    background-position: -190px -350px;
    margin-left: 14px;
}
.toTop span{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
}
/*2021-7-22首页页脚修改*/
.footer{
    background-color: #003261;
}
.additionalInof{
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 40px;
}
.additionalInof .infoBox{
    width: 100%;
}
.additionalInof .footerLogo{
    float: left;
    text-align: left;
    padding-top: 23px;
}
.additionalInof .footerLogo img{
    width: 173px;
    height: 98px;
    margin: 0;
}
.additionalInof .footerLogo div{
    display: block;
}
.additionalInof .footerLogo .tel{
    color: #ed801c;
    font-size: 24px;
}
.additionalInof .textInfo{
    padding-left: 120px;
    width: 850px;
}
.additionalInof .textInfo ul{
    float: left;
    text-align: left;
    margin-right: 106px;
}
.additionalInof .textInfo ul li{
    color: #fff;
    font-size: 14px;
}
.additionalInof .textInfo ul li a{
    float: none;
}
.additionalInof .textInfo .title{
    font-size: 16px;
    margin-bottom: 30px;
}
.additionalInof .news li a{
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.additionalInof .prCode{
    float: right;
}
.additionalInof .prCode img{
    width: 174px;
    height: 174px;
    margin: 0 0 10px 0;
    float: none;
}
.additionalInof .prCode div{
    display: block;
    font-size: 16px;
    color: #fff;
}
.additionalInof .link{
    border-bottom: 1px solid #607990;
    border-top: 1px solid #607990;
    width: 100%;
    line-height: 40px;
    margin-top: 37px;
}
.additionalInof .link span,
.additionalInof .link a{
    float: left;
    color: #607990;
    margin-right: 10px;
}