*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
.text-link:hover{
    color: #1DABEF!important;
}
.font-blue{
    /*color: #1DABEF;*/
}
.font-60{
    font-size: 60px!important;
}
.thumbnail .caption h3{
    text-align: center;
    margin-top: 10px;
}
.text-center{
    text-align: center!important;
}
.text-indent{
    text-indent: 2em;
}
.text-overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.font-bold{
    font-weight: bold!important;
}
.margin0{
    margin: 0!important;
}

.navbar{
    margin-bottom: 0;
    z-index: 999999;
}
.navbar-brand{
    padding: 0;
}
.t-logo{
    display: block;
    height: 70px;
}
.t-logo img {
    margin-top: 7px;
}

.nav>li>a{
    padding: 0;
    width: 130px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    position: relative;
}

.nav-icon{
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    animation: myFirst 2s linear 0s infinite;
    -webkit-animation: myFirst 2s linear 0s infinite;
    -moz-animation: myFirst 2s linear 0s infinite;
    -o-animation: myFirst 2s linear 0s infinite;
}
.home-icon{
    background: url("../img/index/a_daohang1.png") no-repeat;
    background-size: 100%;
}
.platform-icon{
    background: url("../img/index/a_daohang2.png") no-repeat;
    background-size: 100%;
}
.develop-icon{
    background: url("../img/index/a_daohang3.png") no-repeat;
    background-size: 100%;
}
.plan-icon{
    background: url("../img/index/a_daohang4.png") no-repeat;
    background-size: 100%;
}
.case-icon{
    background: url("../img/index/a_daohang5.png") no-repeat;
    background-size: 100%;
}
.information-icon{
    background: url("../img/index/a_daohang6.png") no-repeat;
    background-size: 100%;
}
.about-icon{
    background: url("../img/index/a_daohang7.png") no-repeat;
    background-size: 100%;
}
@keyframes myFirst
{
    from{transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);	}
    to{transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);	}
}
@-moz-keyframes myFirst /* Firefox */
{
    from{transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);	}
    to{transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);	}
}
@-webkit-keyframes myFirst /* Safari �� Chrome */
{
    from{transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);	}
    to{transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);	}
}
@-o-keyframes myFirst /* Opera */
{
    from{transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);	}
    to{transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);	}
}

section hr{
    margin-top: 45px;
    border-top: 1px solid #ddd;
}
.our-serve h1.title{
    width: 210px;
    text-align: center;
    margin: 0 auto;
    margin-top: -43px;
    background: #EFF0F4;
    font-weight: bold;
}
section p.msg{
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

/****************foot****************/
footer{
    background: #000;
    padding: 40px 0;
}
.foot-content h3{
    margin: 10px 0;
}
.foot-content ul{
    margin: 10px 0;
}
.foot-content ul li{
    list-style: none;
    float: left;
    border-right: 1px solid #999;
    margin: 10px 0;
}
.foot-content ul li a{
    padding: 10px 20px;
    cursor:default;
}
.foot-content ul li:first-child a{
    padding-left: 0;
}
.foot-content ul li:last-child{
    border: none;
}
.foot-ma{
    text-align: center;
}
.foot-ma p{
    margin-top:5px;
}
.go-top{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    cursor: pointer;
    z-index:18999;
    background: url("../img/index/go-top.png") no-repeat;
    background-size: 100%;
    display: none;
    animation: myfirst1 300ms linear;
    -webkit-animation: myfirst1 300ms linear;
    -moz-animation: myfirst1 300ms linear;
    -o-animation: myfirst1 300ms linear;
    /*transform: scale(6);*/
    /*-ms-transform: scale(6);*/
    /*-webkit-transform: scale(6);*/
    /*-o-transform: scale(6);*/
    /*-moz-transform: scale(6);*/
}

@keyframes myfirst1
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}
@-moz-keyframes myfirst1 /* Firefox */
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}
@-webkit-keyframes myfirst1 /* Safari �� Chrome */
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}
@-o-keyframes myfirst1 /* Opera */
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}

/*����*/
.contact-us-btn{
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    height: 104px;
    padding: 2px;
    font-size: 18px;
    text-align: center;
    background: #0094DB;
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    z-index: 20000;
    cursor: pointer;
    margin-top: -52px;
    display: none;
}
.aside-mask,.aside{
    position: fixed;
    right: 0;
    top: 30%;
    width: 320px;
    height: 380px;
    border-radius:8px;
}
.aside-mask{
    z-index: 19000;
    background: #333;
    opacity: .7;
}
.aside{
    z-index: 20000;
    background: transparent;
    padding: 15px;
}
.aside-head{
    overflow: hidden;
}
.aside-close-btn,.aside-title{
    display: inline-block;
    width: 27px;
    height: 27px;
}
.aside-close-btn{
    background: url(../img/index/close.png) no-repeat;
    background-size:100%;
    float: left;
    cursor: pointer;
}
.aside-title{
    width: auto;
    line-height: 27px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    float: right;
}
.aside-body textarea{
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    resize: none;
    padding: 5px;
}
.aside-input-box{
    width: 100%;
    height: 30px;
    margin-top: 15px;
    border-radius: 5px;
}
.aside-input-box span{
    display: inline-block;
    width: 70px;
    height: 30px;
    background: #0094DB;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
}
.aside-input-box input{
    width: 220px;
    height: 30px;
    border: none;
    outline: none;
    vertical-align: middle;
    padding-left: 5px;
    border-radius: 0 5px 5px 0;
}
.aside-sub-btn{
    width: 120px;
    height: 30px;
    margin: 35px auto;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    background: #0094DB;
    color: #fff;
    font-size: 16px;
    cursor:pointer;
}