






.index_why { /*background-color:#f5f8fa;*/ padding-top:60px; padding-bottom:60px;}
.index_why .index_title { text-align:center; margin-bottom:60px;}
.index_why .index_title h1 { /*font-weight:bold; margin-bottom:15px;*/
font-size: 30px;
    line-height: 60px;
    color: #333;
    height: 60px;
    position: relative;
    z-index: 1;
font-weight:bold; 
margin-bottom:15px;

}
.index_why .index_title h1 small { display:block; background:url(../images/index_title_line.png) no-repeat; height:4px; width:198px; margin:0 auto; margin-top:20px;}
.index_why .index_title p { /*font-size:16px; color:#727272;*/
vertical-align: top;
    font-size: 70px;
    height: 60px;
    line-height: 60px;
    color: #efeeee;
    font-family: Times New Roman;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -77px;}
.index_why_text { margin-bottom:20px; padding-right:15px;}
.index_why_text h3 { color:#005ba1; font-weight:bold; font-size:20px; margin-bottom:15px; margin-top:30px;}
.index_why_text h3 i { background:url(../images/index_why_ico.png) no-repeat; color:#fff; margin-right:10px; padding:7px; font-size:30px;}
.index_why_text p { line-height:20px; margin-bottom:10px; color:#666; padding-left:60px; padding-right: 50px;}
.index_why_text p i {color:#005ba1; }

.index_btn_box { margin-top:60px;}
.index_btn_more { display:block; border:2px #ff7e00 solid; border-radius:4px; text-align:center; line-height:40px; color:#ff7e00; font-size:16px;}
.index_btn_more:hover { background:#ff7e00; color:#fff;}
.index_btn_kefu { display:block; border:2px #ff7e00 solid; border-radius:4px; text-align:center; line-height:40px; color:#fff; font-size:16px; background:#ff7e00;}
.index_btn_kefu:hover { background:#ea4200; color:#fff; border:2px #ea4200 solid; }

.container-fluid {
   padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
    height: 716px;
}

.container {
   /* width: 1226px;*/
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6 {
    width: 50%;    float: left;
}
@media (max-width: 599px){
  .col-md-6 {
    width: 100%;
    float:none;
   }
  .container-fluid {
    width: 100%;
    box-sizing: border-box;
    height:auto;
  }
  .index_why .index_title p{
      font-size:48px;
  }
  .row{
      margin:0;
  }
}
element.style {
}
.index_why_text p i {
    color: #005ba1;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-triangle-right:before {
    content: "\e250";
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
