.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
}
.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 15px;
}
.list-group-item {
  padding: 10px 10px;
}
.panel-body {
  padding: 10px;
}
.panel-heading {
  padding: 10px 10px;
}
.panel-footer {
  padding: 10px 10px;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px;
  padding-right: 10px;
}
.text-primary {
  color: #09906B;
}
.text-danger {
  color: #b72225;
}
.text-black {
  color: #292929;
}
/*  */
body {
  font-size: 16px;
}
body {
  font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}
.container {
  width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
}
.w275 {
  width: 275px;
  float: left;
}
.w840 {
  float: left;
  width: 840px;
}
.mb50 {
  margin-bottom: 50px;
}
/* link */
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #18A9DD;
  text-decoration: none;
}
.iconfont {
  vertical-align: middle;
}
.text-gray {
  color: #969799;
}
.lh30 {
  line-height: 30px;
}
/*  */
/*  */
.navbar-home {
  border: none;
  margin-bottom: 0;
  padding-bottom: 32px;
  background: none;
}
.navbar-home .navbar-nav {
  overflow: hidden;
  margin-top: 16px;
}
.navbar-home .navbar-nav > li > a {
  padding: 11px 20px ;
  font-size: 16px;
  color: #FFF;
 /* width: 100px;*/
  text-align: center;
}
.navbar-home .navbar-nav > li > a:focus,
.navbar-home .navbar-nav > li > a:hover,
.navbar-home .navbar-nav > li.active a {
  transition: all .6s;
  text-decoration: none;
  background: none;
  color: #ccc;
}
/*  */
.footer {
 overflow: hidden;
    height: 400px;
    background-color: #49494d;
}
.footer .item5 {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #6D6D71;
}
.footer .item5 li {
  color: #B6B6B8;
  display: table-cell;
  padding: 20px 0;
  white-space: nowrap;
  font-size: 16px;
  width: 1%;
  vertical-align:top;
}
.footer .item5 li .text {
  margin-top: 6px;
  font-size: 14px;
}
.footer .item5 li .icon {
  margin-right: 10px;
  display: inline-block;
}
.footer .item5 li.last {
  vertical-align: top;
  font-size: 16px;
}
.footer .cotyright {
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.nav-say {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #6D6D71;
}
.nav-say li {
  color: #ffffff;
  display: table-cell;
  padding: 20px 0;
  white-space: nowrap;
  font-size: 16px;
  width: 1%;
  text-align:center
}
.nav-say li .icon {
  margin-right: 10px;
  display: inline-block;
}
.return_top {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  /*left: 50%;*/
  cursor: pointer;
/*  margin-left: 620px;*/
 right:0;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #313133;
  color: #FFF;
  opacity: 0.8;
}
.return_top .icon {
  background: url(../images/icon-top.png) 0 0 no-repeat;
  width: 20px;
  height: 14px;
  margin: 0 auto;
}
.fixed-right {
  position: fixed;
  top: 123px;
  z-index: 10;
 /* left: 50%;
  margin-left: 560px;*/
  width: 150px;
  left:0px;
}
.fixed-right .qr-follow {
  padding: 10px;
  height: 175px;
  text-align: center;
  color: #FFF;
  background-color: #313133;
  border-radius: 4px;
  opacity: 0.8;
  margin-bottom:1px;
}
.fixed-right .qr-follow .text {
  padding-top: 4px;
}
.fixed-right .qr-follow:nth-child(1) .text {
  border-bottom: 1px solid #7A7A7C;
  padding-bottom: 10px;
  margin-bottom: -15px;
}
.fixed-right .qq-float {
  margin-top: 1px;
  text-align: center;
  width: 150px;
  height: 60px;
  padding: 10px;
  background-color: #313133;
  border-radius: 4px;
  opacity: 0.8;
  color: #FFF;
}
/*  */
.focus {
  height: 704px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.focus {
  overflow: hidden;
  position: relative;
}
.focus ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.focus .hd-wrap {
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 40px;
}
.focus .hd {
  position: absolute;
  top: 10px;
  width: 100%;
}
.focus .hd ul {
  overflow: hidden;
  zoom: 1;
  padding: 0;
  text-align: center;
}
.focus .hd ul li {
  display: inline-block;
  margin: 0 6px;
  text-indent: -1000em;
  overflow: hidden;
  /* border-radius:100%; */
  width: 34px;
  height: 8px;
  line-height: 10px;
  text-align: center;
  background-color: #FFF;
  cursor: pointer;
  border-radius: 20px;
}
.focus .hd ul li.on {
  background: #7f8ff5;
  color: #fff;
}
.focus .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.focus .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 704px;
}
.focus .bd img {
  display: block;
}
.focus .prev,
.focus .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focus .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.focus .prev:hover,
.focus .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.focus .prevStop {
  display: none;
}
.focus .nextStop {
  display: none;
}
/*  */
.home_about {
  height: 608px;
  background: #fafcff url(../images/about-bg.jpg) 0 0 no-repeat;
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  padding: 30px 0px ;
  color: #393939;
  position: relative;
}
.home_about .text1 {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_about .text2 {
  font-size: 22px;
  color: #646566;
  margin-bottom: 40px;
}
.home_about .text3 {
  font-size: 18px;
  color: #969799;
  margin: 0 auto;
  width: 960px;
}
.home_about .menu {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}
.home_about .menu li {
  position: relative;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.home_about .menu li .text {
  font-size: 16px;
  margin-top: 10px;
  color: #7f8ff5;
  line-height: 22px;
}
/*  */




.home_about2 {
  height: 348px;
  background: #fafcff url(../images/about-bg.jpg) 0 0 no-repeat;
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  padding: 30px 0px ;
  color: #393939;
  position: relative;
}
.home_about2 .text1 {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_about2 .text2 {
  font-size: 22px;
  color: #646566;
  margin-bottom: 40px;
}
.home_about2 .text3 {
  font-size: 18px;
  color: #969799;
  margin: 0 auto;
  width: 960px;
}
.home_about2 .menu {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}
.home_about2 .menu li {
  position: relative;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.home_about2 .menu li .text {
  font-size: 16px;
  margin-top: 10px;
  color: #7f8ff5;
  line-height: 22px;
}




.home_about3 {
  height: 508px;
  background: #fafcff url(../images/about-bg.jpg) 0 0 no-repeat;
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  padding: 30px 0px ;
  color: #393939;
  position: relative;
}
.home_about3 .text1 {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_about3 .text2 {
  font-size: 22px;
  color: #646566;
  margin-bottom: 40px;
}
.home_about3 .text3 {
  font-size: 18px;
  color: #969799;
  margin: 0 auto;
  width: 960px;
}
.home_about3 .menu {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}
.home_about3 .menu li {
  position: relative;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.home_about3 .menu li .text {
  font-size: 16px;
  margin-top: 10px;
  color: #7f8ff5;
  line-height: 22px;
}

.home_advantage {
  padding: 60px 0 0 0;
}
.home_advantage-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home_advantage-title {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_advantage-subtitle {
  font-size: 22px;
  color: #646566;
}
.home_advantage .media {
  margin-bottom: 20px;
}
.home_advantage .media-first {
  font-size: 80px;
  color: #e6e7eb;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}
.home_advantage .media-title {
  color: #313133;
  font-size: 28px;
  border-bottom: 2px solid #e6e7eb;
  overflow: hidden;
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
.home_advantage .media-subTitle {
  color: #969799;
  font-size: 18px;
}
.home_advantage .media p {
  color: #313133;
  width: 500px;
  min-height: 170px;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  clear: both;
  text-indent: 2em;
}
/*  */
.home_field {
  background: #fff url(../images/servers-bg.jpg) 0 0 no-repeat;
  min-height: 1052px;
  padding: 60px 0;
}
.home_field-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home_field-title {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_field-subtitle {
  font-size: 22px;
  color: #646566;
}
.home_field-body {
  margin: 0 auto;
  width: 960px;
}
.home_field .media {
  margin-top: 0;
}
.home_field .media-body {
  color: #969799;
  font-size: 16px;
  width: 534px;
}
.home_field .media-heading {
  font-weight: bold;
  font-size: 22px;
  color: #313133;
}




.home_field2 {
  background: #fff url(../images/servers-bg.jpg) 0 0 no-repeat;
  min-height: 552px;
  padding: 60px 0;
}

.home_field2 .media {
  margin-top: 0;
}
.home_field2 .media-body {
  color: #969799;
  font-size: 16px;
  width: 780px;
}

.home_field2 .media-heading {
  font-weight: bold;
  font-size: 22px;
  color: #313133;
}


/*  */
.home_flow {
  padding: 60px 0;
}
.home_flow-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home_flow-title {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_flow-subtitle {
  font-size: 22px;
  color: #646566;
}
.home_flow-body {
  margin: 0 auto;
  width: 960px;
}
.home_flow .media {
  margin-top: 0;
}
.home_flow .media-body {
  color: #969799;
  font-size: 16px;
  width: 534px;
}
.home_flow .media-heading {
  font-weight: bold;
  font-size: 22px;
  color: #313133;
}
/*  */
.contact {
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  padding: 30px 0px 5px;
  color: #393939;
  position: relative;
}
.contact .text1 {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.contact .text2 {
  font-size: 22px;
  color: #646566;
  margin-bottom: 40px;
}
.contact .text3 {
  font-size: 18px;
  color: #969799;
  margin: 0 auto;
  width: 960px;
}
.contact .contact-info {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  margin: 60px auto 100px;
  max-width: 1000px;
}
.contact .contact-info li {
  position: relative;
  display: table-cell;
  /*width: 1%;*/
  flex:1;
  text-align: center;
  vertical-align: bottom;
}
.contact .contact-info li .ico {
  height: 66px;
}
.contact .contact-info li .bg {
 /* width: 260px;*/
  width: 220px;
  height: 220px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #f0f1f5;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
/*.contact .contact-info li:nth-child(1) .bg {
  margin: 0;
}
.contact .contact-info li:nth-child(3) .bg {
  margin-left: auto;
  margin-right: 0;
}
.contact .contact-info li:nth-child(4) .bg {
  margin-left: auto;
  margin-right: 0;
}*/
.contact .contact-info li .text {
  font-size: 20px;
  margin-top: 5px;
  color: #999999;
  line-height: 26px;
}
.contact .contact-info li .text + .text {
  font-size: 14px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
}
.contact-message {
  margin-bottom: 80px;
}
.contact-message .input-group {
  margin-bottom: 30px;
}
.contact-message .input-group {
  width: 100%;
}
.contact-message .form-control {
  border-radius: 0;
  font-size: 16px;
}
.contact-message .input-group-addon {
  width: 60px;
}
/*  */
/*  */
.home_achievement {
  background: #fff url(../images/servers-bg.jpg) 0 0 no-repeat;
  min-height: 528px;
  padding: 60px 0;
}
.home_achievement-heading {
  text-align: center;
  margin-bottom: 60px;
}
.home_achievement-title {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_achievement-subtitle {
  font-size: 22px;
  color: #646566;
}
.home_achievement-body {
  margin: 0 auto;
  width: 960px;
}
.home_achievement-info {
  padding: 0;
  margin: 0;
}
.home_achievement-info li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #969799;
}
.home_achievement-info li .box {
  border-radius: 100%;
  width: 168px;
  height: 168px;
  margin: 0 auto;
  line-height: 148px;
  background: #F8907E;
  border: 10px solid #F9E2E0;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}
.home_achievement-info li:nth-child(2) .box {
  background: #F6CE91;
  border: 10px solid #F8EBD8;
}
.home_achievement-info li:nth-child(3) .box {
  background: #F69CDE;
  border: 10px solid #F8E3F7;
}
.home_achievement-info li:nth-child(4) .box {
  background: #92A1F7;
  border: 10px solid #E1E6FD;
}


.home_achievement-info2 {
  padding: 0 20px 0 0;
  margin: 0;
  float:left;
  width:150px;
  
}
.home_achievement-info2 li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #969799;
}
.home_achievement-info2 li .box {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  line-height: 108px;
  background: #F8907E;
  border: 10px solid #F9E2E0;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}
.home_achievement-info2 li:nth-child(2) .box {
  background: #F6CE91;
  border: 10px solid #F8EBD8;
}
.home_achievement-info2 li:nth-child(3) .box {
  background: #F69CDE;
  border: 10px solid #F8E3F7;
}

.home_achievement-info2 li .boxa {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  line-height: 108px;
  background: #F6CE91;
  border: 10px solid #F8EBD8;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}
.home_achievement-info2 li .boxb {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  line-height: 108px;
 background: #F69CDE;
  border: 10px solid #F8E3F7;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}

.home_achievement-info2 li:nth-child(4) .box {
  background: #92A1F7;
  border: 10px solid #E1E6FD;
}
/*  */
.home_team {
  min-height: 700px;
  padding: 60px 0;
}

.home_team2 {
  min-height: 300px;
  padding: 60px 0;
}

.home_team-heading {
  text-align: center;
  margin-bottom: 60px;
}
.home_team-title {
  font-size: 32px;
  color: #7f8ff5;
  margin-bottom: 20px;
}
.home_team-subtitle {
  font-size: 22px;
  color: #646566;
}
.home_team-body {
  margin: 0 auto;
  width: 1040px;
}
.home_team-body p {
  margin-bottom: 0;
}
.home_team-body .img {
  float: left;
  margin-right: 40px;
}
.home_team-body .text {
  color: #969799;
  line-height: 36px;
  font-size: 16px;
}

.home_team-body .text2 {
  color: #969799;
  line-height: 30px;
  font-size: 16px;
}
/*  */
.newsList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.newsList li {
  padding: 30px 0;
  border-bottom: 1px solid #E4E4E4;
  overflow: hidden;
}
.newsList li:last-child {
  border-bottom: none;
}
.time {
  padding-right: 60px;
  width: 100px;
  float: left;
  text-align: center;
  border-right: 1px solid #F0F0F0;
  margin-right: 45px;
  white-space: nowrap;
}
.newsList b {
  font-size: 55px;
  color: #666;
  font-weight: normal;
  display: block;
}
.man {
  width: 755px;
  float: left;
}
.man h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.man p {
  color: #777;
  line-height: 20px;
}
.newsList li span {
  width: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 3px;
  background: #7F8FF5;
  text-align: center;
}
.newsList li:hover span {
  background: #6b7be1;
}
.newsList li span i {
  color: #fff;
  font-size: 12px;
  margin-left: 3px;
  font-family: 'kaiti';
  font-style: inherit;
}
.newsList li:hover b,
.newsList li:hover time,
.newsList li:hover h3,
.newsList li:hover p {
  color: #7F8FF5;
}
/*  */
.article {
  padding: 50px 0px 0 80px;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 660px;
}
.article-title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
}
.article-meta {
  color: #bbbbbb;
  text-align: center;
  background-color: #F9F9F9;
  padding: 8px 0;
  margin-bottom: 20px;
}
.article-line {
  border-bottom: 1px dotted  #8a8a8a;
  margin: 20px 0;
}
.article-body {
  font-size: 16px;
  line-height: 30px;
  color: #7c7c7c;
}
.tid2 {
  text-indent: 2em;
}
.page {
  margin: 20px 0;
}
.page li {
  display: inline-block;
}
.page li a,
.page li span {
  display: block;
  background-color: #FFF;
  border: solid 1px #ccc;
  color: #333;
  padding: 4px 10px;
}
.page li span {
  background: #ccc;
}
.page li a:hover,
.page li a.active {
  background-color: #09906b;
  border: solid 1px #09906b;
  color: #FFF;
}
/*  */
.flip {
  display: block;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.flip li a {
  line-height: 31px;
  color: #6b6b6b;
}
.flip li a:hover {
  color: #09906b;
}
/*  */
.tab-extend {
  background: #303131;
}
.tab-extend .nav li a {
  padding: 7px 45px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
}
.tab-extend .nav li.active a {
  color: #18A9DD;
}
.tab-extend .nav > li > a:hover,
.tab-extend .nav > li > a:focus {
  color: #18A9DD;
}
/*  */
.list-content table thead th {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  border-bottom: 2px solid #ddd;
  height: 60px;
  text-align: left;
  text-indent: 2rem;
}
.list-content table tbody tr td {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  border-bottom: 2px solid #f4f4f4;
  height: 40px;
  text-align: left;
  text-indent: 2rem;
  cursor: pointer;
}
.list-content table tbody tr.list-tr.active td,
.list-content table tbody tr.list-tr:hover td {
  background-color: #f4f4f4;
}
.list-content table tbody tr.detail-tr {
  display: none;
}
.list-content table tbody tr.detail-tr td {
  height: 0;
}
.list-content table tbody tr.detail-tr.active {
  display: table-row;
}
.i_technology_d {
  margin: -0.4em auto 0 auto;
  list-style: none;
}
.i_technology_d li {
  float: left;
 /* width: 19.9%;*/
 width:25%;
}
.i_technology_d h5 {
  width: 150px;
  height: 150px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-left:42px;
}
.i_technology_d h5 span {
  padding: 2.6em 0 0 0;
  line-height: 1.1em;
  display: inline-block;
}
.b_1 h5 {
  background-color: #81dfad;
  border-radius: 100%;
}
.b_2 h5 {
  background-color: #8ad47c;
  border-radius: 100%;
}
.b_3 h5 {
  background-color: #c0d47c;
  border-radius: 100%;
}
.b_4 h5 {
  background-color: #f8d24d;
  border-radius: 100%;
}
.b_5 h5 {
  background-color: #ffa23e;
  border-radius: 100%;
}
.i_technology_d .text {
  margin: 1em 0 0 0;
   height: 140px;
 /* height: 220px;*/
 /* border-left: 1px solid #ccc;*/
  padding-left: 1.4em;
  font-size: 15px;
}
.i_technology_d p {
  margin: .3em 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{
	padding:5px 16px;
	}
