/*
* 首页CSS
* Author：M-Liu
* date：2018-03-05
*/
@import "main.css";
@import "idangerous.swiper.css";
@import "dialog.css";
@import "layui.css";

.swiper-container-banner {
    width: 100%;
    color: #aaa;
    height: 500px;
    max-height: 500px;
}

.arrow {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 80px;
    z-index: 10;
}


.left:active {
    background: url(../../img/hp_example_left_ora.png) no-repeat center;
    background-color: rgba(0,0,0,.5);
}

.right:active {
    background: url(../../img/hp_example_right_ora.png) no-repeat center;
    background-color: rgba(0,0,0,.5);
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: white;
    margin: 0 8px;
    cursor: pointer;
}

.swiper-active-switch {
    background-color: #ff8100;
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    -o-object-fit: fill;
}

.swiper-slide-active {
    opacity: 1;
}

.home-module {
    width: 100%;
}

.home-module > span:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

.home-module > span:nth-child(2) {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.why-choice-our {
    padding-top: 40px;
    padding-bottom: 50px;
}

.why-choice-content-item {
    margin-left: 90px;
    margin-right: 90px;
    font-size: 13px;
}

.why-choice-content-item span {
    display: inline-block;
    line-height: 21px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.why-choice-content-item span:nth-child(2) {
    font-size: 18px;
    margin: 20px 0;
    color: #585858;
}


.recommend-case {
    background: url(../../img/hp_plan_bg.jpg) no-repeat 0 100%;
    padding-top: 30px;
    padding-bottom: 40px;

}

.recommend-case > span:nth-child(1) {
    margin-bottom: 0;
}

.recommend-case-item {
    max-width: 370px;
    width: 370px;
}

.recommend-case-item:hover {
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.recommend-case-item:nth-child(1) {
    margin-right: 24px;
}

.recommend-case-item:nth-child(2) {
    margin-right: 24px;
}

.recommend-case-item > div:nth-child(1) {
    padding: 10px 10px;
    margin-bottom: 1px;
    background-color: white;
}

.recommend-case-item > div:nth-child(1) > img {
    width: 350px;
    height: 226px;
}

.recommend-case-item > div:nth-child(2) {
    padding: 20px;
    background-color: white;
}

.case-label {
    font-size: 14px;
    color: white;
}

.case-label > span {
    padding: 2px 5px;
    margin-right: 5px;
}

.case-label > span:nth-child(1) {
    /*background-color: var(--primary-color);*/
    background-color: #ff8100;
}

.case-label > span:nth-child(2) {
    /*background-color: var(--accent-color-red);*/
    background-color: #999999;
}

.case-label > span:nth-child(3) {
    /*background-color: var(--accent-color-yellow);*/
    background-color: #bea983;
}

.recommend-case-item > div:nth-child(2) > span {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 25px;
}

.tip-info {
    font-size: 14px;
    /*color: var(--accent-text-color);*/
    color: #999999;
}

.tip-info > span:nth-child(2) {
    margin-right: 36px;
}

.tip-info i {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.tip-info > i:nth-child(1) {
    background: url(../../img/hp_plan_users.png) no-repeat center;
}

.tip-info > i:nth-child(3) {
    background: url(../../img/hp_plan_schedule.png) no-repeat center;
}

.look-more-btn {
    margin-top: 40px;
    height: 45px;
    width: 160px;
    background-color: white;
    text-align: center;
    line-height: 45px;
}

.look-more-btn:hover {
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.building {
    padding-top: 60px;
    padding-bottom: 60px;
}

.building > span:nth-child(1) {
    margin-bottom: 0;
}

.building-item {
    position: relative;
    width: 350px;
    height: 370px;
}

.building-item:nth-child(1) {
    margin-right: 35px;
    background: url(../../img/hp_teambuilding_01.jpg) no-repeat 0, 100%;
}

.building-item:nth-child(2) {
    margin-right: 35px;
    background: url(../../img/hp_teambuilding_02.jpg) no-repeat 0, 100%;
}

.building-item:nth-child(3) {
    background: url(../../img/hp_teambuilding_03.jpg) no-repeat 0, 100%;
}

.building-item:nth-child(1) .tip-info {
    background-color: #8291b9;
}

.building-item:nth-child(2) .tip-info {
    background-color: #ff8100;
}

.building-item:nth-child(3) .tip-info {
    background-color: #ec7d7d;
}

.building-item .tip-info {
    position: absolute;
    height: 1px;
    bottom: 0;
    opacity: 0.9;
    width: 350px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    background-color: #8291b9;

}

.building-item .tip-info span {
    opacity: 0;
    -webkit-transition: all linear 120ms;
    transition: all linear 120ms;
}


.building-item .tip-info span:nth-child(1) {
    padding: 0 36px;
    font-size: 16px;
    width: 350px;
    color: white;
    line-height: 28px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

.building-item .tip-info span:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    color: white;
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: solid white 1px;
}

.building-item:hover .tip-info {
    height: 243px;
    width: 350px;
}

.building-item:hover span {
    opacity: 1;
    -webkit-transition: all linear 500ms;
    transition: all linear 500ms;
}

.module {
    max-height: 450px;
    height: 450px;
    background: url(../../img/hp_6m_bg.jpg) no-repeat 0 100%;
}

.module > span:nth-child(1) {
    margin-bottom: 0;
}

.module-item {
    margin-left: 38px;
    margin-right: 38px;
    /*cursor: pointer;*/
}

.module-item > img {
    max-width: 110px;
    max-height: 127px;
    width: 110px;
    height: 127px;

}

.module-item > span {
    margin-top: 20px;
    font-size: 16px;
}

.module-item :last-child {
    margin-right: 0;
}

.wonderful {
    padding: 60px 0;
    background-color: white;
}

.wonderful > span:nth-child(1) {
    margin-bottom: 0;
}

.wonderful-content {
    position: relative;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0 60px
}

.wonderful-item {
    width: 330px;
    margin-left: 25px;
}

.wonderful-item:nth-child(1) {
    margin-left: 0;
}

.wonderful-item:nth-child(4) {
    margin-left: 0;
}

.wonderful-item img {
    width: 100%;
    height: 220px;
}

p#controls {
    width: 100%;
    height: 45px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#prevBtn a {
    position: absolute;
    margin: 0;
    overflow: hidden;
    width: 25px;
    height: 45px;
    background: url(../../img/hp_example_left.png) no-repeat center;
}

#nextBtn a {
    position: absolute;
    margin: 0;
    right: 0;
    overflow: hidden;
    width: 25px;
    height: 45px;
    background: url(../../img/hp_example_right.png) no-repeat center;
}

#prevBtn a {
    width: 25px;
    height: 45px;
    background-position: 0 0;
}

#nextBtn a {
    width: 25px;
    height: 45px;
}

#prevBtn a:hover {
    background: url(../../img/hp_example_left_ora.png) no-repeat center;
}

#nextBtn a:hover {
    background: url(../../img/hp_example_right_ora.png) no-repeat center;
}



.logo-item {
    position: relative;
    width: 212px;
    height: 110px;
    background-color: #f2f6f9;
    margin-right: 20px;
    margin-top: 20px;
}

.logo-item img{
    width: 200px;
    height: 98px;
}

.logo-item:hover >img{
    position: absolute;
    left:0; right:0; top:0; bottom:0;
    margin-left: -5%;
    margin-top: -3%;
    margin-right: 0;
    margin-bottom: 0;
    width: 212px;
    height: 110px;
    border: #f2f6f9 10px solid;
    z-index:10;
}



.logo-content-line:nth-child(1) .logo-item {
    margin-top: 0;
}

.logo-item:nth-child(5n) {
    margin-right: 0;
}

.logo-item img {
    margin: 0;
    background-color: white;
    border: #f2f6f9 0 solid;
    -webkit-transition: all linear 150ms;
    transition: all linear 150ms;
}

.float_layer {
    width: 92px;
    background-color: white;
    right: 1px;
    bottom: 10%;
    padding: 0 0px;
    -moz-box-shadow: 0px 5px 10px #eef3f6;
    -webkit-box-shadow: 0px 5px 10px #eef3f6;
    box-shadow: 0px 5px 10px #eef3f6;
}

.float_layer_item {
    padding-top: 30px;
    padding-bottom: 12px;
    border-bottom: #e8e8e8 solid 1px;
    background-color: white;
    color: #585858;
}

.float_layer_item i {
    width: 32px;
    height: 32px;

}

.float_layer_item:hover{
    background-color: #fe7e47;
    color: white;
}

.float_layer_item span {
    text-align: center;
}

.float_layer_item:nth-child(4) {
    border-bottom: none;
}

.float_layer_item:nth-child(1):before{
    content: url("../../img/hp_fixTool_chat.png");

}

.float_layer_item:nth-child(2):before{
    content: url("../../img/hp_fixTool_customized.png");

}

.float_layer_item:nth-child(3):before{
    content: url("../../img/hp_fixTool_phone.png");
}

.float_layer_item:nth-child(4):before{
    content: url("../../img/hp_fixTool_top.png");
}


.float_layer_item:nth-child(1):hover:before {
    content: url("../../img/hp_fixTool_chat_w.png");
}

.float_layer_item:nth-child(2):hover:before{
    content: url("../../img/hp_fixTool_customized_w.png");
}

.float_layer_item:nth-child(3):hover:before{
    content: url("../../img/hp_fixTool_phone_w.png");
}

.float_layer_item:nth-child(4):hover:before{
    content: url("../../img/hp_fixTool_top_w.png");
}