@charset "utf-8";
/* CSS Document */

.services {
  background-color: #19191b;
  background-image: url(../imges/question-bg1.jpg) ;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:880px;
  position: relative;
  padding:6% 0 ;
  color: rgba(255, 255, 255, 0.3);
}
.services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.8);
}
.services .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
.services-con{ height:100%; width:1010px;margin:auto; opacity:.99}
.services-icon{ background:url(../imges/question-icon.png) center no-repeat; height:70px;}
.services-con p{ text-align:center; font-size:30px; color:#ffffff; font-family:Microsoft YaHei; line-height:100px; margin-bottom:20px; }

.question-text li{ display:inline-block; width:216px; padding-right:44px; font-size:14px; color:#ffffff; font-family:Microsoft YaHei; line-height:32px;opacity:0.6}
.answer-text{ width:800px; height:500px; margin:auto;}

.l-answer-text{ width:350px;text-align:center;  float:left;}
.l-sub-text{ padding-bottom:30px; padding-top:30px;}
.l-sub-text p{ text-align:center; font-size:20px; color:#ffffff; font-family:Microsoft YaHei; line-height:40px;}
.l-sub-text ul{ text-align:justify; display:inline-block;font-size:16px; color:#ffffff; font-family:Microsoft YaHei; line-height:32px;opacity:0.7}

.r-answer-text{ width:350px;text-align:center; float:right;}
.r-sub-text p{ text-align:center; font-size:20px; color:#ffffff; font-family:Microsoft YaHei; line-height:40px; }
.r-sub-text{ padding-bottom:30px; padding-top:30px;}
.r-sub-text ul{ text-align:justify; display:inline-block;font-size:16px; color:#ffffff; font-family:Microsoft YaHei; line-height:32px;opacity:0.7}


