
.totalwrap{

}
.totalwrap .cellphone{
    margin: auto;
    background: url(../images/homepage/good.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.totalwrap .carousel-item .title{
    text-align: center;
    margin-top: 138px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.totalwrap .carousel-item .title-content{
    /*position: relative;*/
    /* left: 38.2%; */
    text-align: center;
    top: 32px;
    margin: 0;
    padding: 0;
}
.totalwrap .carousel-item .item-right{
    display: inline-block;
    text-align: center;
}
.totalwrap .carousel-item .item-right .sub-title{
    display: inline-block;
    /* float: right; */
    /* width: 384px; */
    text-align: center;
    font-size: 20px;
    color: #333;
    width: 100%;
    margin-top: 100px;
}
.totalwrap .carousel-item .item-right .item-content{
    font-size: 14px;
    color: #333333;
    width: 50%;
    text-align: justify;
    display: inline-block;
}
.totalwrap .carousel-item .bg1{

    display: inline-block;
    width: 100%;
}
.totalwrap .carousel-item .bg2{
    width: 100%;
    display: inline-block;
}
.totalwrap .carousel-item .bg3{
    width: 100%;
    display: inline-block;
}
.totalwrap .top-text{
    margin-top: 144px;
    text-align: center;
}
.totalwrap .top-text .p1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.totalwrap .top-text .p2{
    font-size: 20px;
    color: #666;
    padding-top: 15px;
}
.totalwrap .topbanner{
    max-height: 759px;
    width: 100%;
}
.totalwrap .about-single{
    text-align: center;
}
.totalwrap .about-single .about-content{
    font-size: 14px;
    color: #666666;
}
.totalwrap .about-single .about-title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}
.totalwrap .about-single  p{
    padding: 0;
    margin: 0;
}
.totalwrap .prise{
    margin: auto;
    background: url(../images/homepage/good.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.totalwrap .effect{
    margin: auto;
    background: url(../images/homepage/Efficient.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.totalwrap .light{
    margin: auto;
    background: url(../images/homepage/light.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.totalwrap .save{
    margin: auto;
    background: url(../images/homepage/save.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
}
.text-describe{
    margin: auto;
    background: url(../images/homepage/aboutus.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.culture{
    margin: auto;
    background: url(../images/homepage/culture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 687px;
    width: 100%;
    background-position: center;
}
.detail_bottom{
    margin: auto;
    background: url(../images/homepage/detail_bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 253px;
    width: 100%;
    background-position: center;
}
.tel{
    font-size: 22px;
    color: white;
    margin-left: 15px;
}
.header {
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.header.active {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
}
.contact_us{
    font-size: 22px;
    color: white;
    margin-left: 20px;
    background: #92C751;
    border-radius: 13px;
    padding: 5px 20px;
    height: 30px;

}
.logo_name{
    font-size: 30px;
    color: white;
     line-height: 100px;
    float: right;
    margin-left: 10px;
}
.logo{
    margin: auto;
    background: url(../images/homepage/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    float: left;
    margin-left: 200px;
    margin-top: 20px;
}
.tel_icon{
    /* margin: auto; */
    background: url(../images/homepage/tel_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    float: left;
    margin-top: 35px;

}
.logo_wrap{
    display: inline-block;
}
.contact_wrap{
    cursor: pointer;
    float: right;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-right: 200px;
}
.totalwrap .carousel-control {
    display: none;
    transition: all 0.3s ease-in-out;
}

.totalwrap:hover .carousel-control {
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.totalwrap .carousel-control-next, .totalwrap .carousel-control-prev {
    opacity: 1;
    box-shadow: none;
}

.totalwrap .carousel-control-prev span {
    padding: 15px;
}

.totalwrap .carousel-control-next span {
    padding: 15px;
}

.totalwrap .carousel-control {
    top: 45%;
}

.totalwrap .carousel-control .fa-angle-left, .totalwrap .carousel-control .fa-angle-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.totalwrap .carousel-control .fa-angle-left {
    left: 10px;
}

.totalwrap .carousel-control .fa-angle-right {
    right: 10px;
}

.totalwrap .carousel-control i {
    line-height: 40px;
    font-size: 26px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.totalwrap .carousel-control i:hover {
    color: #fff;
    opacity: 0.6;
}
.totalwrap .whouse img{
    width: 100%;
    margin-top: 10px;

}
.totalwrap .whouse{
    background: #EFF2F5;
    padding-top: 104px;
    padding-bottom: 165px;
}
.totalwrap .nomalmargin{
    margin-left: 14%;
    margin-right: 14%;
}
.totalwrap .case-wrap img{
    width: 100%;
    margin-top: 10px;
}
.totalwrap .whouse .whouse-title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-bottom:50px;
}
.totalwrap .whouse .shiyaoju{
    margin-top: 16px;
}
.totalwrap .case-wrap{
    margin-top: 170px;
    padding-bottom: 230px;
}
.totalwrap .case-wrap .case-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.totalwrap .case-wrap .case-content{
    font-size: 20px;
    color: #666666;
    text-align: center;

}
.totalwrap .case-wrap .pic-wrap{
    margin-top: 60px;
}
.totalwrap .bottomwrap{
    background: url("../images/homepage/background-iloveimg-compressed.png");
    padding-top: 80px;
    padding-bottom: 150px;
    height: 500px;
}
.totalwrap .bottomwrap .bottom-title{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.totalwrap .bottomwrap .bottom-content{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.totalwrap .bottomwrap .download-wrap{
    margin-left: 20%;
    margin-top: 50px;
}
.totalwrap .bottomwrap .download-wrap .iosDownload{
    margin-left: 9.7%;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(153,153,153,.5)
}
.carousel-indicators .active {
    background-color: #87BA4B;
}
.totalwrap .erweima-wrap{
    margin-top: 50px;
    padding-left: 20%;
}
.totalwrap .erweima{
    eight: 117px;
    width: 117px;
    /* position: relative; */
    text-align: center;
    padding-top: 13px;
    background: #ffffff;
    display: inline-block;
    padding-bottom: 13px;
}
.totalwrap .erweima img{
    height: 90px;
    width: 90px;
}
.totalwrap .contanctphone{
    color: #fff;
    /* right: -10px; */
    /* top: 0; */
    font-size: 16px;
    margin-top: 20px;
     margin-left: -36px;
}
.totalwrap .iosdownloadimg{
    width:200px;
}
.totalwrap .androiddownloadimg{
    width: 236px;
}
.text-describe h2{
    text-align: center;
}
.text-describe p {
    text-indent: 2em;
    text-align: left;
}
.center{
    width: 1200px;
    height: 687px;
    position: relative;
    /* top: 50%; */
    /* margin-top: -200px; */
    margin-left: -600px;
    left: 50%;
    overflow-y: auto;
    background: #ffffff;
    color: #17a2b8;
    font-size: 15px;
    padding: 20px;
    opacity: 0.6;
}