@charset "utf-8";
body {
	font-family: "思源黑体";
}

/*---------------------通用样式---------------------*/
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.wrapper {
	display: block;
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

/*---------------布局样式------------------------*/

#head {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	position: fixed;
	z-index: 10;
}
.blanknav {
	display: block;
	height: 110px;
	clear: both;
}



.hdp_banner {
	display: block;
	clear: both;
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0px;
	background-image: url(../images/banner_bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hdp_banner .bannerimgbg {
	background-size: cover;
	height: 250px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

.productbox  .productfont{
	font-size: 14px;
	color: #929292;
	text-decoration: none;
	display: block;
	clear: both;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.productbox img {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.productbox .producttitle {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.productbox  .productfont{
	font-size: 14px;
	color: #929292;
	text-decoration: none;
	display: block;
	clear: both;
	line-height: 150%;
}
.coloumtitle {
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.coloumtitle .newsmore {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	display: block;
	float: right;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	clear: both;
	margin-top: -30px;
}

.coloumtitle span {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	display: block;
	height: 22px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	width: auto;
}
.newsitem{
	display: block;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	}

.newsitem .newsdate{
	color: #000;
	background-color: #868c91;
	text-align: center;
	display: block;
	float: left;
	height: 70px;
	width: 20%;
	margin-right: 5%;
	}
.newsitem .newsdate .date1 {
	font-size: 16px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	height: 35px;
}
.newsitem .newsdate .date2 {
	font-size: 18px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	height: 35px;
}

.newsitem .newstitle {
	color: #333;
	text-align: left;
	display: block;
	float: left;
	height: 30px;
	width: 70%;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
.newsitem .newscontent {
	color: #666;
	text-align: left;
	display: block;
	float: left;
	height: 60px;
width: 70%;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.newspic {
	display: block;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.newspic a {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
}
.newspic .news_img{
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	background-size: cover;
	background-position: center center;
	}
.anli {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.anli a {
	line-height: 30px;
	display: block;
}
.linkcolumn {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.linkcolumn .column_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	clear: both;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #9F9F9F;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACACAC;
	text-align: left;
	padding-left: 20px;
}
.linkcolumn .column_title a {
	display: block;
}


.linkcolumn li {
	font-size: 14px;
	line-height: 50px;
	color: #000;
	text-align: center;
	display: block;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEAEAE;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #AEAEAE;
}
.linkcolumn li a {
	color: #FFF;
	text-decoration: none;
}

.linkcolumn li a:hover {
	color: #FFF;
	text-decoration: none;
}
.ewm {
	display: block;
	clear: both;
	height: auto;
	width: 200px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footcolumn {
	display: block;
	overflow: auto;
	line-height: 40px;
}

.footcolumn span {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	clear: both;
	width: 100%;
	display: block;
}

.footcolumn li {
	display: block;
	clear: none;
	float: left;
	font-size: 12px;
	line-height: 40px;
	color: #999;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.footcolumn li a {
	display: block;
	clear: none;
	float: left;
	font-size: 12px;
	line-height: 40px;
	color: #999;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: 100%;
}

/*----------------产品首页---------------------------------------*/

.banner_productindex {
	background-image: url(../images/banner_product_s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
}



.banner_productindex .banner_content {
	margin-top: 40px;
	display: block;
	height: 310px;

}

.banner_productindex .banner_title {
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	background-image: url(../images/banner_title_s.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 90%;
	margin-top: 80px;
	background-size: contain;
	margin-right: 5%;
	margin-left: 5%;
}
.banner_productindex .banner_icon {
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	height: 110px;
	width: 100%;
}
.banner_productindex .banner_icon .icon_1 {
	background-image: url(../images/p1.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 110px;
	width: 25%;
	background-position: center center;
	opacity: 0.8;
	background-size: 80%;
}


.banner_productindex .banner_icon .icon_2 {
	background-image: url(../images/p2.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 110px;
	width: 25%;
	background-position: center center;
	opacity:0.8;
		background-size: 80%;

}

.banner_productindex .banner_icon .icon_3 {
	background-image: url(../images/p3.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 110px;
	width: 25%;
	background-position: center center;
	opacity:0.8;
		background-size: 80%;
}
.banner_productindex .banner_icon .icon_4 {
	background-image: url(../images/p4.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 110px;
	width: 25%;
	background-position: center center;
	opacity:0.8;
		background-size: 80%;
}
.arrowbox  {
	background-repeat: no-repeat;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 5;
}

@keyframes box1mc
{
0% {top:0px; opacity:0.3;} /* xy轴位移，大小边，颜色变，角度转 */
50%{top:10px; opacity:0.9;}
100% {top:0px; opacity:0.3;}
}

@-moz-keyframes  box1mc /* Firefox */
{
0% {top:0px; opacity:0.3;} /* xy轴位移，大小边，颜色变，角度转 */
50%{top:10px; opacity:0.9;}
100% {top:0px; opacity:0.3;}
}

@-webkit-keyframes  box1mc /* Safari 和 Chrome */
{
0% {top:0px; opacity:0.3;} /* xy轴位移，大小边，颜色变，角度转 */
50%{top:10px; opacity:0.9;}
100% {top:0px; opacity:0.3;}
}

@-o-keyframes  box1mc /* Opera */
{
0% {top:0px; opacity:0.3;} /* xy轴位移，大小边，颜色变，角度转 */
50%{top:10px; opacity:0.9;}
100% {top:0px; opacity:0.3;}

}

.arrowbox .arrowbnt {
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 94px;
	width: 113px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	position: relative;
	animation: box1mc 0.6s ease-in-out infinite; /* 调用影片 时间 开始结束低速 无限循环 */
	-moz-animation: box1mc 0.6s ease-in-out infinite;	/* Firefox */
	-webkit-animation: box1mc 0.6 ease-in-out infinite;	/* Safari 和 Chrome */
	-o-animation: box1mc 0.6s;
	margin-top: -110px;
}






.bg_productindex {
	background-color: #d3d3d3;
	padding-top: 20px;
}

.productindex .productbox2{
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #FFF;
	display: block;
	padding: 20px;
	overflow: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 40px;
	border-radius: 3px;
}
.productindex .productbox2 .p_title {
	display: block;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.productindex .productbox2 .p_list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productindex .productbox2 .p_list li {
	display: block;
	float: left;
	height: 40px;
	width: 100%;
	overflow: hidden;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.productindex .productbox2 .p_list li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.productindex .productbox2 .p_list li a:hover {
	color: #09C;
	text-decoration: none;
}

.productindex .productbox2 .c_list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productindex .productbox2 .c_list li {
	display: block;
	float: left;
	height: 70px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.productindex .productbox2 .c_list li a {
	display: block;
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px solid #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 70px;
	overflow: hidden;
	width: 100%;
}
.productindex .productbox2 .c_list li a img {
	height: 60px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-height: 60px;
}
.productindex  .bnt_more  {
	color: #666;
	display: block;
	float: right;
	text-align: right;
	clear: both;
	height: 30px;
	margin-top: -50px;
	padding-right: 30px;
	width: 80%;
}

/*产品主线首页--------------------------------------*/

.page_banner_product{
	background-image: url(../images/bannerproduct_s.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #000;
	background-size: 100% auto;
	clear: both;
	margin-top: 110px;
	}
.page_tap{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: fixed;
	top: 50px;
	z-index: 999;
	background-color: rgba(255,255,255,0.9);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,0.5);
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,0.3);
	z-index:9;
}


.bg_productpage {
	background-color: #FFFFFF;
	background-image: url(../images/product_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
	float: left;
	font-family: "微软雅黑";
}
.bg_productpage .bg_productpage_wihte {
	background-color: #FFF;
	display: block;
	padding: 10px;
}
.products_tap_content .product_bigtitle_smalllogo {
	background-image: url(../images/logosmall.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	clear: both;
	height: 100px;
	float: right;
	width: 164px;
}
.products_tap_content .product_bigtitle1{
	background-image: url(../images/propage_bigetitle_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-size: contain;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.products_tap_content .product_bigtitle2 {
	background-image: url(../images/propage_bigetitle2_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-size: contain;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.products_tap_content .product_bigtitle3 {
	background-image: url(../images/propage_bigetitle3_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-size: contain;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.products_tap_content .product_bigtitle4 {
	background-image: url(../images/propage_bigetitle4_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-size: contain;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.products_tap_content .productpage_infobox {

	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
	clear: both;
	height: auto;

	overflow: auto;
	min-height: 325px;
	background-size: contain;
}

.products_tap_content .productpage_infobox p {
	margin-top: 20px;
}

.products_tap_content .productpage_infobox .infodetail {
	font-size: 14px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	background-image: url(../images/product1_bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 40px;
	min-height: 300px;
}

.products_tap_content .productpage_infobox2 {

	background-repeat: no-repeat;
	background-position: 30px center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	min-height: 325px;
}

.products_tap_content .productpage_infobox2 p {
	margin-top: 20px;
}

.products_tap_content .productpage_infobox2 .infodetail {
	font-size: 14px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;

	padding-bottom: 40px;
	min-height: 300px;
}

.products_tap_content .productpage_infobox3 {
	
	background-repeat: no-repeat;
	background-position: 50px center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	min-height: 325px;
}

.products_tap_content .productpage_infobox3 p {
	margin-top: 20px;
}

.products_tap_content .productpage_infobox3 .infodetail,.products_tap_content .productpage_infobox4 .infodetail {
	font-size: 14px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	padding-bottom: 40px;
	min-height: 300px;
}
.products_tap_content .productpage_infobox4 {

	background-repeat: no-repeat;
	background-position: 50px center;
	display: block;
	clear: both;
	height: auto;

	overflow: auto;
	min-height: 325px;
}

.products_tap_content .productpage_infobox4 p {
	margin-top: 20px;
}

.products_tap_content .prodetai_tile1_jsys {
	background-image: url(../images/prodetaile_title_youshi_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	margin-bottom: 20px;
	background-size: 100%;
}

.products_tap_content .prodetai_tile2_list {
	background-image: url(../images/prodetaile_title_list_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 65px;
	background-size: 100%;
}
.products_tap_content .prodetai_tile3_custer {
	background-image: url(../images/prodetaile_title_custer_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	margin-bottom: 10px;
	background-size: 100%;
}
.products_tap_content .prodetai_jsys_pic1 {
	background-image: url(../images/product1_youdian1.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
	background-size: contain;
}
.products_tap_content .prodetai_jsys_pic2 {
	background-image: url(../images/product1_youdian2.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
background-size: contain;
}
.products_tap_content .prodetai_jsys_pic3 {
	background-image: url(../images/product1_youdian3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic4 {
	background-image: url(../images/product2_youdian1.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic5 {
	background-image: url(../images/product2_youdian2.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic6 {
	background-image: url(../images/product2_youdian3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic7 {
	background-image: url(../images/product3_youdian1.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic8 {
	background-image: url(../images/product3_youdian2.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}
.products_tap_content .prodetai_jsys_pic9 {
	background-image: url(../images/product3_youdian3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 220px;
	margin-bottom: 40px;
    background-size: contain;
}

.products_tap_content .prodetai_listitem {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.bnt_pro {
	display: block;
	margin: 5px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.products_tap_content .prodetai_listitem li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.products_tap_content .prodetai_listitem .boxstyle{
	display: block;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	overflow: auto;
	}
.products_tap_content .prodetai_listitem .boxbg-blue {
	background-color: #f5fcfa;
	border: 1px solid #EBFBFC;

}
.products_tap_content .prodetai_listitem .boxbg-green {
	background-color: #f7fff8;
	border: 1px solid #E7FEE9;
}
.products_tap_content .prodetai_listitem .boxbg-orange {
	background-color: #fffdfa;
	border: 1px solid #FFF9EE;
}
.products_tap_content .prodetai_listitem .boxbg-purple {
	background-color: #fbf4ff;
	border: 1px solid #F7E8FF;
}
.products_tap_content .prodetai_listitem .boxbg-red {
	background-color: #fffafa;
	border: 1px solid #FFF4F4;
}
.products_tap_content .prodetai_listitem span a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	padding-left: 60px;
	height: 50px;
	display: block;
	float: left;
	padding-right: 10px;
}
.products_tap_content .prodetai_listitem .pro_icon{
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 0px;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 50px;
	width: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.products_tap_content .prodetai_listitem .pro1_icon_tyhj {
	background-image: url(../images/icon_hos_tyhjpt.png);
}
.products_tap_content .prodetai_listitem .pro1_icon_djsf {
	background-image: url(../images/icon_hos_djsf.png);
}
.products_tap_content .prodetai_listitem .pro1_icon_ynxx {
	background-image: url(../images/icon_hos_ynxxcb.png);
}
.products_tap_content .prodetai_listitem .pro1_icon_hcrm {
	background-image: url(../images/icon_hos_hcrm.png);
}
.products_tap_content .prodetai_listitem .pro1_icon_mydpj {
	background-image: url(../images/icon_hos_mydpj.png);
}
.products_tap_content .prodetai_listitem .pro1_icon_hzqlc {
	background-image: url(../images/icon_hos_hzqlc.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_wyxnjk {
	background-image: url(../images/icon_mobile_wyxnjk.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_wljdy {
	background-image: url(../images/icon_mobile_wljdy.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_hxznwh {
	background-image: url(../images/icon_mobile_hxznwh.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_fdjh {
	background-image: url(../images/icon_mobile_fdjh.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_hbydsj {
	background-image: url(../images/icon_mobile_hbydsj.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_jznh {
	background-image: url(../images/icon_mobile_jznh.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_jzzc {
	background-image: url(../images/icon_mobile_jzzc.png);
}
.products_tap_content .prodetai_listitem .pro2_icon_znsjts {
	background-image: url(../images/icon_mobile_znsjts.png);
}
.products_tap_content .c_list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.products_tap_content .c_list li {
	display: block;
	float: left;
	height: 70px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.products_tap_content .c_list li a {
	display: block;
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px solid #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 70px;
	overflow: hidden;
	width: 100%;
}
.products_tap_content .c_list li a img {
	height: 60px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-height: 60px;
}
/*产品详情页----------------------------*/
.page_root {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: relative;
	z-index: 5;
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
}
.page_mat {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	height: 50px;
	list-style-type: none;
	position: relative;
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
}
/*通用副标题*/

.prodetailt_title {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: auto;
	background-size: contain;
	font-family: "微软雅黑";
	font-size: 22px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	overflow: auto;
	line-height: 120%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.9);
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.prodetailt_time {
	display: block;
	clear: both;
	height: auto;
	background-size: contain;
	font-family: "微软雅黑";
	font-size: 12px;
	color: rgba(153,153,153,1);
	text-decoration: none;
	overflow: auto;
	line-height: normal;
	text-align: center;
	padding-bottom: 10px;

}
/*通用大标题*/
.aboutdetailt_title {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	overflow: auto;
	line-height: 120%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.6);
	margin-bottom: 10px;
	background-image: url(../images/dot2.png);
	padding-left: 40px;
	min-height: 50px;
	font-weight: bold;
}
.page_bntbox {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: fixed;
	z-index: 50;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,0.3);
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,0.5);
	bottom: 0px;
}
.page_bntbox2 {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: fixed;
	z-index: 50;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,0.3);
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,0.5);
	bottom: 0px;
}
.page_bntbox2 a {
	display: block;
	margin-left: 10px;
}
.page_bntbox_min {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: fixed;
	z-index: 50;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px 3px rgba(153,153,153,0.3);
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,0.5);
	bottom: 0px;
}


.productdetail_infobox {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.productdetail_infobox img {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}
.productdetail_infobox p {
	text-indent: 32px;
	margin-top: 10px;
	color: rgba(102,102,102,1);
}
.productdetail_infobox h1 ,h2{
	font-size: 18px;
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	font-weight: bold;
}
.productdetail_infobox  p.padding80{
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
.productdetail_infobox   p.padding120 {
	font-size: 14px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
.productdetail_infobox h2:before {
	content: '○';
	text-decoration: none;
	margin-right: 10px;
	font-size: 22px;
}



.productdetail_infobox p.padding80:before {
	content: '➤';
	text-decoration: none;
	margin-right: 8px;
	font-size: 18px;
}

.productdetail_infobox p.padding120:before {
	content: '•';
	text-decoration: none;
	margin-right: 10px;
	font-size: 24px;
}

.productdetail_infobox .borderblock {
	display: block;
	border: 1px solid rgba(230,230,230,1);
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.productdetail_infobox .infodetail {
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-decoration: none;
	display: block;
}
.productdetail_infobox .infodetail #images{
	display: block;
	margin: 0px;
	}
.productdetail_infobox .infodetail #images a{
	display:block;
	margin:0px;
	outline:none;
	}
.productdetail_infobox .infodetail #images a img{
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px;
	border: 1px solid #E0E0E0;
	background-color: rgba(255,255,255,1);	
	width: 96%;
	}

.productdetail_infobox .infodetail #images span{
	display: block;
	text-align: center;
	margin: 0px;
	line-height: 120%;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	height: 60px;
	}
.bg_productdetail_wihte {
	background-color: #FFF;
	display: block;
	padding: 0px;
}
.page_banner_guide {
	background-image: url(../images/bannerguides_s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #0f2625;
	background-size: 100% auto;
	clear: both;
	margin-top: 50px;
}
.page_banner_news {
	background-image: url(../images/bannernews_s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #0f2625;
	background-size: 100% auto;
	clear: both;
	margin-top: 50px;
}
.page_banner_about {
	background-image: url(../images/bannerabout_s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #0f2625;
	background-size: 100% auto;
	clear: both;
	margin-top: 50px;
}
.page_banner_about_mat {
	display: block;
	height: 60px;
	position: relative;
}
.page_banner_anli {
	background-image: url(../images/banneranli_s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #0f2625;
	background-size: 100% auto;
	clear: both;
	margin-top: 50px;
}
.page_banner_contact {
	background-image: url(../images/bannercontact_s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 120px;
	position: relative;
	background-color: #0f2625;
	background-size: 100% auto;
	clear: both;
	margin-top: 110px;
}
.guidelist_bigtitle {
	background-image: url(../images/propage_bigetitle_guide_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-size: contain;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.guidelist_boxbg {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
}
.guidelist_boxbg .newslist {
	display: block;
	margin-right: 300px;
}

.guidelist_boxbg p {
	margin-top: 10px;
}
.guidelist_boxbg .infodetail {
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-decoration: none;
	display: block;
}
.guidelist {
	display: block;
	margin-bottom: 20px;
}
.guidelist li {
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 50px;
	padding-left: 4%;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: rgba(51,51,51,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.5);
	width: 96%;
		overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(240,240,240,1);
	
}
.guidelist_boxbg .guidelist {
	display: block;
}
.guidelist_boxbg .guidelist_pic {
	display: block;
}
.guidelist_boxbg .guidelist_pic li a {
	display: block;
	height: 175px;
	padding: 0px;
	overflow: hidden;
}
.guidelist_boxbg .guidelist_pic li a span {
	text-align: center;
	display: block;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-filter: contrast(100%) brightness(100%) sepia(17%) grayscale(20%) hue-rotate(20deg);
	filter: contrast(100%) brightness(100%) sepia(17%) grayscale(20%) hue-rotate(20deg);
	height: 175px;
	background-size: 100% auto;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.guidelist_boxbg .guidelist_pic li a p {
	clear: both;
	font-size: 24px;
	display: block;
	margin-top: -135px;
	line-height: 135px;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	position: absolute;
	padding: 0px;
	height: 135px;
	margin-bottom: 0px;
	color: rgba(255,255,255,1);
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 98%;
}
.guidelist_boxbg .guidelist_pic li:hover a p {
	clear: both;
	font-size: 24px;
	display: block;
	margin-top: -175px;
	line-height: 175px;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	position: absolute;
	padding: 0px;
	height: 175px;
	margin-bottom: 0px;
	color: rgba(255,255,255,1);
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width: 98%;
}
.guidelist_boxbg .guidelist_pic li:hover a span {
	text-align: center;
	display: block;
	margin: 0px;
	border: 1px solid rgba(102,102,102,1);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: contrast(150%) brightness(44%) saturate(96%) hue-rotate(23deg);
	filter: contrast(150%) brightness(44%) saturate(96%) hue-rotate(23deg);
	height: 175px;
	line-height: 175px;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	background-size: 110% auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.guidelist_boxbg .guidelist_pic li {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.newsbox{
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-size: 30% auto;
}
.newsbox .newslist {
	display: block;
	overflow: auto;
	margin: 10px;
}
.newsbox .newslist li {
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 15px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(240,240,240,1);
}
.newsbox .newslist li a {
	font-size: 16px;
	display: block;
	height: 40px;
	width: 80%;
	overflow: hidden;
	float: left;
	text-overflow:ellipsis;/*文字溢出的部分隐藏并用省略号代替*/
   white-space:nowrap;/*文本不自动换行*/
}
.newsbox .newslist li span {
	font-size: 12px;
	color: rgba(153,153,153,1);
	height: 40px;
	width: 18%;
	float: left;
	position: absolute;
	margin-left: 2%;
}


.about_infobox {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.about_infobox img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	height: auto;
	clear: both;
	margin-top: 10px;
}
.about_infobox .infodetail {
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px;
}

.about_infobox p {
	margin-top: 10px;
	color: rgba(102,102,102,1);
	width: 100%;
}
.about_infobox h1 {
	font-size: 18px;
	font-weight: bold;
	color: rgba(0,0,0,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about_jobbox {
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-size: 30% auto;
}
.about_jobbox .joblist {
	display: block;
	overflow: auto;
	margin: 10px;
}
.about_jobbox .joblist li {
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 15px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(240,240,240,1);
}
.about_jobbox .joblist li a {
	font-size: 16px;
	display: block;
	height: 40px;
	width: 80%;
	overflow: hidden;
	float: left;
	text-overflow:ellipsis;/*文字溢出的部分隐藏并用省略号代替*/
    white-space:nowrap;/*文本不自动换行*/
}
.about_jobbox .joblist li span {
	font-size: 12px;
	color: rgba(153,153,153,1);
	height: 40px;
	width: 18%;
	float: left;
	position: absolute;
	margin-left: 2%;
}

.anlibox {
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
}
.anlibox nav {
	clear: both;
}


.anlibox .anlilist {
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.anlibox .anlilist li {
	display: block;
	overflow: hidden;
}

.anlibox .anlilist li a {
	display: block;
	border: 1px solid rgba(204,204,204,0.5);
	display: block;
	overflow: hidden;
	background-size: cover;
	clear: both;
	background-color: rgba(204,204,204,0.5);
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.anlibox .anlilist li:hover a {
	background-color: #F4FBFD;
	border: 1px solid rgba(168,222,240,0.6);

}
.anlibox .anlilist li .anliitem {
	display: block;
	overflow: hidden;
	height: 220px;
	width: 100%;
}
.anlibox .anlilist li .anliitem img {
	height: 220px;
	width: 100%;
}
.anlibox .anlilist li span {


}
.anlibox .hidbox {
	background-color: rgba(51,51,51,0.8);
	display: block;
	clear: both;
	height: 70px;
	margin-top: -70px;
	position: absolute;
	opacity: 1;
	background-image: url(../images/dot3.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:12%;
	width: 100%;
	padding-top: 10px;
}

.anlibox .hidbox  .hidbox_title {
	font-size: 18px;
	color: rgba(0,204,255,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin: 0px;
	height: 30px;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
.anlibox .hidbox  .hidbox_time {
	font-size: 10px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	width: 95%;
	margin: 0px;
	height: 20px;

}
.contact_infobox {
	background-repeat: no-repeat;
	background-position:center 40px;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-image: url(../images/contact_bg.png);
	background-size:80% auto;
	min-height:300px;
}


.contact_infobox .contactpic {
	display: block;
	margin-right: auto;
	position: absolute;
	height: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
	margin-top: 30px;
}
.contact_infobox .infodetail {
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.contact_infobox p {
	margin-top: 10px;
	color: rgba(102,102,102,1);
	margin-left: 28%;
	width: 72%;
}
.contact_infobox h1 {
	font-size: 18px;
	font-weight: bold;
	color: rgba(0,0,0,1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_infobox .messagebox {
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	overflow: auto;
	}
.contact_infobox .messagebox span {
	font-size: 12px;
	color: rgba(255,0,0,1);
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}

.contact_infobox .messagebox .itembox{
	display: block;
	clear: both;
	margin-left: 0px;
	padding-top: 10px;
}
.contact_infobox .messagebox .itembox label {
	font-size: 18px;
}
.contact_infobox .messagebox .itembox .yam_input {
	display: block;
	float: left;
	width: 68%;
	margin-right: 2%;
}
.contact_infobox .messagebox .itembox .yam_title {
display: block;
	float: left;
	width: 100%;
}

.contact_infobox .messagebox .itembox .yam_img {
	display: block;
	float: left;
	width: 30%;
	height: 34px;
}

.contact_infobox .messagebox .contacttitle1{
	background-image: url(../images/mesagetitle1.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	float: left;
	height: 19px;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
	}
.contact_infobox .messagebox .contacttitle2{
	background-image: url(../images/mesagetitle2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	float: left;
	height: 19px;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
	}
	
/*新增医院产品分支样式*/

.product_notice {
	line-height: 90px;
	font-size: 22px;
	text-align: center;
}

.hospital_tap_title {
	display: block;
	clear: both;
	line-height: 40px;

}

.hospital_tap_title li {
	width: 50%;
	display: block;
	float: left;
	height: 44px;
	text-align: center;
}

.hospital_tap_title li.onchoose {
	background-image: url(../images/arrow.png);
	background-position: center bottom;
	padding-bottom: 4px;
	background-size: auto 4px;
	background-repeat: no-repeat;
}

.hospital_tap_title li a {
	display: block;
	background-color: #AEAEAE;
	height: 40px;
	color: #fff;
	font-size: 14px;
}

.hospital_tap_title li.onchoose a {
	display: block;
	background-color: #0aa6d2 !important;
	font-weight: bold;
	color:#fff!important;
}

.hospital_tap_title li:hover a {
	background-color: #b7b7b7;
	color: #fff;
	
}
.hospital_tap_content{
	display: block;
	height: auto;
	overflow: auto;
	clear: both;
	line-height: 180%;
	
}
.hospital_tap_content .img_l{
	float: left;
	margin-right: 40px;
		margin-left: 40px;
	display: block;
	width: auto;
	height: 200px;
	margin-bottom: 40px;
}
.hospital_tap_content .img_r{
	float: right;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	display: block;
	width: auto;
	height: 200px;
}

.hospital_tap_content .line{
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: solid 1px #e8e8e8;
}
.hospital_tap_content .product_zi_info{
	margin: 40px;
}
.pro1_icon_dmtyy {
	background-image: url(../images/icon_hos_media.png);
}
.pro1_icon_mzpdjh {
	background-image: url(../images/icon_hos_outpatians.png);
}
.pro1_icon_yfpdjh {
	background-image: url(../images/icon_hos_pill.png);
}
.pro1_icon_jcjypdjh {
	background-image: url(../images/icon_hos_detaction.png);
}
/*新增医院产品分支样式*/

.product_notice {
	line-height: 120px;
	font-size: 32px;
	text-align: center;
}

.hospital_tap_title {
	display: block;
	clear: both;
	line-height: 40px;
	margin: 10px;
}

.hospital_tap_title li {
	width: 50%;
	display: block;
	float: left;
	height: 44px;
	text-align: center;
}

.hospital_tap_title li.onchoose {
	background-image: url(../images/arrow.png);
	background-position: center bottom;
	padding-bottom: 4px;
	background-size: auto 4px;
	background-repeat: no-repeat;
}

.hospital_tap_title li a {
	display: block;
	background-color: #AEAEAE;
	height: 40px;
	color: #fff ;
	font-size: 14px;
}

.hospital_tap_title li.onchoose a {
	display: block;
	background-color: #0aa6d2 !important;
	font-weight: bold;
	color:#fff!important;
}

.hospital_tap_title li:hover a {
	background-color: #b7b7b7;
	color: #fff;
	
}
.hospital_tap_content{
	display: block;
	height: auto;
	overflow: auto;
	clear: both;
	line-height: 180%;
	
}
.hospital_tap_content .img_l{
	float: left;
	margin-right: 40px;
		margin-left: 40px;
	display: block;
	width: auto;
	height: 200px;
	margin-bottom: 40px;
}
.hospital_tap_content .img_r{
	float: right;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	display: block;
	width: auto;
	height: 200px;
}

.hospital_tap_content .line{
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: solid 1px #e8e8e8;
}
.hospital_tap_content .product_zi_info{
	margin: 40px;
}
.pro1_icon_dmtyy {
	background-image: url(../images/icon_hos_media.png);
}
.pro1_icon_mzpdjh {
	background-image: url(../images/icon_hos_outpatians.png);
}
.pro1_icon_yfpdjh {
	background-image: url(../images/icon_hos_pill.png);
}
.pro1_icon_jcjypdjh {
	background-image: url(../images/icon_hos_detaction.png);
}
/*2023-10-12改版新增及修改*/
.bannerslogan{
	margin-top: -76px;
	padding-top: 16px;
	height: 76px;
	z-index: 2;
	background-color:  rgba(47,79,79,0.2);
}
.sloganbox{
	display: block;
	clear: both;
	height: 76px;
}
.sloganbox li{
	width: 33%;
	display: block;
	float: left;
	background-image: url(../images/banner_dot.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	color: #fff;	
	line-height: 56px;
}
.productbg{
	background-image: url(../images/indexbg1.png);
}
.productbox {
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.05) 10px 10px 10px ;
	border-radius: 10px;
	padding: 20px;
}
.productbox:hover {
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	box-shadow: rgba(30,144,255,0.1) 10px 10px 10px ;
	border-radius: 10px;
	padding: 20px;
}
.productbox img {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}


.productbox .productfont {
	font-size: 12px;
	color: #929292;
	text-decoration: none;
	display: block;
	clear: both;
	line-height: 180%;
}
.productbox_title{
	font-size: 14px;
	display: block;
	clear: both;
	height: auto;
	border-bottom:1px dotted  rgba(	0,0,0,0.1)  ;
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.productbox_title .producttitle {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	margin-bottom: 10px;	
font-size: 16px;
	padding-left: 60px;
	line-height:42px ;
}
.productbox_content .producttitle {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
    font-size: 14px;
	line-height:22px ;
	margin-bottom: 0px;
}
.productbox_content .producttitle:before {
	content: ".  ";
	 font-size: 24px;
}
.productcombination li:nth-child(1) .productbox_title {
	background-image: url(../images/product_icon1.png);
}
.productcombination li:nth-child(2) .productbox_title {
	background-image: url(../images/product_icon2.png);
}
.productcombination li:nth-child(3) .productbox_title {
	background-image: url(../images/product_icon3.png);
}
.productcombination li:nth-child(4) .productbox_title {
	background-image: url(../images/product_icon4.png);
}
.centertitle{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.productbox  .btn-default{
	margin-top: 10px;
	border: solid 1px #D3E2FB;
	color: #0A8DDC;
}
.productbox  .btn-default:hover{
	background-color: #F3FBFF;
}

.newspic {
	display: block;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	outline: none;
}

.newspic a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	margin-top: -30px;
	outline: none;
	position: relative;
	z-index: 2;
}

.newspic .news_img {
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 270px;
	width: 100%;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	z-index: 1;
}
.newsitem {
	display: block;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.newsitem .newsdate {
	color: #000;
	background-color: #B8BCBF;
	text-align: center;
	display: block;
	float: left;
	width: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.newsitem .newsdate .date1 {
	font-size: 14px;

	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	
}

.newsitem .newsdate .date2 {
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	height: auto;
}

.newsitem .newstitle {
	color: #333;
	text-align: left;
	display: block;
	float: left;
	height: 30px;
	width: 70%;
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.newsitem .newscontent {
	color: #666;
	text-align: left;
	display: block;
	float: left;
	height: 40px;
	width: 70%;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
.anlibg{
	background-image: url(../images/indexbg2.png);
	background-size: 100% 340px;
	background-repeat: no-repeat;
	
}
.anlibg .centertitle{
	color: #fff;
}
.anli_title_combination{
	background-color: #0356CC;
	color: #FFF;
	font-size: 16px;
}
.anli_title_combination li{
	display: block;
	line-height: 48px;
	text-align: center;
}
.anli_title_combination li.active{
	background-color: #0881D8;
}
.anli_content_combination{
	background-color: #fff;
	height: auto;
	clear: both;
	border-bottom: solid 1px #F6F6F6;
	padding-bottom: 20px;
	
}
.newsmore2{
	line-height: 70px;
}
.anli_info1{
	padding: 30px;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 180%;
	margin-bottom: 20px;
}
.anli_info1 .anlititle{
	font-size: 16px;
	font-weight: bold;
	display: block;
	clear: both;
	color: #000;
}
.anli_info2{
	padding: 20px 30px;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 180%;
}
.anli_info2 .anlititle{
	font-size: 16px;
	font-weight: bold;
	display: block;
	clear: both;
	color: #000;
}
.anli_photo img{
	width: 100%;
	height: 300px;
}
.anli_info2 span,.anli_info2 a{
	float: left;
	display: block;
	clear: both;
	margin-top: 10px;
}
.centertitle2{
	display: block;
	clear: both;

    margin-bottom: 10px;
    margin-top: 10px;
}
.centertitle2 span{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}
.logo_content_combination li{
	display: block;
	height: 60px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.logo_content_combination  img{
	max-width: 70%;
	max-height: 50px;

}
.kehubg{
	
	padding-bottom: 20px;
	background-size: 100% 340px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.zizhibg{
	background-image: url(../images/indexbg3.png);
	padding-bottom: 40px;
	background-size: 100% 340px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.zizhi_content_combination li{
	text-align: center;
}
.zizhi_content_combination img{
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.products_tap_content .prodetai_jianshe_pic1 {
	background-image: url(../images/product_jianzhu_youdian1.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 280px;
	margin-bottom: 40px;
	text-align: right;
}
.products_tap_content .prodetai_jianshe_pic2 {
	background-image: url(../images/product_jianzhu_youdian2.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 280px;
	margin-bottom: 40px;
	text-align: right;
}
.products_tap_content .prodetai_jianshe_pic3 {
	background-image: url(../images/product_jianzhu_youdian3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 280px;
	margin-bottom: 40px;
	text-align: right;
}
