@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;
}

.rightline_white {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #c1c1c1;
	padding-left:20px ;
}


/*---------------布局样式------------------------*/

#head {
	display: block;
	clear: both;
	height: 110px;
	width: 100%;
	position: relative;
}

#head #logo {
	background-image: url(../images/logo_long.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 60px;
	float: left;
	line-height: 60px;
	width: 358px;
	margin-left: 10px;
}

#head #nav1 {
	float: right;
	height: 60px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	display: block;
}

#head #nav1 li {
	font-family: "微软雅黑";
	font-size: 12px;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	float: left;
	height: 12px;
	width: 100px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#head #nav1 li a {
	display: block;
	height: 12px;
	width: 100%;
}

#head #nav1 li a:hover {
	display: block;
	height: 14px;
	width: 100%;
	text-decoration: none;
}

#head .nav2box {
	background-color: #F5F6FB;
	display: block;
	height: 50px;
}

#head #nav2 {
	float: left;
	height: 50px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	display: block;
}

#head #nav2 .notice {
	float: right;
	margin-top: 16px;
	margin-right: 20px;
	display: block;
}

#head #nav2 li {
	font-size: 14px;
	line-height: 50px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	width: 110px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
	margin-right: 2px;
}

#head #nav2 li.onchoose {
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	width: 110px;
	border-bottom-width: 3px;
	color: #11a6d3;
	border-bottom-style: solid;
	border-bottom-color: #11a6d3;
}

#head #nav2 li.onchoose a {
	color: #11a6d3;
}

#head #nav2 li:hover {
	color: #11a6d3;
	border-bottom-style: solid;
	border-bottom-color: #11a6d3;
	background-color: #Fff;
}

#head #nav2 li a {
	text-align: center;
	display: block;
	height: 50px;
	width: 100%;
}

#head #nav2 li a:hover {
	color: #11a6d3;
}

.hdp_banner {
	display: block;
	clear: both;
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

.hdp_banner .bannerimgbg {
	background-size: cover;
	height: 400px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}


.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: 20px;
	margin-right: 20px;
}

.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;
}

.coloumtitle span {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
}




.anli {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.anli a {
	line-height: 30px;
}

.linkcolumn {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}

.linkcolumn .column_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	clear: both;
	height: 30px;
}

.linkcolumn li {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-align: left;
	display: block;
	clear: both;
	height: 24px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.linkcolumn li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}

.linkcolumn li a:hover {
	color: #E3FFFF;
	text-decoration: none;
}

.ewm {
	display: block;
	clear: both;
	height: auto;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.footcolumn {
	display: block;
	overflow: auto;
	line-height: 40px;
}

.footcolumn span {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	text-align: right;
	float: right;
	line-height: 40px;
}

.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%;
}


/*----------------产品首页---------------------------------------*/

.clouds {
	position: absolute;
	height: 100%;
	top: 8px;
	z-index: 2;
	width: 100%;
	margin-top: 110px;
}

.clouds span {
	background: url(../images/bg_clouds.png) no-repeat;
	position: absolute;
}

.clouds .cloud01 {
	background-position: -335px -643px;
	height: 254px;
	left: 0;
	top: 230px;
	width: 632px;
	-webkit-animation: cloudAnimation infinite 100000ms linear;
	-moz-animation: cloudAnimation infinite 100000ms linear;
	-ms-animation: cloudAnimation infinite 100000ms linear;
	-o-animation: cloudAnimation infinite 100000ms linear;
}

.clouds .cloud02 {
	background-position: 0 -348px;
	height: 172px;
	left: 644px;
	top: 0;
	width: 340px;
	-webkit-animation: cloudAnimation infinite 160000ms linear;
	-moz-animation: cloudAnimation infinite 160000ms linear;
	-ms-animation: cloudAnimation infinite 160000ms linear;
	-o-animation: cloudAnimation infinite 160000ms linear;
}

.clouds .cloud03 {
	background-position: -326px 0;
	height: 338px;
	left: 800px;
	top: 450px;
	width: 654px;
	-webkit-animation: cloudAnimation infinite 125000ms linear;
	-moz-animation: cloudAnimation infinite 125000ms linear;
	-ms-animation: cloudAnimation infinite 125000ms linear;
	-o-animation: cloudAnimation infinite 125000ms linear;
}

.clouds .cloud04 {
	background-position: -350px -348px;
	height: 268px;
	right: 100px;
	top: 90px;
	width: 410px;
	-webkit-animation: cloudAnimation infinite 200000ms linear;
	-moz-animation: cloudAnimation infinite 200000ms linear;
	-ms-animation: cloudAnimation infinite 200000ms linear;
	-o-animation: cloudAnimation infinite 200000ms linear;
}

@-moz-keyframes cloudAnimation {
	from {
		-moz-transform: translate(0px, 0px);
		opacity: 0.5;
	}
	49.5% {
		-moz-transform: translate(-990px, 0px);
		opacity: 0.2;
	}
	50% {
		-moz-transform: translate(-990px, 0px);
		opacity: 0;
	}
	51% {
		-moz-transform: translate(740px, 0px);
		opacity: 0;
	}
	52% {
		-moz-transform: translate(740px, 0px);
		opacity: 0.2;
	}
	to {
		-moz-transform: translate(0px, 0px);
		opacity: 0.5;
	}
}

@-webkit-keyframes cloudAnimation {
	from {
		-webkit-transform: translate(0px, 0px);
		opacity: 0.5;
	}
	49.5% {
		-webkit-transform: translate(-990px, 0px);
		opacity: 0.2;
	}
	50% {
		-webkit-transform: translate(-990px, 0px);
		opacity: 0;
	}
	51% {
		-webkit-transform: translate(740px, 0px);
		opacity: 0;
	}
	52% {
		-webkit-transform: translate(740px, 0px);
		opacity: 0.2;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity: 0.5;
	}
}

@-ms-keyframes cloudAnimation {
	from {
		-ms-transform: translate(0px, 0px);
		opacity: 0.5;
	}
	49.5% {
		-ms-transform: translate(-990px, 0px);
		opacity: 0.2;
	}
	50% {
		-ms-transform: translate(-990px, 0px);
		opacity: 0;
	}
	51% {
		-ms-transform: translate(740px, 0px);
		opacity: 0;
	}
	52% {
		-ms-transform: translate(740px, 0px);
		opacity: 0.2;
	}
	to {
		-ms-transform: translate(0px, 0px);
		opacity: 0.5;
	}
}

.banner_productindex {
	background-image: url(../images/banner_product.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.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 668px;
	margin-bottom: 50px;
	margin-top: 120px;
}

.banner_productindex .banner_icon {
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	height: 110px;
	width: 520px;
	z-index: 3;
	position: relative;
}

.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: left center;
	opacity: 0.8;
}

.banner_productindex .banner_icon .icon_1:hover {
	opacity: 1;
}

.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: left center;
	opacity: 0.8;
}

.banner_productindex .banner_icon .icon_2:hover {
	opacity: 1;
}

.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: left center;
	opacity: 0.8;
}

.banner_productindex .banner_icon .icon_3:hover {
	opacity: 1;
}
.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: left center;
	opacity: 0.8;
}

.banner_productindex .banner_icon .icon_4:hover {
	opacity: 1;
}
.arrowbox {
	background-repeat: no-repeat;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 5;
	height: 110px;
	overflow: hidden;
	margin-top: -110px;
}

@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: 100%;
	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;
	/* Opera */
	background-position: center;
}

.bg_productindex {
	background-color: #fbfbfb;
	background-image: url(../images/product_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 10px;
}

.productindex .productbox2 {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 10px;
	border: 1px solid #FFF;
	display: block;
	overflow: auto;
	min-height: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.productindex .productbox2:hover {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 10px;
	border: 1px solid #FFF;
	display: block;
	overflow: auto;
	min-height: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.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: 20px;
}

.productindex .productbox2 .p_list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.productindex .productbox2 .p_list li {
	display: block;
	float: left;
	height: 30px;
	width: 50%;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productindex .productbox2 .p_list li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.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: 20%;
	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: auto;
	border: 3px solid #EFEFEF;
	height: 70px;
	width: 98%;
	margin-left: auto;
}

.productindex .productbox2 .c_list li a img {
	height: 40px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 98%;
	margin-top: 10px;
}

.productindex .bnt_more {
	color: #666;
	display: block;
	float: right;
	text-align: right;
	clear: both;
	height: 30px;
	margin-top: -50px;
	padding-right: 30px;
}


/*产品主线首页--------------------------------------*/

.page_banner_product {
	background-image: url(../images/bannerproduct.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
	background-color: #edf1f8;
	background-size: cover;
}

.page_rootbg {
	line-height: 45px;
	background-color: #F5F6FB;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.5);
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.5);
}

.page_tap {
	font-size: 14px;
	line-height: 45px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px;
	height: 130px;
	list-style-type: none;
	margin-top: 0px;

	margin-bottom: 0px;
}

.page_tap li {
	display: block;
	float: left;
	height: 130px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.page_tap img{
	width: 100px;
}
.page_tap li:hover {
	float: left;
	height: 130px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	color: #0672b7;
}

.page_tap li.onchoose {
	display: block;
	float: left;
	height: 130px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tap_onchoose.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.page_tap li.onchoose a {
	font-weight: bold;
	color: #0672b7;
	text-decoration: none;
}

.page_tap li a {
	line-height: 130px;
	text-decoration: none;
}

.page_root {
	font-size: 12px;

	color: #666;
	float: right;
	margin-right: 20px;
}

.bg_productpage {
	background-color: #FFFFFF;
	/*	background-image: url(../images/product_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 20px;
	display: block;
	position: relative;
	height: auto;
}

.bg_productpage .bg_productpage_wihte {
	background-color: #FFF;
	display: block;
	padding: 20px;
	position: relative;
	height: auto;
}

.products_tap_content {
	display: block;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.product_bigtitle_smalllogo {
	background-image: url(../images/logosmall.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100px;
	float: right;
	width: 164px;
}

.products_tap_content .product_bigtitle1 {
	background-image: url(../images/propage_bigetitle.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.products_tap_content .product_bigtitle2 {
	background-image: url(../images/propage_bigetitle2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.products_tap_content .product_bigtitle3 {
	background-image: url(../images/propage_bigetitle3.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.products_tap_content .product_bigtitle4 {
	background-image: url(../images/propage_bigetitle4.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.products_tap_content .productpage_infobox {
	background-image: url(../images/product1_bg1.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: contain;
	display: block;
	clear: both;
	height: auto;
	padding-left: 35%;
	overflow: auto;
	min-height: 325px;

}

.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;
	margin-top: 40px;
	margin-right: 40px;
	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-image: url(../images/product2_bg1.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size:  contain;
	display: block;
	clear: both;
	height: auto;
	padding-left: 35%;
	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;
	margin-top: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	min-height: 300px;
}

.products_tap_content .productpage_infobox3 {
	background-image: url(../images/product3_bg1.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: 24%;
	display: block;
	clear: both;
	height: auto;
	padding-left: 35%;
	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;
	margin-top: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	min-height: 300px;
}
.products_tap_content .productpage_infobox4 {
	background-image: url(../images/product4_bg1.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: 24%;
	display: block;
	clear: both;
	height: auto;
	padding-left: 35%;
	overflow: auto;
	min-height: 325px;
	
}

.products_tap_content .productpage_infobox4 p {
	margin-top: 20px;
}

.products_tap_content .productpage_infobox4 .infodetail {
	font-size: 14px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	margin-top: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	min-height: 300px;
}

.products_tap_content .prodetai_tile1_jsys {
	background-image: url(../images/prodetaile_title_youshi.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 75px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
	margin-top: 20px;
}

.products_tap_content .prodetai_tile2_list {
	background-image: url(../images/prodetaile_title_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 75px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
	margin-top: 20px;
}

.products_tap_content .prodetai_tile3_custer {
	background-image: url(../images/prodetaile_title_custer.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 75px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-size: contain;
	margin-bottom: 20px;
	margin-top: 20px;
}

.products_tap_content .prodetai_jsys_line {
	background-image: url(../images/product1_youdian_line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.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: 240px;
	margin-bottom: 40px;
	text-align: right;
}

.products_tap_content .prodetai_listitem {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

.products_tap_content .prodetai_listitem li {
	display: block;
	margin: 0px;
	padding: 0px;
}

.products_tap_content .prodetai_listitem .boxstyle {
	display: block;
	margin: 10px;
	border-radius: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 10px;
	height: auto;
	min-height: 200px;
}

.products_tap_content .prodetai_listitem .boxstyle:hover {
	border: 1px solid rgba(121, 183, 238, 1);
}

.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;
}

.bnt_pro {
	display: block;
	margin: 5px;
}

.products_tap_content .prodetai_listitem span a {
	font-size: 18px;
	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: 24px;
	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: 25%;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
	text-overflow: ellipsis;
	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: 1%;
	border: 3px solid #EFEFEF;
	height: 70px;
	width: 98%;
	margin-left: 1%;
}

.products_tap_content .c_list li a img {
	height: 40px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 98%;
	margin-top: 10px;
}

.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 {
	display: block;
	clear: both;
	height: auto;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "微软雅黑";
	font-size: 28px;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	overflow: auto;
	line-height: 100px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204, 204, 204, 0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	min-height: 100px;
}

.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: 0px 38px;
	display: block;
	clear: both;
	height: auto;
	margin-right: 10px;
	font-family: "微软雅黑";
	font-size: 32px;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	overflow: auto;
	line-height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204, 204, 204, 0.6);
	background-image: url(../images/dot2.png);
	text-align: left;
	padding-left: 40px;
	min-height: 100px;
}

.aboutdetailt_title span {
	font-size: 24px;
	font-weight: normal;
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
	margin-left: 10px;
}

.page_bntbox {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	list-style-type: none;
	z-index: 50;
	overflow: hidden;
	width: 300px;
	position: relative;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}

.page_bntbox2 {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	list-style-type: none;
	z-index: 50;
	overflow: hidden;
	width: 100px;
	position: relative;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}

.page_bntbox_min {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	list-style-type: none;
	z-index: 50;
	overflow: hidden;
	width: 100px;
	position: relative;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}

.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;
	padding-top: 20px;
}

.productdetail_infobox img {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 80%;
	text-align: center;
}

.productdetail_infobox p {
	text-indent: 28px;
	font-size: 14px;
	margin-top: 10px;
	color: rgba(102, 102, 102, 1);
	clear: both;
}

.productdetail_infobox h1 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.productdetail_infobox h2 {
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.productdetail_infobox h2:before {
	content: '○';
	text-decoration: none;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}

.productdetail_infobox p.padding80 {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 180%;
	text-indent: 0;
	font-weight: bold;
}

.productdetail_infobox p.padding80:before {
	content: '➤';
	text-decoration: none;
	margin-right: 8px;
	font-size: 18px;
	margin-left: -10px;
}

.productdetail_infobox p.padding120 {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	line-height: 180%;
	text-indent: 0;
}

.productdetail_infobox p.padding120:before {
	content: '•';
	text-decoration: none;
	margin-right: 10px;
	font-size: 18px;
}

.productdetail_infobox .borderblock {
	display: block;
	padding: 20px;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 5px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.productdetail_infobox .infodetail {
	font-size: 12px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
}

.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: 5px;
	border: 1px solid #E0E0E0;
	background-color: rgba(255, 255, 255, 1);
}

.productdetail_infobox .infodetail #images span {
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 120%;
	margin-top: 10px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.imagespopbox {
	display: block;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.imagespopbox img {
	display: block;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	width: 60%;
	height: auto;
	max-height: 80%;
	position: fixed;
	top: 40px;
	left: 50%;
	margin-left: -30%;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.page_banner_guide {
	background-image: url(../images/banner_zhinan.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
	background-color: #fff;
	background-size: cover;
}

.page_banner_news {
	background-image: url(../images/banner_news.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
	background-color: #edf1f8;
	background-size: cover;
}

.page_banner_about {
	background-image: url(../images/banner_about.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
		background-color: #edf1f8;
	background-size: cover;
}

.page_banner_anli {
	background-image: url(../images/banner_anli.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
	background-color: #edf1f8;
	background-size: cover;
}

.page_banner_contact {
	background-image: url(../images/banner_contact.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 180px;
	position: relative;
	background-color: #edf1f8;
	background-size: cover;
}

.bg_productdetail_wihte {
	background-color: #FFF;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	position: absolute;
}

.guidelist_bigtitle {
	background-image: url(../images/propage_bigetitle_guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.guidelist_boxbg {
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	background-size: 50%;
	background-size: contain;
}

.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;
	margin-right: 10px;
	margin-left: 10px;
}

.guidelist_boxbg .guidelist_pic li a span {
	text-align: center;
	display: block;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center 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 bottom;
	-webkit-filter: contrast(180%) brightness(44%) saturate(96%) hue-rotate(23deg);
	filter: contrast(180%) brightness(44%) saturate(96%) hue-rotate(23deg);
	height: 175px;
	line-height: 175px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
	background-size: 105% 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: 20px;
}

.guidelist_boxbg p {
	margin-top: 10px;
}

.guidelist_boxbg .infodetail {
	font-size: 16px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
}

.guidelist {
	display: block;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	overflow: auto;
}

.guidelist li {
	font-size: 14px;
	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: 45%;
	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-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
}

.newsbox {
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-image: url(../images/news_jobbg.png);
	background-size: 30% auto;
}

.newsbox .newslist {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10px;
	overflow: auto;
}

.newsbox .newslist .firstnews {
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	margin-bottom: 20px;
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 70%;
}

.newsbox .newslist .firstnews .n_title {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	height: 30px;
}

.newsbox .newslist .firstnews .n_info {
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	height: auto； overflow: hidden;
	line-height: 24px;
	margin-bottom: 20px;
}

.newsbox .newslist .firstnews span {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	display: block;
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 20px;
	background-color: #B9BCBF;
	word-break: break-all;
	/*支持IE，chrome，FF不支持*/
	word-wrap: break-word;
	/*支持IE，chrome，FF*/
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.newsbox .newslist .firstnews span p {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.newsbox .newslist .firstnews a {
	display: block;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}

.newsbox .newslist li {
	font-size: 14px;
	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: 80%;
	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-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(204, 204, 204, 0.9);
}

.newsbox .newslist li a {
	font-size: 14px;
	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%;
	text-align: left;
}

.about_infobox {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
}

.about_infobox img {
	display: block;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 15%;
	position: absolute;
	height: auto;
}

.about_infobox .infodetail {
	font-size: 14px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 40px;
}

.about_infobox p {
	margin-top: 10px;
	color: rgba(102, 102, 102, 1);
	margin-left: 28%;
	width: 72%;
}

.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 {
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-image: url(../images/about_jobbg.png);
	background-size: 30% auto;
	min-height: 300px;
}

.about_jobbox .joblist {
	display: block;
	margin-top: 40px;
	margin-right: 300px;
	margin-bottom: 40px;
	margin-left: 40px;
	overflow: auto;
	min-height: 300px;
}

.about_jobbox .joblist li {
	font-size: 14px;
	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: 45%;
	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-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
}

.about_jobbox .joblist li a {
	font-size: 14px;
	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: auto;
	float: left;
	position: absolute;
	margin-left: 2%;
	text-align: left;
}

.anlibox {
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 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.6);
	display: block;
	overflow: hidden;
	background-size: cover;
	clear: both;
	background-color: rgba(204, 204, 204, 0.5);
	margin: 10px;
	padding: 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: 180px;
	width: 100%;
}

.anlibox .anlilist li .anliitem img {
	height: 180px;
	width: 100%;
}

.anlibox .anlilist li span {}

.anlibox .hidbox {
	background-color: rgba(51, 51, 51, 0.2);
	display: block;
	padding: 10px;
	clear: both;
	height: 80px;
	margin-top: -50px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	background-image: url(../images/dot3.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.anlibox .anlilist li:hover .hidbox {
	background-color: rgba(51, 51, 51, 0.8);
	display: block;
	padding: 10px;
	clear: both;
	height: 80px;
	position: absolute;
	margin-top: -80px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	background-image: url(../images/dot3.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.anlibox .hidbox .hidbox_title {
	font-size: 18px;
	color: rgba(0, 204, 255, 1);
	text-decoration: none;
	display: block;
	clear: both;
	padding-bottom: 10px;
}

.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-bottom: 0px;
}

.contact_infobox {
	background-repeat: no-repeat;
	background-position: right 20px;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background-image: url(../images/contact_bg.png);
	background-size: 40% auto;
	min-height: 500px;
}

.contact_infobox .contactpic {
	display: block;
	margin-right: auto;
	margin-top: 40px;
	position: absolute;
	height: auto;
	margin-left: auto;
}

.contact_infobox .infodetail {
	font-size: 16px;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 40px;
}

.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: 20px;
	float: left;
	width: 560px;
	overflow: auto;
}

.contact_infobox .messagebox span {
	font-size: 12px;
	color: rgba(255, 0, 0, 1);
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.contact_infobox .messagebox .itembox {
	display: block;
	clear: both;
	margin-left: 40px;
	padding-top: 10px;
}

.contact_infobox .messagebox .itembox label {
	font-size: 14px;
}

.contact_infobox .messagebox .itembox .yam_input {
	display: block;
	float: left;
	width: 78%;
	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: 20%;
	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: 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);
	padding-bottom: 20px;
}
.productbox {
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.05) 10px 10px 10px ;
	border-radius: 10px;
	padding: 20px;
	height: 390px;
}
.productbox:hover {
	display: block;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	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_title .productfont{
	height: 64px;
	overflow: hidden;
}
.productbox_content .producttitle {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
    font-size: 14px;
	line-height:32px ;
	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);
}
.productbox_content .productfont{
	height: 22px;
	overflow: hidden;
}
.centertitle{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.productbox  .btn-default{
	margin-top: 10px;
	border: solid 1px #D3E2FB;
	color: #0A8DDC;
}
.productbox  .btn-default:hover{
	background-color: #F3FBFF;
}

.newspic {
	display: block;
	clear: both;
	width: 420px;
	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: 420px;
	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;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.newsitem .newsdate {
	color: #000;
	background-color: #B8BCBF;
	text-align: center;
	display: block;
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 20px;
}

.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: 16px;
	line-height: 180%;
	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: 180%;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
.anlibg{
	background-image: url(../images/indexbg2.png);
	padding-bottom: 40px;
	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: 350px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
.newsmore2{
	line-height: 70px;
}
.anli_info1{
	padding: 30px;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 180%;
}
.anli_info1 .anlititle{
	font-size: 16px;
	font-weight: bold;
	display: block;
	clear: both;
	color: #000;
}
.anli_info2{
	padding:10px 30px 10px 30px ;
	font-size: 12px;
	color: #8B8B8B;
	line-height: 160%;
}
.anli_info2 .anlititle{
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	display: block;
	clear: both;
	color: #000;
}
.anli_photo img{
	width: 100%;
	height: 350px;
}
.anli_info2 span,.anli_info2 a{
	float: left;
	display: block;
	clear: both;
	margin-top: 10px;
}
.centertitle2{
	display: block;
	clear: both;
	background-image: url(../images/index_line.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 70px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.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;
}
.logo_content_combination  img{
	display: block;
	max-width: 80%;
	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: 50%;
	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;
}
