﻿html,body{
    line-height:normal;
    font-family:'微软雅黑';
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
    margin-top: 10px;
    padding: 0;
}
a:hover, a:focus {
    text-decoration: none;
}

/*页尾*/
/*footer{
    position: absolute;
    top: 100%;
    left: 0;
}*/
footer .contact{
    width: 100%;
    /*height: 350px;*/
    margin: 0;
    color: #fff;
    padding: 30px 2%;
    background: #494848;
    font-size: 16px;
    line-height: 36px;
}
footer .contact .line{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
footer .contact .line .cprofile{
    width: 100%;
    text-indent: 32px;
    text-align: left;
    line-height: 24px;
}
@media (max-width:991px) {
    footer .contact .line{
        border:0;
    }
}
footer .contact .col-md-4{
    height: 100%;
    padding: 0 20px 15px;
}
footer .contact h4{
    text-align:center;
    margin: 15px 0 30px;
    font-size: 18px;
    color: #fac81b;
    font-weight: bold;
}
footer .contact p{
    margin:0;
}
footer .contact .code{
    width: 200px;
    height: 200px;
    margin: auto;
}
footer .contact .code img{
    width: 100%;
    height: 100%;
}

footer .linkus{
    background: #1c1b1b;
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
    width: 100%;
    min-height: 176px;
    text-align: center;
    letter-spacing: .5px;
}
.linkus .logobox {
    font-size: 14px;
    padding: 26px 0 10px;
    line-height: 40px;
}
.linkus .logobox>img {
    width:40px;
    height:40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 8px;
    vertical-align: middle;
}
.linkus .friendLink{
    margin-bottom: 12px;
}
.linkus .friendLink>a {
    color: #fac81b;
    font-size: 14px;
    margin: 0 10px;
    font-weight: 700;
    text-decoration: none;
}
.linkus .links{
    margin-bottom: 15px;
}
.linkus .links>img {
    vertical-align:text-bottom;
    margin-right:1px;
}
.linkus .links>a{
    color: #fff;
    font-size:16px;
    font-weight:bold;
    text-decoration: none;
}
.linkus .filing>a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.linkus .links>.tel{
    padding-right:10px;
    cursor:auto;
}
/*.linkus .logobox img{
    margin-right:5px;
    vertical-align: bottom;
    background-size:100% 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}
footer .linkus a{
     color:#fdd608;
 }*/

/*页尾end*/

/*提示*/
.tip_div {
    display: none;
    opacity: 1 !important;
    min-width: 300px;
    max-width: 40%;
    max-height: 300px;
    line-height: 24px;
    border-radius: 4px;
    position: fixed;
    top: 10%;
    top: 5%;
    left: 50%;
    z-index: 999999999999999;
    background: #fef0f0;
    border: 1px solid #fde2e2;
    padding: 15px;
    color: #f56c6c;
    font-size: 15px;
    transform: translateX(-50%);
    /*transition:opacity .3s,transform .4s,top .4s;*/
    overflow: hidden;
    overflow-y: scroll;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    word-break: break-all;
}
.tip_div::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.errtip i{
    display: inline-block;
    background:url('/static/images/err.png');
    background-size: 100% 100%;
    vertical-align: sub;
}
.suctip {
    background: #f0f9eb;
    border: 1px solid #e1f3d8;
    color: #67c23a;
}
.suctip i{
    display: inline-block;
    background:url('/static/images/suc.png');
    background-size: 100% 100%;
    vertical-align: sub;
}
.wartip {
    background: #fdf6ec;
    border: 1px solid #d6e2fa;
    color: #e6a23c;
}
.wartip i {
    display: inline-block;
    background: url('/static/images/warning.png');
    background-size: 100% 100%;
    vertical-align: sub;
}
.msgtip {
    background: #edf2fc;
    border: 1px solid #ebeef5;
    color: #909399;
}
.msgtip i{
    display: inline-block;
    background:url('/static/images/msg.png');
    background-size: 100% 100%;
    vertical-align: sub;
}
.tip_icon {
    width: 20px;
    height:20px;
    margin-right: 5px;
}
/* 提示 */


/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


/*回到顶部*/
#gotoTop{
    cursor: pointer;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    background: #60b1ff;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 999;
    display:none;
}
#gotoTop:hover{
    opacity:0.8;
}
#gotoTop .fa{
    vertical-align: 3px;
}




/*移动端*/
@media (max-width:768px) {
    .navbar-nav {
        margin-left: 10px;
        float: left;
    }
    .navbar-inverse .navbar-collapse{
        background: #000;
        margin-top: 4px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    footer .contact {
        height: auto!important;
    }

    img {
        vertical-align: unset;
    }
    footer .contact .line {
        border: 0;
    }
    .carousel-control {
        width: 10%!important;
        display: none;
    }
    .carousel-caption{
        display:none;
    }
    footer .contact {
        padding: 5rem 0;
    }
    .carousel-inner{
        height:auto!important;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%!important;
        height: 100%!important;
    }
    /* .navbar {
        max-height: 62px;
    } */
    .container > .navbar-header {
        padding: 0 3%;
    }
    
}

/*iPhone5/SE*/
@media screen and (max-width:320px) {
    footer .contact .txt{
        padding-top: 13%;
    }
}

/*ipad横屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    footer .contact {
        padding: 5rem 0;
        font-size:14px;
    }
    footer .contact .txt{
        line-height:25px;
    }
}

/*ipad竖屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    footer .contact,footer .contact h4,.linkus {
        font-size:21px!important;
    }
    .navbar-inverse .navbar-collapse{
        margin:0!important;
    }
}

