@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: #333;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
}
img{
	font-size: 12px;
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;
	text-align: center;
	display: inline-block;
	position: relative;
}
img:after {
	content: "\f1c5" " " attr(alt);
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent; */
	background-color: #ddd;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}
.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}
.clear,.clr{
	clear:both;
	overflow:hidden;
}
.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;
}
.content{
	padding-bottom: 80px;
}
.w1200{
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width:1200px;
}
.w860{
	width:860px;
}
.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;
}
.content p{
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #333333;
}
.wrapper{
	max-width: 1200px;
	/*min-width: 1000px;*/
	
}
.wrapper a:hover{
	color: #20a7f6;
}
/* top */
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.top{
	height: 55px;
	background-color: #60646d;
}
.top h2{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 55px;
	color: #bbbfc9;
}
.top dl{
	height: 55px;
	display: flex;
	display: -webkit-flex;
	justify-content: right;
}
.top dl dd{
	height: 55px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 55px;
	margin-right: 10px;
}
.top dl dd b{
	font-weight: normal;
	color: #bbbfc9;
}
.top dl dd span{
	color: #ffffff;
}
.top dl dd:last-child{
	position: relative;
	margin-right: 0;
}
.top dl dd form{
	height: 30px;
	margin-top: 12px;
	font-size: 0;
	line-height: 1.0;
	position: relative;
}
.top dl dd form input[type='text']{
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #999999;
	padding-left: 21px;
}
.top dl dd form input[type='submit']{
	width: 100%;
	height: 100%;
	font-size: 16px;
	cursor: pointer;
	background: transparent;
}
.top dl dd form i.icon-search{
	position: absolute;
	width: 12px;
	height: 12px;
	left: 9px;
	top: 11px;
	background: url(../images/icon-search.png) center no-repeat;
}
/* header */
.header{
	height: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.logo{
	/*width: 360px;
	height: 58px;*/
	width: 275px;
	height: 62px;
	margin-right: 60px;
	position: relative;
}
.logo img{
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.nav{
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
.nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.nav ul.navul li.navli{
	position: relative;
}
.nav ul.navul li.navli h5 a{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	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: 38px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.nav ul.navul li.navli:hover h5 a,.nav ul.navul li.navli h5 a:hover{
	color: #20a7f6;
}
.nav ul.navul li.navli em{
	/* content: ""; */
	opacity: 1;
	display: block;
    visibility: hidden;
    position: absolute;
    height: 2px;
    width: 50px;
    left: -30px;
    bottom: -27px;
	background-color: #20a7f6;
    /* background-color: #396cf0; */
    z-index: 10;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
/* .nav ul.navul li.on em, */
.nav ul.navul li:hover em{
	opacity: 1;
	left: 20px;
	visibility: initial;
}
.nav ul.navul li:first-child:hover em{
	left: 0;
}
.nav .navul .navli .sub{
	border-top: 1px solid #20a7f6;
	font-size: 16px;
	line-height: 1.3;
	/* line-height: 38px; */
	color: #333;
	background-color: #ffffff;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 62px;
	/* bottom: 60px; */
	left: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999;
}
.nav .navul .navli .sub li{
	position: relative;
}
.nav .navul .navli .sub li a{
	padding: 12px 15px;
	display: block;
	color: #333;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav .navul .navli .sub li a:hover{
	color: #ffffff;
	background-color: #20a7f6;
}
.nav .navul .navli:hover .sub{
	visibility: initial;
	opacity: 1;
	top: 45px;
}
/* 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{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	/* left:0; */
	height:30px; 
	line-height:30px; 
	text-align:center;
}
.banner .hd ul{
	text-align: center;
	
}
.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{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}
.banner a.prev,.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{
	left: 100px;
	background: url(../images/icon-prev-l.png) center no-repeat;
}
.banner a.next{
	right: 100px;
	background: url(../images/icon-next-l.png) center no-repeat;
}
.banner a.prev:hover,.banner a.next:hover{
	filter: grayscale(0);
}
/* banner-btm */
.banner-btm{
	height: 104px;
}
.banenr-btm-left{
	background-color: #3289ea;
}
.banenr-btm-right{
	background-color: #2f519e;
}
.banner-btm .bb-box{
	width: 600px;
	min-width: 500px;
	/* height: 104px; */
	padding-top: 16px;
	padding-bottom: 16px;
	justify-content: space-between;
}
.banenr-btm-left .bb-box{
	background: url(../images/bg-test-01.png) no-repeat;
	background-position: 75% 0;
}
.banenr-btm-right .bb-box{
	background: url(../images/bg-test-02.png) no-repeat;
	background-position: 75% 0;
}
/* .banner-btm .bb-box h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #ffffff;
} */
.bb-box-txt{
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.bb-box-txt h3{
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: -1px;
	color: #ffffff;
	margin-bottom: 15px;
}
.bb-box-txt h3 em{
	display: inline-block;
	vertical-align: sub;
	width: 36px;
	height: 36px;
	margin-right: 15px;
}
.bb-box-txt h3 em img{
	width: 100%;
	display: block;
}
.bb-box-txt h3 span{
	font-size: 32px;
}
.bb-box-txt p{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
/* .banner-btm .bb-box h3 span{
	font-size: 32px;
}
.banner-btm .bb-box h3 b{
	font-size: 36px;
	font-weight: normal;	
} */
.banner-btm .bb-box a{
	display: inline-block;
	vertical-align: middle;
	float: right;
	text-align: center;
	width: 112px;
	height: 36px;
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	/* opacity: 0.4; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 36px;
	color: #ffffff;
	margin-right: 20px;
	margin-top: 15px;
}
.banner-btm .bb-box a:hover{
	/* opacity: 0.6; */
	background: rgba(0,0,0,0.6);
}
/* column one */
.index-col{}
.index-col h2{
	
}
.inx-cola{
	padding-top: 80px;
	padding-bottom: 80px;
}
.inx-col-title{
	text-align: center;
	margin-bottom: 10px;
}
/* .inx-col-title h2{
	margin-bottom: 20px;
} */
.inx-col-title h3{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 13px;
}
.inx-col-title p{}
.inx-col-title h6{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e6e6e6;
}
.depart-title{
	/* padding-top: 40px; */
	padding-top: 80px;
	/* margin-bottom: 60px; */
}
.depart-title h3{
	display: inline-block;
	position: relative;
}
.depart-title h3:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: -5%;
	bottom: -3px;
	width: 110%;
	height: 11px;
	background-color: #e0eeff;
}
.inx-cola-box{}
.news-box{
	width: 700px;
}
.news-box dl{
	display: block;
	width: 700px;
	height: 136px;
	background-color: #e0eeff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	/* display: flex;
	display: -webkit-flex;
	justify-content: space-between; */
}
.news-box dl dt{
	display: block;
	float: left;
	width: 220px;
	height: 136px;
	margin-right: 20px;
	background-color: #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
}
.news-box dl dt img{
	display: block;
	width: 100%;
}
.news-box dl dd{
	padding-top: 25px;
	margin-right: 20px;
}
.news-box dl dd h5{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 16px;
}
.news-box dl dd h5 a{
	color: #333333;
}
.news-box dl dd h5 a:hover{
	color: #222;
}
.news-box dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.news-box ul{}
.news-box ul li{
	padding: 13px 10px;
	border-bottom: 1px dashed #cccccc;
}
.news-box ul li a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	transition: all 0.2s ease-in-out;
}
.news-box ul li span{
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #999999;
	transition: all 0.2s ease-in-out;
}
.news-box ul li em{
	float: right;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	background: url(../images/icon-list.png) center no-repeat;
	transition: all 0.2s ease-in-out;
}
.news-box ul li:hover{
	border-bottom: 1px dashed #20a7f6;
}
.news-box ul li a:hover,.news-box ul li a:hover span{
	color: #20a7f6;
}
.news-box ul li:hover em{
	background: url(../images/icon-list-hov.png) center no-repeat;
}
.kown-box{
	width: 420px;
	
}
.know-title{
	padding-bottom: 20px;
	/* margin-bottom: 10px; */
}
.bd-btm-b{
	border-bottom: 1px solid #20a7f6;
}
.know-title em{
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 24px;
	margin-right: 20px;
	background: url(../images/icon-text.png) center no-repeat;
}
.know-title h3{
	float: left;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #404040;
}
/* .know-title:before{
	content: "";
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 24px;
	margin-right: 20px;
	background: url(../images/icon-text.png) center no-repeat;
} */
.know-title a{
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #999999;
}
.kown-box ul{}
.kown-box ul li{
	padding: 12px 10px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
}
.kown-box ul li:before{
	content: "";
	display: bock;
	position: absolute;
	visibility: initial;
	left: 0;
	top: 20px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #ccc;
}
.kown-box ul li:hover{
	border-bottom: 1px dashed #20a7f6;
}
.kown-box ul li:hover:before{
	background: #20a7f6;
}
.kown-box ul li a{
	display: inline-block;
	width: 315px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
}
.kown-box ul li span{
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #999999;
}
.kown-box ul li a:hover,.kown-box ul li:hover a,.kown-box ul li:hover span{
	color: #20a7f6;
}
/* coloum two */
.inx-colb{
	height: 530px;
	overflow: hidden;
	background: url(../images/bg-depart-column.jpg) center no-repeat;
}
.inx-colb-box{
	padding-top: 47px;
	padding-bottom: 47px;
}
.icb-item{
	width: 244px;
	height: 356px;
	position: relative;
	background: url(../images/bg-depart-col.png) top no-repeat;
}
.icb-item dl{
	display: block;
}
.icb-item dl dt{
	padding-left: 25px;
}
.icb-item dl dt h5{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	margin-bottom: 15px;
	
}
.icb-item dl dt h5 a{
	color: #20a7f6;
}
.icb-item dl dt p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
}
.icb-item dl dt p a{
	color: #20a7f6;
}
.icb-item dl dd{
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	bottom: 9px;
	left: 23px;
}
.icb-item dl dd img{
	display: block;
	width: 100%;
}
/* colomn three */
.inx-colc{
	height: 840px;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.bg-blue{
	background-color: #e0eeff;
}
.inx-colc-box{}
.slide-doctor{
	position:relative;
	height: 575px;
	/*overflow: hidden;*/
}
.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;
}
.slide-doc-bd ul li{
	float: left;
	width: 300px;
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 60px;
}
.slide-doc-bd ul li dl{
	height: 510px;
	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: 210px;
	position: relative;
	text-align: center;
}
.slide-doc-bd ul li dl dd h5{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
	padding-top: 19px;
	padding-bottom: 19px;
}
.slide-doc-bd ul li dl dd h5 a{
	color: #333333;
}
.slide-doc-bd ul li dl dd em{
	width: 15px;
	height: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	position: relative;
	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: 7px;
	width: 131px;
	height: 1px;
	background-color: #dcdee4;
}
.slide-doc-bd ul li dl dd em:before{
	left: -131px;
}
.slide-doc-bd ul li dl dd em:after{
	right: -131px;
}
.slide-doc-bd ul li dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	padding: 0 20px;
}
.slide-doc-bd ul li dl dd .sdb-text{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	/*height: 75px;*/
	padding: 0px 45px;
}
.slide-doc-bd ul li dl dd a.btn-doc-link{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #20a7f6;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -32px;
}
.slide-doc-bd ul li dl dd a.btn-doc-link:hover{
	
}
.slide-doc-bd ul li .btn-doc-sub{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.btn-large{
	width: 152px;
	height: 45px;
	border-radius: 5px;
	background-color: #20a7f6;
	text-align: center;
	overflow: hidden;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}
.btn-large a{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 45px;
	color: #ffffff;
	
}
/*.hov-ctrl a:hover{
	filter:brightness(0.9);
	-webkit-filter:brightness(0.9); 
}
.hov-ctrl a:active{
	filter:brightness(0.75);
	-webkit-filter:brightness(0.75); 
}*/
.hov-red a:hover,.hov-red a:active,.hov-ctrl a.a-red:hover,.hov-ctrl a.a-red:active{
	background: #cc4b4b;
}
.hov-blue a:hover,.hov-blue a:active,.hov-ctrl a.a-blue:hover,.hov-ctrl a.a-blue:active{
	background: #1b8bcc;
}
.hov-ctrl:hover a,.hov-ctrl:active a,.hov-ctrl a:hover{
	color: #fff;
}
/* colomn four 选择我们 */
.inx-cold{
	padding-top: 80px;
	padding-bottom: 80px;
}
.inx-cold-box{
	max-height: 570px;
	overflow: hidden;
}
.inx-cold-box img{
	transition: all 0.3s linear;
	cursor: pointer;
}
.inx-cold-box img:hover{
	transition: all 0.3s linear;
	transform:scale(1.2);
}
.icd-title{
	width: 352px;
}
.icd-title h2{
	text-align: left;
	margin-bottom: 40px;
}
.icd-info-text{
	margin-bottom:38px;
}
.icd-title p{
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #555555;
}
.icd-info{
	flex-wrap: wrap;
	width: 780px;
}
.icd-info dl{
	width: 360px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.icd-info dl dt{
	width: 61px;
	height: 61px;
	display: block;
}
.icd-info dl dt img{
	display: block;
	width: 100%;
}
.icd-info dl dd{
	width: 255px;
}
.icd-info dl dd h5{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 20px;
}
.icd-info dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.icd-imgs{
	width: 360px;
	height: auto;
}
.icd-imgs ul{}
.icd-imgs ul li{
	width: 360px;
	height: 270px;
	background-color: #bad5f2;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
	text-align: center;
}
.icd-imgs ul li img{
	display: block;
	width: 360px;
	height: 270px;
}
.icd-imgs ul li em{
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
.icd-imgs ul li h6{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #ffffff;
	z-index: 2;
}
/* 右侧优势展示 */
.icd-tabs{
	width: 840px;
	/* height: 550px; */
	
}
.icd-tabs-hd{
	z-index: 0;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
}
.icd-tabs-hd ul{
	text-align: right;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	overflow: hidden;
	zoom: 1;
	margin-bottom: -1px;
}
.icd-tabs-hd ul li{
	display: inline-block;
	padding-bottom: 14px;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	width: 195px;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #ccc;
	z-index: 11;
	transition: all 0.2s ease-in-out;
}
.icd-tabs-hd ul li:hover,.icd-tabs-hd ul li.on{
	color: #20a7f6;
	border-bottom: 1px solid #20a7f6;
}
.icd-tabs-bd{
	overflow: hidden;
}
.icd-tabs-item{
	margin-left: 60px;
	margin-top: 30px;
}
.icd-tabs-item,.icd-tabs-item p,.icd-tabs-item a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.icd-tabs-item a{
	color: #20a7f6;
}
/* 右侧集团实力 */
.icd-tia-txt{
	width: 356px;
	height: auto;
}
.icd-tia-txt p{
	text-indent: 2em;
}
.icd-tia-txt p a{}
.icd-tia-imgs{
	width: 342px;
	height: auto;
}
.icd-tia-imgs ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icd-tia-imgs ul li{
	width: 161px;
	height: 100px;
	background-color: #cccccc;
	margin-bottom: 20px;
	overflow: hidden;
}
.icd-tia-imgs ul li:first-child,.icd-tia-imgs ul li:last-child{
	width: 342px;
}
.icd-tia-imgs ul li img{
	display: block;
	width: 100%;
}
/* 右侧专家推荐 */
.icd-tib-docs{
	
}
.icd-tib-docs ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icd-tib-docs ul li{
	width: 360px;
	height: 102px;
	margin-bottom: 55px;
}
.icd-tib-docs ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.icd-tib-docs ul li dl dt{
	width: 102px;
	height: 102px;
	overflow: hidden;
	border-radius: 50%;
	background: url(../images/bg-dochead.jpg) center no-repeat;
}
.icd-tib-docs ul li dl dt img{
	display: block;
	width: 100%;
}
.icd-tib-docs ul li dl dt img:hover{
	transform: scale(1.0);
}
.icd-tib-docs ul li dl dd{
	width: 240px;	
}
.icd-tib-docs ul li dl dd p{}
/* 右侧贴心服务 */
.icd-tic-list{
	/*width: 360px;*/
	width: 400px;
}
.icd-tic-list ul{}
.icd-tic-list ul li{
	clear: both;
	margin-bottom: 30px;
	line-height: 30px;
}
.icd-tic-list ul li em{
	/* display: inline-block;
	vertical-align: top; */
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #20a7f6;
	text-align: center;
	line-height: 30px;
	
	color: #fff;
}
.icd-tic-list ul li span{}
/*.icd-tic-list ul li:nth-child(4){
	line-height: 1.2;
}*/
.icd-tic-list ul li:nth-child(4) span{
	/*white-space: nowrap;*/
}
/* 右侧医院环境 */
.icd-tid-imgs{
	width: 100%;
}
.icd-tid-imgs ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icd-tid-imgs ul li{
	width: 250px;
	height: 220px;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	margin-bottom: 10px;
	z-index: 0;
}
.icd-tid-imgs ul li img{
	display: block;
	width: 100%;
}
/* colomn five 地图  */
.inx-cole{
	height: 600px;
	z-index: 0;
	background-color: #ddf3ff;
}
#container_map{
	width: 100%;
	height: 100%;
}
.inx-cole-box{
	height: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.map-info{
	position: absolute;
	top: 30px;
	/* left: 0; */
	right: 0;
	width: 535px;
	height: 540px;
	padding: 35px 45px;
	background-color: #ffffff;
	z-index: 99999;
}
.map-info h2{
	
}
.map-info h3{
	font-size: 58px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -3px;
	color: #e6e6e6;
	margin-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}
.map-info h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 18px;
}
.map-info dl{
	display: block;
	text-align: left;
}
.map-info dt{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
}
.map-info dt img{
	display: block;
	width: 50px;
	height: 50px;
}
.map-info dl dd{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	color: #666666;
}
.map-info dl dd span{
	margin-left: 12px;
}
.map-info dl dd b{
	font-family: Impact;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	color: #999999;
	margin-left: 20px;
}
.map-info ul{
	margin-top: 10px;
	margin-bottom: 30px;
}
.map-info ul li{
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	color: #666666;
}
.map-info  ul li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #d4d2cf;
}
/* footer */
.footer{
	padding-top: 40px;
	border-top: 4px solid #20a7f6;
}
.footer-nav{
	width: 900px;
	justify-content: flex-start;
	
}
.footer-nav dl{
	
	width: 148px;
	height: 240px;
	padding-top: 20px;
	border-left: 1px solid #e0eeff;
}
.footer-nav dl:first-child{
	border-left: none;
}
.footer-nav dl dt{
	padding-left: 27%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	margin-bottom: 18px;
}
.footer-nav dl dt a{
	color: #333333;
}
.footer-nav dl dd{
	padding-left: 27%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
}
.footer-nav dl dd a{
	color: #666666;
}
.footer-link{
	width: 155px;
	height: 186px;
	box-sizing: content-box;
	text-align: center;
	border: solid 1px #6fc2f2;
	background: #6fc2f2;
}
.footer-link .footer-link-img{
	width: 155px;
	height: 155px;
}
.footer-link .footer-link-img img{
	display: block;
	width: 100%;
}
.footer-link p{
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
}
/* bottom */
.bottom{
	/* height: 100px; */
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #3a3c41;
}
.bottom p,.bottom p a{
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
#scroll-top {
  display: inline;
}
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 180px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  /*line-height: 3em;*/
  background: #20a7f6;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*border-radius: 50px;*/
  z-index: 9999999;
}
a#scroll-top:hover {
  background-color: #1b8bcc;
}
a#scroll-top i{
	font-style: normal;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}

/* --------首页与公共样式end------- */

/* -------内页样式------- */
.banner-inner{
	height: 200px;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #eef3ff;
}
.banner-inner img{
	/*margin: 0 -100%;*/
	position: absolute;
	display: block;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.position{
	height: 80px;
	padding-top: 17px;
}
.bg-f6{
	background: #f6f6f6;
}
.posi-box{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #666666;
}
.posi-box i{
	margin-right: 10px;
	color: #c2c2c2;
}
.posi-box a{
	color: #666666;
}
.posi-box a:hover{
	color: #20a7f6;
}
.posi-btn{
	width: 152px;
	height: 45px;
	background-color: #f15b5a;
	border-radius: 5px;
	margin-right: 35px;
	overflow: hidden;
}
.posi-btn a{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
}
.posi-btn:hover{
	background-color: #f05050;
	transition: all 0.2s ease-in-out;
}
.posi-btn a:hover{
	color: #ffffff;
}
/* 侧边栏 */
.sitebar{}
.sitebar-box{
	margin-bottom: 40px;
}
.bd-e5{
	border: solid 1px #e5e5e5;
}
.br-5{
	border-radius: 5px;
}
.sidebar-title{
	padding-top: 40px;
	padding-bottom: 24px;
	margin-bottom: 30px;
	position: relative;
}
.sidebar-title h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	color: #333333;
}
.sidebar-title:after{
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 4px;
	background-color: #20a7f6;
	left: 0px;
	bottom: 0px;
}
.sitebar-in{
	padding-left: 30px;
	padding-right: 30px;
}
/* 侧边栏目列表 */
.sitebar-col{
    /*height: 245px;
    overflow: hidden;*/
}
.sitebar-col ul{
	padding-top: 8px;
	padding-bottom: 8px;
}
.sitebar-col ul li{
	height: 54px;
	font-size: 16px;
	line-height: 55px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}
.sitebar-col ul li:last-child{
	border-bottom: none;
}
.sitebar-col ul li a{
	display: block;
	color: #333333;
	/*padding-left: 20px;*/
	transition: all 0.2s linear;
}
.sitebar-col ul li em{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 25px;
	background-color: #e5e5e5;
	margin-right: 20px;
}
.sitebar-col ul li i{
	float: right;
	height: 54px;
	line-height: 54px;
	/* text-align: right; */
	color: #d9d9d9;
	display: inline-block;
	transition: all 0.2s linear;
}
/*.sitebar-col ul li:hover a{
	text-indent: 2em;
}*/
.sitebar-col ul li:hover a,.sitebar-col ul li:hover i,.sitebar-col ul li.curr a,.sitebar-col ul li.curr i{
	color: #20a7f6;
}
.sitebar-col ul li:hover em,.sitebar-col ul li.curr em{
	background-color: #20a7f6;
}
/* 侧边联系方式 */
.sitebar-tel{
	padding-top: 25px;
	padding-bottom: 25px;
}
.sitebar-tel dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.sitebar-tel dl dt{
	width: 48px;
	height: 48px;
	
}
.sitebar-tel dl dt img{
	display: block;
	width: 100%;
}
.sitebar-tel dl dd{
	line-height: 1.1;
}
.sitebar-tel dl dd h6{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 10px;
}
.sitebar-tel dl dd h5{
	font-size: 24px;
	font-family: Impact;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
/* 侧边栏门诊时间 */
.sitebar-info{
	line-height: 1.1;
	padding-bottom: 25px;
}
.sitebar-info h5{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}
.sitebar-info h6{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
}
/* 侧边栏预约表单 */
.sitebar-form{
	padding-bottom: 20px;
}
.sitebar-form .form-col{
	width: 240px;
	/* height: 44px; */
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.sitebar-form .form-flex{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.sitebar-form .form-col input{
	box-sizing: border-box;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	outline: none;
	font-size: 16px;
	font-stretch: normal;
	color: #999999;
	transition: all 0.3s ease-in-out;
}
.sitebar-form .form-col input[type="text"]{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.sitebar-form .form-col input[type="date"]{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.sitebar-form .form-col input[type="submit"]{
	background-color: #f15b5a;
	cursor: pointer;
	color: #fff;
	width: 100%;
	padding: 0;
}
.sitebar-form .form-col input:focus{
	background: #f0f0f0;
	color: #333;
}
.sitebar-form .form-col input[type="submit"]:hover,.sitebar-form .form-col input[type="submit"]:focus{
	/*filter: brightness(0.95);*/
	background: #cc4b4b;
	color: #fff;
}
.sitebar-form .form-col button{
	box-sizing: border-box;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	outline: none;
	border: none;
	font-size: 16px;
	font-stretch: normal;
	transition: all 0.3s ease-in-out;
	background-color: #f15b5a;
	cursor: pointer;
	color: #fff;
	width: 100%;
	padding: 0;
}
.sitebar-form .form-col button:hover,.sitebar-form .form-col button:focus{
	background: #cc4b4b;
	color: #fff;
}
.sitebar-form .form-col textarea{
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	line-height: 44px;
	outline: none;
	font-size: 16px;
	font-stretch: normal;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.3s ease-in-out;
}
.sitebar-form .form-col textarea:focus{
	background: #f0f0f0;
	color: #333;
}
.sitebar-form .form-flex h5.code_show{
	display: inline-block;
	vertical-align: top;
	width: 108px;
	flex: 0 0 auto;
    line-height: 44px;
    background: url(../images/reg-icon4.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    color: #65547c;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}
.sitebar-form .form-flex input.code_text{
	width: 60%;
	/*max-width: 4rem;*/
	flex: 1 0 auto;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	/*height: 0.5rem;*/
	border-radius: 0;
	outline: none;
    border: none;
    border-radius: 0 5px 5px 0;
}
.sitebar-form .form-col label.label-inline{
	width: auto !important;
    /*margin-left: 115px;*/
}
.sitebar-form .form-col input#order_tick{
	line-height: 1.0;
}
.sitebar-form .form-col.bg-blue{
	background: transparent;
}
.txt-agree{
	font-size: 14px;
	margin-left: 14px;
}
.btn-agree{
	
	font-size: 14px;
	color: #3696FA;
	font-weight: normal;
	cursor: pointer; 
}
.agree-mask{
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
	background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.agree-box{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: #fefefe;
    /*margin: 15% auto; */
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    min-height: 300px;
    max-width: 600px;
    max-height: 600px;
}
.agree-box h2{
	text-align: center;
	font-size: 20px;
	color: #3696FA;
	line-height: 2;
	margin-bottom: 20px;
}
.agree-box textarea{
	display: block;
	width: 100%;
}
.agree-article{
	height: 250px;
	margin-bottom: 20px;
	overflow-y: scroll;
	padding: 20px;
}
.agree-article h6{
	font-weight: 500;
	line-height: 2;
	font-size: 18px;
}
.agree-article p{
	line-height: 2;
}
.agree-box span{
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding-left: 14px;
	padding-right: 14px;
	letter-spacing: 5px;
	background: #0565c8;
}
.agree-box span:hover{
	background: #0d9900;
}
::-webkit-input-placeholder{
	color: #999999;
}
/*  修改日历控件类型 */
::-webkit-datetime-edit { 
	padding: 1px;
}  /*控制编辑区域的*/
/* ::-webkit-datetime-edit-fields-wrapper { 
	background-color: #fff; 
} */   /*控制年月日这个区域的*/
::-webkit-datetime-edit-text { 
	color: #999999;
	padding: 0 .5em; 
}  /*这是控制年月日之间的斜线或短横线的*/
::-webkit-datetime-edit-year-field { 
	color: #999999;
}    /*控制年文字, 如2013四个字母占据的那片地方*/   
::-webkit-datetime-edit-month-field { 
	color: #999999;
}    /*控制月份*/
::-webkit-datetime-edit-day-field { 
	color: #999999;
}    /*控制具体日子*/
::-webkit-inner-spin-button { 
	visibility: hidden; 
}    /*这是控制上下小箭头的*/
/*::-webkit-calendar-picker-indicator {      
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff, 0 1px #eee;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
    color: #666;
}*/
/*这是控制下拉小箭头的*/
::-webkit-clear-button {    
  display: none;
}
/*控制清除按钮*/

/* 科室页面 */

/* 科室介绍 */
.depart-intro{}
.depart-intro dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.depart-intro dl dt{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	width: 363px;
	height: 225px;
	background-color: #768690;
}
.depart-intro dl dt img{
	display: block;
	width: 100%;
}
.depart-intro dl dd{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #333333;
	margin-left: 30px;
	margin-right: 45px;
}
.depart-intro dl dd p{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	/* line-height: 25px; */
	letter-spacing: 0px;
	color: #333333;
	display: inline-block;
    vertical-align: text-top;
}
.depart-intro dl dd p:last-child{
	margin-bottom: 0;
}
/* 专科优势 */
.depart-program{
	padding-top: 40px;
	padding-bottom: 40px;
}
.depart-program-sg{
	padding: 0;
}
.depart-program .flexbox{
	padding-left: 50px;
	padding-right: 50px;
	flex-wrap: wrap;
}
.depart-prog{
	width: 360px;
	height: auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e0e0e0;
	position: relative;
	margin-bottom: 20px;
}
.depart-prog-qg{
	/* height: 430px; */
	width: 859px;
	height: 275px;
	padding: 25px 40px;
	background-color: #f0f6fe; 
	border-radius: 20px;
	border: none;
	margin-bottom: 60px;
}
.depart-prog-in{
	text-align: center;
}
.depart-prog-in-flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.depart-program-sg .depart-prog-qg:nth-child(1) .depart-prog-txt,
.depart-program-sg .depart-prog-qg:nth-child(3) .depart-prog-txt{
	text-align: left;
}
.depart-program-sg .depart-prog-qg:nth-child(2) .depart-prog-txt,
.depart-program-sg .depart-prog-qg:nth-child(4) .depart-prog-txt{
	text-align: right;
}
.depart-prog h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #20a7f8;
	text-align: center;
	margin-bottom: 15px;
}
.depart-prog p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #333333;
}
.depart-prog-img{
	width: 300px;
	height: 195px;
	position: absolute;
	bottom: 25px;

}
.depart-prog-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.depart-prog-txt{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 18px;
	/* flex:1 1 auto; */
	width: 350px;
	position: relative;
	/* margin-top: 18px; */

}
.depart-prog-txt h4{
	display: inline-block;
	text-align: center;
	width: 230px;
	height: 40px;
	background-color: #3289ea;
	border-radius: 5px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.depart-prog-txt p{
	font-size: 18px;
	line-height: 38px;
	color: #333;
}
.depart-prog-txt p b{
	font-size: 20px;
	color: #3289ea;
}
.depart-prog-qg .depart-prog-img{
	flex: 0 0 auto;
	width: 359px;
	height: 226px;
	position: relative;
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.red_btn{
	cursor: pointer;
	color: #fff;
	width: 152px;
	height: 44px;
	text-align: center;
	background-color: #f15b5a;
	border-radius: 5px;
	overflow: hidden;
}
.red_btn a{
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
}
.red-btn-doc{
	margin-top: 30px;
	width: 240px;
	height: 60px;
	background-color: #f15b5a;
	border-radius: 8px;
	text-align: center;
}
.red-btn-doc a{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
}
.depart-ygpj-img{
	width: 255px;
	height: 154px;
	display: inline-block;
	margin:0 auto 15px ;
	border-radius: 10px;
	overflow: hidden; 
}
.depart-ygpj-img img{
	display: block;
	width: 100%;
}

/* 专科优势 */
.depart-advantage{}
.bg-sblue{
	background-color: #3289ea;
}
.depart-advant-common .flexbox{
	flex-wrap: wrap;
}
.depart-advant,.depart-advant-l{
	padding: 20px;
	width: 260px;
	height: auto;
	/* height: 440px; */
	border-radius: 5px;
	margin-bottom: 20px;
}
.depart-advant-common .depart-advant,
.depart-advant-common .depart-advant-l{
	width: 410px;
	height: auto;
	min-height: 233px;
	
}
.depart-advant h4{
	line-height: 62px;
	clear: both;
	height: 62px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.depart-advant h4 em{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	margin-right: 4px;
}
.depart-advant h4 span{
	font-size: 24px;
	color: #ffffff;
	letter-spacing: -1px;
}
.depart-advant p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.depart-advant-l h4{
	line-height: 62px;
	clear: both;
	height: 62px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.depart-advant-l h4 em{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #3289ea;
	float: left;
	margin-right: 4px;
}
.depart-advant-l h4 span{
	font-size: 24px;
	color: #3289ea;
	letter-spacing: -1px;
}
.depart-advant-l p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3289ea;
}
.depart-advant-medical .depart-advant h4,
.depart-advant-medical .depart-advant-l h4{
	line-height: 26px;
}
.depart-advant-ygpj{
	width: 275px;
	height: auto;
	/* height: 434px; */
	background-color: #f0f6fe;
	border-radius: 20px;
	overflow: hidden; 
	padding-bottom: 20px;
}
.depart-advant-ygpj h4{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 275px;
	height: 99px;
	background-color: #3289ea;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #fffefe;
	box-sizing: border-box;
	padding: 20px 15px;
}
.depart-advant-ygpj h4 em{
	flex: 0 0 auto;
	font-weight: bold;
}
.depart-advant-ygpj h4 span{}
.depart-advant-ygpj p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
}
/* 科室专家 */
.depart-doctor{
	height: 450px;
	overflow: hidden;
	/* background: #3289ea url(../images/bg-depart-doc.jpg) center no-repeat; */
}
.depart-scroll{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.depart-scroll-hd{
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 9;
}
.depart-scroll-hd a{
	width: 48px;
	height: 72px;
	font-size: 24px;
	color: #fff;
	line-height: 72px;
	display: block;
	text-align: center;
	background-color: #cccccc;
}
.depart-scroll-hd a.prev-dsh{
	border-radius: 5px 5px 0px 0px;
}
.depart-scroll-hd a.next-dsh{
	border-radius: 0px 0px 5px 5px;
}
.depart-scroll-hd a:hover,.depart-scroll-hd a.on{
	background-color: #20a7f6;
}
.depart-scroll-bd ul{}
.depart-scroll-bd ul li{
	clear: both;
	padding-left: 20px;
	padding-right: 60px;
	height: 450px;
}
.depart-scroll-bd ul li dl{
	clear: both;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.depart-scroll-bd ul li dl dt{
	padding-top: 20px;
	display: block;
	position: relative;
	/* float: left; */
	width: 260px;
	height: 430px;
	overflow: hidden;
}
.depart-scroll-bd ul li dl dt img{
	display: block;
	width: 100%;
}
.depart-scroll-bd ul li dl dt .red_btn{
	position: absolute;
	bottom: 0px;
	left: 65px;
}
.depart-scroll-bd ul li dl dd{
	/* float: left;
	width: 420px; */
	width: 490px;
	height: 430px;
	position: relative;
	/* margin-left: 30px; */
}
.depart-scroll-bd ul li dl dd h4{
	display: block;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	/*width: 300px;*/
	/* min-width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: normal;
	color: #20a7f6;
	background-color: #e0eeff; */
	/*clear: both;*/
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	/* margin-bottom: 35px; */
}
.depart-scroll-bd ul li dl dd h4::after{
	content: "";
	visibility: hidden;
	clear: both;
	display: none;
}
.depart-scroll-bd ul li dl dd h4 b{
	/*float: left;*/
	/* display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	font-weight: normal;
	color: #ffffff;
	background-color: #3289ea; */
	float: left;
	font-size: 44px;
	color: #3289ea;
	margin-right: 15px;
}
.depart-scroll-bd ul li dl dd h4 span{
	display: inline-block;
	vertical-align: middle;
	/*float: right;*/
	min-width: 150px;
	line-height: 60px;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	/* width: 134px; */
	height: 33px;
	background-color: #3289ea;
}
.depart-scroll-bd ul li dl dd p{
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.depart-scroll-bd ul li dl dd p a{
	color: #20a7f6;
	font-size: 20px;
}
.depart-doc-title{
	/*margin-left: 10px;*/
	/* height: 200px; */
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}
.depart-doc-prof{}
.depart-scroll-bd ul li dl dd .red_btn{
	position: absolute;
	bottom: 64px;
	left: 0;
}
/* 专科问答 */
.depart-question{}
.depart-question ul{
	border-top: 1px solid #e6e6e6;
}
.depart-question ul li{
	position: relative;
}
.depart-question ul li dl{
	border-bottom: 1px solid #e6e6e6;
}
.depart-question ul li dl dt{
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-tap-highlight-color: transparent;
}
.depart-question ul li dl dt i{
	float: right;
	color: #20a7f6;
	line-height: 44px;
}
.depart-question ul li dl dt.active,.depart-question ul li dl dt:hover{
	color: #20a7f6;
}
.depart-question ul li dl dt.active i{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.depart-question ul li dl dd{
	display: none;
	overflow: hidden;
	background-color: #e0eeff;
	-webkit-tap-highlight-color: transparent;
}
.depart-question ul li dl dd p{
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

/* 文章列表页-带图-二级栏目页 */
.news-list{
	padding-top: 10px;
	/* padding-top: 40px; */
}
.news-list ul{}
.news-list ul li{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e5e5e5;
}
.news-list ul li dl{
	height: 136px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.news-list ul li dl dt{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 220px;
	height: 136px;
	background-color: #ccc;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
}
.news-list ul li dl dt img{
	/*display: block;*/
	width: 100%;
	height: 100%;
}
.news-list ul li dl dd{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* margin-left: 30px; */
}
.news-list ul li dl dd h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 15px;
}
.news-list ul li dl dd h3 a{
	color: #333333;
}
.news-list ul li dl dd h3 span{
	float: right;
	font-size: 16px;
	line-height: 45px;
	color: #999999;
}
.news-list ul li dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #999999;
}
.news-list ul li dl dd p a{
	color: #20a7f6;
}
.news-list-noimg ul li dl{
	height: auto;
}
/* 图片列表页 */
.images-list{
	padding-top: 40px;
}
.images-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.images-list ul li{
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.images-list ul li dl{}
.images-list ul li dl dt{
	width: 250px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;

}
.images-list ul li dl dt img{
	display: inline-block;
	/*min-height: 100%;*/
	height: 100%;
	margin: 0 -100%;
	transition: all 0.3s linear;
}
.images-list ul li dl dt img:hover{
	transform: scale(1.1);
	transition: all 0.3s linear;
}
.images-list ul li dl dd{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}
.images-list ul li dl dd a{
	color: #333333;
}
.images-list ul li dl dd a:hover{
	color: #20a7f6;
}
/*列表页码*/
.page-list{
	margin-top: 60px;

}
.page-list ul{
	text-align: center;
}
.page-list ul li{
	display: inline-block;
	vertical-align: top;
	height: 44px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.page-list ul li a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #404040;
	display: block;
	line-height: 44px;
	padding-left: 28px;
	padding-right: 28px;
	background: #fff;
	border: solid 1px #e6e6e6;
	transition: all 0.2s ease-in-out;
}
.page-list ul li a:hover,.page-list ul li.active a{
	color: #fff;
	background: #20a7f6;
	border: solid 1px #20a7f6;
}
/* 医生列表页-栏目页-二级页面 */
.doctor-list{
	/* padding-top: 10px; */
}
.doctor-list ul{}
.doctor-list ul li{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 10px solid #eee;
}
.doctor-list ul li:last-child{
	border-bottom: none;
}
.doctor-list ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.doctor-list ul li dl dt{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 260px;
	height: 345px;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #dddddd;
}
.doctor-list ul li dl dt img{
	display: block;
	width: 100%;
}
.doctor-list ul li dl dd{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 27px;
	height: 345px;
	position: relative;
}
.doctor-list ul li dl dd h3{
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #20a7f6;
}
.doctor-list ul li dl dd h3 a{
	color: #20a7f6;
}
.doctor-list ul li dl dd h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
}
.doctor-list ul li dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666;
}
.doctor-list ul li dl dd p b{
	color: #333;
}
.docli-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}
.docli-btn a{
	display: inline-block;
	vertical-align: top;
	width: 152px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 44px;
	color: #ffffff;
}
.docli-btn a:first-child{
	background-color: #20a7f6;
}
.docli-btn a:last-child{
	background-color: #f15b59;
	margin-left: 18px;
}

/* 文章页面-内容页-三级页面 */
.article{
	padding-top: 15px;
}
.article h1{
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	text-align: justify;
}
.article-info{
	margin-bottom: 45px;
}
.article-info span{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #999999;
}
.article-info span i{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 56px;
	height: 28px;
	border-radius: 5px;
	border: solid 1px #f15b5a;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
	color: #f15b5a;
	cursor: pointer;
}
.article article{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}
.article-btn{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
}
.article-btn a{
	display: inline-block;
	vertical-align: middle;
	width: 112px;
	height: 45px;
	background-color: #20a7f6;
	border-radius: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 45px;
	color: #ffffff;
}
.article-other{
	margin-bottom: 40px;
}
.article-other ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.article-other ul li{
	width: 420px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background-color: #e0eeff;
	text-indent: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.article-other ul li a{
	color: #20a7f6;
}
.article-like{
	
}
.article-like h5{
	font-size: 24px;
	font-weight: normal;
	line-height: 58px;
	color: #333333;
	margin-bottom: -1px;
	border-bottom: solid 1px #e5e5e5;
}
.article-like h5 b{
	display: inline-block;
	line-height: 58px;
	border-bottom: 4px solid #20a7f6;
}
.article-like ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.article-like ul li{
	display: inline-block;
	width: 390px;
	height: 32px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.article-like ul li:before{
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 15px;
	background: #ccc;
}
.article-like ul li a:hover{
	color: #20a7f6;
}

/* 专家医生详情页-内容页-三级页面 */
.doctor{}
.doctor-top{
	width: 860px;
	height: 390px;
	overflow: hidden;
	background: url(../images/bg-doctor.jpg) center no-repeat;
}
.doctor-top dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.doctor-top dl dt{
	width: 308px;
	height: 390px;
	overflow: hidden;
}
.doctor-top dl dt img{
	display: block;
	width: 100%;
}
.doctor-top dl dd{
	padding-top: 60px;
	width: 255px;
	margin-left: 55px;
}
.doctor-top dl dd h1{
	font-size: 32px;
	width: 240px;
	line-height: 1.0;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #20a7f6;
	padding-bottom: 20px;
	border-bottom: 1px solid #20a7f6;
}
.doc-top-text{
	height: 120px;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 25px;
}
.doctor-top dl dd p{
	line-height: 34px;
}
.doc-top-btn{}
.doc-top-btn a{
	width: 152px;
	height: 44px;
	display: block;
	background-color: #f15b5a;
	border-radius: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 44px;
	color: #ffffff;
	text-align: center;
}
.doctor-content{
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bd-10e{
	border-bottom: 10px solid #eee;
}
.bd-10ed{
	border-bottom: 10px solid #ededed;
}
.doctor-stitle{
	width: 218px;
	height: 68px;
	border: solid 1px #ccc;
}
.doctor-stitle h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 68px;
	color: #333333;
	margin-bottom: 20px;
}
.doctor-stitle h3 em{
	width: 40px;
	height: 45px;
	line-height: 68px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.doctor-stitle h3 em img{
	display: block;
	width: 100%;
}
.doctor-stitle h3 span{
	margin-left: 12px;
}
.doctor-text{
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
	margin-top: 20px;
}

/* 单页-频道页 */

/* 医院简介 */

.hos-intro{
	padding-bottom: 50px;
}
.hos-intro dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.hos-intro dl dt{
	width: 360px;
	height: 270px;
}
.hos-intro dl dt img{
	display: block;
	width: 100%;
}
.hos-intro dl dd{
	width: 470px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #333333;
}
.hos-intro dl dd p{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.hos-intro dl dd span,.group-info-text span{
	color: #20a7f6;
}
.group-intro dl dd{
	padding-top: 30px;
}
.hos-slide{
	overflow: hidden;
	zoom: 0;
	z-index: 0;
	position: relative;
}
.hos-slide-hd{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.hos-slide-hd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	/* margin-bottom: -1px; */
	border-bottom: 1px solid #ccc;
}
.hos-slide-hd ul li{
	width: 195px;
	font-size: 24px;
	line-height: 1.1;
	color: #333333;
	text-align: center;
	cursor: pointer;
	padding-bottom: 14px;
	
	transition: all 0.2s ease-in-out;
}
.hos-slide-hd ul li.on,.hos-slide-hd ul li:hover{
	color: #20a7f6;
	border-bottom: 1px solid #20a7f6;
	margin-bottom: -1px;
}
.hos-slide-bd{
	overflow: hidden;
	zoom: 1;
	z-index: 1;
	
}
.hos-slide-item{
	overflow: hidden;
}
.hsi-text{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}
.hsi-text p{
	font-size: 18px;
	line-height: 28px;
}
.hsi-text p span{
	color: #20a7f6;
}
.hsi-doc{
	margin-top: 30px;
}
.hsi-doc ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hsi-doc ul li{
	/* width: 430px; */
	width: 50%;
	height: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.hsi-doc ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.hsi-doc ul li dl dt{
	width: 129px;
	height: 173px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: solid 1px #dddddd;
	margin-right: 15px;
}
.hsi-doc ul li dl dt img{
	display: block;
	width: 100%;
}
.hsi-doc ul li dl dd{
	width: 285px;
	height: 173px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}
.hsi-doc ul li dl dd h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 16px;
}
.hsi-doc ul li dl dd h4 a{
	color: #20a7f6;
}
.hsi-doc-txt{
	margin-bottom: 15px;
}
.hsj-more{
	
}
.hsj-more a{
	font-size: 18px;
	line-height: 22px;
	color: #20a7f6;
}
.hsi-ul{
	margin-top: 30px;
}
.hsi-ul ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.hsi-ul ul li{
	
}
.hsi-ul ul li dl{}
.hsi-ul ul li dl dt{
	width: 272px;
	height: auto;
}
.hsi-ul ul li dl dt img{
	display: block;
	width: 270px;
	height: 240px;
	border: 1px solid #ccc;
}
.hsi-ul ul li dl dd{
	margin-top: 15px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	text-align: center;
}

/* 集团简介-封面页-专题页 */
.group-info{
	padding-bottom: 40px;
}
.group-info-text{
	margin-bottom: 30px;
}
.group-info-img{}
.group-info-img ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.group-info-img ul li{
	width: 270px;
	height: 168px;
	border: 1px solid #ccc;
}
.group-info-img ul li img{
	display: block;
	width: 100%;
}
.group-info-lable{
	margin-bottom: 40px;
}
.group-info-lable dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 17px;
	position: relative;
}
.group-info-lable dl:after{
	content: "";
	width: 48px;
	height: 30px;
	position: absolute;
	display: block;
	left: 11px;
	/* margin-left: -0.37rem; */
	bottom: -24px;
	background: url(../images/icon-wave-b.png) center no-repeat;
	background-size: 100%;
	z-index: -1;
}
.group-info-lable dl:last-child:after{
	display: none;
}
.group-info-lable dl dt{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	background-color: #bce4fc;
	border: 1px solid #9edbff;
	/* box-shadow: 0px 1px 0px 0px #20a7f6; */
	border-radius: 50%;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.group-info-lable dl dt em{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	color: #ffffff;
	/* letter-spacing: 3px; */
	background-color: #20a7f6;
}
.group-info-lable dl:nth-child(3) dt em{
	line-height: 25px;
}
.group-info-lable dl dd{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 12px;
	width: 520px;
	line-height: 72px;
	font-size: 18px;
	color: #666666;
}
/* .group-info-lable dl:nth-child(1) dd{
	line-height: 72px;
} */
.group-info-culture{}
.group-info-culture ul{}
.group-info-culture ul li{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	color: #666666;
	margin-bottom: 10px;
}
.group-info-culture ul li b{
	display: inline-block;
	vertical-align: top;
	width: 119px;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 5px;
	color: #ffffff;
	margin-right: 12px;
	text-align: center;
	border-radius: 5px;
	background: #bce4fc;
	border: solid 4px #bce4fc;
	
}
.group-info-culture ul li:nth-child(3) b{
	letter-spacing: 0px;
}
.group-info-culture ul li b a{
	color: #ffffff;
	display: block;
	border-radius: 5px;
	background-color: #20a7f6;
}
.group-info-culture ul li span{}

/*适配手机添加*/
.header-mobile-wrapper {
    display: none;
}
.header-mobile-wrapper a {
    display: block;
    text-align: center;
    background: #20a7f6;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
}


/*网站地图*/
.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 #20a7f6;
}
.sitemap ul li dl dt a{
  	text-align: left;
	color: #fff;
	font-size: 18px;
	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-left: 5px;
  	padding-right: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}