/*********************************************************/
/*********************** 头部公共样式 **********************/
/*********************************************************/
.navbar-bg{
    background-color: #47aca1;
    color:#ffffff;
}

.navbar-nav>li>a {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.navbar-brand {
    padding: 5px 25px;
    margin-right: 10px;
}

.navbar-brand>img {
    display: block;
    width: 120px;
}

.navbar-nav {
    margin-top: 15px;
    text-align: center;
}

.navbar-header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-toggle {
    background-color: #47aca1;
    border: 1px solid #cccccc;

}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #79bdb6;
}

.navbar-toggle {
    margin-right: 30px;
    padding: 2px 8px;
    margin-top: 15px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:450px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .why-box{
        margin-right: 0 !important;
    }
}


/*********************************************************/
/*********************** 首页 *****************************/
/*********************************************************/
.first-page{
    background-color: #47aca1;

}
.first-row{
    background-color: #47aca1;
    padding-top: 80px;
}
.container {
    max-width: 1200px;
}

.product-name{
    color: #fff;
}

.product-desc{
    line-height: 1.5em;
    color:#fff;
    font-weight: 300;
    padding-top: 30px;
    font-size: 16px;
}

.product-desc-zero{
    line-height: 1.5em;
    color:#fff;
    font-weight: 400;
    font-size: 16px;
}

.product-alert{
    color: rgb(241 253 240);
    padding-top: 15px;
    line-height: 1.5em;
    margin-top: 15px;
    font-size: 16px;
    font-weight: blod;
}
.product-btn{
    margin-top: 25px;
    border-radius: 20px;
    color: #999;
    width: 150px;
    font-size: 16px;
    margin-bottom: 50px;
}
.product-btn:hover {
    background-color: #47aca1;
    color:#fff;
    border: 1px #fff solid;
}

.second-row{
    background-color: #f2f2f2;
    padding-top: 80px;
    margin-bottom: 50px;
}

.second-page{
    background-color: #f2f2f2;

}

.three-row{
    background-color: #f2f2f2;
    padding-top: 80px;
}

.three-page{
    background-color: #f2f2f2;

}


.zero-row{
    background-color: #47aca1;
    padding-top: 80px;
}

.zero-page{
    background-color: #47aca1;

}

.product3-desc {
    line-height: 1.5em;
    color: #fff;
    font-weight: 400;
    padding-top: 30px;
    font-size: 16px;
}

.product-name{
    color: #fff;
}

.product2-desc{
    line-height: 1.5em;
    color:#0D2E41;
    font-weight: 300;
    padding-top: 30px;
    font-size: 16px;
}
.product2-alert{
    color: rgb(16, 78, 103);
    padding-top: 15px;
    line-height: 1.5em;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
}
.product2-btn{
    margin-top: 25px;
    border-radius: 20px;
    color: #fff;
    background-color: #47aca1;
    width: 150px;
    font-size: 16px;
    margin-bottom: 50px;
}

.demo2-btn{
    margin-top: 25px;
    border-radius: 20px;
    color: #fff;
    background-color: #47aca1;
    width: 100px;
    font-size: 16px;
    margin-bottom: 10px;
    border: none;
}

.demo-btn{
    margin-top: 25px;
    border-radius: 20px;
    color: #999;
    width: 100px;
    font-size: 16px;
    margin-bottom: 10px;
}

.demo3-btn{
    background-color: #FF5722 !important;
    border-color: #FF5722 !important;
    margin-top: 25px;
    border-radius: 20px;
    color: #fff;
    width: 100px;
    font-size: 16px;
    margin-bottom: 10px;
}

.demo3-btn:hover {
    background-color: #FF5722;
    color:#fff;
    border-color: #ffffff !important;
}

.demo2-btn:hover {
    background-color: #fff;
    color:#999;
    border: 1px #999 solid;
}

.demo-btn:hover {
    background-color: #47aca1;
    color:#fff;
    border: 1px #fff solid;
}

.product2-btn:hover {
    background-color: #fff;
    color:#999;
    border: 1px #999 solid;
}

.why{
    font-family: "微软雅黑",sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    color: #303d58;
    text-align: center;
}

.why-line{
    overflow: hidden;
    width: 60px;
    max-width: 60px;
    border-bottom: 4px solid #47aca1;
    margin-top: 20px;
    display: inline-block;
}
.why-desc{
    font-size: 16px;
    color: #808080;
    margin-top: 20px;
}

.why-box{
    border: 1px #ddd solid;
    height: 260px;
    min-width: 200px;
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 20px;
}

.why-box:hover{
    border:3px #d7c2f4 solid
}


/*********************************************************/
/*********************** 关于我们 *************************/
/*********************************************************/
.about-page{
    background-color: #47aca1;
}

.about-row{
    background-color: #47aca1;
    padding-top: 50px;
}

.about-desc-page{
    background-color: #ffffff;
}

.about-desc-row{
    padding-top: 50px;
    background-color: #ffffff;
}


.about-team-page{
    background-color: #f7f9fa;
}

.about-team-row{
    padding-top: 50px;
    background-color: #f7f9fa;
}

.head-img{
    text-align: center;
}
.head-img img{
    width: 90%;
}

@media screen and (min-width:450px) {
    .head-img{
        padding-right: 60px;
    }
}

@media screen and (max-width:450px) {
    .head-img img{
        width: 90%;
    }
    .security-img{
        width: 100% !important;
    }
    .cloud-img{
        width: 100% !important;
    }
    .about-title{
        font-size: 16px !important;
    }
    .about-title-eng{
        font-size: 14px !important;
    }
    .about-desc-title{
        font-size: 16px !important;
    }
    .about-desc-title-eng{
        font-size: 14px !important;
    }
    .head-title {
        padding-bottom: 20px;
        padding-top: 5px !important;
        padding-left: 20px !important;
    }
    .about-content {
        margin-top: 5px !important;
    }
}



.head-title{
    padding-left: 40px;
    padding-top: 40px;
}

.about-title{
    color:#ffffff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.6;
}

.about-title-eng{
    color:#ffffff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.6;
}

.about-desc-title{
    color: rgb(71, 172, 161);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.6;
}

.about-desc-title-eng{
    color: rgb(71, 172, 161);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.6;
}

.about-content{
    color: #888888;
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
    text-indent:28px;
}

.about-content-img{
    margin-top: 40px;
    margin-bottom: 50px;
}

.thumbnail_img{
    height: 120px;
    width: 120px;
    display: block;
    border-radius: 60px;
}

.full-name{
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-top: 0;
    margin-bottom: 5px;
}

.name-desc{
    color: rgb(105, 105, 105);
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    line-height: 1.5em;

}

.why-box .name-desc{
    min-width: 140px !important;
}
.thumbnail {
    background-color: #f7f9fa;
    border: 0;
}

.name-btn{
    margin-top: 30px;
    text-align: center;
}

.name-work{
    font-size: 14px;
    color: #47ACA1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-info{
    color: #999;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.contact-info i{
    color: #151313;
    text-align: left;
    font-size: 14px;
}

/*********************************************************/
/*********************** 联系我们 **********************/
/*********************************************************/
.about-contact-row {
    padding-top: 20px;
    background-color: #ffffff;
}

.contact-title{
    padding-top: 50px;
    padding-bottom: 20px;
    color: #47ACA1;
    font-size: 22px;
    font-family: "微软雅黑",sans-serif;
}

.form-control {
    border-radius: 0;
}

.sent-btn {
    background-color: #47aca0;
    border: 1px solid #47aca0;
    color: #fff;
    width: 120px;
    border-radius: 0;
}

.btn-success:hover {
    color: #fff;
    background-color: #47aca0;
    border-color: #47aca0;
}

.qr-code{
    margin-top: 50px;
}





/*********************************************************/
/*********************** 产品页 **********************/
/*********************************************************/
.jumbotron {
    background-color: #f2f2f2;
}

.nav-tabs>li>a {
    font-weight: 800;
    font-size: 20px;
}
.product-item-name {
    font-size: 24px;
    word-wrap: break-word;
    letter-spacing: 2px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0;
}
.alone-badge-m {
    position: relative;
    display: inline-block;
    border: 1px solid #e4d5d5;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 5px;
}

.product-item-desc {
    margin-top: 5px;
    color: #eeeeee;
    font-weight: 300;
}

.custom-head{
    background-color: #424950 !important;
    text-align: center;
}

.product-desc-page{
    background-color: #f2f2f2;
}

.product-row {
    padding-top: 0;
    background-color: #f2f2f2;
}

.panel-custom {
    border-color: #97dcd3;
}

.custom-btn-info{
    padding: 1px 6px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 20px;
    margin-left: 5px;
}
.btn-info {
    color: #fff;
    background-color: unset;
    border-color: #c1dbe2;
}

.btn-info:hover {
    color: #fff;
    background-color: unset;
    border-color: #c1dbe2;
}

.product-row{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.panel-custom{
    border:0;
}

.panel-heading {
    border-bottom: 0;
}

.panel-custom ul li{
    margin-top: 5px;
}

.buy-btn{
    margin-left: 20px;
    margin-right: 20px;
}
.custom-body{
    height: 540px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border-bottom: 0;
    background-color: #47aca1;
}

.custom-tabs{
    margin-top: 50px;
    background-color: #f2f2f2;

}

.custom-jumbotron{
    background-color:unset !important;
    border-radius: 0 !important;
}

.nav-tabs a{
    color: #42aca1;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 0;
}

.jumbotron p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.bs-callout-warning {
    border-left-color: #83c182 !important;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ced6ce;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: azure;
}

.bs-callout-warning h4{
    font-weight: 300 !important;
}

.renren-cloud-buy{
    text-align: center;
}

.renren-cloud-buy .buy{
    margin-right: 40px;
}
.renren-cloud-feature ul li{
    line-height: 30px;
}

/*********************************************************/
/*********************** 底部公共样式 **********************/
/*********************************************************/
.footer-row{
    background: #3e4049 none repeat center top;
    padding-top: 80px;
}

.footer-page{
    background: #3e4049 none repeat center top;
    padding-bottom: 40px;

}

.footer-title{
    font-size: 18px;
    font-family: "微软雅黑",sans-serif;
    color: #A9A9A9;
    font-weight: bold;

}

.footer-title a{
    color: #A9A9A9;
}

.footer-title a:hover{
    text-decoration:none;
    color:#e6dede;
}

.footer-text{
    color: #808080;
    font-size: 12px;
    font-family: "微软雅黑",sans-serif;
    display: table-cell;
    line-height: 2em;
    padding-top: 10px;
    padding-right: 20px
}

.footer-text-product{
    color: #808080;
    font-size: 12px;
    font-family: "微软雅黑",sans-serif;
}

.footer-text-product a:hover{
    text-decoration:none;
    color:#e6dede;
}

.footer-text-product a{
    color: #808080;
}

.footer-text img{
    margin-right: 4px;
}

.footer-copyright{
    text-align: center;
    color: #808080;
    padding-top: 30px;
}

.footer-copyright a{
    color: #808080;
}


.flexslider {
    margin: 0 0 60px;
    background: #47aca1 !important;
    border: 4px solid #47aca1 !important;
}
.flexslider .slides img {
    max-width: 658px;

}

.flex-direction-nav a:before {
    color: rgba(234, 224, 224, 0.9) !important;
    font-size: 18px !important;
}


@media screen and (max-width:450px){
    .slides {
        height:auto !important;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #79bdb6;
    border-color: #337ab7;
}

@media screen and (max-width:450px) {
    .navbar-nav > li > .dropdown-menu {
        text-align: center;
    }
}

.dropdown-menu {
    background-color: #47aca1;
    border: 1px solid #ccc;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu>li>a {
    color: #f5f9f8;
}

.header-shadow{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

@keyframes fade-in {
    0% {opacity: 0;}/*初始状态 透明度为0*/
    40% {opacity: 0;}/*过渡状态 透明度为0*/
    100% {opacity: 1;}/*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {/*针对webkit内核*/
    0% {opacity: 0;}
    40% {opacity: 0;}
    100% {opacity: 1;}
}
.fade-in {
    animation: fade-in;/*动画名称*/
    animation-duration: 0.9s;/*动画持续时间*/
    -webkit-animation:fade-in 0.9s;/*针对webkit内核*/
}

fieldset {
    border:0;
    border-top:1px solid #e6e6e6 !important;
    width: 300px;
    margin: 0 auto 5px;
    text-align: center;

}
legend {
    color: #252731;
    /* for IE */
    background-color: #f2f2f2;
    display: unset;
    width: 110px;
    padding: 0 15px;
    margin-bottom: 40px;
    line-height: inherit;
    border: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
}

.open-btn{
    color:#ffffff;
}

.browser-item{
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}



