
@charset "UTF-8";
body{
    padding-top: 50px;
    font-family: Microsoft YaHei, Tahoma , sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

a{
    color: #333333;
}
a:hover{
    color: #2b81fc;
}
ul,li{
    list-style: none;
}

.js .animate-box {
    opacity: 0;
}

.carousel-inner img{
    width:100%;
}


/* actGotop 返回顶部*/
.actGotop{ width: 45px;
    height: 45px;
    background: #2b81fc;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
}
.actGotop:hover {
    background: #176fed;
}
.actGotop i{
    color:#ffffff;
    font-size: 20px;
    margin-top:10px;
}

/*my-navbar*/
.my-navbar{
    background-color: rgba(255, 255, 255, 1);
    padding:5px 0;
}
.navbar-brand img{
    height:40px;
    margin-top:-10px;
}
@media screen and (max-width: 767px) {
    .navbar-brand img{
        height:30px;
        margin-top:-10px;
    }
}
.navbar-header .navbar-toggle {
    color:#555555;
    padding:0;
}
.navbar-nav{
    margin:0;
    padding:0;
    float:right;
}

.my-navbar ul.navigation-box > li > a{
    color:#555555;
    font-size: 16px;
    margin-left:10px;
    margin-right:10px;
}
.my-navbar ul > li > a:hover,
.my-navbar ul > li > a:active,
.my-navbar ul > li > a:focus{
    background-color: transparent;
}
.my-navbar ul.navigation-box > li > a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 100%;
    height: 2px;
    background-image:linear-gradient(to right,#00a2ff,#2b81fc);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.my-navbar ul.navigation-box > li.current > a,
.my-navbar ul.navigation-box > li:hover > a {
    background-color: transparent;
    color: #555555;
}
.my-navbar ul.navigation-box > li.current > a:before,
.my-navbar ul.navigation-box > li:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@media screen and (max-width: 767px) {
    .nav-link{
        display:none;
    }
    .navbar-nav{
        width:100%;
        margin:0;
        padding:0;
        float:none;
    }
    .my-navbar ul.navigation-box > li > a{
        width:100%;
        border-bottom:1px solid #ebebeb;
        display: block;
        color:#555555;
        font-size: 16px;
        margin-left:0;
        margin-right:0;
    }
    .my-navbar ul.navigation-box > li.current > a:before{
        background-image:none;
    }
}
/*footer*/
.footer{
    background:#333333;
    color:#c2c2c2;
    display: block;
}

.footer .block-title h3{
    color:#555555;
}
.footer .block-title h2{
    color:#ededed;
}

.footer .erweima{
    height:360px;
    padding:30px 0;
    background:#222222;
    text-align: center;
}
.footer .erweima img{
    display: block;
    margin:0 auto;

}
.footer-bottom{
    height:80px;
    margin:0;
    padding-top:30px;
    background:#222222;
    color:#6b6b6b;
}
.footer-bottom a{
    color:#888888;
    text-decoration: none;
}

/*block-title*/
.block-title{
    padding:30px 0;
}
.block-title h2{
    color:#000000;
    font-size: 36px;
    margin:0;
}
.block-title h3{
    margin:5px 0;
    color:#999999;
    font-size: 40px;
    font-weight:100;
    letter-spacing:10px;
}
.block-title h3 span{
    font-size: 28px;
    font-weight: 100;
    letter-spacing:0;
}
@media screen and (max-width: 767px) {
    .block-title{
        padding:20px 0;
    }
    .block-title h2{
        color:#000000;
        font-size: 20px;
        margin:0;
    }
    .block-title h3{
        margin:5px 0;
        color:#999999;
        font-size: 26px;
        font-weight:100;
        line-height: 28px;
        letter-spacing:10px;

    }
    .block-title h3 span{
        font-size: 16px;
        line-height: 28px;
        font-weight: 100;
        letter-spacing:0;
    }
}

/*ellipsis*/
.ellipsis{overflow: hidden; text-overflow:ellipsis;white-space: nowrap;}
.ellipsis-2row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*view-more*/
.view-more{
    margin:20px auto;
    width:150px;
    height:50px;
    padding:1px;
    text-align: center;
    background-image:linear-gradient(to right,#00a2ff,#2b81fc);
}
.view-more a{
    display:block;
    background: #ffffff;
    line-height: 48px;
    color:#1492fe;
}
.view-more a:hover{
    text-decoration: none;
}

/*blank*/
.blank10{
    padding:0 10px;
}

@media screen and (max-width: 767px) {
    .carousel{
        margin-top:50px;
    }
}

/*thumbnail特效1207*/

.thumbnail{ overflow: hidden; padding: 0;position: relative;border-radius: 0;}
.thumbnail:hover{ text-decoration: none;}
.thumbnail:hover{ box-shadow: 0px 2px 10px rgba(0,0,0,0.2); border: 1px solid #dddddd !important;}
.thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.thumbnail:hover img{
    transform: scale(1.05);
}

.img-thumbnail{ overflow: hidden; padding: 0;}
.img-thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.img-thumbnail:hover img{
    transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    font-weight: 100;
    border-radius: 0 0 0 10px;
}




/*home-page service*/
.service.wrapper{
    background:#ffffff;
    text-align: center;
    padding:40px 0 100px 0;
}
.service p{
    width:80%;
    font-size: 16px;
    font-weight: 200;
    color:#666666;
    line-height: 30px;
    text-align: center;
    margin:0 auto;
}

.service .service-list{
    margin:120px 0 120px 0;
    clear: both;
}

.service .service-list li{
    margin:0;
    width:20%;
    float:left;
}
.service .service-list .item{
    width:100%;
    padding:0;
    cursor: pointer;
    height:300px;
    position: relative;

}

.service .service-list .item .info{
    width:100%;
    height:150px;
    position: absolute;
    text-align: center;
    bottom:0;
}
.service .service-list .item .img-box{
    margin:0 auto;
    width:130px;
    height:130px;
    border-radius: 50%;
    background-color:#ffffff;
    border:1px solid #ebebeb;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    transition: all .4s ease;
}
.service .service-list .item:hover .img-box{
    background-image:linear-gradient(to right,#00a2ff,#2b81fc);
    margin-top:-10px;
    transition: all .4s ease;
}
.service .service-list .item .img-box img{
    width:70px;
    height:70px;
    margin:30px;
}
.service .service-list .item .img-box .img{
    width:70px;
    height:70px;
    margin:30px;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .service .service-list .item{
        height:230px;
    }
    .service .service-list .item .img-box .img{
        width:50px;
        height:50px;
        margin:15px;
        background-size: 100%;
    }

}
.service .service-list .item .icon-service-jichu{
    background:url(../images/icon-service-jichu.png);

}
.service .service-list .item:hover .icon-service-jichu{
    background:url(../images/icon-service-jichu-hover.png);
    background-size: 100%;
}
.service .service-list .item .icon-service-jiaoxue{
    background:url(../images/icon-service-jiaoxue.png);

}
.service .service-list .item:hover .icon-service-jiaoxue{
    background:url(../images/icon-service-jiaoxue-hover.png);
    background-size: 100%;
}
.service .service-list .item .icon-service-jiaofu{
    background:url(../images/icon-service-jiaofu.png);

}
.service .service-list .item:hover .icon-service-jiaofu{
    background:url(../images/icon-service-jiaofu-hover.png);
    background-size: 100%;
}
.service .service-list .item .icon-service-dingzhi{
    background:url(../images/icon-service-dingzhi.png);

}
.service .service-list .item:hover .icon-service-dingzhi{
    background:url(../images/icon-service-dingzhi-hover.png);
    background-size: 100%;
}
.service .service-list .item .icon-service-yidong{
    background:url(../images/icon-service-yidong.png);

}
.service .service-list .item:hover .icon-service-yidong{
    background:url(../images/icon-service-yidong-hover.png);
    background-size: 100%;
}
.service .service-list .item h3{
    font-size: 20px;
}
.service .service-list .item p{
    color:#666666;
    line-height: 20px;
    font-size: 12px;
    font-weight: 100;
}
@media screen and (max-width: 767px) {
    .service.wrapper{
        padding:40px 0;
    }
    .service p{
        width:100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom:20px; ;
    }
    .service .service-list{
        width:100%;
        margin:0 auto;
        clear: both;
        padding:0;
    }
    .service .service-list li{
        width:100%;
    }
    .service .service-list .item .img-box{
        margin:0 auto;
        width:80px;
        height:80px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .service .service-list .item .img-box img{
        margin:10px auto;
        width:50px;
        height:50px;
    }
}

.video.wrapper{
    background:#ffffff;
    text-align: center;
    padding:40px 0 100px 0;
}

.video .caption{
    height:100px;
}
.video a:hover{
    text-decoration: none;
}
.video .caption h3{
    font-size:16px;
}


/*products*/
.products.wrapper{
    background:#fafafa;
    text-align: center;
    padding:40px 0 100px 0;
}
.products .thumbnail{	
    text-align: center;
    height:300px;
    background: #ffffff;
    border-radius: 0;
    border:1px solid #ebebeb;
}

.products a:hover{
    text-decoration: none;
}
.products h3{
    font-size: 20px;
}
.products .caption{
    height:80px;
    
}
.products p{
    color:#666666;
    font-size: 14px;
    font-weight: 100;
    text-indent: 2em;
	text-align: justify;
}
/*home-page news*/
.news.wrapper{
    background:#ffffff;
    padding:40px 0 100px 0;
}

.text-list1{
    background:#f9f9f9;
    padding:24px 0;
    border:1px solid #f9f9f9;
    cursor: pointer;
    margin-bottom:30px;
}
.text-list1:hover{
    background:#ffffff;
    border:1px solid #2b81fc;
}
.text-list1:hover h4{
    color:#2b81fc;
}
.text-list1 .date{
    text-align: center;
    color:#888888;
}
.text-list1 .date strong{
    text-align: center;
    font-size: 50px;
    color:#999999;
}
@media screen and (max-width: 767px) {
    .news.wrapper{
        background:#ffffff;
        padding:40px 0;
    }
    .text-list1{
        padding:24px 0;
        margin-bottom:15px;
        margin-left:15px;
        margin-right:15px;
    }
    .text-list1:first-child{
        margin-top:10px;
    }
    .text-list1 .date{
        text-align: left;
        color:#888888;
    }
    .text-list1 .date strong{
        font-size: 18px;
    }
}
.text-list1 p,
.text-list-main p{
    color:#888888;

}

.text-list-main{
    background:#f9f9f9;
    margin-right:30px;
}
@media screen and (max-width: 767px) {
    .text-list-main{
        margin-right:0;
    }
}
.text-list-main img{
    width:100%;
}
.text-list-main .list-box{
    padding:24px 20px;
    cursor: pointer;
    border:1px solid transparent;
}
.text-list-main .list-box:hover{
    background:#ffffff;
    border:1px solid #2b81fc;
}
.text-list-main .list-box:hover h4{
    color:#2b81fc;


}
.text-list-main .list-box h4{
    height:50px;
    line-height: 26px;
}

/*about*/
.about.wrapper{
    background:#ffffff  url("../images/bg1.jpg") no-repeat bottom fixed;
    padding:40px 0 50px 0;
}
.about .introduce{
    margin:30px 50px;
    padding:20px 30px;
    background:#ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about .introduce p{
    margin:20px 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
}

@media screen and (max-width: 767px) {
    .about.wrapper{
        padding-bottom:20px;
    }
    .about .introduce{
        width:100%;
        margin:10px 0;
        padding:20px;
    }
    .about .introduce p{
        margin:0;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        text-indent: 2em;
    }
}







/*sub-banner*/
.sub-banner{
    height:180px;
    background-image:linear-gradient(to right,#00a2ff,#2b81fc);
    overflow: hidden;
}
.sub-banner .container{
    position: relative;
}
.sub-banner .title-sub-top{
    margin-top:50px;
    color:#ffffff;
}
.sub-banner .title-sub-top h2{
    padding:0;
    margin:5px 0;
}
.sub-banner .title-sub-top h3{
    font-weight: 100;
    padding:0;
    margin:0;
    letter-spacing:10px;
    color:rgba(255,255,255,0.5);
}
.sub-banner .breadcrumb{
    margin:20px 0;
    padding-left:0;
    background: transparent;
}
.sub-banner .breadcrumb i{
    margin-right:5px;
    font-size: 24px;
}
.sub-banner .breadcrumb a{
    color:rgba(255,255,255,0.7);
}
.sub-banner .breadcrumb a:hover{
    color:rgba(255,255,255,1);
    text-decoration: none;
}
.sub-top-back{
    padding:5px 20px;
    border:1px solid #ffffff;
    position:absolute;
    right:10px;
    bottom:15px;
    color:#ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.sub-top-back:hover{
    background:rgba(0,0,0,0.1);
}
.sub-bg{
    height:180px;
}
.sub-bg.news{
    background-image:url(../images/sub-bg-news.png);
    background-position:right;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .sub-banner{
        height:100px;
    }
    .sub-banner .title-sub-top{
        margin-top:30px;
        color:#ffffff;
    }
    .sub-banner .title-sub-top h2{
        font-size: 20px;
    }
    .sub-banner .title-sub-top h3{
        font-size: 16px;
        color:rgba(255,255,255,0.2);
    }
    .sub-banner .breadcrumb{
        display: none;
    }
    .sub-bg{
        height:100px;
    }
    .sub-top-back{
        bottom:26px;
    }
}

.sub-wrapper{
    min-height: 500px;
    padding:50px 0;
}
/*my-article*/
.my-article{
    min-height: 500px;
}
.my-article .title{
    padding:20px 0;
    text-align: center;
}
.my-article .title h3{
    font-size:30px;
}

.my-article .title .time-info{
    margin:30px 0;
    color:#666666;
    font-weight: 100;
}
.my-article .title .time-info span{
    padding:0 10px;
}
.my-article .title .time-info span:first-child{
    padding-left:0;
}
.my-article .content{
    font-size: 16px;
    line-height: 30px;
    text-align:left;
}
.my-article .content p{
	text-indent: 2em;
	text-align:left;
	line-height:180%;
}

.my-article .more{
    margin:30px 0;
    padding:10px 0;
    font-size: 16px;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.my-article .more .item{
    padding:10px 0;
}
@media screen and (max-width: 767px) {
    .my-article .title{
        text-align: left;
    }
    .my-article .title h3{
        font-size:24px;
        line-height: 30px;
    }
    .my-article .more{
        margin:20px 0;
        font-size: 14px;
    }
    .my-article .title .time-info{
        margin:10px 0;
    }
}

/*join-policies 渠道政策*/
.join-policies h3{
    padding:50px 0;
    text-align: center;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .join-policies h3{
        padding:20px 0;
        font-size: 20px;
    }
}