/*----------------------
1. Helper-Class 
2. Button-Design 
3. Mainmenu-Area 
4. Service-Box 
5. Feature-List 
7. Accordion-List 
8. Team-Box 
9. Counter-Box 
10. Price-Area 
11. ScrollUp Button 
12. Blog Page Design 
13. Widget-Style
14. Populer Posts Widget
15. Pagination 
16. Comment-Form 
17. Comment-Form 
------------------------*/

/*----------------
1. Helper-Class 
-----------------*/

.bg-green {
    background-color: #28CC8B !important;
}

.bg-ppl {
    background-color: #729DFE !important;
}

/*------------------
2. Button-Design 
-------------------*/

.bttn-1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #28CC8B;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1.2px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-1.bttn-ppl {
    background-color: #729DFE;
}

.bttn-1.white {
    background-color: #ffffff;
    color: #28CC8B;
}

.bttn-1:hover {
    background-color: #22aa74;
    color: #ffffff;
}

.bttn-1.bttn-ppl:hover {
    background-color: #4d82fe;
    color: #ffffff;
}

.bttn-play-icon-text {
    color: #798AB1;
}

.bttn-play-icon-text:hover {
    color: #798AB1;
}

.bttn-play-icon-text > i {
    color: #97A5C2;
    border: 1px solid #97A5C2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-play-icon-text:hover > i {
    color: #ffffff;
    background-color: #97A5C2;
}

.bttn-more {
    color: #28CC8B;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
}

.bttn-more.ppl {
    color: #95B6FE;
}

.bttn-more:before {
    content: "";
    width: 20px;
    height: 2px;
    margin-right: 5px;
    border-radius: 10px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: #28CC8B;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-more.ppl:before {
    background-color: #95B6FE;
}

.bttn-more:hover:before {
    width: 5px;
}

.bttn-more:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 16px;
    font-size: 16px;
    margin-left: 0;
    opacity: 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-more:hover:after {
    margin-left: 10px;
    opacity: 1;
}



/*-----------------
03. Mainmenu-Area 
------------------*/

.mainmenu-area {
    width: 100%;
    z-index: 99;
    height: 64px;
    line-height: 42px;
    border-radius: 0;
    /*padding-top: 6px;*/
    /* padding-bottom: 16px; */
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #282B33;
    position: relative;
}

.mainmenu-area.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.mainmenu-area.affix {
    position: fixed;
    background-color: #282B33;
    line-height: 50px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*-webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);*/
    /*box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);*/
}
.mainmenu-area.affix .hidden-sm a{
    margin-top: 18px;
}
.navbar .container{
    padding: 0;
    position: relative;
}
.footer-top .business{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    margin-left: 26px !important;
}
.footer-top .businessUl{
    padding-left: 0;
    margin-left: 26px;
}
.footer-top .businessUl li{
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
}
.mainmenu-area .equal-height {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.mainmenu-area .topMenus{
    display: block;
}
.navbar .site-branding, .navbar .primary-menu, .navbar .hidden-sm{
    display: inline-block;
}
.navbar .hidden-sm{
    float: right;
    margin-right: 40px;
}
.navbar .hidden-sm a{
    display: inline-block;
    width: 74px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #1863F5;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    padding: 0;
}
.navbar .hidden-sm a:hover{
    text-decoration: none;
}
.primary-menu ul {
    list-style: none;
    margin: 0 0 0 84px;
    padding: 0;
    /*position: relative;*/
    top: 2px;
}

.primary-menu > ul > li {
    display: inline-block;
    /*position: relative;*/
    /*padding: 0 15px;*/
    margin-right: 68px;
}

.primary-menu ul.nav > li > a {
    color: #ffffff;
    background: none;
    padding: 10px 0;
    /*border-bottom: 2px solid transparent;*/
    position: relative;
    font-weight: 500;
    font-size: 14px;
}
.affix .container{
    margin-top: -4px;
}
.primary-menu ul.nav > li > a:after {
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #cccccc;
    content: "";
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-menu ul.pageTopMenus li.active a.topParentMenus,
.primary-menu ul.pageTopMenus > li a.topParentMenus:hover{
    color: #CB3525;
}
.productOneBox{
    position: relative;
    margin-top: 25px;
}
.productOneBox .productImg{
    width: 596px;
    padding-left: 44px;
    padding-right: 0;
}
.productTwoBox .productTwoImg{
    width: 596px;
    padding: 0;
}
.productTwoBox .productTwoWords{
    width: 477px;
    padding: 0;
    /*padding-left: 44px;*/
    margin-left: 0;
}
.productOneBox .productWords{
    width: 477px;
    padding: 0;
}
.productTwoBox{
    position: relative;
    margin-top: 34px;
}
.productExp{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2D3544;
    margin-top: 2px;
}
.traitList{
    margin-top: 24px;
}
.traitList .list{
    display: block;
    width: 379px;
    height: 50px;
    color: #7E838E;
    font-size: 16px;
    line-height: 50px;
    background: #F6F7F9;
    border-radius: 4px;
    margin-bottom: 12px;
    padding-left: 14px;
}
.traitList .list img{
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: -4px;
}
.productOneBg{
    position: absolute;
    left: -377px;
    top: 26px;
    z-index: -1;
}
.productTwoBg{
    position: absolute;
    right: -372px;
    bottom: 66px;
    z-index: -1;
}
.productThreeBg{
    position: absolute;
    left: -100px;
    top: 30px;
}
.productFourBg{
    position: absolute;
    right: -282px;
    bottom: 108px;
    z-index: -1;
}
#Advantage{
    padding-top: 64px;
    margin-top: -64px;
}
#Advantage .container{
    padding-top: 80px;
}
#abilityAdvantage .abilityList{
    border: none;
    text-align: center;
    padding-top: 0;
}
#abilityAdvantage .abilityList img{
    width: 171px;
    height: 148px;
}
#abilityAdvantage .abilityList:hover{
    background-color: transparent;
}
#abilityAdvantage .abilityList h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 42px;
    margin-bottom: 28px;
}
#abilityAdvantage .infoList{
    display: inline-block;
    width: 192px;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    font-size: 14px;
    color: #7E838E;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #F6F7F9;
}
.ability_advantage_list{
    position: relative;
}
.abilityOneBg{
    position: absolute;
    left: -374px;
    top: 150px;
}
.abilityTwoBg{
    position: absolute;
    top: 110px;
    right: -113px;
}
.vulControl{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 28px !important;
    margin-bottom: 50px;
}
.partnerOneBg{
    position: absolute;
    right: -22px;
}
.vul_control{
    width: 1100px;
    height: 256px;
    background: url("../../images/home/images/vulContorlBg.png") no-repeat;
    background-size: 100%;
    /*box-shadow: 0px 35px 54px 3px rgba(169, 169, 169, 0.12);*/
    /*border-radius: 8px;*/
}
.vul_control h3{
    /*display: inline-block;*/
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    color: #000000;
    padding-top: 51px;
    margin-bottom: 32px;
    margin-right: 311px;
}
.vul_control .testVul{
    display: inline-block;
    width: 200px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 87px;
    color: #ffffff;
    line-height: 54px;
    background: #0089FF;
    box-shadow: 0px 25px 40px -8px rgba(104, 180, 255, 0.5);
    border-radius: 4px;
}
.vul_control .testVul:hover{
    text-decoration: none;
    background: #3AA4FF;
}
#Service{
    position: relative;
    padding-top: 64px;
    margin-top: -64px;
}
#Service .container{
    padding-top: 53px;
}
.serviceOne, .serviceTwo, .serviceThree{
    width: 346px;
    height: 266px;
    padding: 0 !important;
}
.serviceOne .two, .serviceTwo .two, .serviceThree .two{
    min-height: 266px;
    height: 100%;
}
.serviceOne img, .serviceTwo img, .serviceThree img{
    width: 78px;
    height: 78px;
}
.serviceOne span, .serviceTwo span, .serviceThree span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7E838E;
 }
.test-productbox .serviceOne h3, .test-productbox .serviceTwo h3, .test-productbox .serviceThree h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 20px;
}
.serviceOne{
    margin-right: 31px;
    /*动画的过渡效果*/
    transition: all  .25s  ease-in;
    background: url("../../images/home/images/server_redbgSmall.png") no-repeat;
}
.serviceTwo{
    margin-right: 31px;
    /*动画的过渡效果*/
    transition: all  .25s  ease-in;
    background: url("../../images/home/images/server_yellowbgSmall.png") no-repeat;
}
.serviceThree{
    /*动画的过渡效果*/
    transition: all  .25s  ease-in;
    background: url("../../images/home/images/server_bluebgSmall.png") no-repeat;
}
/*.primary-menu ul.nav > li.active > a:after,*/
/*.primary-menu ul.nav > li:hover > a:after {*/
/*    width: 100%;*/
/*    left: 0;*/
/*    background-color: #334d88;*/
/*    right: auto;*/
/*}*/

/*.primary-menu ul.nav > li:hover > a:after {*/
/*    background-color: #cccccc;*/
/*}*/
.navbar .container{
    width: 100%;
}
.topMenus .pageTopMenus, .primary-menu ul.pageTopMenus > li.nav-item > a.topParentMenus,
.topMenus .primary-menu ul.pageTopMenus li.nav-item{
    position: initial;
    padding: 0;
}
.topMenus .primary-menu ul.pageTopMenus li.nav-item{
    margin-right: 68px;
}
/* 二级菜单 */
.subMenu{
    /*display: none;*/
    position: absolute;
    top: 60px;
    left: -1px;
    width: calc(100% + 1px);
    height: 68px;
    padding-left: 165px;
    line-height: 68px;
    background: rgba(40, 43, 51, 0.8);
    /*background: url("../../images/home/images/childMenusBg.png") no-repeat;*/
}
.subMenu>ul{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.subMenu>ul li{
    display: inline-block;
    margin-right: 44px;

}
.subMenu>ul>li>a{
    display:block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 40px;
}
.subMenu>ul>li>a:hover{
    color:#CB3525;
    text-decoration: none;
}
.childMenus{
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: rgba(40, 43, 51, 0.8);
}
.childMenus ul{
    display: none;
    margin-left: 208px;
    margin-bottom: 0;
}
/*.topMenus .childMenus ul{*/
/*    margin-left: 208px;*/
/*}*/
.childMenus ul li{
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-right: 40px;
}

/*-----------------------
3.1 DropDown-Menu
------------------------*/

.primary-menu ul.nav li {
    position: initial;
}

.primary-menu ul.nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 3px solid #334d88;
    background-color: #ffffff;
    min-width: 200px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.primary-menu ul.nav .sub-menu li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.primary-menu ul.nav .sub-menu li a {
    padding: 5px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

.primary-menu ul.nav .sub-menu li:first-child {
    padding-top: 10px;
}

.primary-menu ul.nav .sub-menu li:last-child {
    padding-bottom: 10px;
}

.primary-menu ul.nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}


.primary-menu ul.nav li i.fas {
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.nav li:hover > i.fas {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


/*------------------
4. Service-Box 
-------------------*/

.single-service, .abilityList, .serveList {
    padding-top: 38px;
    padding-left: 43px;
    padding-right: 43px;
    position: relative;
    /*-webkit-transition: 0.3s;*/
    /*transition: 0.3s;*/
    /*border: 1px solid #EEF0F6;*/
    z-index: 1;
}
.serveList{
    text-align: center;
    cursor: pointer;
}

.single-service.box-1 {
    background-color: #ffffff;
    position: relative;
}

.single-service.box-1 .line {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-service.box-1:hover .line {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.single-service.box-1 .line:nth-child(1) {
    left: -1px;
    top: -1px;
    border-left: 1px solid #334D88;
    border-top: 1px solid #334D88;
}

.single-service.box-1 .line:nth-child(2) {
    right: -1px;
    top: -1px;
    border-right: 1px solid #334D88;
    border-top: 1px solid #334D88;
}

.single-service.box-1 .line:nth-child(3) {
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #334D88;
    border-bottom: 1px solid #334D88;
}

.single-service.box-1 .line:nth-child(4) {
    left: -1px;
    bottom: -1px;
    border-left: 1px solid #334D88;
    border-bottom: 1px solid #334D88;
}

.single-service:hover {
    background-color: #ffffff;
}


.single-service.two {
    background-color: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.0);*/
    /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.0)*/
}

.single-service:hover {
    /*background-color: #F7F8FB;*/
    height: 310px;
    margin-top: -10px;
    /*-webkit-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
    /*-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2)*/
}
.single-service .service-icon {
    width: 60px;
    height: 40px;
    margin-bottom: 30px;
}

.single-service-two .title,
.single-service .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.post-slider .post-single {
    width: 80%;
    margin: 30px auto;
}

.post-slider .owl-controls .owl-nav > div {
    opacity: 0.5;
}

.post-slider .owl-controls .owl-nav > div:hover {
    opacity: 1;
}

.icon-title {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    overflow: hidden;
    /*line-height: 40px;*/
}

.icon-title .icon {
    float: left;
    color: #729DFE;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #E2EAFB;
    border-radius: 3px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

/*------------------
5. Feature-List 
------------------*/

.single-feature-list .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.single-feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-feature-list ul li {
    margin-bottom: 5px;
}

.single-feature-list ul li:last-child {
    margin-bottom: 0;
}

.single-feature-list ul li:before {
    content: "";
    width: 15px;
    margin-right: 10px;
    height: 2px;
    display: block;
    background-color: #28CC8B;
    display: inline-block;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

/*-------------------
6. Testimonial-Box 
--------------------*/

.single-testimonial {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.single-testimonial .testimonial-content {
    padding: 40px 30px 30px 30px;
    margin-top: 30px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 50px top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.single-testimonial .testimonial-content:after,
.single-testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #28CC8B;
    border-top: 15px solid #28CC8B;
    border-bottom: 10px solid transparent;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-testimonial .testimonial-content:before {
    left: 50px;
}

.single-testimonial .testimonial-content .name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #334D88;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-testimonial .testimonial-content .position {
    color: #667AA6;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*-------------------
6.2. Testimonial-Box-2 
--------------------*/
.single-testimonial.box-2 {
    margin-top: 5px;
    padding: 0 30px 30px 30px;
    position: relative;
}

.single-testimonial.box-2 .testimonial-content {
    padding: 40px 0 0 0;
    margin-bottom: 30px;
    margin-top: 0;
}

.single-testimonial.box-2 .testimonial-content:after,
.single-testimonial.box-2 .testimonial-content:before {
    top: 0;
    left: 0px;
}

.single-testimonial.box-2 .testimonial-content:before {
    left: 25px;
}

.single-testimonial.box-2 .test-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(51, 77, 136, 0.2);
    box-shadow: 3px 3px 15px 0 rgba(51, 77, 136, 0.2);
}

/*------------------
7. Accordion-List 
-------------------*/

.accordion .single-accordion {
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.accordion .single-accordion:last-child {
    margin-bottom: 0;
}

.accordion .accordion-title {
    background-color: #F1F3F7;
    cursor: pointer;
    padding: 15px 30px 15px 20px;
    line-height: 1.6em;
    display: block;
    font-size: 20px;
    color: #4F6799;
    margin-bottom: 0;
    font-weight: 400;
}

.accordion .accordion-content {
    background-color: #F1F3F7;
    padding: 0 15px 10px 15px;
}


.accordion-title {
    cursor: pointer;
    position: relative;
}

.accordion-title:after {
    color: #28CC8B;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accordion-title.active:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.accordion-content {
    display: none;
}

.accordion-content.in {
    display: block;
}

/*-------------------
8. Team-Box 
--------------------*/

.single-team {
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 5px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 5px 0 rgba(51, 77, 136, 0.05);
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.09);
    box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.09);
}


.single-team .team-thumb {
    background-color: #D5DAE6;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.single-team .team-content {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
}

.single-team .team-content .name {
    color: #334D88;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}

.single-team .team-content .position {
    color: #7A8BB2;
    margin-bottom: 0;
}

.single-team .team-content .social-list {
    margin-top: 10px
}

.share-menu a,
.single-team .team-content .social-list > a {
    display: inline-block;
    color: #ADB8CF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.share-menu a:hover,
.single-team .team-content .social-list > a:hover {
    color: #28CC8B;
}

/*--------------------
9. Counter-Box 
---------------------*/

.single-count {
    border-right: 1px solid #E8EBF2;
    text-align: center;
    padding: 30px;
}

.single-count:last-child {
    border-right: none;
}

.single-count .count-icon {
    margin-bottom: 20px;
    font-size: 40px;
    color: #BBC3D7;
}

.single-count .count {
    color: #28CC8B;
    font-size: 35px;
    font-weight: 700;
}

.single-count .count:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    margin-left: 5px;
    display: inline-block;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

/*---------------------
10. Price-Area 
----------------------*/

.single-price {
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 50px 30px;
    border: 1px solid #ECEFF4;
    position: relative;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*.single-price:hover {
    -webkit-box-shadow: 5px 5px 30px 0 rgba(51, 77, 136, 0.08);
    box-shadow: 5px 5px 30px 0 rgba(51, 77, 136, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}*/

.single-price .price-info {
    background-color: #97A4C2;
    color: #ffffff;
    white-space: nowrap;
    padding: 3px 30px;
    display: inline-block;
    border-radius: 0 0 4px 4px;
    margin-bottom: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-price .title {
    margin-top: 30px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-price .price-rate {
    font-size: 28px;
    font-weight: 700;
    color: #334D88;
    line-height: 35px;
    margin-bottom: 30px;
}

.single-price .price-rate small {
    font-size: 17px;
    color: #334D88;
    font-weight: 400;
}

.single-price .price-title {
    color: #28CC8B;
    margin-bottom: 15px;
    font-size: 20px;
}

.single-price.ppl .price-title {
    color: #729DFE;
}

.single-price .sub-title {
    color: #798AB1;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
}

.single-price .price-desc {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #E7EAF1;
}

.single-price .price-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #798AB1;
}

.single-price .price-desc ul li {
    margin-bottom: 8px;
}

.single-price .price-desc ul li:last-child {
    margin-bottom: 0;
}

/*---------------------
11. ScrollUp Button 
----------------------*/

a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #0089FF;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 100%;
}

a#scrollUp:hover {
    background-color: #729DFE;
    color: #ffffff;
}

/*----------------------
12. Blog Page Design 
-----------------------*/

.blog-area {
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}


.post-single {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
}

.posts-list .post-single.half-box {
    width: calc(50% - 15px);
}

.post-single .post-content {
    background-color: #ffffff;
    padding: 30px;
}

.post-footer {
    border-top: 1px solid #DFE3EC;
    background-color: #ffffff;
    padding: 20px 30px;
}

.post-single.half-box .post-thumb {
    max-height: 229px;
    overflow: hidden;
}

.post-single.half-box .post-content {
    padding: 30px;
}


.post-single.half-box .post-title {
    font-size: 20px;
}

.post-meta {
    font-weight: 500;
    font-size: 15px;
    color: #7A8BB1;
}

.post-meta a {
    color: #28CC8B;
    display: inline-block;
    margin-right: 10px;
}

.post-meta.ppl a {
    color: #86AAFD;
}

.post-meta a:hover {
    color: #334D88;
}

.widget .post-meta a {
    margin-bottom: 0;
}

.post-title {
    font-size: 24px;
    color: #334D88;
    margin-bottom: 15px;
}

.post-title.ppl a:hover {
    color: #86AAFD;
}

.site-header {
    background-color: #334D88;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 240px;
    margin-bottom: -120px;
    text-align: center;
    background-image: url('../images/header-blog.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.site-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #334D88;
    opacity: 0.9;
}

.site-header .title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.bread ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bread ul li {
    display: inline-block;
    font-size: 16px;
}

.bread a {
    color: #ffffff;
}


/*----------------------
13. Widget-Style 
-----------------------*/

.widget {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 3px;
    overflow: unset;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #334D88;
    font-size: 22px;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 20px;
}

.widget-title:after {
    content: "";
    background-color: #729DFE;
    width: 5px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment,
.subscribe-form .form-box {
    border: 1px solid #94A1C1;
    padding: 14px 15px;
    background-color: #F7F8FB;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #6477A5;
    width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6477A5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6477A5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6477A5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6477A5;
}

/*--------------------------
14. Populer Posts Widget 
---------------------------*/

.popular-post .post-title {
    font-size: 17px;
    font-weight: 500;
    color: #334D88;
    line-height: 1.6em;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popular-post .item:first-child {
    padding-top: 0;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/*------------------
15. Pagination 
--------------------*/

.nav-links {
    margin-top: 30px;
}

.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #A9B3CD;
    color: #7788AF;
    margin-bottom: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    background-color: #28CC8B;
    border-color: #28CC8B;
    color: #ffffff;
}

/*--------------------
16. Comment-Form 
---------------------*/

.comment-list-area,
.comment-respond {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    border-radius: 3px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}

.comment-form label {
    font-weight: 400;
    font-size: 14px;
}

.comment-form .comment-form-author {
    width: calc(50% - 15px);
    float: left;
}

.comment-form .comment-form-email {
    width: calc(50% - 15px);
    float: right;
}

/*-------------------
17. Comment-Form 
--------------------*/

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment .comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    position: relative;
    border-bottom: 1px solid #DFE3EC;
}

.comment-list > .comment:last-child .comment-body {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.comment-list .comment .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 15px 0 rgba(112, 112, 112, 0.3);
    box-shadow: 0 8px 15px 0 rgba(112, 112, 112, 0.3)
}

.comment-list .comment .comment-body .comment-author {
    line-height: 1em;
}

.comment-list .comment .comment-body .comment-author .fn {
    color: #334D88;
    font-weight: 600;
    font-size: 17px;
}

.comment-list .comment .comment-body .comment-metadata,
.comment-list .comment .comment-body .comment-author .says {
    font-size: 12px;
    color: #6679A5;
    font-weight: 700;
}

.comment-list .comment .comment-body .comment-metadata {
    margin-bottom: 10px;
    color: #7A8BB2;
}

.comment-list .comment .comment-body .comment-metadata a {
    color: #7A8BB2;
}

.comment-list .comment .comment-body .comment-reply-link {
    position: absolute;
    color: #28CC8B;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 12px;
}

.comment-list .comment .comment-body .comment-reply-link:before {
    content: "\f064";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment .comment-body .comment-reply-link:hover {
    7 color: #334D88;
}

/*-------------------------
18. Contact-Form
---------------------------*/
.form-group {
    position: relative;
    margin-bottom: 30px;
}

.contactform .form-input {
    width: 100%;
    color: #ffffff;
    background: none;
    border: none;
    padding: 15px 2px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    outline: none;
}

.contact-form-2 {
    padding: 80px 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.contact-form-2 .form-input {
    width: 100%;
    padding: 15px;
    color: #6477a5;
    background-color: #f7f8fb;
    border: 1px solid #6477a5;
}

.contact-form-2 .bttn-1 {
    width: 100%;
    border-radius: 0;
    padding: 13px;
}

/*--------------------
19. Contact-info 
---------------------*/
.info-box {
    margin-bottom: 50px;
    width: 100%;
}

.info-box .icon {
    border: 1px solid #28CC8B;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #28CC8B;
    background-color: #ffffff;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    margin-right: 30px;
}

.info-box .title {
    font-size: 18px;
}

.info-box:hover .icon {
    background-color: #28CC8B;
    color: #ffffff;
}

.contact-page {
    padding-top: 120px;
}

#googleMap {
    margin-top: -100px;
    width: 100%;
    margin-bottom: -20px;
}
.test-productbox .serviceOne:hover{
    /*height: 310px;*/
    /*margin-top: -20px;*/
    /*background: url("../../images/home/images/server_redbg.png") no-repeat;*/
    transform:translateY(-20px);
    box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
}
.test-productbox .serviceTwo:hover{
    /*height: 310px;*/
    /*margin-top: -20px;*/
    /*background: url("../../images/home/images/server_yellowbg.png") no-repeat;*/
    transform:translateY(-20px);
    box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
}
.test-productbox .serviceThree:hover{
    /*height: 310px;*/
    /*margin-top: -20px;*/
    /*background: url("../../images/home/images/server_bluebg.png") no-repeat;*/
    transform:translateY(-20px);
    box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
}
.chooseUs,
.chooseUs .container{

    position: relative;
}
.customerOne,.customerTwo {
    position: relative;
}
.customerOne{
    margin-bottom: 16px;
}
.customerOne .imgSpan, .customerTwo .imgSpan{
    display: inline-block;
    vertical-align:middle;
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    height: 74px;
    /*background: #ffffff;*/
    /*box-shadow: 4px 8px 22px rgba(55, 99, 170, 0.1);*/
    /*border-radius: 4px;*/
    margin-right: 31px;
    position: relative;
}
.customerOne .imgSpan:nth-child(1){
    margin-right: 32px;
}
.customerOne img, .customerTwo img {
    width: 195px;
    height: 74px;
    margin-top: 0px;
}
.customerLeft {
    position: absolute;
    z-index: 10;
    top: 39%;
    left: -385px;
    height: 211px;
    margin-top: 5px;
    margin-left: -4px;
}
.customerRight {
    position: absolute;
    z-index: 10;
    top: 48%;
    right: -393px;
    height: 211px;
    margin-top: -12px;
}

.customerCase .customerTwo{
    margin-top: 22px;
}
.roll-wrap:hover .control{
    display: block;
}

.roll-wrap{
    position: relative;
    width: 100%;
    height:74px;
    overflow: hidden;
}
.roll-wrap .roll__list{

}
.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.roll_row .roll__list::after {
    clear: both;
}
.roll_row .roll__list{
    width: 9999px
}
.roll_row .roll__list li {
    float: left;
    display: block;
    margin-right: 31px;
    width: 195px;
    height: 74px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    /*background-color: #ffffff;*/
    /*box-shadow: 4px 8px 22px rgba(55, 99, 170, 0.1);*/
    /*border-radius: 4px;*/
}
.roll_row .roll__list li:nth-child(1){
    margin-right: 32px;
}
.roll_row .roll__list li img {
    width: 195px;
    height: 74px;
}
.str_wrap {
    overflow:hidden;
//zoom:1;
    width:100%;
    height: 105px !important;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.clearFun{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.chooseUs .container{
    background: url("../../images/home/linkUs/choose_us.png") no-repeat;
}
.choosetOneBg{
    position: absolute;
    left: -8px;
    top: 52px;
}
.chooseTwoBg{
    position: absolute;
    right: 85px;
    top: 85px;
    z-index: -1;
}
.serveOneBg, .serveTwoBg, .serveThreeBg{
    position: absolute;
}
.serveOneBg{
    left: -293px;
    top: 228px;
}
.serveTwoBg{
    right: -224px;
    bottom: -27px;
    z-index: -1;
}
.serveThreeBg{
    left: 18%;
    z-index: -1;
    bottom: -131px;
}
.bannerBox{
    position: relative;
    height: 528px;
    overflow: hidden;
}
.bannerBox .content {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 100%;
}
.bannerBox .content img {
    height: 100%;
}
.uprightLeft{
    width: 224px;
    float: left;
    margin-right: 88px;
}
.uprighCenter{
    width: 678px;
    height: 393px;
    position: relative;
    margin-left: -75px;
    top: -40px;
    float: left;
    margin-right: 64px;
}
.uprightRight{
    width: 224px;
    float: left;
    text-align: right;
    position: absolute;
    right: 0;
}
.nopadding .container{
    padding: 0;
}
.upright .title{
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}
.upright .test-productbox{
    position: relative;
    margin-top: 40px;
}
.justice h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.justice span{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #47536B;
}
.uprightLeft .justice:nth-child(1),
.uprightRight .justice:nth-child(1){
    margin-bottom: 175px;
}
body .upright{
    position: relative;
    padding-bottom: 60px;
    /*padding-top: 90px;*/
}
.uprightOneBg{
    position: absolute;
    top: -142px;
    left: -261px;
    z-index: -1;
    width: 625px;
    height: 814px;
}
@media screen and (max-width:1920px ) and (min-width:1500px){
    .uprightOneBg {
        left: 0px;
    }
}

.uprightTwoBg{
    position: absolute;
    right: -116px;
    bottom: -82px;
}
#projectHall{
    position: relative;
    padding-top: 60px;
    padding-bottom: 90px;
}
#projectHall .page-title .title{
    margin-bottom: 22px;
}
#projectHall .container{
    min-height: 482px;
    position: relative;
    z-index: 1;
}
.productHallOne, .productHallTwo, .productHallThree, .productHallFour {
    width: 252px;
    height: 350px;
    padding: 0 !important;
    margin-right: 31px;
    background: #fff;
    /*动画的过渡效果*/
    transition: all  .25s  ease-in;
}
.productHallFour{
    margin-right: 0;
}
.productHall .serveList{
    height: 100%;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #DFE3E8;
    border-radius: 8px;
}
.productHall .serveList .imgBox{
    display: inline-block;
    width: 220px;
    height: 220px;
    background: #F9F9F9;
    border-radius: 6px;
    margin-bottom: 12px;
}
.productHall .serveList .imgBox img.hideImg{
    width: 145px;
    height: 55px;
    position: relative;
    top: 50%;
    margin-top: -27.5px;
}
.productHall .serveList span{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #4E4E4E;
}
.productHallOne:hover, .productHallTwo:hover, .productHallThree:hover, .productHallFour:hover {
    transform:translateY(-20px);
    box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 28px 37px -16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;

}
.projectHallOneBg{
    position: absolute;
    top: 85px;
    left: -7px;
}
.productHallTwoBg{
    position: absolute;
    right: -74px;
    bottom: 149px;
    z-index: -1;
}
/*.partnerImgBox img{*/
/*    !*width: 141px;*!*/
/*    !*height: 47px;*!*/
/*    !*margin-top: 12px;*!*/
/*}*/
.partnerCompany .container{
    padding: 0;
}
.partnerImgBox span{
    display: inline-block;
    width: 195px;
    height: 74px;
    background: #FFFFFF;
    margin-right: 252px;
}
.partnerImgBox span:last-child{
    margin-right: 0;
}
.partnerImgBox img:nth-child(1){
    /*margin-left: 24px;*/
}
.partnerImgBox img:nth-child(3){
    margin-right: 0;
}
.partnerCompany{
    position: relative;
    padding-top: 4px !important;
}
.partnerCompanyBg{
    position: absolute;
    top: -2px;
    left: 31px;
}
/*排行榜*/
#whitehatRank{
    position: relative;
    padding-top: 64px;
    margin-top: -64px;
    padding-bottom: 100px;
}
#whitehatRank .container{
    padding-top: 90px;
}
.rankTab{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding-left: 155px;
    padding-top: 5px;
    margin-bottom: 40px;
}
.rankTab .tabOne,
.rankTab .tabTwo{
    display: inline-block;
    width: 247px;
    height: 38px;
    text-align: center;
}
.rankTab .tabOne,
.rankTab .tabTwo{
    color: #2D3544;
    cursor: pointer;
    font-weight: normal;
}
.rankTab .tabOne{
    margin-right: 289px;
}
.rankTab span.active,
.rankTab .tabOne:hover,
.rankTab .tabTwo:hover{
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
.topThree ul{
    text-align: center;
}
.topThree ul li{
    display: inline-block;
    position: relative;
}
.topThree ul li:nth-child(1){
    width: 238px;
    height: 429px;
    margin-right: 80px;
    /*background: url("../../images/zhongce/rank/rankTopTwo.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}
.topThree ul li:nth-child(2){
    width: 280px;
    height: 472px;
    margin-right: 80px;
    /*background: url("../../images/zhongce/rank/rankTopOne.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}
.topThree ul li:nth-child(3){
    width: 238px;
    height: 429px;
    /*background: url("../../images/zhongce/rank/rankTopThree.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}
.topThree{
    min-height: 472px;
    margin-bottom: 56px;
}
.topThree ul li img,
.topThree ul li .userName,
.topThree ul li .userValue{
    position: absolute;
    left: 0;
}
.topThree ul li img.userTwoImg{
    position: absolute;
    top: 141px;
    left: 69px;
}
.topThree ul li img.userFirstImg{
    position: absolute;
    left: 88px;
    top: 158px;
}
.topThree ul li img.userThreeImg{
    position: absolute;
    top: 140px;
    left: 72px;
}
.topThree ul li .userName,
.topThree ul li .userValue{
    display: inline-block;
    width: 100%;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    border: 0 solid #00BCD4;
    transition: border .4s ease;
}
.topThree ul li:nth-child(1) .userName,
.topThree ul li:nth-child(1) .userValue{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #575E79;
}
.topThree ul li:nth-child(2) .userName,
.topThree ul li:nth-child(2) .userValue{
    color: #E38100;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.topThree ul li:nth-child(3) .userName,
.topThree ul li:nth-child(3) .userValue{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #B57456;
}
.topThree ul li:nth-child(1) .userName,
.topThree ul li:nth-child(3) .userName{
    top: 290px;
}
.topThree ul li:nth-child(1) .userValue,
.topThree ul li:nth-child(3) .userValue{
    top: 341px;
}
.topThree ul li:nth-child(2) .userName{
    top: 329px;
}
.topThree ul li:nth-child(2) .userValue{
    top: 388px;
}
.topThree ul li .userNumberImg{
    position: absolute;
    width: 58px;
    height: 28px;
    top: 230px;
    left: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    border: 0 solid #00BCD4;
    transition: border .4s ease;
}
.topThree ul li .userNumberFirstImg{
    position: absolute;
    width: 92px;
    height: 27px;
    top: 249px;
    left: 92px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    border: 0 solid #00BCD4;
    transition: border .4s ease;
}
.cd-headline.slide .is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}
.titleTable thead tr th{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px !important;
    color: #AEAEAE;
    border-bottom: none;
}
.titleTable thead tr{
    display: inline-block;
    width: 100%;
}
.titleTable thead tr th,
.titleTable>tbody>tr>td{
    text-align: left;
}
.titleTable thead tr th:nth-child(1){
    padding-left: 92px;
}
.titleTable thead tr th.topNumberRanking,
.titleTable>tbody>tr>td:nth-child(1){
    width: 160px;
}
.titleTable thead tr th.guardName,
.titleTable>tbody>tr>td:nth-child(2),
.titleTable thead tr th.top-guardName{
    width: 680px;
    text-align: center;
}
.titleTable thead tr th.exp-level,
.titleTable thead tr th.gurand-val,
.titleTable>tbody>tr>td:nth-child(3){
    width: 200px;
}
.titleTable thead tr th.exp-val,
.titleTable>tbody>tr>td:nth-child(4){
    width: 200px;
}
.titleTable>tbody>tr>td, .titleTable>tbody>tr>th, .titleTable>tfoot>tr>td, .titleTable>tfoot>tr>th,
.titleTable>thead>tr>td, .titleTable>thead>tr>th{
    border-top: none;
    line-height: 52px;
}
.cd-headline.slide,
#shTopTable tbody tr{
    display: inline-block;
    width: 1100px;
}
.cd-headline.slide tr,
#shTopTable tbody tr{
    display: block;
    width: 1100px;
    height: 70px;
    background: url("../../images/zhongce/rank/tabBg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.titleTable>tbody>tr>td:nth-child(1){
    padding-left: 92px;
}
.topThree ul li.threeAcount .userNumberImg{
    width: 24px;
    height: 28px;
    top: 228px;
    left: 110px;
}
.titleTable .imgListTd img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 22px;
}
.twoAcount{
    will-change: transform;
    transition: box-shadow .3s ease;
}
.threeDFunction{
    width: 100%;
    height: 429px;
}
.oneAcount .threeDFunction{
    height: 472px;
    margin-top: 28px;
}
.oneAcount .imgTopList{
    width: 106px;
    height: 106px;
    border-radius: 50%;
    left: 84px;
    top: 155px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    transition: border .4s ease;
}
.twoAcount .imgTopList{
    width: 99px;
    height: 99px;
    border-radius: 50%;
    left: 70px;
    top: 142px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    transition: border .4s ease;
}
.threeAcount .imgTopList{
    width: 99px;
    height: 99px;
    border-radius: 50%;
    left: 72px;
    top: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    transition: border .4s ease;
}
.whitehatRankOneBg{
    position: absolute;
    right: -287px;
    top: 69px;
}
.whitehatRankTwoBg{
    position: absolute;
    left: -356px;
    top: 663px;
    z-index: -1;
}
.whitehatRankThreeBg{
    position: absolute;
    right: -212px;
    top: 78%;
    z-index: -1;
}
.titleTable tbody tr:nth-child(1){
    transform: translate(0);
    animation: example1 0.3s ease-out 0.1s backwards
}
.titleTable tbody tr:nth-child(2){
    transform: translate(0);
    animation: example1 0.3s ease-out 0.4s backwards
}
.titleTable tbody tr:nth-child(3){
    transform: translate(0);
    animation: example1 0.3s ease-out  0.7s backwards
}
.titleTable tbody tr:nth-child(4){
    transform: translate(0);
    animation: example1 0.3s ease-out 1s backwards
}
.titleTable tbody tr:nth-child(5){
    transform: translate(0);
    animation: example1 0.3s ease-out 1.3s backwards
}
.titleTable tbody tr:nth-child(6){
    transform: translate(0);
    animation: example1 0.3s ease-out 1.6s backwards
}
.titleTable tbody tr:nth-child(7){
    transform: translate(0);
    animation: example1 0.3s ease-out 1.9s backwards
}
.titleTable tbody tr:nth-child(8){
    transform: translate(0);
    animation: example1 0.3s ease-out 2.1s backwards
}
@keyframes example1 {
    /*from {*/
    /*    opacity:0;*/
    /*    -webkit-transform:translate(1000px,0);*/
    /*    transform:stranslate(1000px,0);*/
    /*}*/

    /*to {*/
    /*    opacity:1;*/
    /*    -webkit-transform:translate(10px,0);*/
    /*    transform:stranslate(10px,0);*/
    /*}*/
/* }*/
/*    1000% {*/
/*        transform:translate(-60px);*/
/*        opacity:0;*/
/*    }*/
/*    50% {*/
/*        transform:translate(-30px);*/
/*        opacity:.5;*/
/*    }*/
/*    0% {*/
/*        transform:translate(0);*/
/*        opacity:1;*/
/*    }*/
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    /*50% {*/
    /*    opacity:.5;*/
    /*    transform:translate(50px);*/
    /*}*/
    100% {

        opacity: 1;
        transform: translateX(0);

    }
/*    0% {*/
/*        transform:translate(-60px);*/
/*        opacity:0;*/
/*    }*/
/*    50% {*/
/*        transform:translate(-30px);*/
/*        opacity:.5;*/
/*    }*/
/*    100% {*/
/*        transform:translate(0);*/
/*        opacity:1;*/
/*    }*/
}

.filter-form-show {
    max-height: 64px;
    transition: max-height 0.3s;
    -webkit-transform: max-height 0.3s ease-in;
}
.filter-form-hide {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s;
   -webkit-transform: max-height 0.3s ease-out;
}


.tableNoContentStartStyle {
    display: none;
}
.experienceContent .pageBox,
.guardContent .pageBox{

}
.pageBox{
    text-align: center;
    margin-top: 10px;
}
.experienceContent .pageBox img,
.guardContent .pageBox img{
    width: 28px;
    height: 28px;
    border-radius: 2px;
    cursor: pointer;
}
.experienceContent .pageBox .changePage,
.guardContent .pageBox .changePage{
    display: inline-block;
}
.experienceContent .pageBox .changePage input,
.guardContent .pageBox .changePage input{
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background: #F6F7F9;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2D3544;
    padding: 0;
    text-align: center;
    border: none;
    box-shadow: none;
}





/*名人堂*/
.HallFameScroll{
    width: 1100px;
}
#HallofFame{
    position: relative;
    padding-top: 64px;
    margin-top: -64px;
}
#HallofFame .container{
    padding-right: 0;
    padding-top: 76px;
    padding-left: 0;
}
.bodyCon08 .students p.PP{
    width:510px;
    height:50px;
    font-size:16px;
    color:#333;
    text-align:center;
    position:absolute;
    top:60px;
    left:300px;
}
#four_flash{
    position:relative;
    width:1100px;
    height:258px;
    left: 0;
    background: #ffffff;
    /*margin:0 auto;*/
    /*bottom:40px;*/
}
#four_flash .flashBg{
    width:1100px;
    height:258px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    text-align: center;
}
#four_flash .flashBg ul.mobile{
    width:2000%;
    height:222px;
    position:absolute;
    top:5px;
    left:0;
    padding: 0;
}
#four_flash .flashBg ul.mobile li{
    border: 1px solid #DFE3E8;
    border-radius: 8px;
    float:left;
    width:180px;
    height:202px;
    margin-left:50px;
    padding-top:30px;
    color:#000000;
    transition:all 1s ease 0s;
}
#four_flash .flashBg ul.mobile li:nth-child(1){
    margin-left: 0;
}
#four_flash .flashBg ul.mobile li:hover{
    -webkit-box-shadow: 0px 27px 30px -21px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 27px 30px -21px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
#four_flash .flashBg ul.mobile li img{
    width: 64px;
    height: 64px;
    display:block;
    margin:0 auto;
    border-radius:50%;
}
#four_flash .flashBg ul.mobile li h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 15px;
}
#four_flash .flashBg ul.mobile li p.userTag{
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-top:12px;
}
#four_flash .flashBg ul.mobile li p.userTag span{
    display: inline-block;
    width: 78px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(278.34deg, #5E64FF 0%, #236EFF 89.71%);
    border-radius: 18px;
}
#four_flash .but_left{
    width:32px;
    height:32px;
    position:absolute;
    top:101px;
    left:-89px;
}
#four_flash .but_left img,
#four_flash .but_right img{
    position: relative;
    z-index: -1;
}
#four_flash .but_right{
    width:32px;
    height:32px;
    position:absolute;
    top:101px;
    right:0px;
    margin-right: -94px;
}
#four_flash .but_left:hover{
    background:url("../../images/zhongce/hallofFame/leftActive.png") no-repeat;
    background-size: 100% 100%;
}
#four_flash .but_right:hover{
    background:url("../../images/zhongce/hallofFame/rightActive.png") no-repeat;
    background-size: 100% 100%;
}
.HallofFameOneBg{
    position: absolute;
    left: -143px;
    top: 146px;
    z-index: -1;
}
.HallFameTwoBg{
    position: absolute;
    right: 216px;
    bottom: 33px;
}