.about-con p
{
  padding: 10px 0px;
  line-height: 28px;
}
.about-con
{
  padding: 15px 5px;
}
.img-list-title
{
	line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.service-title
{
	line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service-title span
{
	color: #94BDFD;
}
.service-info-title
{
	margin-top: 30px;
	font-size: 20px;
  color: #FE8EC0;
  line-height: 35px;
  font-weight: bold;
  text-align: left;
}
.service-info-text
{
   color: #999;
   line-height: 30px;
   text-align: left;
   padding-left: 20px;
   font-size: 16px;
}
.knowledge-name
{
	margin-top: 30px;
	font-size: 24px;
    color: #666;
    line-height: 45px;
    text-align: left;
}
.knowledge-title
{
	border-radius: 5px;
	line-height: 40px;
	background: #EEEEEE;
	padding-left: 15px;
	cursor: pointer;
	margin-top: 10px;
}
.knowledge-title span
{
  display: inline-block;
  font-size: 18px;
  float: right;
  margin-right: 20px;
  text-align: center;
}
.knowledge-title:hover
{
  color: #fff;
  background: #93BFFF;
}
.knowledge-title-active
{
  color: #fff;
  background: #93BFFF;
}
.knowledge-info
{
	line-height: 28px;
	color: #999;
	padding: 15px;
	display: none;
}
.page 
{
	text-align: center;
	margin-top: 30px;
}
.page a
{
	display: inline-block;
	padding: 5px 13px;
	margin:5px;
	color: #666;
	border:1px solid #e6e6e6;
	border-radius: 4px;
}
.page a:hover,.page .active
{
	color: #fff;
    background: #93BFFF;
    border:1px solid #93BFFF;
}
.contact_us_l input
{
  margin-top: 15px;
}
.contact_us_r textarea,.contact_us_r input
{
  margin-top: 15px;
}
.contact-yanzheng span
{
  display: inline-block;
  float: left;
  margin-top: 15px;
  width: 18%;
  text-align: center;
  margin-left: 2%;
  line-height: 35px;
}
.contact-yanzheng .btn-m
{
  margin-top: 17px;
  line-height: 26px;
  border:1px solid #666;
}
.contact-yanzheng .btn-c
{
  cursor: pointer;
  color: #FE3076;
}
.contact-yanzheng .btn-ok
{
  background: #93BFFF;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
}
.news-title-one-img
{
  float: left;
  text-align: center;
  padding-top:10px;
  width: 55px;
  height: 65px;
  border: none;
  text-indent: 100%;
  background: url(../images/new_icon.png) no-repeat right top 10px;
}
.news-title-one-name
{
  float: right;
  width: 65%;
  text-align: left;
  color: #666;
}
.news-con
{
  margin-top: 50px;
}
.news-title-one
{
  margin-bottom: 20px;
  color: #666;
  padding: 5px 0px;
  padding-left: 5%;
}
.news-title-one-name span
{
  font-size: 18px;
  color: #93BFFF;
}
.news-title-one-active,.news-title-one:hover
{
  color: #fff;
  background: #93BFFF;
}
.news-title-one-active .news-title-one-name,.news-title-one:hover .news-title-one-name
{
  color: #fff;
}
.news-title-one-active span,.news-title-one:hover span
{
  color: #fff;
}
.news-title-one-active .news-title-one-img,.news-title-one:hover .news-title-one-img
{
   background: url(../images/new_icon2.png) no-repeat right top 10px;
}
.news-info-one
{
  color: #666;
  margin-bottom: 25px;
  padding-left: 20px;
}
.news-info-one:hover
{
  /*color: #93BFFF;*/
}
.news-info-one-t
{
  line-height: 22px;
}
.news-info-one-t span
{
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.news-info-one-r
{
  background: #DDDDDD;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  color: #333;
}
.news-info-one-t .news-info-one-r-s
{
  line-height: 22px;
  background: #93BFFF;
  width: 80px;
  color: #fff;
  margin-right: 0px;
  font-size: 14px;
}
.news-info-one-p
{
  line-height: 20px;
  margin-top: 10px;
}
.news-info-one-nav
{
  background: #FF9228;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 4px;
}
.news-info-one-title
{
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width:768px)
{
  .about-con img
  {
    width: 90%;
  }
}