@charset "utf-8";

.search_title{
	COLOR: #666;
    margin: 0 auto 30px;}
.search_title span{ color:#ff0000}


.fl{float: left;}
.fr{float: right;}

.g-ico {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/*服务项目*/
.pub_rowgrey {
    background: #f7f7f7; padding-bottom:50px
}
#pro_list {
    padding-top: 28px;
}
.pro_item{
    width: 285px;
    height: 376px;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
}
.pro_item>a{
    display: block
}
.pro_item>a>img{
    margin: 44px 0 30px 0;
    width: 202px;
    height: 202px;
    border: 0;
}
.pro_item>a>h5{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 18px;
    color: #666666;
}
.pro_item>a>span{
    display:inline-block;
    width: 127px;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    border:1px solid red;
    color: red;
    line-height: 30px;

}
#pro_list ul::after{
    display:block;clear:both;content:"";visibility:hidden;height:0
}
.pro_item:hover{
    box-shadow: 0 0 15px #ccc;
    transition: 0.5s;
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}


/*新闻列表*/
.thumblist{ width:840px; height:auto; display:block; float:left}
.thumblist .item {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.thumblist .item:first-child {
  border-top: 0 none; padding-top:0
}
.thumblist .item a {
  display: block;
}
.thumblist .item .img {
  width: 30%;
  height: 136px;
  overflow: hidden;
}
.thumblist .item .img img {
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.thumblist .item .img:hover img {
  transform: scale(1.06, 1.06);
}
.thumblist .item .txt {
  width: 66%;
}
.thumblist .item .txt h3 {
     font-size: 18px;
    font-weight: 100;
    color: #444; 
}
.thumblist .item .txt .desc {
  padding-top: 15px;
  color: #999;
  height: 60px;
  overflow: hidden; font-size:14px;
  line-height: 20px; text-align:justify
}
.thumblist .item .txt span {
	display: inline-block;
    font-size: 14px;
    color: #888;
    padding-right: 26px;
    margin-top: 15px;
}
.thumblist .item .txt span em {
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background-position: -80px -144px;
}
.thumblist .item .txt span .time {
  background-position: -80px -164px;
}








/*认证百科详情*/
/*新闻详情*/
.shownews {
	width: 860px;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    float: left;
    padding: 24px 28px 36px 28px; color:#666
}
.shownews .Article-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; text-align:center
}
.shownews .Article-title h1 {
  font-size: 24px;
  color: #000; font-weight:100
}
.shownews .Article-title .mark {
  padding-top: 10px;
}
.shownews .Article-title .mark span {
  color: #999;
  padding-right: 25px;
}
.shownews .newsinfo {
  padding: 40px 0;
}
.shownews .newsinfo *{ font-size:15px; line-height:25px}
.shownews .newsinfo p{ margin:10px auto}
.shownews .newsinfo img{ max-width:100%; height:auto}
.shownews .newsinfo strong{ color:#13CBB8}
.shownews .newsinfo .primgpic { display:block; text-align:center; margin:10px auto
}
.shownews .newsinfo .primgpic img{ max-width:100%; height:auto}
/*上一页 下一页*/
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 20px auto;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: inline-block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}



/*页数*/
.page{ width:100%;margin:10px auto; line-height:30px; text-align:center; color:#666; font-size:14px}
.page span{ display:inline-block; padding:0 10px 0 0;}
.page a.num.select{ padding:4px 9px; color:#fff; background:#13D1BE}
.page a.num{
	padding: 4px 9px;
    background: #dfdfdf;
    margin: 0 5px;
	}
.page a.num:hover{color:#fff; background:#13D1BE}




/*认证百科*/
.ency_list{
    box-sizing: border-box;
    padding:48px 0 25px 0;
}
#ency_list_left{
    width: 890px;
    height: auto;
    float: left;;
}

#ency_list_left>ul>li{
    float: left;
    margin:0px 15px 15px 0;

}
#ency_list_left>ul>li>a{
    display: block;
    width: 270px;
    height: 320px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding-top: 17px;
}
#ency_list_left>ul>li>a img{
    width: 156px;
    height: 156px;
    border: 0;
}
#ency_list_left>ul>li>a>h5{
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    padding: 14px 0 12px 0;
}
#ency_list_left>ul>li>a>p{
    font-size: 12px;
    color: #828282;
    width: 90%;
    height: 34px;
    line-height: 17px;
    margin: 0 auto;
    position:relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
#ency_list_left>ul>li>a>span{
    display: block;
    width: 217px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #A0A0A0;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 18px auto 0;
}
#ency_list_left>ul>li>a>span:hover{
    background: #13D1BE;
    color: #fff;
}


#ency_list_right {
    float: right;
    width: 310px;
    height: auto;
}
.classify{
    width: 310px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    box-sizing: border-box;
    border-top: 2px solid #13CBB8;
    border-bottom: 1px solid #E5E5E5;
}

.recommend{
    width: 310px;
    margin-bottom: 30px;
    margin:0 auto 50px;
}
.recommend_cer{
    height: 95px;
    box-sizing: border-box;
    padding-top: 20px;
    display: block
}
.cer_img{
    float: left;
    width:70px;
    height:75px;
    background: #F2F2F2;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
    margin-right: 12px;
}
.cer_img img{
    width: 56px;
    height: 60px;
}
.recommend_cer h2{
    font-size: 14px;
    color: #474545;
    font-weight: normal;
    padding-top: 2px;
}
.recommend_cer p{
    font-size: 12px;
    color: #A0A0A0;
    width:98%;
    line-height: 18px;
    height: 36px;
    width: 225px;
    float: right;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.loadmore{
    display: block;
    width: 310px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    line-height: 40px;
    text-align: center;
    margin:15px auto 30px;
    color: #A0A0A0;

}














/*关于我们*/
.nurse{
    width: 1280px;
    padding-bottom: 40px;
}
.nurse ul{
    height: 324px;
}
.nurse>h1{
    padding: 50px 0 55px 0;
    text-align: center;
    color: #444444;
    font-size: 30px;
    font-weight: bold
}
.nurse li{
    float: left;
    margin-right: 20px;
}
.nurse li:hover{
    transition: 0.5s;
    transform: translateY(-15px)
}
.advantage{
    width: 100%;
    min-width: 1280px !important;
    height: 418px;
    background: #FAFBFC;
}
.advantage h1{
    text-align: center;
    padding: 50px 0 60px 0;
    color: #444444;
    font-size: 30px;
}
.advantage li{
    width: 112px;
    margin-right: 140px;
    float: left;
    text-align: center
}
.advantage li h5{
    margin: 36px auto 10px;
    font-size: 18px;
    color: #4F4F4F;
}
.advantage li p{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
#easy{
    width: 100%;
    min-width: 1280px;
    background: #13D1BE
}
.easy{
    width:1200px;
    text-align: center;
    margin: 0 auto;
}
.easy h1{
    padding: 50px 0 60px 0;
    text-align: center;
    color:#ffffff;
    font-size:28px;
    font-weight:bold
}
.one{
    margin-left:22px;
}
.three{
    margin-left: 7px;
}
.easy>ul{
    padding-top: 10px;
    padding-bottom: 40px;
}
.easy>ul>li{
    float: left;
    width:130px;
    margin-right:125px;
    text-align: center;
    box-sizing: border-box
}
.easy>ul>li>a{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.9;
}




/*电子地图*/
.week_map {
	position: relative;
	height: 450px;
	max-width: 100%;
	margin-bottom: -5px;
	padding:10px 10px;
	border:#999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.pub_row{
    width: 100%;
    min-width: 1200px;
}
#navbar_pro{
    height: 80px;
    line-height: 80px;
    background: #fff;
    box-shadow: 0 0 5px #DDDDDD;
    z-index: 999999;
}
.big_title{
    float: left; color:#666; font-size:14px;
}
.big_title>a{
    color: #666666;
    font-size: 14px;
   /* padding: 0 12px;*/
}
#pro_btn{
    float: right;
}
#pro_btn>ul>li{
    float: left;
    height: 80px;
    width: 115px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}
#pro_btn>ul>li>a{
    display: block;
    color: #666666;
}
#pro_btn>ul>.btn_active{
    color: #13D1BE;
    border-bottom: 2px solid #13D1BE
}

.ency_lista {
    box-sizing: border-box;
    padding: 48px 0 25px 0;
}


.ency_lista *{ font-size:16px; line-height:30px; color:#666}




/*联系我们*/
.linkTitle{
    color: #13D1BE !important
}
.banners{
    width: 100%;
    min-width: 1200px;
    height:351px;
    background-position: center;
    background-image:url(../images/contactbanner.png);
}
img{
    border: 0 !important;
}


.noagents{
    display:block;
    margin: 0 auto;
    padding-top: 50px;
}
.zongbu{
    left: 92px !important;
}