.navbar .logo{
    padding-top: 11px;
}
.navbar li{
    margin-top: 35px;
}
.navbar li:nth-of-type(2){
    color: #7F7F7F;
}
.navbar .free{
    width: 246px;
    background-color: #fff;
    position: absolute;
    right: 64px;
    top: 36px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.navbar .free span{
    float: left;
}
.navbar .free span i{
    color: #f00;
    font-style: normal;
}
.navbar .free .closeX{
    margin-left: 12px;
    margin-top: 0px;
    font-size: 12px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.bannerBG{
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 70px;
    margin-bottom: 70px;
}
.bannerOrg{
    background-image: url("../images/org.jpg");
}
.bannerJob{
    background-image: url("../images/job.jpg");
}
.bannerAbility{
    background-image: url("../images/ability.jpg");
}
.bannerAssess{
    background-image: url("../images/assess.jpg");
}
.bannerGrow{
    background-image: url("../images/grow.jpg");
}
.bannerConsult{
    background-image: url("../images/consult.jpg");
}
.bannerUs{
    background-image: url("../images/aboutus.jpg");
}
.bannerPrice{
    background-image: url("../images/price.jpg");
}
.bannerInfo{
    background-image: url("../images/info.jpg");
}
.navbar li div,
.navbar li a{
    color: #333333;
}
.navbar .current{
    background-color: #fff;
    padding-bottom: 6px;
}
/* .navbar .login a{
    border: 1px solid #999999;
}*/
.bannerBG .bannerTitle{
    font-size: 40px;
    margin-bottom: 45px;
    color: #ffffff;
}
.bannerBG ul{
    text-align: center;
    width: 100%;
}
.bannerBG ul li{
    color: #ffffff;
    font-size: 20px;
}
.bannerBG ul li a{
    color: #fff;
    text-decoration: none;
}
.bannerBG ul li:nth-of-type(2){
    margin-bottom:120px;
}
.bannerBG ul li:nth-of-type(3) div{
    display: inline-block;
}
.order,
.playVideo{
    text-align: center;
    display: inline-block;
    width: 114px;
    height: 34px;
    cursor: pointer;
    border-radius: 8px;
    background: transparent;
    margin-right: 24px;
    padding-top: 4px;
    font-size: 16px;
    /*line-height: 28px;*/
    border: 1px solid #feb723;
    float: left;
}
.order{
    color: #feb723 !important;
    text-decoration: none;
}
.section{
    background-color: #FAFAFA;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 42px 0;
}
.content .left{
    width: 340px;
    padding-right: 0;
    padding-top: 60px;
    position: relative;
    height: 370px;
}
/*.content .textLeft{
    padding-right: 0;
    padding-left: 32px;
}*/
.content .left p:nth-of-type(1){
    font-size: 22px;
    padding-bottom: 40px;
    text-align: center;
}
.content .list div span{
    display: inline-block;
    float: left;
}
.content .list div span:nth-of-type(1){
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8e8e93;
    margin-top: 16px;
    margin-right: 10px;
}
.content .list div span:nth-of-type(2){
    width: 324px;
}
.content .experience{
    margin-top: 20px;
    display: inline-block;
}
/*.content .experience{
    width: 140px;
    height: 40px;
    border-radius: 2px;
    border: 2px solid #feb824;
    margin-top: 20px;
}*/
.content .current{
    background-color:#feb824 ;
    box-shadow: 0 5px 10px rgba(254,183,35,0.5);
}
/*.content .experience a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}*/
.content .left p:nth-of-type(2),
.itemContent .content .left div,
.advContent .content .left div,
.content .list div span:nth-of-type(2){
    color: #8e8e93;
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.content .right{
    background-image: url(../images/computer4.png);
    width: 860px;
    height: 477px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position-y: 37px;*/
}
.content .right img{
    width: 577px;
    margin-left: 142px;
    margin-top: 48px;
    height: 351px;
}
/*.itemBox{
    padding-top: 52px;
}*/
.itemBox div{
    float: left;
    width: 12.5%;
    text-align: center;
    font-size: 16px;
    line-height: 59px;
    cursor: pointer;
}
.orgItemBox div{
    width: 20%;
}
.assItemBox div{
    width: 25%;
}
.itemBox .current{
    color: #5284e7;
    border-bottom: 2px solid #5284e7;
}
.advTitle,
.value p{
    padding-top: 52px;
    text-align: center;
    font-size: 30px;
}
.advantageBox{
    padding-top:52px;
}
/*绩效部分图标*/
.advantageBox div{
    width: 280px;
    height: 310px;
    float: left;
    background-color: #fff;
}
.advantageBox div span{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.advantageBox div span:nth-of-type(2){
    font-size: 20px;
    padding: 16px 0 12px 0;
}
.advantageBox div span:last-of-type{
    color: #8e8e93;
    font-size: 16px;
    line-height: 32px;
    padding: 0 36px;
    text-align: justify;
}
.marginR26{
    margin-right: 26px;
    margin-bottom: 26px;
}
.advantageBox div .icon{
    width: 50px;
    height: 40px;
    background-image: url("../images/index.png");
    margin-left: 115px;
    margin-top: 36px;
}
.advantageBox div .view1{
    background-position: -152px -10px;
}
.advantageBox div .view2{
    background-position: -153px -199px;
}
.advantageBox div .self1{
    background-position: -153px -56px;
}
.advantageBox div .self2{
    background-position:-276px -323px;
}
.advantageBox div .personnel1{
    background-position: -302px -10px;
}
.advantageBox div .personnel2{
    background-position: -41px -143px;
}
.advantageBox div .knowledge1{
    background-position: -402px -8px;
}
.advantageBox div .knowledge2{
    background-position:-331px -321px;
}
.advantageBox div .generality1{
    background-position: -251px -10px;
}
.advantageBox div .generality2{
    background-position: -99px -143px;
}
.advantageBox div .simple1{
    background-position:-301px -54px;
}
.advantageBox div .simple2{
    background-position:-451px -320px;
}
.advantageBox div .varied1{
    background-position: -252px -53px;
}
.advantageBox div .varied2{
    background-position: 0 -196px;
}
.advantageBox div .compatible1{
    background-position: -200px -8px;
}
.advantageBox div .compatible2{
    background-position: -102px -197px;
}
.advantageBox div .smart1{
    background-position: -354px -10px;
}
.advantageBox div .smart2{
    background-position:-394px -322px;
}
.advantageBox div .flexible1{
    background-position: -201px -53px;
}
.advantageBox div .flexible2{
    background-position: -48px -197px;
}
.advantageBox div .better1{
    height: 44px;
    background-position: -451px -2px;
}
.advantageBox div .better2{
    height: 44px;
    background-position: -151px -135px;
}
.value{
    padding-bottom: 52px;
}
.value div{
    float: left;
    width: 600px;
}
.value div span{
    float: left;
    display: inline-block;
}
.value div span:nth-of-type(1){
    font-size: 20px;
    border-bottom: 2px solid #FFC021;
    padding-bottom: 16px;
    margin-top: 5px;
}
.value div span:nth-of-type(2){
    width: 364px;
    float: right;
    font-size: 14px;
    line-height: 36px;
}
.value div:nth-of-type(2),
.value div:nth-of-type(1){
    border-bottom: 1px solid #D2D9E7;
    padding-bottom: 40px;
    margin-top: 58px;
}
.value div:nth-of-type(1),
.value div:nth-of-type(3){
    border-right: 1px solid #D2D9E7;
}
.value div:nth-of-type(1),
.value div:nth-of-type(3){
    padding-right: 70px;
}
.value div:nth-of-type(2),
.value div:nth-of-type(4){
    padding-left: 70px;
}
.value div:nth-of-type(3),
.value div:nth-of-type(4){
    padding-top: 40px;
}
/*能力评估*/
.assess div{
    width: 219px;
    height: 360px;
    margin-bottom: 0;
}
.assess div .icon{
    margin-left: 84px;
}
.width190{
    width: 190px!important;
}
.marginR146{
    margin-right: 146px !important;
    margin-left: 0!important;
}
.noBorder{
    border: none;
}
.paddingTop72{
    padding-top: 52px;
}
.paddingB72{
    padding-bottom: 52px;
}
.img{
    display: inline-block;
    width: 100%;
}
.font30{
    font-size: 30px;
    text-align: center;
}
.tabT{
    border-bottom: 2px solid #fff;
    background-color: #0070C0;
}
.tabL{
    border-bottom: 2px solid #fff;
}
.tabT span{
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
}
.tabT span,
.tabL span{
    float: left;
    display: inline-block;
    width: 828px;
}
.tabT span:nth-of-type(1),
.tabL span:nth-of-type(1){
    border-right: 2px solid #fff;
    width: 370px;
}
.tabL span{
    font-size: 16px;
}
.tabL span:nth-of-type(1){
    padding-left: 50px;
}
.tabL span:nth-of-type(2){
    padding: 36px 50px 30px 50px;
    line-height: 30px;
}
.bgColorGray{
    background-color: #D0D8E8;
}
.bgColorLight{
    background-color: #E9EDF4;
}
/*了解我们*/
.switch{
    margin-bottom: 52px;
    box-shadow: 8px 8px 12px rgba(0,0,0,0.2);
}
.switch .current{
    color: #5185E6;
    background-color: #fafafa;
}
.switch div{
    width: 600px;
    float: left;
    text-align: center;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    font-size: 20px;
}
.teamText div:nth-of-type(1){
    width: 716px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.teamText div:nth-of-type(2){
    float: right;
    background-color: #FEB723;
    width: 376px;
    height: 96px;
    color: #fff;
    padding: 24px 50px 0 50px;
}
.teamText div:nth-of-type(2) span,
.leader .pic span:nth-of-type(1){
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.teamText div span{
    display: inline-block;
    float: left;
}
.teamText div:nth-of-type(2) span:nth-of-type(2){
    float: right;
    line-height:50px;
}
.teamText div:nth-of-type(2) span:nth-of-type(1){
    width: 58px;
    height: 52px;
    background-image: url("../images/index.png");
    background-position: -302px -373px;
}
.leader .pic{
    width: 232px;
    height: 333px;
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
}
.leader .pic span{
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 24px;
    text-align: center;
}
.leader .pic div{
    width: 100%;
    height: 100%;
    display: none;
}
.leader .pic .current{
    background-color: rgba(254, 183, 35,0.8);
}
.leader .pic span:nth-of-type(1){
    margin-bottom: 26px;
}
.leader .leader1{
    background-image: url("../images/leader1.png");
}
.leader .leader2{
    background-image: url("../images/leader2.png");
}
.leader .leader3{
    background-image: url("../images/leader3.png");
}
.leader .leader4{
    background-image: url("../images/leader4.png");
}
.leader .leader5{
    background-image: url("../images/leader5.png");
    margin-right: 0;
}
.group{
    display: inline-block;
    width: 566px;
    height: 260px;
    float: right;
}
.chain{
    width: 1266px;
}
.chain,
.customer{
    display: inline-block;
    width:1200px;
}
.width546{
    width: 546px;
    text-align: justify;
    float: left;
    line-height: 28px;
    font-size: 14px;
}
.width546 span{
    float: left;
}
.message .left{
    width: 400px;
}
.message .left div span{
    float: left;
}
.message .left div span:nth-of-type(2){
    font-size: 20px;
    margin-left: 20px;
}
.aboutIcon{
    width: 30px;
    height: 32px;
    display: inline-block;
    background-image: url("../images/index.png");
    background-position: -469px -90px;
}
.message .left div .tel{
    background-position: -398px -94px;
}
.message .left div .time{
    background-position:-434px -93px;
}
.message .paddingB{
    padding-bottom: 30px;
    color: #8e8e93;
    padding-left: 50px;
    line-height: 32px;
}
.message .right{
    width: 686px;
    float: right;
}
.message .right input{
    height: 56px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 304px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    float: left;
    border: 1px solid #e1e1e1;
}
.message .right .spot{
    background-color: #EA4335;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 24px;
    float: left;
}
.message .right .marginR{
    margin-left: 24px;
}
.message .right textarea {
    height: 200px;
    width: 656px;
    overflow-y: auto;
    outline: none;
    border: none;
    resize: none;
    padding: 20px 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    /*  margin-left: 24px;*/
}
.message .right .marginB{
    margin-bottom: 14px;
}
.message .btnBox{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 42px;
}
.message .btnBox .submit{
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 23px;
    padding: 6px 38px;
    cursor: pointer;
    background: #feb824;
    color: #fff;
    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 );
}
.paddingTop26{
    padding-top:26px;
}
.paddingTop30{
    padding-top:30px;
}
.error{
    height: 30px;
    line-height: 30px;
}
.subheading{
    padding-left: 288px;
    padding-top: 20px;
    padding-bottom: 52px;
}
.subheading span{
    display: inline-block;
    float: left;
    color: #8e8e93;
    font-size: 18px;
}
.subheading span:first-of-type,
.subheading span:last-of-type {
    width: 96px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 14px;
}
.subheading span:nth-of-type(1),
.subheading span:nth-of-type(2){
    margin-right: 16px;
}
.title{
    font-size: 30px;
    text-align: center;
}
.section3{
    background-color: #fff;
}
.section3 .message1 input,
.section3 .message2 textarea{
    border:1px solid #E0E0E0;
}
.priceUl li{
    background-color: #fff;
}
.priceUl li div{
    width:200px;
    float: left;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.priceUl li div:nth-of-type(1){
    border-left: none;
    border-bottom: 1px solid #e1e1e1;
}
.priceUl li div:nth-of-type(3),
.priceUl li div:nth-of-type(4){
    width:400px;
    padding-bottom: 16px;
}
.priceUl li:nth-of-type(1){
    background-color: #5185E6;
}
.priceUl li:nth-of-type(1) div{
    color: #fff;
}
.priceUl .title div{
    font-size: 18px;
    padding-top: 32px;
}
.priceUl .title div:nth-of-type(1){
    border-bottom: none;
}
.priceUl .title div:nth-of-type(2){
    height: 84px;
}
.priceUl .title div:nth-of-type(3){
    /*line-height: 26px;*/
    padding-top:32px;
    height: 84px;
}
.priceUl .font16 {
    font-size: 16px;
    text-align: center;
    padding: 16px 0 8px 0;
}
.priceUl .font14 {
    font-size: 14px;
    color: #8e8e93;
    line-height: 22px;
    padding: 0 16px;
    text-align: justify;
}
.priceUl .width1000{
    width: 1000px!important;
    padding-bottom: 0!important;
}
.priceUl .width1000{
    border-left: none;
    border-bottom: 1px solid  #e1e1e1;
}
.priceUl .width1000 p{
    width: 400px;
    float: left;
    border-left: 1px solid  #e1e1e1;
}
.priceUl .width1000 p:nth-of-type(1){
    width: 200px;
}
.priceRight .width100{
    width: 100%;
    float: left;
}
.padding30{
    padding-bottom: 30px;
}
.padding20{
    padding-bottom: 16px;
}
.offer .offerL{
    float: left;
    width: 550px;
}
.offer .offerL div{
    padding-left: 40px;
    padding-right: 50px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #e1e1e1;
    margin-bottom: 12px;
    font-size: 18px;
}
.offer .offerL div span{
    float: right;
    color: #F5585A;
}
.offer .offerL div span:nth-of-type(1){
    float: left;
    color: #333333;
}
.offer .offerR{
    border: 1px solid #e1e1e1;
    float: right;
    width: 600px;
    padding:0 46px 44px 46px;
}
.offer .offerR div{
    font-size: 16px;
    line-height: 32px;
}
.offer .offerR div span{
    float: left;
    text-align: justify;
}
.offer .offerR div span:nth-of-type(2){
    width: 480px;
}
.offer .offerR .title{
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 34px;
}
.other .cloud,
.other .system,
.other .promise{
    float: left;
    width: 400px;
    text-align: center;
    padding: 0 60px;
}
.other p{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.other .title{
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.other .cloud div,
.other .system div,
.other .promise div{
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    text-align: center;
}
.other .cloud div span,
.other .system div span,
.other .promise div span{
    display: inline-block;
    width: 96px;
    height: 84px;
    background-image: url("../images/index.png");
}
.other .cloud div span{
    background-position: -4px -408px;
    margin-top: 28px;
}
.other .system div span{
    background-position: -97px -321px;
    margin-top: 32px;
}
.other .promise div span{
    background-position: -1px -322px;
    margin-top: 40px;
}
.info{
    box-shadow: 0px 5px 5px 0px rgba(5, 5, 5, 0.1);
}
.info span{
    display: inline-block;
    width: 600px;
    height: 90px;
    float: left;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    cursor: pointer;
}
.info .current{
    color: #febc3c;
    background-color: #fafafa;
}
.infoLeft{
    float: left;
    width: 800px;
}
.infoLeft .list{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.infoLeft .list img{
    width: 180px;
    height: 180px;
    float: left;
}
.infoLeft .list div{
    float: left;
    width: 554px;
    padding: 36px 0 0 30px;
}
.infoLeft .list div .newTitle{
    font-size: 18px;
}
.infoLeft .list div .time{
    padding-top: 18px;
    padding-bottom: 6px;
}
.infoLeft .list div span:nth-of-type(2){
    font-size: 12px;
    float: left;
    color: #999999;
    margin-left: 16px;
}
.infoLeft .list div .timeIcon{
    display: inline-block;
    background-image: url("../images/index.png");
    width: 14px;
    height: 14px;
    background-position: -483px -439px;
    float: left;
    margin-top: 1px;
}
.infoLeft .list div .text{
    height: 62px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
}
.infoLeft .list div .keywords{
    padding-right: 10px;
}
.infoLeft .list div .keywords span{
    float: right;
    color: #5185E6;
    font-size: 12px;
    margin-left: 16px;
}
.infoRight{
    float: right;
    width: 340px;
}
.infoRight ul{
    background-color: #fafafa;
    padding: 40px 38px;
    margin-bottom: 24px;
}
.infoRight .listTab{
    margin-bottom: 40px;
}
.infoRight .listTab span{
    font-size: 18px;
    padding-bottom: 8px;
    margin-right: 38px;
}
.infoRight .listTab .current{
    border-bottom: 2px solid #0f050b;
}
.infoRight .list{
    padding-bottom: 16px;
}
.infoRight .list span{
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}
.infoRight .list span a{
    color: #333333;
}
.infoRight .list span a:hover{
    color: #5185E6;
}
.infoRight li:nth-of-type(2) span:nth-of-type(1){
    background-color: #f4333c;
    color: #fff;
}
.infoRight li:nth-of-type(3) span:nth-of-type(1){
    background-color: #ff5b05;
    color: #fff;
}
.infoRight li:nth-of-type(4) span:nth-of-type(1){
    background-color:#ff9750;
    color: #fff;
}
.infoRight .list span:nth-of-type(1){
    width: 24px;
    height: 24px;
    margin-right: 16px;
    text-align: center;
}
.infoRight .list span:nth-of-type(2){
    width: 224px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infoRight .list2 .list{
    width: auto;
    float: left;
    height: 24px;
    border: solid 1px #eeeeee;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.infoRight .list2 .list a{
    color: #333;
    font-size: 12px;
    line-height: 22px;
}
/*了解更多*/
.pain{
    padding-top: 30px;
    background: url("../images/pain.jpg") no-repeat center;
    background-position-y: 110px;
}
.pain .left p,
.pain .right p{
    width: 376px;
    text-align: justify;
}
.pain .right p{
    width: 378px;
}
.pain .left .paddingL{
    padding-left: 88px;
    width: 478px;
}
.pain .right .paddingL{
    width: 364px;
    margin-right: 62px;
}
.pain .font20{
    font-size: 20px;
    padding-bottom:14px;
    color: #5185E6;
}
.pain .font14{
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 24px;
}
.pain .right{
    width: 478px;
}
.pain .right p{
    float: right;
}
.pain .right .font20{
    text-align: right;
}
/*系统介绍*/
.introduction{
    padding-bottom:20px;
}
.introduction .right{
    width: 265px;
    float: right;
    padding-left: 30px;
    padding-top: 78px;
    position: relative;
}
.introduction .right h1,
.introduction .right h2{
    font-size: 20px;
    text-align: center;
}
.introduction .right h1{
    font-weight: bold;
}
.introduction .right h2{
    font-size: 18px;
}
.introduction  .intrContent{
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
}
.introduction  .intrContent div div{
    padding-bottom: 25px;
}
.introduction .controller{
    height: 62px;
    padding-left: 100px;
}
.introduction .controller .item{
    float: left;
    cursor: pointer;
    margin-top: 1px;
}
.introduction .controller .item span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #b5b5b5;
    border-radius: 50%;
}
.introduction .controller .active{
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #5284e7;
    margin-top: 0;
}
.introduction .controller .active span{
    background-color: #5284e7;
    width: 7px;
    height: 7px;
}
.introduction .experienceBox .order{
    height: 32px;
    line-height: 32px;
}
.painRegister{
    width: 100%;
    padding-bottom: 52px;
    text-align: center
}
.experienceBox{
    position: absolute;
    width: 100%;
    text-align: center!important;
    bottom: 0;
}
.experienceBox .order,
.painRegister .order{
    background-color: #5185E6;
    border: 1px solid #5185E6;
    float: none;
    color: #fff!important;
    padding-top: 0;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}
.experienceBox .order:hover,
.painRegister .order:hover{
    text-decoration: none;
    color: #fff;
}
/*.experienceBox .register,
.painRegister .register{
    display: inline-block;
    background-color: #5185E6;
    width: 136px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}
.painRegister .register:hover,
.experienceBox .register:hover{
    text-decoration: none;
    color: #fff;
}*/
.more{
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #5185E6;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    height: 49px;
    width: 56px;
    padding-top: 6px;
}
.more .moreIcon{
    display: inline-block;
    width: 28px;
    height: 25px;
    background-image: url("../images/index.png");
    background-position: -190px -384px;
    margin-left: 14px;
}
.more span{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
}
.more a:hover{
    text-decoration: none;
}
.fixed{
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 99;
}
.paging{
    float: right;
    border: 1px solid #EEEEEE;
}
.paging li{
    float: left;
    font-size: 12px;
    width: 44px;
    line-height: 42px;
    height: 44px;
    text-align: center;
    border-left: 1px solid #EEEEEE;
    cursor: pointer;
    border-radius: 2px;
}
.paging li:first-child{
    border-left: none;
}
.paging li:first-child,
.paging li:last-child{
    width: 70px;
}
.paging .activePage{
    color: #f2b449;
}
.playVideo{
    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%;
}
.toTop{
    display: none;
    position: fixed;
    right: 0;
    bottom: 47px;
    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;
}