/*按钮效果*/
* {outline: none;}
.btn{
    -webkit-transition:border ease .2s,color ease .2s,background ease .2s;
    -moz-transition:border ease .2s,color ease .2s,background ease .2s;
    transition:border ease .2s,color ease .2s,background ease .2s;
    -ms-transition:border ease .2s,color ease .2s,background ease .2s;
}
/*文本颜色*/
.text-my{color:#3A4961}
.text-white{color: #fff;}
/*顶部间隔*/
.top-space{height: 150px;}
/*间隔*/
.space-sm{height: 20px;}
.space{height: 50px;}
.space-lg{height: 80px;}
/*按钮*/
.mybtn{padding:20px; font-size:  20px;}

/*背景框*/
.modebox{background: #F5F8FB;border-top: solid 1px #D8DFE6}
 
/*.logotext{width: 90px;height: 25px;background:url("https://src.logoaa.com/src/image/logotext-light.png") center left no-repeat;background-size:contain;}*/

.banner-text{color: #fff;line-height: 2;font-size: 18px;}
/*渐变背景*/
.cover{
    background:#38434f;
    background:-ms-linear-gradient(top,#38434f 0,#677380 100%);
    background:linear-gradient(#38434f,#677380);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#38434f',endColorstr='#677380',GradientType=0);
}
 
.navbar{background: none;border: none;height: 85px;padding-top: 15px;

    -webkit-transition:border ease .2s,color ease .2s,background ease .2s;
    -moz-transition:border ease .2s,color ease .2s,background ease .2s;
    transition:border ease .2s,color ease .2s,background ease .2s;
    -ms-transition:border ease .2s,color ease .2s,background ease .2s;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.navbar-default .navbar-nav > li > a{font-size: 16px;color: #fff}
.navbar-default .navbar-nav > li > a:hover{color: #ccc}


.navbar-collapse{background: none;}
.inverted .navbar{
    background:rgba(255,255,255,1);
    border:0;

    -webkit-transition:border ease .4s,color ease .4s,background ease .4s;
    -moz-transition:border ease .4s,color ease .4s,background ease .4s;
    -ms-transition:border ease .4s,color ease .4s,background ease .4s;
    transition:border ease .4s,color ease .4s,background ease .4s;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);

    border-bottom: solid 1px #D8DFE6;
}

.inverted .navbar-default .navbar-nav > li > a{color: #38434F}
.inverted .navbar-default .navbar-nav > li > a:hover{color: #20933D}

/*.inverted .logotext{width: 240px;height: 25px;background:url("https://src.logoaa.com/src/image/logotext-dark.png") center left no-repeat;background-size:240px 25px;}*/
.intro-icon{font-size: 100px;color: #E6EAEC}
.intro-content p{font-size: 15px;line-height: 1.5}

.pager li{margin-right: 30px;}
.pager li a{font-size: 15px;padding: 15px;color: #38434F}
 
.logobox li{float: left;margin-right: 14px;width: 50px;height: 50px;list-style: none;margin-bottom: 10px}
.logobox li a img {

    width: 50px;height: 50px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.2;
    filter:alpha(opacity=20); /* 针对 IE8 以及更早的版本 */
}
.logobox li a:hover img {
    opacity:1;
    filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

.img-responsive{display:block;width:100% \9;max-width:100%;height:auto;margin-bottom:-67px;}

/*无间隔*/
.row-no {margin: 0px;}
.row-no> [class*="col-"] {padding: 0px;}
.imbox{height: 300px;}

/*div水平垂直居中*/
.boxcenter{
    display: box; 
    display: -webkit-box; 
    display: -moz-box; 
    -webkit-box-pack:center; 
    -moz-box-pack:center; 
    -webkit-box-align:center; 
    -moz-box-align:center; 
} 


/*行业*/
.inbox a{background:#fff;display:block;border: solid 1px #ccc;line-height: 50px;border-radius: 25px;
         text-align: center;color: #000;font-size: 15px;margin-bottom: 15px;text-decoration: none;}
.inbox a:hover{border-color: #5CB85C;color:#5CB85C;
    -webkit-transition:border ease .4s,color ease .4s,background ease .4s;
    -moz-transition:border ease .4s,color ease .4s,background ease .4s;
    -ms-transition:border ease .4s,color ease .4s,background ease .4s;
    transition:border ease .4s,color ease .4s,background ease .4s;
}


/*手机端*/
@media (max-width: 420px) {
    .imbox{height: 200px;}
    .navbar-collapse{background:#3D4854;}
    .navbar{border: none;height: 50px;padding-top: 0px;}
    /*链接颜色*/
    .inverted .navbar-default .navbar-nav > li > a{color: #fff}

    .top-space{height: 80px;}
    .space-lg{height: 50px;}

    .banner-text{font-size: 12px;}
    .img-responsive{margin-bottom:-20px;}

}

