@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	
}

body{
	
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
}

div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}

table{
	outline:none;
	border-collapse: collapse;
}

th,td,tr{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

a,a:hover, a:visited {
	text-decoration: none;
	color: #004ea2;
	-webkit-tap-highlight-color: transparent;
	/* transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s; */
}

img{
	font-size: 12px;
	line-height: 1.0;
}
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

.clear,.clr{
	clear:both;
	overflow:hidden;
	height: 0;
}

.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}

.container{ 
	margin-left: auto;
	margin-right: auto;
}
.w1300{
	width:1300px;
}
.w1200,.w1300{
	margin-left: auto;
	margin-right: auto;
}

.w1200{
	width:1200px;
}

.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:340%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

/* 基础样式 */

.bg-f{
	background: #fff;
}

.bg-f5{
	background: #f5f5f5;
}

h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	color: #404040;
}

p{
	/* font-size: 16px; */
	/* font-weight: normal;
	line-height: 22px;
	color: #404040; */
}

.wrapper{
	width: 1200px;
}

/* .wrapper a:hover{
	color: #20a7f6;
} */

/* top */

.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.top{
	margin-top: 30px;
}
.top-img img{
	margin-left: 15px;
}
.top-left {
	margin-top: 10px;
}
.top-left li{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #666666;
	text-align-last:justify;
	text-align: justify;
}
.top-left li img{
	margin-right: 10px;
}
.top-right img{
	margin-right: 20px;
	width: 95px;
	height: 95px;
}
.top-right p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

/* header */

.header{
	height: 50px;
	margin-top: 10px;
}


.nav{
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul.navul li.navli{
	position: relative;
}

.nav ul.navul li.navli h5 a{
	display: block;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.nav ul.navul li.navli,.nav ul.navul li.navli h5 a{
	line-height: 50px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.nav ul.navul li.active h5 a,.nav ul.navul li.navli h5 a:hover,.nav ul.navul li.navli:hover h5 a{
	background-color: #004ea2;
	color: #ffffff;
	font-size: 16px;
}
.nav > ul ul {
	display: none;
}
.nav .sub-menu{
	position: absolute;
	background-color: #FFF;
	z-index: 9999;
	left:0;
	top:50px;
	width: 100%;
	border-top: 4px solid #8ec63f;
}
.nav .sub-menu a {
	font-size: 16px;
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.nav .sub-menu li{
	position: relative;
}
.nav-swt{
	width: 131px;
	height: 33px;
	line-height: 33px;
	background-color: #8ec63f;
	border-radius: 16px;
	text-align: center;
}
.nav-swt img{
	margin-right: 4px;
}
.nav-swt>h5>a{
	color: #ffffff;
	font-size: 16px;
}
/* banner */

.banner{
	position:relative; 
	 overflow: hidden;
	height:450px; 
	background:#e5e5e5;
}

.banner .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.banner .bd ul{
	width:100% !important;
}

.banner .bd ul li{
	width:100% !important;  
	height:450px; 
	overflow:hidden; 
	text-align:center;
}

.banner .bd ul li a{
	display:block; 
	height:450px;
}

.banner .hd,.ny-banner .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	/* left:0; */
	height:30px; 
	line-height:30px; 
	text-align:center;
}

.banner .hd ul,.ny-banner .hd ul{
	text-align: center;
	
}

.banner .hd ul li,.ny-banner .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.banner .hd ul li.on,.banner .hd ul li:hover,.ny-banner .hd ul li.on,.ny-banner .hd ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}

.banner a.prev,.banner a.next,.ny-banner a.prev,.ny-banner a.next{
	position: absolute;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	top: 200px;
	filter: grayscale(1);
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.banner a.prev,.ny-banner a.prev{
	left: 100px;
	background: url(../images/icon-prev-l.png) center no-repeat;
}

.banner a.next,.ny-banner a.next{
	right: 100px;
	background: url(../images/icon-next-l.png) center no-repeat;
}

.banner a.prev:hover,.banner a.next:hover,.ny-banner a.prev:hover,.ny-banner a.next:hover{
	filter: grayscale(0);
}

.ny-banner{
	position:relative; 
	 overflow: hidden;
	height:300px; 
	background:#e5e5e5;
}

.ny-banner .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.ny-banner .bd ul{
	width:100% !important;
}

.ny-banner .bd ul li{
	width:100% !important;  
	height:300px; 
	overflow:hidden; 
	text-align:center;
}

.ny-banner .bd ul li a{
	display:block; 
	height:300px;
}


/* banner-btm */
.bg-bule{
	background:#004ea2;
}
.lay-row{
	height: 110px;
	background-color: #004ea2;
	align-items:center
}
.lay-row em{
	width: 1px;
	height: 40px;
	display: inline-block;
	color: #fff;
	background: #fff;
}
.lay-row li a{
	width: 123px;
	display: flex;
	height: 88px;
	flex-direction: column;
	justify-content:space-around;
}
.lay-row li:hover{
	height: 101px;
	padding-top:12px;
	background-color: #8ec63f;
}
.lay-row li img{
	width:71px;
	margin: 0 auto;
}
.lay-row li span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}
/* column one */
.ind-news-btn a{
	width: 79px;
	height: 32px;
	display: block;
	background-color: #8ec63f; 
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 10px 0;
}
.news-left{
	width: 404px;
	height: 610px;
	border: solid 1px rgba(51, 51, 51, 0.2);
	padding: 0 13px;
}
.news-left h3{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	/*margin-top: 10px;*/
}
.news-left .news-video{
	width: 376px;
	text-align: center;
	position:relative;
	overflow: hidden;
	height:230px; 
	background:#e5e5e5;
}

.news-video .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.news-video .bd{
	width:100% !important;
}

.news-video .bd li{
	width:100% !important;  
	height:230px; 
	overflow:hidden; 
	text-align:center;
}

.news-video .bd li a{
	display:block; 
	height:230px;
}

.news-video .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:10px; 
	height:20px; 
	line-height:20px; 
	text-align:right;
}

.news-video .hd ul{
	text-align:right;
	padding-right: 10px;
}

.news-video .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	font-size: 0;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	background: #fff;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.news-video .hd ul li.on,.news-video .hd ul li:hover{
	background-color: #8ec63f;
	width: 20px;
}
.news-left .news-img{
	width: 376px;
	text-align: center;
	position:relative;
	overflow: hidden;
	height:230px; 
}
.news-img ul{
	display: flex;
	justify-content: space-between;
}
.news-img li{
	width: 180px;
	height: 230px;
	border:1px solid #d4d4d4;
}
.news-img li img{
	width: 100%;
	height: 100%;
}
.news-left-line{
	width: 100%;
	display: block;
	height: 0;
	border-top:1px solid rgba(51, 51, 51, 0.2);
	margin-top: 20px;
}
/*.news-img .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.news-img .bd{
	width:100% !important;
}

.news-img .bd li{
	width:100% !important;  
	height:230px; 
	overflow:hidden; 
	text-align:center;
}

.news-img .bd li a{
	display:block; 
	height:230px;
}*/

.news-item{
	width: 756px;
	height: 140px;
	background-color: #e5e5e5;
	padding: 0 28px;
}
.news-item h3{
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
	line-height:48px;
	padding-top: 18px;
}
.news-item p{
	/*text-indent: 2em;*/
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 28px;
}
.news-item p a{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #004ea2;
}
.news-box .news-box-line{
	width: 100%;
	display: block;
	height: 4px;
	border-top:1px dashed #7f7f7f;
	border-bottom:1px dashed #7f7f7f;
	margin: 20px auto;
}

.news-list li{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	border-bottom:1px dashed #7f7f7f;
}
.news-list li p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 40px;
}
.news-list li p:before{
	content: '';
	display: inline-block;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #004ea2;
	margin: 0 12px;
	vertical-align: middle;
}

.news-list li span{
	width: 120px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.news-list li:nth-child(1) span,.news-list li:nth-child(2) span{
	background: url(../images/icon_hot.png) no-repeat center right;
}

.ind-adv{
	margin-top: 52px;
}
.slide-adv{
	height: 180px;
	position: relative;
	margin: 30px 0 0;
	overflow: hidden;
}
.slide-adv-bd{
	margin-left: 37px;
}
.slide-adv-bd ul li{
	display: inline-block;
    font-size: 12px;
    width: 218px;
    height: 180px;
    position: relative;
    margin-right: 9px;
}
.slide-adv-bd ul li img{
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    width: 100%;
    height: 150px;
    opacity: 1;
}
.slide-adv-bd ul li p{
	background: #b2b2b2;
	display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    text-align: center;
}
.slide-adv a.prev-adv,.slide-adv a.next-adv{
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	top: 75px;
	filter: grayscale(1);
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	z-index: 999;
}

.slide-adv a.prev-adv{
	left: 0;
	background: url(../images/icon-prev-l.png) center no-repeat;
	-webkit-background-size: 35px;
	background-size: 35px;
}

.slide-adv a.next-adv{
	right: 0;
	background: url(../images/icon-next-l.png) center no-repeat;
	-webkit-background-size: 35px;
	background-size: 35px;
}

.slide-adv a.prev-adv:hover,.slide-adv a.next-adv:hover{
	filter: grayscale(0);
}

/* coloum two */
.inx-col-title{
	text-align: center;
	background: url(../images/tit_line.png) no-repeat bottom center;
	padding-bottom: 10px;
}
.inx-col-title h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
}
.inx-col-title p{
	font-size: 17px;
	
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 36px;
}
.inx-col-title p span{
	color: #004ea2;
}
.inx-colb{
	margin-top: 40px;
	margin-bottom: 40px;
}

.inx-colb-box{
	margin: 40px auto;
}


.icb-item {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
  }
  .icb-item {
    animation: fadeIn 1s ease;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .icb-item.visible {
    opacity: 1;
    transform: translateX(0);
  }


.icb-item dl{
	display: block;
	background: #f1f1f1;
	text-align: center;
	height: 414px;
	width: 288px;
	position: relative;
}
.icb-item img{
	width: 288px;
	height: 233px;
}

.icb-item dl dt h5{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
	margin-top: 25px;
}
.icb-item dl dt em{
	display: block;
	width: 63px;
	height: 2px;
	background-color: #ce000d;
	margin: 15px auto;
}

.icb-item dl dt p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.icb-item dl a,.icb-item dl dt span{
	width: 80px;
	height: 32px;
	line-height: 32px;
	display: block;
	background-color: #8ec63f;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;	
	margin: 15px auto 0;
	cursor:pointer;
}
.icb-item dl dd{
	display: none;
}
.icb-item dl dd{
	position: absolute;
	height: 414px;
	width: 288px;
	overflow: hidden;
	top:0;
	left: 0;
	background:rgba(51, 51, 51, 0.83);
	padding-top: 80px;
	box-sizing: border-box;
}

.icb-item dl dd h5{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.icb-item dl dd h5 span{
	font-size: 16px;
	display: block;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.icb-item dl dd em{
	display: block;
	width: 63px;
	height: 1px;
	background-color: #ffffff;
	margin: 25px auto;
}
.icb-item dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height:28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.icb-item dl dd a{
	width: 136px;
	margin-top: 30px;
	position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -68px;
}
/* colomn three */

.inx-colc{
	overflow: hidden;
}
.doc-main{
	width: 960px;
	margin: 0 auto;
}
.doc-main-text{
	padding-top: 75px;
}
.doc-main-text h3{
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.doc-main-text h3 img{
	vertical-align: bottom;
	margin-right: 10px;
}
.doc-main-text p{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 48px;
	color: #ffffff;
	margin: 10px 0;
	padding-left: 15px;
	width: 474px;
	background: url(../images/doc_tit_bg.jpg) no-repeat left center;
}
.doc-main-text ul li{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #666666;
	padding-left: 46px;
	background: url(../images/icon_04.png) no-repeat left center;
}
.doc-main-btn {
	margin-top: 20px;
}
.doc-main-btn img{
	vertical-align: top;
}
.doc-main-btn a{
	width: 129px;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 34px;
	height: 43px;
	text-align: center;
	margin-top: 25px;
	margin-left: 29px;
	background: url(../images/doc_btn.jpg) no-repeat center center;
}
.doc-honor-box{
	width: 960px;
}
.doc-honor-a{
	background: url(../images/doc_bg.png) no-repeat center;
	height: 292px;
}
.doc-honor-b{
	background:#014ea1;
	height: 192px;
}
.slide-doctor{
	position:relative;
	margin-top:40px;
}

.slide-doctor a.prev-doc,.slide-doctor a.next-doc{
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none; 
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	top: 200px;
	filter: grayscale(1);
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.slide-doctor a.prev-doc{
	left: -8%;
	background: url(../images/icon-prev-l.png) center no-repeat;
}

.slide-doctor a.next-doc{
	right: -8%;
	background: url(../images/icon-next-l.png) center no-repeat;
}

.slide-doctor a.prev-doc:hover,.slide-doctor a.next-doc:hover{
	filter: grayscale(0);
}

.slide-doc-bd{
	overflow:hidden;
}

.slide-doc-bd ul{
	overflow:hidden; 
	zoom:1;
	/*height: 600px;*/
}

.slide-doc-bd ul>li{
	width: 300px;
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
}

.slide-doc-bd ul li dl{
	height: 550px;
	background: #fff;
}

.slide-doc-bd ul li dl dt{
	width: 300px;
	height: 300px;
	overflow: hidden;
	/* margin-bottom: 19px; */
}

.slide-doc-bd ul li dl dt img{
	display: block;
	width: 100%;
}

.slide-doc-bd ul li dl dd{
	height:260px;
	position: relative;
	text-align: center;
}

.slide-doc-bd ul li dl dd h5{
	font-size: 20px;
	font-weight: bold;
	line-height:36px;
}
.slide-doc-bd ul li dl dd b{
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}
.slide-doc-bd ul li dl dd ol li{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}
.slide-doc-bd ul li dl dd em{
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 12px;
	position: relative;
	margin: 10px auto;
	background: url(../images/icon-slogo.jpg) center no-repeat;
}

.slide-doc-bd ul li dl dd em:before,.slide-doc-bd ul li dl dd em:after{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width:123px;
	height: 1px;
	background-color: #dcdee4;
}

.slide-doc-bd ul li dl dd em:before{
	left: -118px;
}

.slide-doc-bd ul li dl dd em:after{
	right: -118px;
}
.slide-doc-bd ul li dl dd span{
	font-size: 16px;
	font-weight:bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.slide-doc-bd ul li dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn-large a{
	width: 130px;
	height: 30px;
	background-color: #8ec63f;
	border-radius: 5px;
	text-align: center;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0 auto;
}

.hov-ctrl:hover{
	filter:brightness(0.9);
	-webkit-filter:brightness(0.9); 
}

.hov-ctrl:active{
	filter:brightness(0.75);
	-webkit-filter:brightness(0.75); 
}

.hov-ctrl:hover a,.hov-ctrl:active a,.hov-ctrl a:hover{
	color: #fff;
}

/* colomn four */

.inx-cold{
	padding-top: 40px;
}

.inx-cold-box{
	margin: 40px auto;
}

.icd-host{
	width: 404px;
	height: 465px;
}
.icd-info{
	flex-wrap: wrap;
	width: 756px;
	height: 465px;
	align-content:space-between;
}

.icd-info dl{
	width: 363px;
	height: 225px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}

.icd-info-a{
	background: url(../images/hos_bg01.jpg) no-repeat center center;
}
.icd-info-b{
	background: url(../images/hos_bg02.jpg) no-repeat center center;
}
.icd-info-c{
	background: url(../images/hos_bg03.jpg) no-repeat center center;
}
.icd-info-d{
	background: url(../images/hos_bg04.jpg) no-repeat center center;
}
.icd-info dl dt{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	position: absolute;
	top: 35px;
	left: 36px;
}
.icd-info dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	position: absolute;
	top: 142px;
	left: 20px;
}
.icd-info dl.icd-info-b dt,
.icd-info dl.icd-info-c dt,
.icd-info dl.icd-info-b dd p,
.icd-info dl.icd-info-c dd p{
	color: #ffffff;
}
/* colomn five*/
.inx-cole-box {
	margin: 40px auto 0;
}
.inx-cole-box .hd ul{
	height: 641px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inx-cole-box .hd li{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #999999;
	width: 144px;
	height: 168px;
	cursor: pointer;
	background: url(../images/us_tit_bg02.png) no-repeat center;
	padding-top: 40px;
	padding-left: 38px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inx-cole-box .hd li.on{ 
	background:url(../images/us_tit_bg01.png) no-repeat center;
	border-radius: 5px;
	color: #ffffff;
}
.inx-cole-box .bd,.inx-cole-box .bd li,.inx-cole-box .bd img{
	width: 978px;
	height: 641px;
}

/* footer */

.footer{
	padding-top: 40px;
	background: #303030;
}
.footer .footer-info{
	align-items: center;
	border-bottom: solid 1px #949494;
	padding-bottom: 15px;
} 
.footer-nav{
	width: 900px;
	padding-left: 10px;
	justify-content: flex-start;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-left{
	width:570px ;
	height: 212px;
	border-right: solid 1px #ffffff;
	padding-right: 44px;
}

.footer-left .footer-add p{
	width: 400px;
	margin-top: 20px;
}
.footer-left .footer-add  p img{
	margin-right: 18px;
	display: inline-block;
	vertical-align: middle;
}
.footer-left .footer-add p span{
	display: inline-block;
	width:330px;
	font-size:16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	vertical-align:middle;
}
.footer-zlxm {
	text-align: center;
}
.footer-zlxm p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin: 25px auto 15px;
}
.footer-zlxm span{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.footer-nav dl{
	width: 140px;
}
.footer-nav dl dd{
	padding-left: 27%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.footer-nav dl dd a{
	color: #999999;
}

.footer-link{
	width: 300px;
	box-sizing: content-box;
	text-align: center;
}

.footer-link .footer-link-img{
	width:181px;
	height: 181px;
	margin: 0 auto;
}

.footer-link .footer-link-img img{
	display: block;
	width: 100%;
}

.footer-link p{
	margin-top: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}

/* bottom */

.bottom{
	/* height: 100px; */
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #303030;
}

.bottom p,.bottom p a{
	font-size: 14px;
	line-height:26px;
	color: #999999;
}
.bottom p span{
	display: inline-block;
	margin: 0 5px ;
}
@media screen and (max-width:1199px){
	.wrapper{
		width: 100%;
		min-width: 1000px;
	}
}

/*面包屑导航*/

.content{
    margin: 20px auto;
    font-size: 14px;
}

.position{
    background: #f3f3f3;
    height: 60px;
    overflow: hidden;
    margin: 20px auto;
}

.posi_link{
	
}

.posi_link em{
	display: inline-block;
    float: left;
    background: url(../images/mbg.png);
    width: 60px;
    height: 60px;
}

.posi_link span{
    display: inline;
    padding: 0px 20px;
    height: 60px;
    color: #6a6a6a;
    line-height: 60px;
}

.posi_link span a:nth-child(1){
	font-size: 18px;
    color: #0565c8;
}

.posi_link span a:nth-child(1):hover{
	color: #0565c8;
}

.posi_link span a{
	color: #6A6A6A;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    margin: 0 10px;
}

.posi_link span a:hover{
	color: #484848;
}

.posi_search{
	
}

.posi_stxt{
	width: 200px;
    margin: 15px 0px 0px 0px;
    height: 28px;
    float: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #c3c3c3;
    line-height: 28px;
    -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
    box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
    outline: none;
    border: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.posi_stxt:focus,.posi_stxt:hover{
	border: 1px solid #2d8bef;
}

.posi_sbtn{
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: url(../images/sub.png) no-repeat center;
    border: none;
    float: left;
    vertical-align: middle;
    margin-top: 15px;
}
/*文章列表页*/
.ny-center{
	padding: 0 20px;
}
.ny-center li{
	height:171px;
	margin:auto; 
	border-bottom:#bcbcbc 1px dashed;
}
.ny-center li:last-child{
	border-bottom: 0;
}
.list-img{
	width:202px; 
	height:131px; 
	float:left;
	margin-top:20px;
	overflow: hidden;
}
.list-img img{
	width:202px; 
	height:131px; 
}
.list-right{
	width:565px; 
	height:131px; 
	float:left; 
	margin:20px 0 0 10px;
}
.list-right h4{
	font-size:16px; 
    font-weight:bold;
	color:#454545; 
	font-weight:normal;
}
.list-right p{
	font-size:14px; 
	color:#666666; 
	/**text-indent:2em; **/
	line-height:23px; 
	margin:6px 0;
}
.list-right a {
	color:#666666; 
}
.list-right span{ 
	font-size:12px; 
	color:#9c9c9c;
    float:right;
}
/*文章页与内容页*/

.article_main{
	width: 830px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top: 3px solid #0d6acb;
}

.article_cont{
    padding: 20px;
}
.article_cont h1{ 
	line-height:1.5; 
	text-align:center; 
	font-size:30px; 
	display:block; 
	padding-top:20px;
	font-weight: bold;
}
.article_cont h2{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.article_cont h2 a.yellow{
	color: #ff6c00;
    text-decoration: none;
}
.article_cont p{
	margin: 1em 0;
}
.article_cont img{ max-width:80%;}
.atl_day{
	width: 60px;
}

.atl_day h5{
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #458eda;
}

.atl_day h6{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0d6acb;
}

.atl_cont{
    width: 90%;
}

.atl_cont article{
	
    color: #333;
    line-height: 28px;
    padding-bottom: 10px;
}
.atl_cont article img{
	max-width: 100%;
}
.atl_cont article h1{
	font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.atl_cont article p{
	font-size: 14px;
	line-height: 28px;
}

.atl_link{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.atl_link a{
	margin-left: 20px;
	margin-right: 20px;
    display: inline-block;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0px 30px 0px 50px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    
}

.atl_link a:first-child{
	background: #0565c8 url(../images/online.png) 20% center no-repeat;
}

.atl_link a:last-child{
	background: #0d9900 url(../images/order.png) 20% center no-repeat;
}

.atl_link a:first-child:hover{
	background: #0d9900 url(../images/online.png) 20% center no-repeat;
}

.atl_link a:last-child:hover{
	background: #0565c8 url(../images/order.png) 20% center no-repeat;
}

.kindly{
    padding: 10px;
    border: 1px solid #dedede;
    background: #f8f8f8;
    font-size: 14px;
}

.kindly h6{
    color: #6a6a6a;
    font-size: 14px;
    line-height: 21px;
}

.kindly p{
    color: #a0a0a0;
    font-size: 14px;
    line-height: 21px;
}

.other_atl{
	margin-top: 20px;
    border-top: 1px solid #dedede;
    padding: 10px 0px;
}

.other_atl ul{
	
}

.other_atl ul li{
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

/*.other_atl ul li:first-child{
	float: left;
}

.other_atl ul li:last-child{
	float: right;
}*/

.other_atl ul li a{
	color: #6a6a6a;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
} 

.other_atl ul li a:hover{
	color: #0565c8; 
}

/* list_right */
.list_right{width:360px; height:auto; overflow:hidden;}

.right_hd{width:358px; height:350px; border:1px solid #cbcbcb; position: relative;overflow: hidden;}

.right_hd .bd{
	margin:0 auto; 
	height:350px;
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.right_hd .bd ul{
	width:100% !important;
}

.right_hd .bd ul li{
	width:100% !important;  
	height:350px; 
	overflow:hidden; 
	text-align:center;
}

.right_hd .bd ul li a{
	display:block; 
	height:350px;
}

.right_hd .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	/* left:0; */
	height:30px; 
	line-height:30px; 
}

.right_hd .hd ul{
	text-align: center;
	
}

.right_hd .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.right_hd .hd ul li.on,.right_hd .hd ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}
/* 本例子css */
	.TB-focus{ width:358px; height:350px; border:1px solid #D8D8D8; position:relative;  overflow:hidden; }
	.TB-focus .hd { position:absolute; right:9px; bottom:10px; z-index:1; padding-left:2px; }
	.TB-focus .hd li { color:#f60; cursor:pointer; margin-left:3px; width:18px; height:18px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); border:1px solid #d8d8d8; margin-left:-1px; }
	.TB-focus .hd li.on { background:#f60; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }

.right_hospital{width:358px; height:auto; overflow:hidden; border:1px solid #cbcbcb; margin:15px auto;}
.right_hospital dl{width:358px; height:40px; background:#004ea2; border-bottom:2px solid #ff6c00;}
.right_hospital dl b{width:auto; height:40px; background:url(../images/list_06.jpg) no-repeat left; display:block; margin-left:10px;line-height: 40px;color:#fff;font-size: 18px;}
.right_hospital_pic{width:325px; height:159px; border:1px solid #cbcbcb; margin:10px auto;}
.right_hospital_wz{width:325px; height:auto; line-height:24px; text-indent:2em; margin:10px auto; display:block; font-size:14px;}
.right_hospital_zx{width:330px; margin:15px auto 0; display:block; height:auto; overflow:hidden;background:#014da1;}
.right_hospital_zx li{width:109px; height:86px;  display:block; float:left;}
.right_hospital_tel{width:330px; height:68px; margin:0 auto 15px;background: #014da1;}

.right_doctor{width:358px; height:auto; overflow:hidden; border:1px solid #cbcbcb; margin:15px auto;}
.right_doctor dl{width:358px; height:40px; background:#004ea2; border-bottom:2px solid #ff6c00;}
.right_doctor dl b{width:auto; height:40px; line-height:40px; font-size:20px; color:#ffffff; display:block; margin-left:15px; float:left; letter-spacing:2px;}
.right_doctor dl p{width:115px; height:26px; line-height:26px; background:#ff6c00; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:block; float:right; margin-left:15px; margin-top:5px; text-align:center; font-size:14px;}
.right_doctor_zj{width:340px; height:200px; margin:15px auto; border-bottom:1px dashed #666666;}
.right_doctor_zj b{width:134px; height:176px; display:block; border:1px solid #cbcbcb; float:left;}
.right_doctor_zj h1{width:195px; height:34px; line-height:34px; display:block; float:right; letter-spacing:2px;}
.right_doctor_zj h2{width:195px; height:26px; line-height:26px; display:block; float:right; letter-spacing:2px; font-size:16px;}
.right_doctor_zj p{width:195px; line-height:20px; font-size:12px; display:block; float:right;}
.right_doctor_nr{width:340px; height:auto; overflow:hidden; margin:5px auto;}
.right_doctor_nr h1{width:340px; height:32px; background:#eeeeee;}
.right_doctor_nr h1 b{width:216px; height:28px; line-height:28px; background:#0a4f9c; display:block; float:left; margin-top:2px; padding-left:10px; font-size:14px; color:#ffffff; font-weight:normal;}
.right_doctor_nr h1 u{width:auto; height:32px; line-height:32px; display:block; float:right; padding-right:10px; text-decoration:none; font-size:14px;}
.right_doctor_nr p{width:340px; height:26px; line-height:26px; display:block; margin:10px auto; font-size:16px;}
.right_doctor_nr p a{width:73px; height:26px; text-align:left; display:block; float:left; border-right:1px solid #cbcbcb; padding-left:10px; }


/*设备列表页*/
.sb-list{
	width: 590px;
	height: 363px;
	
	
	border: 1px solid #d2d2d2;
	font-size: 14px;
	margin-bottom: 17px;
}
.sb-list:nth-of-type(odd){
	margin-right: 20px;
}
.sb-list:hover{
	border-color: #0a9a03;
}
.sb-list:hover .info{
	background-color: #8ec63f;
}
.sb-list img{
	width: 255px;
	height: 359px;
}
.sb-list div h1{
	color: #0c40ba;
	font-size: 18px;
	padding-bottom: 12px;
	font-weight: bold;
}
.sb-list>div{
	float: left;
}
.sb-right{
	width: 333px;
	padding-left: 18px;
	padding-top: 17px;
	padding-right: 16px;
	position: relative;
	height: 359px;
	line-height: 24px;
	background:#f5f5f5;
}
.sb-right span{
	color: #cf000d;
	font-weight: bold;
}
.sb-right  .info{
	display: inline-block;
	width: 182px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #004ea2;
	color: #fff;
	position: absolute;
	bottom: 26px;
	margin-left: 70px;
}


/*网站地图*/
.sitemap ul{
	padding-top: 20px;
}
.sitemap ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #333;
}
.sitemap ul li dl dt{
	margin-bottom: 15px;
	display: block;
	/* background: #ddd; */
	border-radius: 5px;
	border-left: 5px solid #0565c9;
}
.sitemap ul li dl dt a{
	text-align: left;
	color: #333333;
	font-size: 24px;
	display: block;
	text-indent: 1em;
	font-weight: 700;
	line-height: 2;
}
.sitemap ul li dl dd{
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
	line-height: 2;
}
.sitemap ul li dl dd a{
	display: block;
	color: #333;
	line-height: 2;
	padding:0 15px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}