
/* CSS Document */

/*banner*/
.banner_box{
	width:1200px;
	margin:10px auto 0px auto;
	overflow:hidden;
	position:relative;
	}
.banner{
	width:400%;
	overflow:hidden;
	position:relative;
	}
.banner img{
	float:left;
	width:25%;
	
	}
.btn_box{
	position:absolute;
	bottom:20px;
	width:360px;
	left:50%;
	margin-left:-135px;
	overflow:hidden;
	}
.btn_box span{
	width:60px;
	height:4px;
	margin:0 15px;
	background-color:#F4F7F7;
	float:left;
	cursor:pointer;
	}
.btn_box .current{
	background-color:#5184cf;
	}
.right_arrow{
	position:absolute;
	top:50%;
	margin-top:-24px;
	right:20px;
	cursor:pointer;
	}
.left_arrow{
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:20px;
	cursor:pointer;
	}
	
	
	
	
	
	
	
	.banner-wap{ width: 100%!important; position: relative;}


  
	.banner-pc .swiper-container {
        width: 100%;
        height: 100%;
        
    }
	.banner-pc  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		
    }





	
		.banner-pc  .swiper-slide .banner_img{position: relative; width: 103%; right: 0; left: 0px; margin: auto; overflow: hidden; top: 4px; }
	
		.banner-pc  .swiper-slide:nth-child(1) .banner_img1{position: absolute;right: 0; left: 0px; margin: auto; overflow: hidden; 
			width: 1260px;
			top: 0%!important;} 

		.banner-pc  .swiper-slide .banner_img1{position: absolute;right: 0; left: 0px; margin: auto; overflow: hidden; 
			width: 1260px;
			top: 20%;} 
	
		.banner-pc .swiper-pagination-bullet {
		    width: 29px!important;
		    height: 4px!important;
		    display: inline-block;
		    border-radius: 0!important; 
		    background: #fff;

		}
		
		
/*banner*/
.mainbtn {
	width:1200px;
	height:105px;
	margin:10px auto 30px auto;
	}
.mainbtn li {
	width:190px;
	height:110px;
	float:left;
	background-color:#CCC;
	margin-right:10px;
	}
.mainbtn li:last-child {
	margin-right:0px;
	}
.mainbtn li a {
	display:block;
	width:190px;
	height:110px;
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
	color:#fff;
	font-size:16px;
	}
.mainbtn li a:hover {
	color:#337AC1;
	background-position:center -105px;
	box-shadow:2px 2px 5px #ccc;
	}
@-webkit-keyframes btnani {
        0% {
            background-position:center 0px;
			color:#fff;
			opacity:.3;
			}
		100% {
			color:#337AC1;
            background-position:center -105px;
			opacity:1;
			}
    }
@keyframes btnani {
        0% {
            background-position:center 0px;
			color:#fff;
			opacity:.3;
			}
		100% {
			color:#337AC1;
            background-position:center -105px;
			opacity:1;
			}
    }
.mainbtn li a i {
	display:block;
	width:205px;
	height:22px;
	font-style:normal;
	text-align:center;
	position:absolute;
	bottom:7px;
	}
.mainbtn li a.menu01 {
	background-color:#5E95B5;
	background-image:url(../image/07.fw.png);
	}
.mainbtn li a.menu02 {
	background-color:#68B4B5;
	background-image:url(../image/02.fw.png);
	}
.mainbtn li a.menu03 {
	background-color:#D07F81;
	background-image:url(../image/03.fw.png);
	}
.mainbtn li a.menu04 {
	background-color:#C89D6F;
	background-image:url(../image/04.fw.png);
	}	
.mainbtn li a.menu05 {
	background-color:#7182B2;
	background-image:url(../image/05.fw.png);
	}
.mainbtn li a.menu06 {
	background-color:#7CD393;
	background-image:url(../image/06.fw.png);
	}
.mainbtn li a.menu08 {
	background-color:#7182B2;
	background-image:url(../image/08.fw.png);
	}	
.mainbtn li a:hover {
	background-color:#fff;
	}	
.outcall {
	width:100%;
	background-color:#fff;
	padding-top:20px;
	}	
.newsout {
	width:1200px;
	height:460px;
	margin:auto;
	}	
.navtitle {
	padding-left:20px;
	background:url(../image/title_img.fw.png) no-repeat left 16px;
	color:#0E436D; font-size:17px; 
	height:50px; line-height:50px;
	margin-bottom:20px;
	/*text-shadow:2px 1px rgba(0,0,0,.3);*/
	position:relative;
	}

.Tabnews{
margin:0px; 
padding:0px;
width:850px; 
position:relative;
margin:auto;
}
.Tabnews .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
position:relative;
}
.Tabnews .Menubox .newstaba {
	position:absolute;
	top:12px; right:0px;
	display:block;
	width:105px; height:28px; line-height:25px;
	color:#4D7AFF;
	font-size:12px;
	padding-left:29px;
	border-radius:20px;
	background-color:#fff;
	background-image:url(../image/index_n.fw.png);
	background-repeat:no-repeat;
	background-position:7px 0px;
	}
.Tabnews .Menubox .newstaba:hover {
	color:#fff;
	background-position:7px -28px;
	background-color:#4D7AFF;
	}
.Tabnews .Menubox ul{
padding:0px;
}

.Tabnews .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:15px; width:105px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabnews .Menubox li.hover{
height:50px; color:#005193; font-weight:bold;
background-color:#fff; border-bottom:3px solid #005193;
}
.Tabnews .Menubox li a {
	color:#878787;
	}
.Tabnews .Menubox li a:hover {
	color:#005193;
	}
.Tabnews .Contentbox{
clear:both; 
padding-top:20px;
}
.Tabnews ul{ list-style:none;}	
@-webkit-keyframes pageani {
        0% {
            margin-left:-10px;
			opacity:.7;
			}
		100% {
			margin-left:0px;
            opacity:1;
			 }
    }

.newslist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.newslist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.newslist li img {
	width:120px; height:85px;
	}
		

.newslist .media-body {
	width:275px;
	}
.newslist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:275px;
	text-overflow: ellipsis;
	height:50px; line-height:26px;
	overflow:hidden;
	}
.newslist .media-body a:hover {
	color:#03C9E4;
	}
.newslist .media-body span {
	display:block;
	line-height:20px;
	height:20px;
	}	
.newslist .media-body i {
	font-size:12px;
	color:#CCC;
	font-style:normal;
	margin-top:5px;
	padding-right:5px;
	}
.noticelist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.noticelist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.noticelist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:5px;
	}
.noticelist li .date .day {
	font-size:40px;
	display:block;
	}
.noticelist li .date .mon {
	font-size:15px;
	display:block;
	}
.noticelist .media-body {
	width:305px;
	}
.noticelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:285px;
	text-overflow: ellipsis;
	height:85px; line-height:30px;
	overflow:hidden;
	padding-top:10px;
	}
.noticelist .media-body a:hover {
	color:#03C9E4;
	}
.noticelist .media-body span {
	display:block;
	font-size:12px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:45px;
	overflow:hidden;
	}	
.noticelist .media-body i {
	display:block;
	font-size:12px;
	color:#CCC;
	font-style:normal;
	}
.medialist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.medialist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.medialist li img {
	width:120px; height:85px;
	}
.medialist .media-body {
	width:275px;
	}
.medialist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:275px;
	text-overflow: ellipsis;
	height:50px; line-height:26px;
	overflow:hidden;
	}
.medialist .media-body a:hover {
	color:#03C9E4;
	}
.medialist .media-body span {
	display:block;
	line-height:20px;
	height:20px;
	}	
.medialist .media-body i {
	font-size:12px;
	color:#CCC;
	font-style:normal;
	margin-top:5px;
	padding-right:20px;
	
	}
/*4块服务列表*/
.service{
  width: 1200px;
  margin: auto;
  height:500px;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: 25%;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 250px;
	height: auto;
	color: #fff;
	font-size: 12px;
}

.back{
  background: #CCC;
  /*background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);*/
}
.back:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4; background-color: #000;
	-webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	}
.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .1; background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-40%) translateZ(60px) scale(0.94);
            transform: translateY(-40%) translateZ(60px) scale(0.94);
    top: 40%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.inner a {
	display:block;
	margin:10px 20px;
	border-radius:5px;
	height:40px; width:120px;
	background-color: rgba(255,255,255,.3);
	color:#fff; 
	line-height:40px;
	font-size: 13px;
	
	}
.inner a:hover {
	background-color: #0E4DA1;
	}
.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.se01 {
	background-image:url(../image/01.jpg);
	}
.seb01 {
	background-image:url(../image/01_b.jpg);
	}
.se02 {
	background-image:url(../image/02.jpg);
	}
.seb02 {
	background-image:url(../image/02_b.jpg);
	}
.se03 {
	background-image:url(../image/03.jpg);
	}
.seb03 {
	background-image:url(../image/03_b.jpg);
	}
.se04 {
	background-image:url(../image/04.jpg);
	}
.seb04 {
	background-image:url(../image/04_b.jpg);
	}
/*end*/
.otherd {
	width:1213px;
	height:750px;
	margin:auto;
	padding:50px 0px 0px 0px;
	}
.otherd .otherleft {
	width:325px;
	}
.otherd .otherright {
	width:955px;
	}
.Tabbooks{
margin:0px 0px 30px 0px; 
padding:5px;
width:305px;
height:430px;
position:relative;
background-color:#fff;
border-radius:5px;
}
.Tabbooks .Menubox {
height:40px;
border-bottom:3px solid #F0F0F0;
}
.Tabbooks .Menubox ul{
padding:0px;
}
.Tabbooks .Menubox li{
float:left; display:block; cursor:pointer; height:40px; line-height:40px; background-color:#fff;
color:#878787;  font-size:14px; width:100px; text-align:center; margin:0px 5px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabbooks .Menubox li.hover{
font-size:14px; height:40px; color:#333;
border-bottom:3px solid #333;
}
.Tabbooks .Contentbox{
clear:both; 
padding-top:20px;
}
.Tabbooks ul{ list-style:none;}		
.paper {
	width:305px;
	}
.paper .paperimg img {
	display:block;
	margin:auto;
	}
.paper .paperinfo {
	padding:10px 10px 0px 10px;
	}
.paper .paperinfo span {
	color:#333;
	display:block;
	}
.paper .paperinfo i {
	font-style:normal;
	font-size:12px;
	color:#CCC;
	}
.app {
	width:300px;
	height:200px;
	background-color:#fff;
	border-radius:5px;
	padding:5px;
	margin-right:25px;
	margin-bottom:30px;
	}
.apptitle {
	border-bottom:3px solid #F0F0F0;
	height:50px; line-height:50px;
	}
.apptitle span {
	color:#333;
	font-size:17px;
	padding:0px 5px 0px 30px;
	font-weight:600;
	}
.apptitle i {
	font-style:normal;
	color:#CCC;
	font-size:12px;
	}
.app ul {
	padding-top:20px;
	}
.app li {
	width:50%;
	float:left;
	font-size:14px;
	height:30px;
	padding-left:20px;
	margin-bottom:10px;
	}
.app li a {
	color:#999;
	padding-left:30px;
	line-height:30px;
	display:block;
	background-repeat:no-repeat;
	background-image:url(../image/icon.jpg);
	}
.app li a:hover {
	color:#3B98F5;
	background-position:left -30px;
	}
.app li .amenu1	{
	background-position:left 0px;
	}
.app li .amenu1:hover {
	background-position:left -30px;
	}
.app li .amenu2	{
	background-position:left -60px;
	}
.app li .amenu2:hover {
	background-position:left -90px;
	}
.app li .amenu3	{
	background-position:left -120px;
	}
.app li .amenu3:hover {
	background-position:left -150px;
	}
.app li .amenu4	{
	background-position:left -180px;
	}
.app li .amenu4:hover {
	background-position:left -210px;
	}
/*服务类*/
.recommend-blocks {
	margin-left: 0px;
}
.recommend-blocks .reco-img-wrap {
	position: relative;
	margin-right: 25px;
	margin-bottom:25px;
	text-align: center;
	width: 278px;
	height: 200px;
}
.reco-img-wrap:last-child,
.reco-img-wrap-long:last-child
{
	margin-right: 0;
}
.img-info {
	position: absolute;
	left:0;
	top: 60px;
	width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 5px #001A66;
}
.img-info .img-text {
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 700;
	
}
.img-info .img-sub {
	font-size: 14px;
}
.line-l {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
	width: 25px;
	height: 1px;
	background-color: #ffffff;
	background-position: 0 -671px;
}
.line-r {
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
	vertical-align: middle;
	width: 25px;
	height: 1px;
	background-color: #ffffff;
	background-position: 0 -672px;
}
.recommend-new .path-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
}
.recommend-down {
	margin-top: 0px;
}
.reco-img-wrap-long {
	position: relative;
	margin-left: 0px;
	margin-right:25px;
	text-align: center;
	width: 625px;
	height: 200px;
}

.recommend-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;*/
}
.animation-scale:hover {
	-moz-transform: scale3d(.98,.98,1);
	-ms-transform: scale3d(.98,.98,1);
	-webkit-transform: scale3d(.98,.98,1);
	transform: scale3d(.98,.98,1);
	transform: scale(0.98);
}
.animation-scale {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.animation-scale-item {
	width: 280px;
	height: 200px;
}
.animation-scale-item-long {
	width: 280px;
	height: 200px;
}

	
/*page*/
.pagewarp {
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:150px;
	margin-bottom:20px;
	}
.pagebanner01  {
	background-image:url(../image/011.jpg);
	}
.pagebanner02  {
	background-image:url(../image/021.jpg);
	}
.pagebanner03  {
	background-image:url(../image/031.jpg);
	}
.pagebannernav  {
	background-image:url(../image/nav_bg.jpg);
	background-color:#fff;
	background-size:100% auto;
	}	
	
.pageout {
	width:1200px;
	background-color:#fff;
	margin:auto auto 20px auto;
	padding:20px;
	position:relative
	}
.pageoutw {
	width:1200px;
	margin:auto auto 20px auto;
	
	}
.pageout2 {
	width:1200px;
	margin:auto;
	padding:20px 0px 20px 0px;
	}
.pagetitle {
	width:1200px;
	height:50px; line-height:50px;
	margin:auto auto 10px auto;
	color:#878787; font-size:15px;
	padding-left:40px;
	background:url(../image/title_img.fw.png) no-repeat 20px center #fff;
	/*text-shadow:2px 1px rgba(0,0,0,.3);*/
	}
.pagenav {
	width:1200px;
	height:50px; line-height:50px;
	margin:auto auto 10px auto;
	text-align:center;
	border-radius:6px;
	}
.pagenav a {
	display:inline-block;
	font-size:14px;
	color:#000000;
	line-height:18px;
	padding:7px 20px 8px 20px;
	margin: auto 30px auto 30px;
	background:#D2D2D2;
	border:1px solid #ddd;
	font-weight:bold;
	border-radius:4px;
	cursor:pointer;
	}
.pagenav a:hover {
	background:#39C;
	border:1px solid #39C;
	color:#fff;
	}
.pagenav .hover {
	display:inline-block;
	font-size:14px;
	line-height:18px;
	padding:7px 20px 8px 20px;
	margin: auto 30px auto 30px;
	background:#0E4DA1;
	color:#fff;
	border:1px solid #0E4DA1;
	font-weight:bold;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	border-radius:4px;
	cursor:pointer;
	} 


.framecontent {
	width:1200px;
	margin:auto;
	padding:100px 0px 50px 0px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.framecontent img {
	width:1200px;
	height:auto;
	margin:auto;
	}
@-webkit-keyframes pageani {
        0% {
            margin-top:10px;
			opacity:.7;
			}
		
		100% {
			margin-top:0px;
            opacity:1;
			 }
    }
@-webkit-keyframes imgani {
        0% {
			width:0px; height:0px;
			opacity:.3;
			}
		
		100% {
			width:230px; height:90px;
            opacity:1;
			 }
    }
	
.txtsize {
	width:35px;
	height:100px;
	}
.txtsize a {
	width:35px;
	height:35px; 
	display:block;
	font-size:12px;
	line-height:35px; text-align:center;
	background-color:#F2F2F2;
	color:#666;
	margin-bottom:10px;
	}
.txtsize a:hover {
	background-color:#CCC;
	color:#06C;
	}
.txtsize .other {
	background-image:url(../image/s.fw.png);
	background-repeat:no-repeat;
	background-position:center center;
	}
.txtsize .videos {
	background-image:url(../image/v.png);
	background-repeat:no-repeat;
	background-position:center center;
	}


	

.Tabgk{
margin:auto;
padding:40px 0px 0px 0px;
width:900px; 
position:relative;

}
.Tabgk .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tabgk .Menubox ul{
padding:0px;
}
.Tabgk .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:50%; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabgk .Menubox li.hover{
height:50px; color:#005193; font-weight:bold;
background-color:#fff; border-bottom:3px solid #005193;
}
.Tabgk .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tabgk ul{ list-style:none;}	

.Tabeee {
margin:auto;
padding:0px;
width:1200px; 
position:relative;

}
.Tabeee .Menubox {
height:55px;
background-color:#F4F7F7;
padding-top:20px;
padding-left:40px;
}
.Tabeee .Menubox ul{
padding:0px;
}
.Tabeee .Menubox li{
	float:left; 
	font-size:14px;
	color:#666a75;
	line-height:18px;
	padding:7px 10px 8px 10px;
	margin: auto 10px auto 10px;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	border-radius:4px;
	cursor:pointer;
}
.Tabeee .Menubox li.hover{
	font-size:14px;
	line-height:18px;
	padding:7px 10px 8px 10px;
	background:#0E4DA1;
	color:#fff;
	border:1px solid #0E4DA1;
	border-radius:4px;
	cursor:pointer;
}
.Tabeee .Contentbox{
clear:both; 
padding-top:40px;
padding-bottom:40px;
}
.Tabeee ul{ list-style:none;}
.viewtitle {
	width:900px;
	margin:auto;
	}
.viewtitle span {
	font-size:26px;
	color:#333;
	font-weight:bold;
	display:block;
	text-align:center;
	height:70px; line-height:70px;
	}
.viewtitle i {
	font-size:12px;
	color:#999;
	text-align:center;
	line-height:70px;
	display:block;
	height:70px;
	}
.viewcontent {
	width:900px;
	margin:auto;
	padding-top:30px;
	text-align:justify;
	}
.viewcontent p {
	font-size:17px;
	color:#666666;
	line-height:30px;
	text-indent:2em;
	margin-bottom:30px;
	}
.viewcontent i {
	font-size:22px;
	display:block;
	color:#0E4DA1;
	font-weight:bold;
	}
.viewcontent span {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#666666;
	margin:auto auto 30px auto;
	}
.viewcontent span img {
	display:block;
	margin:auto;
	}

.viewcontentd {
	width:950px;
	margin:auto;
	padding:30px 0px 0px 30px;
	}
.viewcontentd p {
	font-size:15px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-bottom:30px;
	}
.viewcontentd i {
	font-size:22px;
	display:block;
	color:#0E4DA1;
	font-weight:bold;
	}
.viewcontentd span {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#666666;
	margin-bottom:30px;
	}
.leadercontent {
	width:1200px;
	margin:auto;
	padding-top:50px;
	background:url(../image/bg3.jpg) repeat-y center top;
	}
.leadercontent div {
	width:600px;
	height:auto;
	}
.leadercontent div li {
	display:block;
	width:300px;
	margin:auto;
	padding:20px;
	text-align:center;
	margin-bottom:70px;
	position:relative;
	background-color:#fff;
	border-radius:10px;
	}
.leadercontent div li:hover {
	background-color:#E8EEEE;
	
	box-shadow:0 4px 18px 0 rgba(0,0,0,0.5);
	}
.leadercontent div li img {
	display:block;
	margin:auto;
	width:260px; height:auto;
	
	cursor:pointer;
	}
.leadercontent div li span {
	color:#fff;
	font-size:15px;
	
	position:absolute;
	width:220px;
	height:40px;
	border-radius:10px;
	line-height:40px;
	background-color: rgba(0,0,0,.5);
	bottom:5px; left:50%; margin-left:-100px;
	}
.popout {
	background-color: rgba(0,0,0,.7);
	display:none;
	position:absolute;
	top: 0%; left: 0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:100001;
	}
.popin {
	width:1200px; height:550px;
	margin-top:-275px;
	margin-left:-600px;
	padding:30px;
	background-color:#fff;
	position:absolute;
	top:50%; left:50%;
	-webkit-animation: popani 1 0.8s;
	animation: popani 1 0.8s;
	overflow-y:auto;
	}
.popinv {
	width:1200px; height:700px;
	margin-top:-325px;
	margin-left:-640px;
	background-color:#fff;
	position:absolute;
	top:50%; left:50%;
	-webkit-animation: popani 1 0.8s;
	animation: popani 1 0.8s; 
	}
.popout .close {
	position:absolute;
	top:20px;
	width:50px; height:50px;
	right:20px;
	display:block;
	background-image:url(../image/close.fw.png);
	}
.popout .close:hover {
	background-position:left -50px;
	
	}
.popin .popleftimg {
    float:left;
    margin-right:5px;
}
.popin .popleftimg span{
	display:block;
	text-align:center;
	}
.popin .popleftimg span b {
	font-size:21px;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}
.popin .popcontentin {
    width:780px; float:right;
}
.popin .popcontentin i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.popin .popcontentin p {
	font-size:13px;
	color:#333;
	line-height:30px;
	text-align:justify;
	text-indent:2em;
	}
.poptable {
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	font-size:12px;
	color:#333;
	background-color:#fff;
	}
.poptable .tdone {
	background-color:#E6F2FF;
	text-align:right;
	width:120px;
	}
.poptable .tdtow {
	text-align:left;
	}
.poptable td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #EEE;
	padding:5px;
	text-align:center;
	height:40px;
	padding:0px 10px;
	}

@-webkit-keyframes popani {
        0% {
			opacity:0;
			margin-top:-255px;
			}
		100% {
			margin-top:-275px;
			opacity:1;
			}
    }
@keyframes popani {
        0% {
           margin-top:-255px;
			opacity:.3;
			}
		100% {
			margin-top:-275px;
			opacity:1;
			}
    }
	
/*发展历程*/
.process_con{width:100%; overflow:hidden;  position:relative; padding:45px 0px; margin-top:40px; background:url(../image/bg2.jpg) repeat-y center top; }
.process_con .line_b{width:6px; height:100%; background:#c0d1db; position:absolute; left:50%; margin-left:-3px; top:0; display:block;}
.process_con .line_y{width:23px; height:22px; background:url(../image/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; top:0; display:block;}
.process_con .line_x{width:23px; height:22px; background:url(../image/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; bottom:0; display:block;}

.process_con .process_cut{width:975px; margin:auto; min-height:300px;}
.process_con .process_cut li{width:100%; position:relative; margin-bottom:20px; height:auto; clear:both;}
.process_con .process_cut li div {
	width:400px; height:auto;
	}
.process_con .process_cut li div.process_fr{ float:right; width:400px; }
.process_con .process_cut li div.process_fr b{left:538px; background:url(../image/his_right.png) no-repeat;}

.process_con .process_cut li:last-of-type{margin-bottom:0;}

.process_con .process_cut li span{font-size:16px;color:#333;}
.process_con .process_cut li h3{padding-bottom:20px; font-size:16px;line-height:16px; color:#333; position:relative;}
.process_con .process_cut li h3:after{content:''; position:absolute; left:0; bottom:9px; height:2px; width:60px; background:#00a4ef;}
.process_con .process_cut li p{font-size:12px; color:#999; margin-bottom:20px;}
.process_con .process_cut li b{position:absolute; left:50%; top:15px; margin-left:-62px; background:url(../image/his_left.png) no-repeat; width:74px; height:22px;}
/*沧桑巨变*/
.accordioncontent {
	position:relative;
	padding-top:90px;
	padding-bottom:60px;
	background-image:url(../image/title.fw.png);
	background-repeat:no-repeat;
	background-position:10px 50px;
	height:1200px;
	
	}
.accordioncontent .title {
	float:right;
	margin-top:30px;
	margin-right:30px;
	}
ul.accordion{
    list-style:none;
    font-family: Cambria, serif;
    font-size: 16px;
    line-height: 1.5em;
	margin-top:100px;
}
ul.accordion li{
    float:right;
    width:70px;
    height:580px;
    display:block;
	border-top:1px solid #fff;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:left top;
    position:relative;
    overflow:hidden;
    -moz-box-shadow:1px 3px 15px #ccc;
    -webkit-box-shadow:1px 3px 15px #ccc;
    box-shadow:1px 3px 15px #ccc;
}
ul.accordion li.bg1{background-image:url(../image/pic_01.jpg);}
ul.accordion li.bg2{background-image:url(../image/pic_02.jpg);}
ul.accordion li.bg3{background-image:url(../image/pic_03.jpg);}
ul.accordion li.bg4{background-image:url(../image/pic_04.jpg);}
ul.accordion li.bg5{background-image:url(../image/pic_05.jpg);}
ul.accordion li.bg6{background-image:url(../image/pic_06.jpg);}
ul.accordion li.bg7{background-image:url(../image/pic_07.jpg);}
ul.accordion li.bg8{background-image:url(../image/pic_08.jpg);}
ul.accordion li.bleft{border-left:2px solid #fff;}
ul.accordion li .heading{
    background-color:#fff;
	
    padding:10px;
    margin-top:60px;
    opacity:0.9;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:14px;
    color:#444;
    text-align:center;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description{
    position:absolute;
    width:480px;
    height:175px;
    bottom:0px;
    left:0px;
    display:none;
	
}
ul.accordion li .description h2{
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:45px;
    color:#444;
    text-align:left;
    margin:0px 0px 15px 20px;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description p{
    line-height:14px;
    margin:10px 22px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}
ul.accordion li .description a{
    position:absolute;
    bottom:5px;
    left:20px;

    text-transform:uppercase;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    color:#888;
}
ul.accordion li .description a:hover{
    color:#333;
    text-decoration:underline;
}
ul.accordion li .bgDescription{
    background:transparent url(../image/bgDescription.png) repeat-x top left;
    height:340px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    display:none;
}
/*历任院长*/
.process_conl{width:100%; overflow:hidden;  position:relative; padding:45px 0px; margin-top:40px; background:url(../image/bg2.jpg) repeat-y center top; }
.process_conl .line_b{width:6px; height:100%; background:#c0d1db; position:absolute; left:50%; margin-left:-3px; top:0; display:block;}
.process_conl .line_y{width:23px; height:22px; background:url(../image/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; top:0; display:block;}
.process_conl .line_x{width:23px; height:22px; background:url(../image/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; bottom:0; display:block;}

.process_conl .process_cut{width:1200px; margin:auto; min-height:300px;}
.process_conl .process_cut li{width:100%; position:relative; margin-bottom:20px; height:auto; clear:both;}
.process_conl .process_cut li div {
	width:600px; height:auto; padding:0px 85px 0px 0px; 
	}
.process_conl .process_cut li div.process_fr{  width:600px; height:auto; float:right; padding:0px 0px 0px 85px; }
.process_conl .process_cut li div.process_fr b{position:absolute; left:50%; top:15px; margin-left:-12px;  background:url(../image/his_right.png) no-repeat;}

.process_conl .process_cut li:last-of-type{margin-bottom:0;}

.process_conl .process_cut li span{font-size:16px;color:#333;}
.process_conl .process_cut li h3{padding-bottom:20px; font-size:14px;line-height:16px; color:#333; position:relative;}
.process_conl .process_cut li h3:after{content:''; position:absolute; left:0; bottom:9px; height:2px; width:120px; background:#00a4ef;}
.process_conl .process_cut li p{font-size:12px; color:#999; display:block;}
.process_conl .process_cut li p.left {
	width:120px; height:180px;
	}
.process_conl .process_cut li p img {
width:120px; height:180px;
}
.process_conl .process_cut li p.right{
	width:395px; padding-left:20px;
	line-height:30px; color:#333;
	}
.process_conl .process_cut li b{position:absolute; left:50%; top:15px; margin-left:-62px; background:url(../image/his_left.png) no-repeat; width:74px; height:22px;}

/*医院文化*/
.wenhuacontent {
	width:1200px;
	background-color:#fff;
	font-size:14px;
	color:#868686;
	padding:40px 20px 20px 20px;
	height:auto;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s;
	
	}
.wenhuacontent div {
	display:block;
	width:45%;
	}
.wenhuacontent img {
	display:block;
	margin:auto;
	}
.wenhuacontent span {
	font-weight:bold;
	color:#333;
	font-size:16px;
	
	}
.wenhuacontent p {
	line-height:28px;
	margin-top:30px;
	}
.wenhuacontent .right {
	width:500px;
	}
.wenhuacontent .right span {
	font-weight:bold;
	color:#0C4C9F;
	font-size:16px;
	display:block;
	margin:10px auto 20px auto;
	}
.tixcontent {
	width:1200px;
	background-color:#fff;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.tixcontent li {
	float:left;
	display:block;
	height:250px;
	}
.tixcontent li.col_25 {
	
	width:320px;
	}
.tixcontent li.col_50 {
	width:640px;
	}
.tixcontent li div {
	padding-top:75px;
	width:100%;
	height:250px;
	color:#fff;
	}
.tixcontent li div.s {
	background-color:#0E4DA1;
	}
.tixcontent li div.q {
	background-color:#00A1E9;
	}
.tixcontent li div span {
	font-size:25px;
	display:block;
	text-align:center;
	margin-bottom:25px;
	}
.tixcontent li div i {
	font-size:18px;
	display:block;
	text-align:center;
	font-style:normal;
	}
.tixcontent li div p {
	display:block;
	font-size:15px;
	line-height:30px;
	text-align:left;
	}
	
.ovnewslist {
	width:1000px; height:100px;
	margin:auto;
	padding-top:50px;
	}
.ovnewslist li{
	width:430px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:30px;
	margin-right:40px;
	}
.ovnewslist li img {
	width:120px; height:85px;
	}
.ovnewslist .media-body {
	width:275px;
	}
.ovnewslist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:14px; font-weight:bold;
	margin-bottom:5px;
	text-overflow: ellipsis;
	max-width:250px;
	overflow:hidden;
	white-space: nowrap;
	}
.ovnewslist .media-body a:hover {
	color:#03C9E4;
	}
.ovnewslist .media-body span {
	display:block;
	font-size:12px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:45px;
	overflow:hidden;
	}	
.ovnewslist .media-body i {
	display:block;
	font-size:12px;
	color:#CCC;
	font-style:normal;
	}
/* 滚动条的样式 */
.scrollUp,.scrollHandle,.scrollDown{
	overflow:hidden;
	}
.scrollBar{
	height:100%;
	width:6px;
	overflow:hidden;
	position:absolute;
	right:0;top:0;
	z-index:111;
	background-image:url(../image/srcbg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	
	}
.scrollUp,.scrollDown{
	height:5px;
	cursor:pointer;
	position:absolute;
	left:0px;
	cursor:pointer}
.scrollUp,.scrollHandle,.scrollHandleDown,.scrollDown{
	width:6px;
	position:absolute;
	}
.scrollHandle{
	height:109px;
	left:1px;top:5px;
	cursor:n-resize;
	background-color:#0C4AEF;
	border-radius:0px;
	}
.scrollUp{top:0; }
.scrollDown{bottom:0;}

.sliderlist{width:365px;height:500px; margin-top:20px;}
.sliderlist img{height:300px;width:230px;border:none;}
.sliderlist li {
	height:60px;
	}
.sliderlist li a {
	line-height:60px;
	padding-left:20px;
	color:#666;
	display:block;
	width:350px;
	height:60px;
	border-bottom:1px dashed #DBDBEA;
	background-color:#F4F7F7;
	}
.sliderlist li a.h {
	background-color:#0E4DA1;
	color:#fff;
	border-bottom:1px dashed #0E4DA1;
	}
.sliderlist li a:hover {
	background-color:#DBEDFF;
	color:#666;
	border-bottom:1px dashed #DBDBEA;
	}
/* 滚动条的样式end */
.pagecontent {
	width:845px;
	min-height:600px;
	padding-bottom:40px;
	
	margin-top:20px;
	}
.contenttitle {
	font-size:18px; font-weight:bold; color:#333;
	line-height:60px; height:60px;
	border-bottom:1px solid #DBDBEA;
	}
.showd {
	background:url(../image/btmshow.jpg) no-repeat center top;
	height:14px;
	}
.contentin img{
	margin:30px auto auto auto;
	display:block;
	}
.contentin span{
	display:block;
	text-align:center;
	font-size:12px;
	}
.contentin p {
	font-size:15px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
	
.Tabb{
margin:0px; padding:0px;
width:845px; position:relative;
margin:auto;
}
.Tabb .Menubox {
height:50px;
background-color:#F0F0F0;
margin-top:20px;
}
.Tabb .Menubox ul{
padding:0px;
}
.Tabb .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:20px; background-color:#075FB7;
color:#FFFFFF;  font-size:12px; width:130px; text-align:center; margin:0px 5px 0px 0px; padding-top:5px; border:1px solid #075FB7;
}
.Tabb .Menubox li.hover{
font-size:12px;  height:50px; color:#039;
background-color:#83BFFC; border:1px solid #075FB7;
}
.Tabb .Contentbox{
clear:both; 
padding-top:40px;
min-height:500px;
}
.Tabb ul{ list-style:none;}
.pagecontentin,.pagecontentinsen,.pagedownload {
	-webkit-animation: pagee 1 0.8s;
	animation: pagee 1 0.8s; 
	}
.pagecontentin p {
	font-size:15px;
	color:#666666;
	line-height:30px;
	text-indent:-4em;
	margin-left:5em;
	margin-bottom:20px;
	}
.pagecontentinsen p {
	font-size:15px;
	color:#666666;
	line-height:30px;
	text-indent:-5em;
	margin-left:6em;
	margin-bottom:20px;
	}
@-webkit-keyframes pagee {
        0% {
            
			opacity:0;
			}
		
		100% {
            opacity:1;
			 }
    }	
.pagedownload {
	
	}
.pagedownload a {
	font-size:18px;
	color:#1F1F1F;
	display:block;
	height:60px; line-height:60px;
	background-image:url(../image/word.jpg);
	background-repeat:no-repeat;
	background-position:30px 0px;
	padding-left:140px;
	margin-bottom:30px;
	}
.pagedownload a:hover {
	color:#03C9E4;
	}
/*pagetop*/
.pagetop {
	height:60px;
	width:1240px;
	
	}
.pagetop .form-group {
	border: 1px solid #aaa;
    position: relative;
	width:280px;
	margin:auto;
    height: 35px;
    z-index: 3;
	background-color:#fff;
	}
.pagetop .form-group input {
    width: 240px;
    height: 20px;
    line-height: 20px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
	padding-left:10px;
	margin-top:4px;
	
}
.pagetop .form-group button {
	border: none;
    background: #fff;
    color: #fff;
    font-size: 18px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    cursor: pointer;
	border-left:1px solid #aaa;
	}
.pagetop .form-group button:hover {
	background: #DFEFFF;
	}
.pagetop .form-group button i {
	background-image:url(../image/sb.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px;
	display:inline-block;
	width:45px; height:33px;
	margin-right:10px;
	}
.link-group {
	width:960px;
	text-align:right;
	}
.link-group a {
	display:inline-block;
	font-size:12px;
	color:#09C;
	background-repeat:no-repeat;
	background-image:url(../image/icon.jpg);
	line-height:30px;
	padding-left:25px;
	margin-left:40px;
	}
.link-group a:hover {
	color:#FC0;
	}
.link-group .amenu1	{
	background-position:left 0px;
	}
.link-group .amenu1:hover {
	background-position:left -30px;
	}
.link-group .amenu2	{
	background-position:left -60px;
	}
.link-group .amenu2:hover {
	background-position:left -90px;
	}
/*pagetop*/
.Tabpb{
padding:0px 0px 0px 0px;
width:1240px; 
position:relative;
margin:auto;
}
.Tabpb .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tabpb .Menubox ul{
padding:0px;
}
.Tabpb .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:200px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabpb .Menubox li.hover{
height:50px; color:#005193; font-weight:bold;
background-color:#fff; border-bottom:3px solid #005193;
}
.Tabpb .Contentbox{
clear:both; 
padding-top:20px;
}
.Tabpb ul{ list-style:none;}
.vtable {
	background-color:#F4F4F4;
	}
.vtable td {
	border:1px solid #fff;
	width:155px;
	font-size:12px;
	}
.vtable thead td {
	background-color:#E8E7E7;
	}
.vtable thead .w td{
	height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	}
.vtable thead td i {
	display:inline-block;
	width:50%; height:20px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	color:#666;
	
	}

.vtable tbody tr.jt {
	background-color:#EFF5FE;
	}
.vtable tbody tr:hover {
	background-color:#FFFFD2;
	}
.vtable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 0px;
	}
.vtable tbody td:first-child {
	background-color:#E8E7E7;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.vtable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.vtable tbody td span {
	display:block;
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	
	}
.vtable tbody td span a {
	font-size:12px;
	display:block;
	line-height:22px;
	color:#333;
	}
.vtable tbody td span a:hover {
	color:#333;
	background-color:#CAE4FF;
	border-radius:5px;
	}
/*普通*/
.vstable {
	background-color:#F4F4F4;
	}
.vstable td {
	border:1px solid #fff;
	
	font-size:12px;
	}
.vstable thead td {
	background-color:#E8E7E7;
	}
.vstable thead .w td{
	height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	}
.vstable thead td i {
	display:inline-block;
	width:50%; height:20px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	color:#666;
	
	}

.vstable tbody tr.jt {
	background-color:#EFF5FE;
	}
.vtable tbody tr:hover {
	background-color:#FFFFD2;
	}
.vstable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 30px;
	}

.vstable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.vstable tbody td span {
	display:block;
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	
	}
.vstable tbody td span a {
	font-size:12px;
	display:block;
	line-height:22px;
	color:#333;
	}
.vstable tbody td span a:hover {
	color:#333;
	background-color:#CAE4FF;
	border-radius:5px;
	}
.vstable tbody .cztablelistleft {
	background-color:#E8E7E7;
	font-weight:bold;
	}
.ptable {
	background-color:#F4F4F4;
	}
.ptable td {
	border:1px solid #fff;
	text-align:center;
	font-size:12px;
	color:#333;
	}
.ptable thead td {
	background-color:#E8E7E7;
	}
.ptable thead .w td{
	height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	}
.ptable thead td i {
	display:inline-block;
	width:50%; height:20px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	color:#666;
	
	}
.ptable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 0px;
	}

.ptable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.ptable tbody td span {
	display:block;
	width:50%; 
	float:left;
	text-align:center;
	
	}
.ptable tbody td span a {
	font-size:12px;
	display:block;
	line-height:22px;
	color:#333;
	}
.ptable tbody td span a:hover {
	color:#333;
	background-color:#CAE4FF;
	border-radius:5px;
	}
/*滚动菜单*/
.scrollpic {
	width: 1200px;
	margin:0px auto 30px auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 60px;
	overflow: hidden;
	
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
	
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:170px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align:center;
	background-color: rgba(14,77,161,.6);
	border-radius:5px;
	
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 150px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	background-image:url(../image/jia.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 40px;
	border-radius:5px;
}

#myscroll a .intro p {
	height: 40px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	margin: 10px 0;
	width: 1200px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-left:5px;
	border-radius:5px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../image/jt_l.png);
}
#mybtns #right {
	background-image: url(../image/jt_r.png);
}
/*不滚动菜单*/
.noscrollpic {
	width: 1200px;
	margin:auto;
	height: 150px;
	position: relative;
	overflow: hidden;
	padding-top:10px;
	padding-left:50px;
}
.noscrollpic ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.noscrollpic ul li {
	display: block;
	float: left;
	padding: 0;
	width:170px;
	margin-bottom:30px;
}
.noscrollpic ul li a {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align:center;
	background-color: rgba(14,77,161,.6);
	border-radius:5px;
}
.noscrollpic ul li a:hover {
	background-color: rgba(14,77,161,.9);
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	}
/*.noscrollpic a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 150px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	background-image:url(../image/jia.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 40px;
	border-radius:5px;
}

.noscrollpic a .intro p {
	height: 40px;
	overflow: hidden;
}
.noscrollpic a .intro {
	bottom: -211px;
}
.noscrollpic a:hover .intro {
	bottom: 0px;
}*/

/*名医*/
.eeedrout {
	width:300px;
	height:170px;
	background-color:#fff;
	border-radius:5px;
	padding:10px 10px;
	float:left;
	margin:auto 10px 20px 10px;
	}
.eeedrout .title {
	height:40px;
	line-height:30px;
	color:#0058B8;
	font-size:16px;
	
	border-bottom:1px solid #ddd;
	}
.eeedrout .list {
	padding-top:10px;
	
	}
.eeedrout .list a {
	display:inline-block;
	width:40px; height:35px; line-height:35px;
	color:#666;
	font-size:12px;
	text-align:center;
	}
.eeedrout .list a:hover {
	color:#0058B8;
	}
.pagebanner {
	width:1200px;
	height:200px;
	margin:10px auto;
	}

/*信息列表*/
.inout {
	width:1200px;
	margin:auto;
	padding-bottom:30px;
	min-height:900px;
	}
.inoutlmr {
	width:1200px;
	margin:auto;
	padding-bottom:30px;
	}
.inoutlmr .left{
	width:250px;
	margin-right:35px;
	float:left;
	}
.inoutlmr .mid{
	width:700px;
	margin-right:35px;
	float:left;
	}
.inoutlmr .right{
	width:260px;
	float:right;
	}
.infoleft {
	width:340px;
	}
.inforight {
	width:340px;
	}
.infoleft .nameleft {
	width:340px;
	background-color:#fff;
	margin-top:20px;
	padding-bottom:20px;
	}
.infoleft .nameleft img {
	margin:auto;
	
	display:block;
	}
.infoleft .name {
	width:340px;
	height:145px;
	background-color:#fff;
	padding:28px;
	margin-bottom:10px;
	}

.infoleft .name span {
	display:block;
	width:89px; height:89px;
	color:#fff;
	float:left;
	background:url(../image/logo.fw.png) no-repeat center 15px #4D7AFF;
	padding-top:60px;
	text-align:center;
	}
.infoleft .name i {
	display:block;
	width:195px; height:89px;
	float:right;
	padding:0px 0px 0px 20px;
	color:#999;
	font-size:14px;
	}

.edita {
	display:block;
	border:1px solid #CCC;
	background:url(../image/em.fw.png) no-repeat 20px 0px #fff;
	border-radius:10px;
	height:89px;
	padding-left:110px;
	padding-top:20px;
	color:#2693FF;
	font-size:22px;
	font-weight:bold;
	}
.edita i{
	font-size:12px; 
	color:#CCC;
	line-height:25px;
	font-style:normal;
	font-weight:normal;
	display:block;
	}
.edita:hover {
	color:#F90;
	}
/*右侧菜单*/
.rightmenu {
	width:340px;
	padding:20px;
	
	background:#FFF;
	}
.showmenu {
	color:#919191;
	font-size:18px;
	height:60px;
	line-height:60px;
	background:url(../image/showpic.jpg) no-repeat 0px center;
	padding-left:30px;
	cursor:pointer;
	display:block;
	border-bottom:1px dashed #CCCCCC;
	}
.showmenu:hover {
	color:#F90;
	}
.showmenu.hover {
	color:#0E4DA1;
	font-size:18px;
	font-weight:bold;
	}
.shownav {
	display:none;
	padding-bottom:10px;
	}
.shownav a {
	display:block;
	color:#919191;
	line-height:35px; height:35px;
	font-size:15px;
	padding-left:30px;
	
	}
.shownav a:hover {
	color:#57ABD9;
	}
.divlined {
	border-bottom:1px dashed #CCCCCC;
	}

.loading {
	width:900px; height:45px;
	float:right;
	background-color:#fff;
	text-align:center;
	line-height:45px;
	color:#666;
	cursor:pointer;
	}
.loading:hover {
	background-color:#EEF7FF;
	color:#069;
	box-shadow:2px 2px 5px #ccc;
	}
.divm {
	margin:auto
	}	
.infolist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.infolist li{
	width:900px; height:185px;
	
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	}

.infolist li:hover {
	box-shadow:2px 2px 5px #DEDEDE;
	}
.infolist a img {
	width:200px; height:145px;
	}
.infolist .media-body {
	width:630px; 
	}
.infolist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.infolist .media-body a:hover {
	color:#03C9E4;
	}
.infolist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:85px;
	overflow:hidden;
	}
.infolist .media-body div {
	height:24px;
	width:100%;
	}
.infolist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.infolist .media-body .date {
	background-image:url(../image/032.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.infolist .media-body .nub {
	background-image:url(../image/022.jpg);
	padding-left:30px;
	margin-left:20px;
	}

/*通知样式*/
.innoticelist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.innoticelist li{
	width:900px; height:150px;
	
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	}

.innoticelist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.innoticelist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:7px;
	}
.innoticelist li .date .day {
	font-size:40px;
	display:block;
	}
.innoticelist li .date .mon {
	font-size:15px;
	display:block;
	}
.innoticelist .media-body {
	width:730px; 
	}
.innoticelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.innoticelist .media-body a:hover {
	color:#03C9E4;
	}
.innoticelist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:60px;
	overflow:hidden;
	}
.innoticelist .media-body div {
	height:24px;
	width:100%;
	}
.innoticelist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.innoticelist .media-body .date {
	background-image:url(../image/032.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.innoticelist .media-body .nub {
	background-image:url(../image/022.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*下载样式*/
.dllist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.dllist li{
	width:900px; height:120px;
	background-color:#fff;
	padding:15px;
	margin-bottom:20px;
	}

.dllist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.dllist li .dloadpic {
	width:90px; height:85px;
	background-color:#99B3FF;
	background-image:url(../image/word.png);
	background-repeat:no-repeat;
	background-position:center;
	
	}
.dllist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:7px;
	}
.dllist li .date .day {
	font-size:40px;
	display:block;
	}
.dllist li .date .mon {
	font-size:15px;
	display:block;
	}
.dllist .media-body {
	width:740px;
	padding-top:10px;
	}
.dllist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.dllist .media-body a:hover {
	color:#03C9E4;
	}
.dllist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:10px;
	overflow:hidden;
	}
.dllist .media-body div {
	height:24px;
	width:100%;
	padding-left:0px;
	}
.dllist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	}
.dllist .media-body .date {
	background-image:url(../image/032.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.dllist .media-body .nub {
	background-image:url(../image/022.jpg);
	padding-left:30px;
	margin-left:20px;
	}	
/*竖排样式*/
.linelist {
	width:1200px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.linelis ul {
	width:1200px;
	}
.linelist ul li{
	width:380px; height:440px;
	background-color:#fff;
	padding:10px;
	float:left;
	margin:0px 70px 50px 0px;
	}
.linelist ul li:last-child {
	margin:0px 0px 50px 0px;
}
.linelist ul li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.linelist a img {
	width:360px; height:280px;
	}
.linelist .media-body {
	width:360px;
	}
.linelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:30px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	text-align:center;
	}
.linelist .media-body a:hover {
	color:#03C9E4;
	}
.linelist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:50px;
	overflow:hidden;
	text-align:center;
	}
.linelist .media-body div {
	height:24px;
	width:100%;
	}
.linelist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.linelist .media-body .date {
	background-image:url(../image/032.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.linelist .media-body .nub {
	background-image:url(../image/022.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*托管医院*/
.tglist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.tglist ul {
	width:900px;
	height:auto;
	clear:both;
	
	}
.tglist ul li{
	width:400px; height:300px;
	background-color:#fff;
	padding:10px;
	margin-bottom:50px;
	}
.tglist ul li:first-child {
	float:left;
	}
.tglist ul li:last-child {
	float:right;
	}
.tglist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.tglist a {
	display:block;
	width:380px; height:280px;
	position:relative;
	color:#fff;
	}
.tglist a img {
	width:380px; height:280px;
	}
.tglist a div {
	position:absolute;
	top:110px;
	height:80px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	}
.tglist a div span {
	display:block;
	font-size:20px;
	text-align:center;
	line-height:45px;
	}
.tglist a div i {
	display:block;
	font-size:15px;
	text-align:center;
	
	}

/*托管医院end*/
/*都司随笔*/
.sdlist {
	width:1200px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.sdlist ul {
	width:1200px;
	height:auto;
	clear:both;
	
	}
.sdlist li{
	width:260px; height:300px;
	background-color:#fff;
	padding:10px;
	margin:auto 30px 50px 30px;
	float:left;
	}
.sdlist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}

.sdlist a {
	display:block;
	width:240px; height:280px;
	position:relative;
	color:#fff;
	}
.sdlist a img {
	width:240px; height:280px;
	}
.sdlist a div {
	position:absolute;
	bottom:90px;
	height:70px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	padding-top:10px;
	
	}
.sdlist a:hover div {
	background-color:#0E4DA1;
	
	}
.sdlist a div span {
	display:block;
	font-size:20px;
	text-align:left;
	padding-bottom:10px;
	padding-left:20px;
	}
.sdlist a div i {
	display:block;
	font-size:12px;
	text-align:left;;
	padding-left:20px;
	
	}

/*都司随笔end*/
	
.pagercontent {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
.pagercontent p .pic {
	width:640px;
	margin:20px auto;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	}
.pagercontent p .pic img {
	display:block;
	margin-bottom:5px;
	width:640px; height:auto;
	}
.pagercontent .pic1 {
	margin-top:30px;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	}
.pagercontent .pic1 img {
	display:block;
	margin-bottom:5px;
	width:840px; height:auto;
	text-align:center;
	}
.pagercontent .pic2 {
	margin-top:30px;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	width:100%;
	}
.pagercontent .pic2 img {
	display:block;
	margin:auto;
	}
.pagercontent .zscon {
	border:1px solid #CCCCCC;
	background-color:#FFFFE1;
	font-size:12px;
	padding:20px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:40px;
	text-indent:-3em;
	padding-left:60px;
	line-height:25px;
	color:#666;
	}
.unicon {
	border:1px solid #CCCCCC;
	background-color:#FFFFE1;
	font-size:12px;
	padding:20px;
	margin-top:50px;
	margin-bottom:40px;
	padding-left:40px;
	line-height:32px;
	color:#666;
	}
.unicon a {
	color:#09F;
	}
.pagercontent1 {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent1 i {
	width:50px; height:50px;
	text-align:center; line-height:50px;
	background-color:#F5F5F5;
	display:inline-block;
	border-radius:25px;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	margin-right:10px;
	}
.pagercontent1 span {
	line-height:40px;
	font-weight:bold;
	color:#0E4DA1;
	font-size:16px;
	}
.pagercontent1 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:60px;
	}
.pagercontent2 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent2 i {
	width:150px; height:150px;
	padding-top:40px;
	text-align:center; line-height:40px;
	background-color:#55A5AA;
	display:block;
	float:left;
	border-radius:75px;
	font-size:20px;
	font-style:normal;
	color:#fff;
	margin-right:10px;
	}
.pagercontent2 .ye {
	width:130px; height:50px; line-height:50px;
	text-align:center;
	background-color:#C4E1FF;
	display:block;
	float:left;
	border-radius:10px;
	font-size:20px;
	
	color:#09C;
	margin-right:10px;
	margin-top:25px;
	}
.pagercontent2 span {
	font-size:16px;
	width:680px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:30px;
	display:block;
	float:right;
	}
.pagercontent2 span font {
	font-size:12px;
	color:#999;
	}
.pagercontent2 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:60px;
	}
.pagercontent3 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	}
.pagercontent3 img {
	display:block;
	width:100px;
	height:145px;
	float:left;
	margin-right:30px;
	}
.pagercontent3 div {
	width:710px;
	float:right;
	}
.pagercontent3 .bktitle {
	display:block;
	font-weight:bold;
	color:#0E4DA1;
	font-size:16px;
	margin-bottom:20px;
	}
.pagercontent3 .bktitle:hover {
	color:#09C;
	}
.pagercontent3 div .span1 {
	font-size:15px;
	color:#333;
	line-height:25px;
	display:block;
	margin-bottom:20px;
	}
.pagercontent3 div .span2 {
	font-size:12px;
	color:#999;
	line-height:25px;
	display:block;
	margin-bottom:20px;
	}
.pagercontent3 div .span3 {
	font-size:12px;
	color:#999;
	}
.pagercontent3 div .span3 a {
	font-size:12px;
	color:#06F;
	padding-right:20px;
	}
.pagercontent4 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	}
.pagercontent5 {
	width:100%;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent5 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent5 p {
	font-size:14px;
	color:#333;
	line-height:30px;
	text-indent:-23px;
	margin-bottom:20px;
	margin-left:30px;
	}
.pagercontent6 {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent6 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent6 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-17px;
	margin-top:30px;
	margin-left:17px;
	}
.pagercontent6 p span {
	display:block;
	margin-left:37px;
	text-indent:-34px;
	padding-right:20px;
	margin-bottom:20px;
	}
.pagercontent7 {
	width:840px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent7 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent7 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-17px;
	margin-top:30px;
	margin-left:17px;
	}
.pagercontent7 p span {
	display:block;
	margin-left:30px;
	text-indent:-30px;
	margin-bottom:20px;
	}
.pagercontent7 p font{
	color:#06C;
	}
.pagercontent7 img {
	margin-top:30px;
}
.pagercontent7 a {
	color:#06C;
	display:inline-block;
	width:100px;
	text-align:center;
	}
.pagercontent7 a:hover {
	color:#F90;
	
	
	}
.Tablx{
margin:auto;
width:840px; 
position:relative;
}
.Tablx .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tablx .Menubox ul{
padding:0px;
}
.Tablx .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:20%; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tablx .Menubox li.hover{
height:50px; color:#005193; font-weight:bold;
background-color:#fff; border-bottom:3px solid #005193;
}
.Tablx .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tablx ul{ list-style:none;}
.Tablin{
margin:auto;
width:840px; 
position:relative;
}
.Tablin .Menuboxin {
height:50px;
}
.Tablin .Menuboxin ul{
padding:0px;
}
.Tablin .Menuboxin li{
display:inline-block;
cursor:pointer;
height:28px; 
line-height:28px; 
color:#fff;  
font-size:12px;
background-color:#CCC;
padding:0px 10px 0px 10px;
margin-right:20px; margin-bottom:20px;
border-radius:14px;
}
.Tablin .Menuboxin li.hover{
background-color:#43839E;
}
.Tablin .Contentboxin {
clear:both; 
}
.Tablin ul{ list-style:none;}
.Tabbj{
margin:auto;
width:840px; 
position:relative;
}
.Tabbj .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tabbj .Menubox ul{
padding:0px;
}
.Tabbj .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:14px; width:120px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabbj .Menubox li.hover{
height:50px; color:#005193; font-weight:bold;
background-color:#fff; border-bottom:3px solid #005193;
}
.Tabbj .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tabbj ul{ list-style:none;}
.tablelist {
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	font-size:12px;
	color:#666;
	}
.tablelist th {
	background-color:#43839E;
	height:40px;
	color:#fff;
	padding:5px;
	}
.tablelist tr:hover {
	background-color:#E6F2FF;
	color:#000;
	}
.tablelist td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #EEE;
	padding:5px;
	text-align:center;
	height:50px;
	}
.formlist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.formlist .formcontent {
	width:900px;
	padding:30px 180px 30px 30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.formlist .formcontent li {
	height:60px;
	
	}
.formlist .formcontent li input {
	border:1px solid #ccc;
	height:35px;
	width:565px;
	padding-left:5px;
	line-height:35px;
	display:block;
	float:right;
	}
.formlist .formcontent i {
	display:block;
	width:120px;
	height:35px;line-height:35px;
	font-style:normal;
	float:left;
	text-align:right;
	}
.formlist .formcontent span {
	font-size:12px;
	color:#666;
	line-height:25px;
	}
/*页面滑动*/

.zz-all-content{position:relative;max-width:1200px;margin:0 auto;padding-top:80px; }
.zz-all-content .nav{position:absolute;top:0px;left:0;width:1200px;border-radius:2px;padding:10px 0 10px 0px;overflow:hidden;z-index: 70;margin: 0px;}
.zz-all-content .nav.am-sticky{left: 50%!important;width:1200px!important; box-shadow:0 4px 18px 0 rgba(0,0,0,0.05); margin-left:-640px!important; background-color:#fff;}
.zz-all-content .nav .nav-content{width: 1200px;margin: 0 auto;}
.zz-all-content .nav.am-sticky .nav-content{width: 1200px;margin: 0 auto;}
.zz-all-content .nav .nav-title{

	color:#878787; font-size:15px;
	padding-left:40px;
	background:url(../image/title_img.fw.png) no-repeat 20px center #fff;
	line-height:20px;margin-right:10px;display:block;float:left;margin-top:5px}
.zz-all-content .nav .nav-list{float:left;overflow:hidden;width:70%;font-size:0}
.zz-all-content .nav .nav-list li{float: left; }
.zz-all-content .nav .nav-list li a{
	display:inline-block;
	font-size:14px;
	color:#666a75;
	line-height:18px;
	padding:7px 10px 8px 10px;
	margin-right:20px;
	margin-left:20px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	cursor:pointer;
	
	}
.zz-all-content .nav .nav-list li:last-of-type a{margin-bottom:0}
.zz-all-content .nav .nav-list li a.am-active{color:#fff;border:1px solid #4D7AFF;border-radius:4px; background-color:#4D7AFF;}

.zz-all-content .zz-content{overflow:hidden; margin-bottom:40px;}
.zz-all-content .zz-content .title{font-size:18px;color:#252b3a;letter-spacing:0;line-height:28px;position:relative;padding-left:12px;margin-bottom:20px;margin-top:10px}
.zz-all-content .zz-content .title:before{background:#f66f6a;content:'';position:absolute;top:4px;left:0;width:2px;height:20px}


.zz-all-content .zz-contentin {
	wdith:1200px;
	margin:auto;
	}
.zz-all-content .zz-contentin ul li {
	float:left;
	width:240px;
	height:100px;
	background-color:#fff;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	padding-top:20px;
	line-height:30px;
	font-size:15px;
	color:#4D7AFF;
	cursor:pointer;
	}
.zz-all-content .zz-contentin ul li:last-child {
	margin-right:0px;
}
.zz-all-content .zz-contentin ul li:hover {
	background-color:#4D7AFF;
	color:#fff;
	}
.zz-all-content .zz-content a {
	display:block;
	wdith:1200px;
	margin:auto;
	background-color:#fff;
	}
.zz-all-content .zz-content a img {
	width:1000px;
	height:auto;
	display:block;
	margin:auto;
	padding:20px;
	}
.am-sticky{position:fixed!important;z-index:1010;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}[data-am-sticky][class*=am-animation-]{-webkit-animation-duration:.2s;animation-duration:.2s}

/*页面滑动*/
/*信息详情*/
.contentout {
	width:900px;
	float:left;
	background-color:#fff;
	padding:20px 40px 50px 40px;
	}
.contentout {
	padding-top:20px;
	}
.contentout .title {
	font-size:25px;
	color:#333;
	line-height:50px;
	}
.contentout .title2 {
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-bottom:20px;
	}
.contentout .ftitle2 {
	font-size:20px;
	color:#333;
	line-height:70px;
	font-weight:bold;
	}
.contentout .newsinfo {
	wdith:100%;
	height:25px;
	}
.contentout .newsinfo .infoleft {
	font-size:12px;
	color:#999;
	width:50%;
	height:25px;
	line-height:25px;
	}
.contentout .newsinfo .infoleft span {
	display:inline-block;
	margin-right:20px;
	}
.contentout .newsinfo .infoleft span i {
	display:inline;
	}
.txtsizeo {
	width:50%;
	height:25px;
	}
.txtsizeo a {
	width:25px;
	height:25px; 
	display:inline-block;
	font-size:12px;
	line-height:25px; text-align:center;
	background-color:#F2F2F2;
	color:#666;
	margin-left:10px;
	}
.txtsizeo a:hover {
	background-color:#CCC;
	color:#06C;
	}
.txtsizeo .other {
	background-image:url(../image/s.fw.png)
	}
.contentout .subtitle {
	font-size:15px;
	color:#111111;
	line-height:30px;
	margin-bottom:10px;
	}
.contentout .content {
	padding-top:20px;
	padding-bottom:30px;
	}
.contentout .content span {
	}
.contentout .content span img {
	display:block;
	margin:auto auto 10px auto;
	max-width:750px;
	height:auto;
	}
.contentout .content span i {
	display:block;
	text-align:center;
	font-size:12px;
	color:#039;
	}
.contentout .content p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
.contentout .content p a {
	color:#0066FF;
	}
.contentout .content p a:hover {
	color:#0CC;
	}
.contentout .contentsj .p2 {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:20px;
	}
.contentout .contentsj .p5 {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-5em;
	margin-left:5em;
	margin-bottom:20px;
	
	}		
.pagedownload span{
	display:block;
	font-size:18px;
	color:#7297F6;
	border-bottom:1px solid #ccc;
	height:40px; line-height:40px;
	margin-bottom:30px;
	}
.pagedownload a {
	font-size:16px;
	color:#1F1F1F;
	display:block;
	height:40px; line-height:40px;
	background-image:url(../image/word.jpg);
	background-size:40px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:70px;
	margin-bottom:20px;
	}
.pagedownload a:hover {
	color:#03C9E4;
	}
.downloaddiv {
	background-color:#FCFCFC;
	width:820px;
	min-height:390px;
	margin-top:20px;
	box-shadow:0px 0px 10px #ccc inset;
	}
.downloaddiv a {
	height:80px; width:400px;
	background-color:#fff;
	background-image:url(../image/word.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:90px;
	color:#000;
	display:block;
	position:relative;
	margin:auto auto 20px auto;
	border:1px solid #CCC;
	font-size:14px;
	}
.downloaddiv a:hover {
	background-color:#E1F5FF;
	}
.downloaddiv a span {
	display:block;
	height:80px;
	width:220px;
	line-height:30px;
	font-size:14px;
	}
.downloaddiv a i {
	display:block;
	width:70px; 
	height:78px;
	line-height:78px;
	text-align:center;
	background-color:#FFC;
	position:absolute;
	right:0px;
	top:0px;
	color:#09C;
	font-weight:bold;
	font-size:16px;
	}
.downloaddiv a:hover i {
	background-color:#FF9;
	}
/*信息详情*/
.LBStext {
	padding-top:50px;
	width:1200px;
	margin:auto;
	}
.LBStext .lbstextin{
	width:800px;
	}
.LBStext .lbsimgin{
	width:400px;
	}
.LBStext .lbsimgin img {
	display:block;
	margin:auto auto 20px auto;
	}
.LBStext .lbsimgin span {
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
	}
.LBStext .lbsimgin i {
	font-style:normal;
	font-size:13px;
	color:#666;
	display:block;
	margin-bottom:30px;
	text-align:center;
}
.LBStext .title {
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
	}
.LBStext p {
	font-size:14px;
	line-height:25px;
	margin-bottom:20px;
	padding-left:20px;
	color:#666;
	}
/* 体检*/
.tjout {
	width:1200px;
	margin:30px auto 0px auto;
	}
.tjout .tjleft {
	width:900px;
	margin-right:40px;
	}
.tjout .tjbannerleft {
	width:645px;
	
	}
.tjout .tjrightv {
	width:635px;
	}
.tjout .tjrightv .name {
	width:635px;
	height:430px;
	background-color:#fff;
	padding:25px 25px 0px 25px;
	}

.tjout .tjrightv .name span {
	display:block;
	height:40px;
	color:#069;
	font-size:20px;
	text-align:center;
	margin:auto auto 0px auto;
	}
.tjout .tjrightv .name i {
	display:block;
	width:100%;
	height:320px;
	line-height:28px;
	color:#666;
	font-size:13px;
	text-indent:2em;
	padding-top:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	font-style:normal;
	}
.tjout .tjrightv .name a {
	display:block;
	width:100px;
	height:30px; line-height:28px;
	text-align:center;
	color:#4D7AFF;
	border:1px solid #4D7AFF;
	border-radius:20px;
	margin:auto;
	font-size:12px;
	}
.tjout .tjrightv .name a:hover {
	color:#fff;
	border:1px solid #4D7AFF;
	background-color:#4D7AFF;
	}
.tjtctitle {
	width:1200px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	margin:auto;
	border-left:7px solid #0759AB;
	margin-bottom:20px;
	
	}
.tjtctitle i {
	font-size:17px;
	color:#666;
	font-style:normal;
	display:block;
	width:150px;
	float:left;
	}
.tjtctitle div {
	width:1100px;
	float:right;
	text-align:left;
	}
.tjtctitle a {
	display:inline-block;
	padding:0px 10px 0px 10px;
	font-size:12px;
	color:#39C;
	margin-right:20px;
	}
.tjtctitle a:hover {
	background:#39C;
	border-radius:5px;
	color:#fff;
	}
.tjtcout {
	width:1200px;
	margin:auto;
	}
.tjtcout li {
	width:196px;
	height:140px;
	float:left;
	margin-right:20px;
	}
.tjtcout li:last-child {
	margin-right:0px;
}
.tjtcout li a {
	display:block;
	width:100%; height:120px;
	background-color:#fff;
	padding-top:20px;
	position:relative;
	overflow:hidden;
	
	}
.tjtcout li a div {
	position:absolute;
	display:block;
	width:100%; height:120px;
	line-height:18px;
	background-color:#0759AB;
	top:0px;
	left:-239px; 
	transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
	text-align:center;
	padding-top:5px;
	opacity:.5;
	}
.tjtcout li a:hover div{
	display:block;
	left:0px;
	opacity:1;
	}

.tjtcout li a div i.title{
	color:#fff;
	line-height:30px;
	font-size:15px;
	margin-bottom:10px;
	display:block;
	}
.tjtcout li a div i.tcinfo {
	background-color:#A5C8F8;
	color:#fff;
	display:block;
	padding:2px 10px;
	font-size:13px;
	border-radius:10px;
	
	width:150px;
	margin:auto auto 10px auto;
	}
.tjtcout li a i {
	font-style:normal;
	}
.tjtcout li a .pic {
	display:block;
	width:60px; height:60px;
	text-align:center; line-height:60px;
	border-radius:30px;
	background-color:#A5C8F8;
	color:#EDF4FE;
	margin:auto;
	
	font-size:25px;
	}
.tjtcout li a span {
	color:#666;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	}
@keyframes div4{0%{left:-165px} 100%{left:0px}}
@-webkit-keyframes div4{0%{left:-165px} 100%{left:0px}}
.taocantabletitle {
	background-color:#00477F;
	height:50px;
	line-height:50px;
	color:#fff;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #00B3DF;
	}
.taocantable {
	
	border-left:1px solid #ccc;
}
.taocantable td  {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	height:50px;
	padding-left:15px;
	font-size:12px;
}
.taocantable .tctableft {
	background-color:#EFEFEF;
	color:#000;
	border-right:3px solid #00B3DF;
	font-weight:bold;
	width:200px;
	}

.Tabtj{
margin:auto;
width:905px; 
position:relative;
background-color:#fff;
}
.Tabtj .Menubox {
height:50px;
}
.Tabtj .Menubox ul{
padding:20px 0px 0px 0px;text-align:left;
}
.Tabtj .Menubox li{
display:inline-block;
cursor:pointer;
height:28px; 
line-height:28px; 
color:#fff;  
font-size:12px;
background-color:#CCC;
padding:0px 20px 0px 20px;
margin-left:20px; 
border-radius:14px;
}
.Tabtj .Menubox li.hover{
background-color:#0759AB;
}
.Tabtj .Menubox li:hover {
background-color:#00B3DF;
}
.Tabtj .Contentbox {
clear:both; 
}
.Tabtj ul{ list-style:none;}
.tjright {
	width:349px;
	background-color:#fff;
	padding-top:20px;
	margin-right:5px;
	}
.tjright .tcontent {
	width:85%;
	margin:auto auto 30px auto;
	}
.tjright .tcontent i {
	font-size:17px;
	font-weight:bold;
	color:#0759AB;
	display:block;
	margin-bottom:20px;
	}
.tjright .tcontent p {
	margin-bottom:30px;
	font-size:15px;
	line-height:30px;
	color:#666;
	padding-left:15px;
	}
.tjright .tcontent p span {
	color:#09C;
	}
/*体检*/
.consumelist {
	width:400px;
	height:75px;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	}
.consumelist li {
	height:50px;
	}
.consumelist span {
	display:block;
	width:350px;height:30px; line-height:30px;
	float:right;
	}
.check_img {
    display: none;
}
.check_img + label {
	display:block;
	width:30px; height:30px;
	background-image:url(../image/check_2.png);
	cursor:pointer;
	margin:0px auto 0px auto;
	float:left;
}
.check_img + label:hover {
	display:block;
	width:30px; height:30px;
	background-image:url(../image/check_3.png);
	cursor:pointer;
}

.check_img:checked + label {
	display:block;
	width:30px; height:30px;
	background-image:url(../image/check_1.png);
}
.consumeform {
	width:700px;
	margin-left:70px;
	margin-top:40px;
	}
.consumeform input {
	border:1px solid #ccc;
	height:35px;
	width:600px;
	padding-left:5px;
	line-height:35px;
	display:block;
	}
.consumeform .but {
	background-color:#069;
	border:1px solid #069;
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	margin-top:40px;
	cursor:pointer;
	}
.consumeform .but:hover {
	background-color:#09C;
	}
.alertMsg {
	display:none;
	width: 400px; height:140px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 1px 10px black;
	padding: 15px;
	position: absolute;
	left:50%; top:50%;
	margin-left:-200px;
	margin-top:-70px;
	text-align: center;
	background: #fff;
	-webkit-animation: bounceInUp 1 1s;
	animation: bounceInUp 1 1s;
	z-index:100001;
	}
.alertMsg span {
	font-size:20px;
	color:#069;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:20px;
	}
.alertMsg i {
	font-size:12px;
	color:#666;
	display:block;
	text-align:center;
	}
.alertMsg .but {
	display:block;
	background-color:#069;
	border:1px solid #069;
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	border-radius:5px;
	cursor:pointer;
	margin:20px auto 0px auto;
	}
.alertMsg .but:hover {
	background-color:#09C;
	}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
.search {
	padding:30px 0px 20px 0px;
	}
.search .form-group {
	border: 2px solid #0082df;
    position: relative;
	width:900px;
	margin:auto;
    height: 52px;
    z-index: 3;
	background-color:#fff;
	}
.search .form-group input {
    width: 770px;
    height: 20px;
    line-height: 20px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
	padding-left:20px;
	margin-top:12px;
}
.search .form-group button {
	border: none;
    background: #0082df;
    color: #fff;
    font-size: 18px;
    height: 48px;
    width: 112px;
    cursor: pointer;
	font-family: "Microsoft Yahei";
	}
.search .form-group button:hover {
	background: #0E4DA1;
	}
.search .form-group button i {
	background-image:url(../image/ss.fw.png);
	background-size:22px;
	display:inline-block;
	width:22px; height:22px;
	margin-right:10px;
	}
.searchtitle {
	width:900px;
	height:50px; line-height:50px;
	margin:auto auto 30px auto;
	color:#878787; font-size:15px;
	padding-left:20px;
	background:#fff;
	
	}
.searchtitle span {
	color:#3B97F6;
	}
.searchlist {
	width:900px;
	margin:auto;
	background-color:#fff;
	padding:20px;
	}
.searchlist li{
	
	border-bottom:1px dashed #CCCCCC;
	}

.searchlist .media-body {
	width:860px;
	padding:25px 0px 25px 0px;
	}
.searchlist .media-body a {
	display:block;
	color:#666;
    font-size:22px;
	margin-bottom:20px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.searchlist .media-body a:hover {
	color:#03C9E4;
	}
.searchlist .media-body span {
	display:block;
	font-size:14px; color:#666;
	line-height:22px;
	text-overflow: ellipsis;
	padding-bottom:20px;
	overflow:hidden;
	}
.searchlist .media-body div {
	height:24px;
	width:100%;
	}
.searchlist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.searchlist .media-body .date {
	background-image:url(../image/032.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.searchlist .media-body .nub {
	background-image:url(../image/022.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*医疗服务导航*/
.mednav {
	width:340px;
	background-color:#fff;
	
	height:520px;
	padding:10px 20px;
	}
.mednav ul {
	height:auto;
	clear:both;
	border-bottom:1px solid #F6F6F6;
	height:100px;
	}
.mednav ul:last-child {
	border-bottom:1px solid #fff;
}
.mednav ul a {
	display:block;
	width:150px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center 20px;
	color:#666;
	font-size:12px;
	text-align:center;
	padding-top:70px;
	background-color:fff;
	}
.mednav ul a:hover {
	background-color:#F6F6F6;
	}
.mednav ul a:first-child {
	float:left;
	border-right:1px solid #F6F6F6;
	}
.mednav ul a:last-child {
	float:right;
	border-right:1px solid #fff;
	}
.mednavmenu01 {
	background-image:url(../image/nav_41.fw.png);
	}
.mednavmenu02 {
	background-image:url(../image/nav_32.png);
	}
.mednavmenu03 {
	background-image:url(../image/nav_35.fw.png);
	}
.mednavmenu04 {
	background-image:url(../image/nav_45.fw.png);
	}
.mednavmenu05 {
	background-image:url(../image/nav_47.fw.png);
	}
.mednavmenu06 {
	background-image:url(../image/nav_37.fw.png);
	}
.mednavmenu07 {
	background-image:url(../image/nav_40.fw.png);
	}
.mednavmenu08 {
	background-image:url(../image/nav_42.fw.png);
	}
.mednavmenu09 {
	background-image:url(../image/nav_33.png);
	}
.mednavmenu10 {
	background-image:url(../image/nav_03.png);
	}

/*医疗服务导航*/
/*分页*/
.tcdPageCode{padding: 15px 20px; text-align:center; color: #ccc; width:900px; background-color:#fff;}
.tcdPageCode li{
	display:inline-block;
	}
.tcdPageCode a{color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.tcdPageCode .itemCount {
	font-size:12px;
	}
/*分页*/
/*上传预览*/
.photogroup {
	padding:30px 30px 0px 30px;
	}	
.album {
	position:relative;
	width: 150px;
	height: 120px;
	border:1px solid #CCC;
	margin:0px 50px 70px 50px;
}
.album-title {
	position:absolute;
	top:130px;
	width:150px;
	text-align:center;
	color:#666;
	}
.album {
	background: url(../image/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}
.album-old {
	background: url(../image/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}

.album-new {
	background: url(../image/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}

.upload-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 120px;
	z-index: 2;
	
}
.upload-btn input {
	width: 150px;
	height: 120px;
	opacity: 0;
}
.btn-old {
}
.btn-new {
}
.upload-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden
}
.upload-img.loading {
	background: url(../image/loading.gif) no-repeat center;
	background-size:50px 50px;
}
.upload-img img {
	opacity: 0;
	width: 130px;
	height: 100px;
}
.album .upload-img {
	width: 130px;
	height: 100px;
	left: 10px;
	top: 10px;
}
.album-old .upload-img {
	width: 130px;
	height: 100px;
	left: 10px;
	top: 10px;
	
}
.album-new .upload-img {
	width: 150px;
	height: 120px;
	left: 10px;
	top: 10px;
}
.btn-sub {
    background: #0E4DA1;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border:0px;
	width:170px;
	margin:25px auto 15px auto;
	display:block;
	border-radius:20px;
	height: 40px; line-height:40px;
	
}
.btn-sub i {
	font-style:normal;
	font-size:18px;
	font-weight:bold;
	height: 40px; line-height:40px;
	display:block;
	text-align:center;
	}
/*上传预览*/
.404 {
	background: url(../image/404.jpg) no-repeat center;
	height:659px;
	width:1000px;
	margin:auto;
	}
	
	
    .container {
				/*width: 100%;*/
				position: relative;
				top: 40px;
				
			}
			.swiper1 {
				width: 100%;
			}
			.swiper1 .selected {
				color: #ec5566;
				border-bottom: 2px solid #ec5566;
			}
			.swiper1 .swiper-slide {
				width: 30%!important;
				text-align: center;
				font-size: 16px;
				height: 50px;
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				cursor: pointer;
			}
			.swiper2 {
				width: 100%;
			}
			.swiper2 .swiper-slide {
				height: calc(100vh - 50px);
				background-color: #ccc;
				color: #fff;
				text-align: center;
				box-sizing: border-box !important;
				overflow-x: hidden !important;
			}	
			.swiper1 .swiper-container{border-bottom: 1px solid #ccc!important;}
			
			
			.banner-pc .swiper-container-horizontal>.swiper-pagination-bullets {
				bottom: 137px;
				left: 0;
				width: 100%;
			}
			.banner-pc .swiper-pagination{z-index: 999999999999999999;}

			.banner-pc .swiper-button-prev {
				background-image: url(../image/jt_l.png)!important;
				left: 40px;
				right: auto;
			}

			.banner-pc .swiper-button-next {
				background-image: url(../image/jt_r.png)!important;
				right: 40px;
				left: auto;}
			
				.banner-pc{position: relative;  width: 100%;}
				.banner-rk{position: relative; z-index: 999999999; top: 0px; width: 100%;}
			.kjrk{position: absolute; z-index: 999999999; bottom: -60px; left: 0; right: 0;
			
				margin: auto; width: 1260px;  }

	.pull-left1{width: 285px; float: left; }		
	.pull-left2{width: 909px; float: right;}
	.mainbtnbg{background-color: #f5f5f5;overflow: hidden;} 			
	
	

	.icon_nctive{width:120px; float: left; font-size: 17px; font-weight: bold;line-height:45px; }

	.nctive a{color: #333; font-size: 15px;}
	.nctive a:hover{color: #333; text-decoration: underline;}
.icon_nctive i{color: #c32924; font-size: 25px; }
.icont_tz{width: 30px; float: left;}

	#marqueebox0{height:45px;line-height:45px; }
	.nctive_txt {
		float: right;
		margin-top: 30px;
		position: relative;
		top: 52px;z-index: 999999999; right: 20px;
	}
	.nctive {position: relative; z-index: 999;}



		/* 本例子css */
		.rk_tab .slideTxtBox{ width:100%;  text-align:left;  }
		.rk_tab .slideTxtBox .hd{   padding:0 10px 0 0px;  height: 54px; height: 54px; position:relative;  overflow: hidden;}
		.rk_tab .slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px;   }
		.rk_tab .slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; line-height: 54px; font-size: 18px; text-align: center; color: #fff;
			 font-weight: bold;  width: 180px; height: 54px;
			 border-top-left-radius: 15px;border-top-right-radius: 15px; }
		.rk_tab .slideTxtBox .hd ul li.on{text-shadow: 3px 3px 4px #333; font-size: 21px; }
		.rk_tab .slideTxtBox .bd ul{ padding:15px;  zoom:1; background-color: #fff; border-bottom: 4px solid #c32924; overflow: hidden;box-shadow: 1px 4px 4px #ccc}
		
		.rk_tab .slideTxtBox .bd li{ height:42px; line-height:42px; text-align: center; float: left; width: 143px; background-color: #fff; 
			box-shadow: 2px 2px 4px 2px #eee; font-size: 16px; margin: 15px 20px 15px 20px; border-radius: 10px; }
		/* .rk_tab .slideTxtBox .bd li:hover{border: 1px solid #c32924;} */
		.rk_tab .slideTxtBox .bd li a{color: #858585; position: relative; z-index: 999999; }
		.rk_tab .slideTxtBox .bd li:hover a{color: #c32924;}
		.rk_tab .slideTxtBox .hd .iconfont{font-size: 28px; font-weight: 100; vertical-align: middle; margin-right: 6px; }
		.rk_tab .slideTxtBox .hd .icon-shouye{font-size: 34px;}

		.rk_tab .slideTxtBox .bd ul{-webkit-animation: pageani 1 0.8s;	animation: pageani 1 0.8s;  }




		.box {
			position: relative;
			vertical-align: middle;
			color: #c32924;
			display: inline-block;
			width: 132px; height: 40px;  line-height: 40px;
			text-align: center;
			-webkit-transition: 0.5s;
			transition: 0.5s;
		z-index: 99;
			cursor: pointer;
			
			-webkit-transition: 0.5s;
		}
		.box:hover {
			border: 1px solid rgba(0, 160, 80, 0);
			color: #fff; 
		}
		.box::before,
		.box::after {
			width: 100%;
			height: 100%;
			z-index: 3;
			content: '';
			position: absolute;border-radius: 10px;
			top: 0;
			left: 0;
			box-sizing: border-box;
			-webkit-transform: scale(0);
			-webkit-transition: 0.5s;
			transition: 0.5s;
		}
		.foo::before {
			border-bottom: 1px solid #c32924;
			border-left: 1px solid #c32924;
			-webkit-transform-origin: 0 100%;
		}
		.foo::after {
			border-top: 1px solid #c32924;
			border-right: 1px solid #c32924;
			-webkit-transform-origin: 100% 0%;
		}
		
		.box:hover::after,
		.box:hover::before {
			-webkit-transform: scale(1);
		}
		
		









		
@-webkit-keyframes pageani {
	0% {
		margin-left:10px;
		opacity:.7;
		}
	
	100% {
		margin-left:0px;
		opacity:1;
		 }
}
/* @-webkit-keyframes pageindex {
	0% {
		margin-left:-10px;
		opacity:.7;
		}
	100% {
		margin-left:0px;
		opacity:1;
		 }
} */
	

		.rk_tab .slideTxtBox .bd ul::before {
			transition: all 0.5s;
			position: absolute;
			left: 0;
			bottom: 0px;
			width: 0px;
			height: 4px;
			background: #f6b1af;
			content: " ";
		  }
		  .rk_tab .slideTxtBox .bd ul:hover::before {
		width: 100%;
		}
		
		

		.rk_tab .slideTxtBox .bd ul:nth-child(2)::before {
			transition: all 0.5s;
			position: absolute;
			left: 0;
			bottom: 0px;
			width: 0px;
			height: 4px;
			background: #f3982b;
			content: " ";
		  }
		  .rk_tab .slideTxtBox .bd ul:nth-child(2):hover::before {
		width: 100%;
		}
		



		.rk_tab .slideTxtBox .bd ul:nth-child(3)::before {
			transition: all 0.5s;
			position: absolute;
			left: 0;
			bottom: 0px;
			width: 0px;
			height: 4px;
			background: #459dd5;
			content: " ";
		  }
		  .rk_tab .slideTxtBox .bd ul:nth-child(3):hover::before {
		width: 100%;
		}
		



		/* 本例子css */
		.rk_tab1 .slideTxtBox{ width:100%;  text-align:left;  }
		.rk_tab1 .slideTxtBox .hd{   padding:0 10px 0 0px;  height: 43px; height: 43px; position:relative;
			 background-color: #f1f1f1; overflow: hidden; width: 495px; border-radius: 20px; margin: 0px auto;}
		.rk_tab1 .slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px;   }
		.rk_tab1 .slideTxtBox .hd ul li{ float:left; cursor:pointer; line-height: 43px; font-size: 18px; text-align: center; color: #333;
			 font-weight: bold;  width: 165px; height: 43px;
			 border-top-left-radius: 15px;border-top-right-radius: 15px; }
		.rk_tab1 .slideTxtBox .hd ul li.on{ font-size: 18px; background-color: #c32924; border-radius: 20px; color: #fff;}
		.rk_tab1 .slideTxtBox .bd ul{ padding:5px 15px 15px 15px;  zoom:1; }
		.rk_tab1 .slideTxtBox .bd li{      text-align: center;
    float: left;
    font-size: 14px;
    border-radius: 10px;
    width: 22%;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 2px #eee;
    height: 34px;
    line-height: 34px;
    margin: 10px 5px 0px 10px;    padding: 0px 5px 0px 5px;
    overflow: hidden; }
		
.rk_tab1 .slideTxtBox .bd li:hover{   box-shadow: 2px 2px 4px 2px #fff;}
		.rk_tab1 .slideTxtBox .bd li a{color: #333;}
		.rk_tab1 .slideTxtBox .bd li:hover a{color: #c32924;}

		.rk_tab1 .slideTxtBox .iconfont{font-size: 42px;}

		.rk_tab1 .slideTxtBox .iconfont:hover{color: #c32924;}
	.border{border-left: 1px solid #ececec;}


		/* .custom-scrollbar{height: 250px; overflow-y:auto;} */
		.custom-scrollbar::-webkit-scrollbar {/*滚动条整体样式*/

			width:9px;/*高宽分别对应横竖滚动条的尺寸*/
	
			height:4px;
	
	}
	
	.custom-scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	
			border-radius:5px;
	
			-webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
	
			background:rgba(195,41,36);  /*设置滚动条颜色*/
	
	}
	
	.custom-scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
	
			-webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
			border-radius:5px;
			background:rgba(195,41,36,0.1);
	
	}
		  
		


			.advantage { overflow: hidden; position: relative; top: 0px;padding-bottom:65px; background: url(../image/lbg.png) no-repeat center; width: 100%; }
				.advantage_1{width: 100%;
					height: 100%;	background: url(../image/hbg.png) no-repeat; padding: 30px 30px 50px 30px; overflow: hidden; position: relative; top: 50px;}
					.advantage_title{margin-top: 105px; text-align: center;font-size: 18px; line-height: 40px; font-weight: bold; color: #000; letter-spacing: 2px;}
					.advantage_title h1 span{color: #c32924;}
					.advantage_title p span{color: #d6dbe9;}
			.advantage_2{background-color: #fff;  margin: 50px auto; width: 80%; }

			.advantage .swiper-container {
				width: 100%;
				height: 100%;
				
			}
			.advantage .swiper-slide {
				font-size: 18px;
				color:#333;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				padding: 20px;
			}
			.advantage .parallax-bg {
				position: absolute;
				left: 0;
				top: 0;
				width: 130%;
				height: 100%;
				-webkit-background-size: cover;
				background-size: cover;
				background-position: center;
			}
			.advantage .swiper-slide .title {
				font-size: 41px;
				font-weight: 300;
			}
			.advantage .swiper-slide .subtitle {
				font-size: 21px;
			}
			.advantage .swiper-slide .text {
				
				width: 100%;
				line-height: 1.3;
			}
			.advantage .swiper-button-prev {
				background: url(../image/sy_left.png) no-repeat !important;
				left: 70px;
    right: auto
			}

			.advantage .swiper-button-next{
				background: url(../image/sy_right.png) no-repeat !important;
				right: 70px;
				left: auto;
			}

			.advantage .swiper-button-next, .advantage .swiper-button-prev {
				position: absolute;
				top: 50%;
				width: 35px;
				height: 79px;
				margin-top: -22px;
				z-index: 10;
				cursor: pointer;
				-moz-background-size: 27px 44px;
				-webkit-background-size: 27px 44px;
				background-size: 27px 44px;
				background-position: center;
				background-repeat: no-repeat;
			}
.advantage_right video{margin-top: 8px;}
.advantage_left{width: 40%; float: left;}

.advantage_right{width: 55%; float: right;}
.advantage_right1{width: 58%; float: right;}
.advantage_left h1{font-size: 21px; color: #333; text-align: center;margin-top: 38px;}
.advantage_left p{font-size: 14px; color: #a5a5a5;  line-height: 24px; padding-top: 10px; }
.phone{background-color: #f9f9f9; overflow: hidden; padding: 10px 20px 0px 20px; margin-top: 20px;}
.phone_left{width: 26%; float: left;}
.phone_right{width: 63%; float: left; margin-left: 9%; font-size: 15px; color: #000;font-weight: bold; padding-top: 28px;}
.phone_right span{font-size: 22px; color: #c32924; line-height: 35px; }
.sy_more{background-color: #c32924; height: 37px; line-height: 35px; text-align: center; width: 132px; margin: 15px auto; border-radius: 37px;}
.sy_more:hover{background-color: #f3982b;}
.sy_more a{font-size: 14px; color: #fff;}
.advantage_right img{ width: 100%; margin-top: 25px;}
.phone_left img{width:111px; height: 112px;}

.news{position: relative; z-index: 99999; overflow: hidden;}
.news_title{position: relative; width: 1037px; border-bottom: 1px solid #e4e4e4; color: #9d9d9d; font-size: 24px;height: 69px;line-height: 69px;
 margin: 30px 0px; color: #c32924; font-weight: bold; }
.news_title p{font-size: 30px; color: #333; font-weight: bold; width:287px;  float: left; border-bottom: 4px solid #c32924; text-align: center;}
.news_more{background: url(../image/llbg.png) no-repeat; width: 187px; float: right; height: 545px; position: relative; right: 0px; top: -60px;}
.news_more a{color: #fff; margin: 0px 0px 0px 40px; line-height:69px; font-size: 15px;}
.news_more a:hover{color: #fff; text-decoration: underline;}







		/* 本例子css */
		.rk_tab2{position: relative;}
		.rk_tab2 .slideTxtBox{ width:98%;  position:absolute; top: 0px; z-index: 999999999;  padding-bottom: 30px; 
			    }
		.rk_tab2 .slideTxtBox .hd{   padding:0 10px 0 0px;  height: 68px; height: 68px;position:relative;
			 background-color: #f8f6f6; overflow: hidden; width: 1230px; margin: 0px auto; }
		.rk_tab2 .slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px;   }
		.rk_tab2 .slideTxtBox .hd ul li{ float:left; cursor:pointer; line-height: 68px; font-size: 19px; text-align: center; color: #333;
			 font-weight: bold;  width: 307px; height: 68px; border-right: 1px solid #ddd; }
		.rk_tab2 .slideTxtBox .hd ul li.on{ font-size: 19px;  background-image: linear-gradient(45deg, #c32924, #f25d2b);color: #fff;}
		.rk_tab2 .slideTxtBox .bd ul{ padding:2%;  zoom:1; background-color: #fff;box-shadow: 0px 3px 4px  #ccc; overflow: hidden; width: 99.5%; margin-left: 0.3%;}
		.rk_tab2 .slideTxtBox .hd ul li:nth-child(4){border: 0px;}

		
		.rk_tab2 .slideTxtBox .bd li a{color: #333;}
		.rk_tab2 .slideTxtBox .bd li  a:hover{color: #c32924;}

		.rk_tab2 .slideTxtBox .iconfont{font-size: 32px; color: #d4d2d4; font-weight: 100; vertical-align: middle;}

		.rk_tab2 .slideTxtBox .iconfont:hover{color: #c32924;}
		


		.rk_tab2 .slideTxtBox .bd ul{-webkit-animation: pageani 1 0.8s;
			animation: pageani 1 0.8s; }
      
		@-webkit-keyframes pageani {
			0% {
				margin-top:10px;
				opacity:.7;
				}
			
			100% {
				margin-top:0px;
				opacity:1;
				 }
		}




		.news_left{width: 48%; float: left;position: relative;}
.news_right{width: 48%; float: right; position: relative;}
.news_txt{background-color: #fff;box-shadow: 1px 4px 4px 2px #eee; position: relative; padding: 5%; overflow: hidden; margin-top: 15px; }

.new_img{width: 220px; float: left; margin-right: 15px; overflow: hidden;}
.new_img img{width: 218px; height: 127px;}


.new_img img{
	cursor: pointer;
	transition: all 0.6s;
  }
  .new_img img:hover{
	transform: scale(1.4);
  }



.new_3{position: relative;}

.new_1{ position: absolute; top: 10px; left: 10px;}
.new_2{ position: absolute; bottom: 10px; right: 10px;}
.new_news h1 a{font-size: 16px; line-height: 30px;}
.new_news h1 a:hover{font-size: 16px; color: #c32924;}
.new_news p{color: #8f8f8f; font-size: 14px; line-height: 26px;}
.news_li p{color: #8f8f8f; font-size: 14px; line-height: 36px;}
.news_mmore span{float: right; color: #8f8f8f; line-height: 30px;}
.news_mmore{padding-top: 10px;}
.news_data{text-align: center; width: 107px; border-right: 1px solid #bcbcbc; float: left;}
.news_data h1{font-size: 36px; color: #c32924;}
.news_data p{font-size: 14px; color: #969696; line-height: 35px;}	
.news_right dd{background-color: #f9f9f9; padding: 20px; overflow: hidden; margin-top: 15px; position: relative;}
.news_li a{ font-size: 16px; font-weight: bold; color: #333;}
.news_li{width: 400px; float: right;}
.news_li a:hover{font-size: 16px; color: #c32924;}

.news_right dd::before {
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #c32924;
	content: " ";
  }  
  .news_right dd:hover::before {
width: 100%;
}





.phone_zi{font-size: 15px;}

@media only screen and (min-width:1025px) {
	.container{display: none;}
	.outcall{display: none;}
	.news .advantage_title{display: none;}

	.advantage .swiper-pagination-white .swiper-pagination-bullet {
		display: none!important;
	}
	


	.advantage .swiper-pagination-white .swiper-pagination-bullet-active {
		display: none!important;
}
.wap_txt{display: none}
	}


@media only screen and (max-width:1024px) {
	
	.Tabnews {display: none;}
.newsout {
    width: 100%;
    height: auto;
	margin: 0px auto;
   
}
.pull-left {
    float: none;
    width: 100%;
}
.silder-main-img img {
    width: 100%;
    height: 250px;
}
.pull-right {
   float: none;
   width: 100%; margin: 0px auto;
}
.pull-left {
    float: left;
    width: 30%;
}
.newslist .media-body {
    width: 65%;
    text-align: left;
	margin-left: 5%;
}
	.newslist .media-body a{width: 100%;}
	.mainbtn li {
	    width: 45%;
	    height: 105px;
	  
	}
	.mainbtn {
	    width: 96%;
	    height: auto;
		margin: 0px auto;
	    margin: 10px auto 30px auto;}
		.banner-wap .swiper-pagination-bullet {
		    width: 8px!important;
		    height: 8px!important;
		    display: inline-block;
		    border-radius: 50%!important; 
		    background: #c32924;
		
		
		}
		.banner-wap .swiper-pagination-bullet {
    
    opacity: 0.8;
}
.banner-wap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}

		.otherd {
		    width: 96%;
		    height: auto;
		    margin: auto;
		    padding: 50px 0px 0px 0px;
		}
		
		.recommend-blocks .reco-img-wrap{width: 50%; height:150px;   margin-right: 0%;margin-bottom: 0px;}
		.img-info {
		   top: 43px;}
		.pull-left1 {
		    width: 100%;
		    float: none;
		}
		.pull-left2 {
		    width: 100%;
		    float: none;
		}
		.img-info .img-text {
		    
		    font-size: 21px;
		    
		}
		.animation-scale-item {
		    width: 100%;
		    height: 150px
		
		}
		
		.pull-left1.recommend-blocks .reco-img-wrap {
		    width: 100%;
		    height: 150px;
		    margin-right: 0%;
		    margin-bottom: 0px;
		}

		.banner-rk {
			position: inherit;
			z-index: 999999999;
			top: 0px; width: 101%;
		}

.banner-wap .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:5px!important;
    left: 0;
    width: 100%;
}

		.nctive_txt {
			float: none;
			margin-top: 0px;
			position: inherit;
			padding: 0px 10px 0px 10px;
			top: 0px;
			z-index: 999999999;    width: 94%;
    margin: 0px auto;
		}	

		.nctive a {-webkit-line-clamp: 1;  line-clamp: 1; font-size: 14px; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;}
		.nctive {background-color: #ebebeb;}
		.rk_tab{clear: both;width: 96%;
			margin: 20px auto;}
			.rk_tab .slideTxtBox .hd ul li {
			
			line-height: 40px;
			font-size: 15px;
		
			width: 33.3333333333%;
			height: 40px;
		
		}

		.rk_tab .slideTxtBox .hd i{display: none;}
		
		
		.rk_tab .slideTxtBox .hd ul li.on {
			text-shadow: 1px 2px 2px #000;
			font-size: 16px;
		}
		.rk_tab .slideTxtBox .hd ul {
			
			width: 100%;
		}
		.rk_tab .slideTxtBox .bd ul {
			box-shadow: 1px 4px 4px #ccc
		}
		.rk_tab .slideTxtBox .hd {
			padding: 0 10px 0 0px;
			height: 40px;
			height: 40px;
			position: relative;
			overflow: hidden;
		}

		.rk_tab .slideTxtBox .bd li {
			height: 42px;
			line-height: 42px;
	
			width: 30%;
	
			box-shadow: 2px 2px 4px 2px #eee;
			font-size: 14px;
			margin: 15px 5px 15px 5px;
	
		}
		.rk_tab .slideTxtBox .bd ul {
			padding: 8px;
		
		}










		.icon_nctive {
			width: 110px;
			font-size: 15px;
		
		}
		.icon_nctive i {
		
			font-size: 19px;
		}
	
.advantage_title {
    margin-top: 30px;
    
    font-size: 12px;
    line-height: 29px;}

	.advantage_1 {
		width: 100%;
		height: 100%;
		background: url(../image/hbg.png) no-repeat;
		padding: 10px 10px 10px 10px;
		overflow: hidden;
		position: relative;
		top: 30px;
	}
 
	.advantage_2 {
		background-color: #fff;
		margin: 20px auto;
		width: 100%;
	}

	.advantage_left {
		width: 100%;
		float: none;
	}
	.advantage_right {
		width: 100%;
		float: none;

	}
	.advantage_right {
		width: 100%;
		float: none;
	
	}
	.advantage .swiper-slide {
		font-size: 18px;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		 padding: 10px 10px; 
	}

	.advantage .swiper-button-prev {
		
		left: 5px;
right: auto; display: none;
	}

	.advantage .swiper-button-next{
	
		right: 5px;
		left: auto;display: none;
	}
.news_title,.news_more{display: none;}
.rk_tab2 .slideTxtBox .hd ul li {
   
    line-height: 40px;
    font-size: 16px;
    
    width: 25%;
    height: 40px;

}
.rk_tab2 .slideTxtBox .iconfont{display: none;}
.rk_tab2 .slideTxtBox{ width:100%; position: relative; top: 20px;}
.rk_tab2 .slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px; width: 100%;  }
.rk_tab2 .slideTxtBox .hd{   padding:0 10px 0 0px;  height: 40px; height: 40px;position:relative;
 width: 100%; margin: 0px auto;}
 .rk_tab2 .slideTxtBox .hd ul li.on{font-size: 16px;}
 .news_left {
    width: 100%;
    float: none;
    position: relative;
}
.news_right {
    width: 100%;
    float: none;
    position: relative;
}
.new_img img {
    width: 130px;
    height: 77px;
}
.new_img {
    width: 130px;
   
}
.new_news p{display: none;}
.new_news h1 {
    
    line-height: 20px; 
}
.new_news h1  a{font-size: 15px; 
    line-height: 20px;
	-webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;
	 }

	.news_mmore img{width: 6%;}

	.news_mmore span {
		
		line-height: 18px;
		font-size: 13px;
	}


	.news_data {
	
		width: 28%;
		
	}
	.news_li {
		width: 63%;
		float: right;
	}
	.news_li p{display: none;}
	.news_li h1{line-height: 26px;}
	.news_li a {
		font-size: 15px;-webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;
	
		color: #333;
	}
	.news_data h1 {
		font-size: 28px;
		
	}
	.news_data p {
	
		line-height: 16px;
	}

	.rk_tab1 .slideTxtBox .hd {
	
		width: 100%;
	
	}
	

	.advantage .swiper-pagination-white .swiper-pagination-bullet {
		background-color: #f3982b!important; margin: 0px 10px 0px 0px;
	}
	


	.advantage .swiper-pagination-white .swiper-pagination-bullet-active {
		background-color: #cf2727!important;
}
.advantage .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    display: inline-block;
    border-radius: 100%;
	
    background: #000;
    opacity: .8;

}
.advantage .swiper-pagination{position: relative; height: 50px!important; line-height: 50px;}
.wap_txt{text-align: center; position: relative; font-size: 14px;}
.advantage {
   
    padding-bottom: 18px;
    background: url(../image/lbg.png) repeat center;
}
.rk_tab1 .slideTxtBox .hd ul li{width: 33%; font-size: 15px; height: 35px; line-height: 35px;}
.rk_tab1 .slideTxtBox .hd ul {
   
    position: relative;
  
    width: 100%;
}
.rk_tab1 .slideTxtBox .hd {
 
    height: 35px;
    height: 35px
}
.rk_tab1 .slideTxtBox .hd ul li.on {
    font-size: 15px;
 
}
.rk_tab1 .slideTxtBox .bd ul {
  padding: 10px 0 0 0; 
 
}

.rk_tab1 .slideTxtBox .bd li {
    height: 27px;
    line-height:27px;
    text-align: center;
    float: left;
    font-size: 14px;
    border-radius: 10px;
    width: 28%;

    margin-top: 5px;
	overflow: hidden;
}
.rk_tab1 .slideTxtBox .iconfont {
    font-size: 34px;
}
.custom-scrollbar {
    height: auto;
    overflow-y: auto;
}
.border {
    border-left: 0px solid #ececec;
}
.advantage_left h1 {
    font-size: 20px;
   
}
.phone {

    padding: 10px 10px 0px 10px;
    
}
.phone_right {
    width: 61%;
	margin-left: 13%;
}
.advantage_right1 {
    width: 100%;
    float: none;
}
.dh_kf{padding-top: 10px!important;}
}




@media only screen and (min-width:1026px) and (max-width:1551px){

	.banner-pc .swiper-slide .banner_img1 {
		width: 65%;
	}

.logo img {
    width: 82%;
    margin-top: 15px;
}
}