/* CSS Document */

/* 通用属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nybanner div{
	height: 550px !important;
	background-position: 0 -35px !important;
}

body {
	font-size: 14px;
	color: #000;
	font-family: Microsoft YaHei, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
}

html,
body {
	width: 100%;
	max-width: 100%;
	min-width: 1320px;
	min-height: 100%;
	height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
dt,
var {
	font-style: normal;
	font-weight: normal;
}

/* a */
a {
	color: #333;
	text-decoration: none;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #009943;
	;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	padding: 0;
	margin: 0;
}

:focus {
	outline: none;
}

.ovfl {
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.lflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ltflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.lbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.rflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.rbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.mflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.transition300em {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.donghua {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

::after,
::before {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.dhwz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mar0a {
	margin: 0 auto;
}

.con-fff {
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.top30 {
	margin-top: 30px;
}

.top50 {
	margin-top: 50px;
}

.top60 {
	margin-top: 60px;
}

.w1000 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#roll {
	display: block;
	width: 15px;
	margin-right: -620px;
	position: fixed;
	right: 50%;
	top: 50%;
	_margin-right: -525px;
	_position: absolute;
	_margin-top: 300px;
	_top: expression(eval(document.documentElement.scrollTop));
}

#roll_top,
#fall,
#ct {
	position: relative;
	cursor: pointer;
	height: 43px;
	width: 43px;
}

#roll_top {
	background: url(../images/image/top.png) no-repeat;
}

#fall {
	background: url(../images/image/top.png) no-repeat 0 -80px;
}

/*箭头*/
.pbot {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
}

.pbot1 {
	background: url(../images/image/pbot1.png) no-repeat center;
	left: 0;
}

.pbot2 {
	background: url(../images/image/pbot2.png) no-repeat center;
	right: 0;
}

/* 头部 */
.htop {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
	background: #ebebeb;
}

.htop em {
	float: left;
	color: #666;
}

.htop .htop-aa {
	float: right;
	display: block;
}

.htop .htop-aa a {
	display: block;
	float: left;
	padding: 0 12px;
	border-right: 1px solid #ddd;
	color: #666;
}

.htop .htop-aa a:first-child {
	border-left: 1px solid #ddd;
	color: #666;
}

.htop .htop-aa a span {
	display: block;
	padding-left: 25px;
}

.htop .htop-aa a:nth-child(1) span {
	background: url(../images/image/htopico1.jpg) no-repeat left;
}

.htop .htop-aa a:nth-child(2) span {
	background: url(../images/image/htopico2.jpg) no-repeat left;
}

.htop .htop-aa a:nth-child(3) span {
	background: url(../images/image/htopico3.jpg) no-repeat left;
}

.htop .htop-aa a:hover {
	color: #009943;
}

/*.hcont{!*padding-top: 20px;padding-bottom: 5px;*!margin: 10px 0;}
.hcont .dlogo{ float:left;}
.hcont .dlogo dl{ overflow:hidden;}
.hcont .dlogo dt{ float:left;}
.hcont .dlogo dt img{ display:block;}
.hcont .dlogo dd{ margin-left:230px; padding:25px 0 30px 25px; background:url(http://www.hcm999.com/staticres/images/logoline.png) no-repeat left center;}
.hcont .dlogo dd p { font-size:20px; color:#1db218; font-weight:bold;}
.hcont .dlogo dd h2{ font-size:18px; font-weight:normal; margin-top:5px;}
.hcont .dphone{ float:right; position:relative;}
.hcont .dphone dl{padding-left: 66px;margin-top: 19px;background:url(../images/20180108093338_439266645.png) no-repeat left center;height: 57px;}
.hcont .dphone dt{font-size:14px;!* margin-top: 15px; *!padding-top: 6px;}
.hcont .dphone dd{ font-size:24px; color:#ff7200;}
.hcont .dphone img{ position:absolute; left:-216px; top:32px;}*/
/*logo、tel*/
.hcont .dlogo {
	float: left;
}

.hcont .dlogo dl {
	overflow: hidden;
}

.hcont .dlogo dt {
	float: left;
}

.hcont .dlogo dt img {
	display: block;
	margin-top: 40px;
}

.hcont .dlogo dd {
	float: left;
	padding: 25px 0 30px 25px;
	background: url(http://www.hcm999.com/staticres/images/logoline.png) no-repeat left center;
}

.hcont .dlogo dd p {
	font-size: 28px;
	color: #009943;
	font-weight: bold;
	margin-top: 10px;
}

.hcont .dlogo dd h2 {
	font-size: 17px;
	margin-top: 7px;
	color: #666;
	text-align: center;
}

.hcont .dphone {
	float: right;
	position: relative;
}

.hcont .dphone dl {
	padding-left: 45px;
	margin-top: 32px;
	background: url(../images/image/tel.gif) no-repeat left center;
}

.dphone p img {
	padding-top: 50px;
}

.hcont .dphone dt {
	font-size: 16px;
}

.hcont .dphone dd {
	font-size: 22px;
	color: #009943;
	font-family: Impact;
	font-weight: normal;
}

.hcont .dphone img {
	position: absolute;
	left: -216px;
	top: 20px;
}

.hcont .dphone tb1 img {
	position: absolute;
	left: -216px;
	top: 62px;
}

/*导航*/
.navBox {
	width: 1375px;
	margin: 0 auto -31px;
	height: 258px;
	height: 50px;
	position: relative;
	background: url(../images/image/21094.5.png) no-repeat;
	z-index: 9;
	height: 91px;
	margin-top: 15px;
}

.navBox .container>ul {
	height: 60px;
}

.navBox .container>ul>li {
	float: left;
	position: relative;
}

.navBox .container>ul>li>a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 24px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: url(../images/image/nav-ico.jpg) right center no-repeat;
}

.navBox .container>ul>li:hover>a,
.navBox .container>ul>li.cur a {
	/* background:url(../index/nav-h.jpg) no-repeat center; */
	color: #fff;
	background: #ff9e1c;
}

.navBox .container>ul b {
	width: 2px;
	height: 50px;
	float: left;
	/* background:url(../index/nav-ico.jpg) center no-repeat; */
}




/*轮播图*/
#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
}

#banner .swiper-pagination {
	bottom: 25px;
	font-size: 0;
}

#banner .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	background: #79848d;
	opacity: 1;
	border-radius: unset;
}

#banner .swiper-pagination-bullet-active {
	background: #009943;
}

#banner .swiper-button-prev {
	left: 70px;
}

#banner .swiper-button-next {
	right: 70px;
}

/*搜索*/
.search {
	/*border-bottom: 1px solid #e5e5e5;*/
	border: 1px solid #eee;
}

.search .gjc {
	overflow: hidden;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	padding-left: 28px;
	/*background:url(../images/search_hot.png) no-repeat left;*/
}

.search .gjc a {
	font-size: 14px;
	color: #666;
}

.search .gjc a:hover {
	color: #009943;
}

.search .sc {
	float: right;
	margin-top: 7px;
}

.search .sc form {
	overflow: hidden;
	position: relative;
}

.search .sc .tt {
	float: left;
	width: 200px;
	height: 34px;
	line-height: 34px;
	padding: 0 100px 0 25px;
	background: none;
	border: 1px solid #bbb;
	font-size: 14px;
	color: #999;
	outline: none;
	border-radius: 18px;
}

.search .sc .s_bt {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding-left: 22px;
	background: url(../images/image/search_bg.png) no-repeat left 18px center;
	color: #fff;
	text-decoration: none;
	background-color: #009943;
	border-radius: 18px;
	font-size: 14px;
	cursor: pointer;
}

/*proMain*/
.proMain {
	padding: 46px 0;
	/*background-color:#f5f5f5;*/
}

.proMain .pro_l {
	width: 230px;
	float: left;
}

.proMain .pro_r {
	width: 840px;
	float: right;
}

/*pro_l*/
.pro_l h4 {
	/*background:url(../images/peo_top.jpg) no-repeat;*/
	background: #009943;
}

.pro_l h4 a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	padding-left: 27px;
	font-weight: bold;
}

.pro_l ul {
	background-color: #fff;
	border: 2px solid #0858a8;
	border-top: none;
	overflow: hidden;
}

.pro_l li {}

.pro_l li h5 {
	padding-left: 32px;
	background: url(http://www.hcm999.com/staticres/images/prolistbg1.png) no-repeat left center;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}

.pro_l li h5 a {
	font-size: 16px;
	color: #535353;
	text-decoration: none;
}

.pro_l li .sedp p {
	margin-bottom: 8px;
}

.pro_l li .sedp p a {
	font-size: 14px;
	display: block;
	margin-left: 25px;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

.pro_l li .sedp p a:hover {
	background: url(http://www.hcm999.com/staticres/images/prolistbg2.png) no-repeat center;
	color: #fff;
}

/*pro_r*/
.pro_r .prc {
	padding-top: 10px;
}

.pro_r .prc .pt {
	height: 40px;
	background-color: #333;
}

.pro_r .prc .pt h5 {
	float: left;
	height: 50px;
	width: 110px;
	margin-top: -10px;
	margin-left: 10px;
}

.pro_r .prc .pt h5 a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #009943;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.pro_r .prc .pt span {
	float: right;
	margin-right: 30px;
	line-height: 40px;
}

.pro_r .prc .pt span a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background: url(http://www.hcm999.com/staticres/images/ptline.png) no-repeat left center;
}

.pro_r .prc .pt span a.noBg {
	background: none;
}

.pro_r .prc .pt .mor {
	float: right;
	padding-right: 15px;
	background: url(../images/image/morBg.png) no-repeat right center;
	margin-right: 12px;
	margin-top: 13px;
	font-size: 14px;
	color: #fff;
}

.pro_r .prc .pro {
	overflow: hidden;
	margin-top: 24px;
	width: 840px;
}

.pro_r .prc .pro li {
	float: left;
	width: 200px;
	padding-bottom: 40px;
	margin-right: 10px;
	height: 200px;
}

.pro_r .prc .pro li>a {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	border: 1px solid #1f98e4;
	overflow: hidden;
	z-index: 999999;
}

.pro_r .prc .pro li>a>img {
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 200px;
	height: 200px;
}

.pro_r .prc .pro li>a>img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	width: 200px;
	height: 200px;
	overflow: hidden;
}

/*.pro_r .prc .pro li>a i{ display:block; width:235px; height:165px; position:absolute; top:0; left:0; background:url(../images/probg.png) no-repeat center; display:none;}*/
.pro_r .prc .pro li>a i img {}

.pro_r .prc .pro li>a i span {}

.pro_r .prc .pro li>a:hover i {
	display: block;
}

.pro_r .prc .pro li p {
	padding-left: 5px;
	text-align: center;
	margin-top: 10px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro_r .prc .pro li p a {
	font-size: 14px;
}

.subNavBox {
	width: 229px;
	margin: 1px;
	overflow: hidden;
}

.subNav {
	cursor: pointer;
	font-size: 15px;
	line-height: 36px;
	padding-left: 20px;
	background: url(../images/image/li1-a.jpg) no-repeat;
	margin-bottom: 1px;
	margin: 5px 0;
}

.subNav a {
	color: #fff;
}

.currentDd {
	color: #07304d;
}

.currentDt {}

.navContent {
	display: none;
	background: url(http://www.hcm999.com/staticres/images/li2.jpg) no-repeat;
}

.navContent li a {
	display: block;
	padding-left: 35px;
	font-size: 15px;
	line-height: 46px;
	background: url(http://www.hcm999.com/staticres/images/li2.jpg);
	color: #717070;
	margin-bottom: 1px;
}

.navContent li a:hover {
	color: #fff;
	background: #3087de;
}

.subNav:hover a {
	color: #f3791a;
}




/*产品*/
.service {
	width: 100%;
	background: url(../images/image/347634004.jpg) center no-repeat;
	height: 880px;
	padding: 40px 0px;
	/* margin-top:40px;*/
}

.service_z {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.service_z font {
	color: #21ad42;
}

.service_z span {
	font-size: 18px;
	color: #9fd6a6;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 40px;
}

.service_z1 {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.prod_row2 {
	height: 114px;
}

.prod_row2>.col2>a {
	display: block;
	text-align: justify;
	color: #21ad42;
	transition: 0.3s all ease-in-out;
	padding: 32px 0 32px 177px;
	font-size: 22px;
	line-height: 30px;
	height: 50px;
}

.prod_row2>.col2>a .en {
	display: block;
	color: #21ad42;
	font-weight: 100;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.prod_row2>.col2 {
	float: left;
	width: 25%;
	height: 114px;
	overflow: hidden;
}

.prod_row2>.col2:first-child {
	margin-left: 0;
}

.prod_row2>.col2_1>a {
	background: url(../images/image/576402460.png) no-repeat center;
	padding-left: 150px;
}

.prod_row2>.col2_2>a {
	background: url(../images/image/1570600794.png) no-repeat center;
	padding-left: 150px;
}

.prod_row2>.col2_3>a {
	background: url(../images/image/501188028.png) no-repeat center;
	padding-left: 150px;
}

.prod_row2>.col2_4>a {
	background: url(../images/image/1235449613.png) no-repeat center;
	padding-left: 150px;
}

.prod_row2>.col2_6>a {
	background: url(../images/image/1230991298.png) no-repeat center;
	padding-left: 110px;
}

.prod_row2>.col2.on,
.prod_row2>.col2:hover {}

.prod_row2>.col2last {
	background: #fff;
}

.prod_row3 {
	width: 1200px;
	overflow: hidden;
	height: 526px;
	position: relative;
}

.prod_row3 ul li .fl {
	position: relative;
	padding-top: 7px;
}

.prod_row3 ul li .fl .prod_more1 {
	position: absolute;
	display: block;
	text-align: left;
	font-size: 30px;
	color: #454545;
	line-height: 40px;
	top: 45px;
	left: 30px;
}

.prod_row3 ul li .fl .prod_more1 i {
	display: block;
	width: 115px;
	height: 1px;
	background: #21ad42;
	position: relative;
	top: 5px;
}

.prod_row3 ul li .fl .prod_more1 .en {
	display: block;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.prod_row3 ul li .fl .prod_more2 {
	position: absolute;
	display: block;
	bottom: 45px;
	left: 166px;
	font-size: 16px;
	color: #777;
}

.prod_row3 ul li .fl .prod_more2 .en {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	display: inline-block;
	margin: 0 5px;
}

.prod_row3 .prod_list {
	position: absolute;
}

.prod_row3 .prod_list>li {
	width: 1200px;
	float: left;
}

.prod_row3 .prod_list>li>.fr {
	width: 870px;
}

.prod_row3 .prod_list>li>.fr .scps {
	width: 870px;
}

.prod_row3 .prod_list>li>.fr .scps ul {
	float: left;
}


.product .proright {
	width: 870px;
	float: left;
	overflow: hidden
}

.prod_row3 .prod_list>li>.fr .scps ul li {
	float: left;
	width: 250px;
	margin: 5px 8px 0px 15px;
	overflow: hidden;
}

.prod_row3 .prod_list>li>.fr .scps ul li {
	float: left;
	width: 250px;
	margin: 5px 8px 32px 25px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border: 1px #ccc solid;
	box-shadow: -webkit-box-shadow:0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.prod_row3 .prod_list>li>.fr .scps ul li>a {
	display: block;
	width: 250x;
	height: 188px;
	position: relative;
	overflow: hidden;
}

.prod_row3 .prod_list>li>.fr .scps ul li>a:hover {}

.prod_row3 .prod_list>li>.fr .scps ul li>a>img {
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
	width: 250px;
	height: 188px;
}

.prod_row3 .prod_list>li>.fr .scps ul li>a>img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*.pro_r .prc .pro li>a i{ display:block; width:235px; height:165px; position:absolute; top:0; left:0; background:url(../index/probg.png) no-repeat center; display:none;}*/
.prod_row3 .prod_list>li>.fr .scps ul li>a i img {}

.prod_row3 .prod_list>li>.fr .scps ul li>a i span {}

.prod_row3 .prod_list>li>.fr .scps ul li>a:hover i {
	display: block;
}

.prod_row3 .prod_list>li>.fr .scps ul li p {
	width: 250px;
	text-align: center;
	margin-top: 10px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.prod_row3 .prod_list>li>.fr .scps ul li p a {
	font-size: 14px;
}


.prod_row3 img {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.prod_row3 a:hover img {
	transition: all 0.5s linear;
	-webkit-transform: scale(1.10, 1.10);
	transform: scale(1.10, 1.10);
	-moz-transform: scale(1.10, 1.10);
}

.prod_row3 table td br {
	display: none;
}

.prod_row3 td a {
	display: block;
}

.prod_row3 table td span {
	display: block;
	height: 35px;
	line-height: 35px !important;
	font-size: 18px;
}

.prod_row3 table td span a {
	line-height: 35px;
	font-size: 18px;
}

/*.tabcon table td span a:hover{color:#fff; background-color:#0d68ce;}*/
.prod_row3 table td {
	display: block;
	float: left;
	border: 1px #ddd solid;
	padding: 10px !important;
	margin: 9px 13px;
	background: #fff;
	width: 242px;
	height: 223px;
}

.prod_row3 table td:hover {
	border: 1px #ccc solid;
	box-shadow: -webkit-box-shadow:0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.prod_row3 td a {
	overflow: hidden;
}


.service_t {
	width: 295px;
	height: 60px;
	border: 1px #ddd solid;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 26px;
}

.service_t a {
	font-size: 18px;
	color: #777;
}

/*合作案例*/
.jjfa {
	font-size: 80px;
	font-family: Arial;
	text-align: center;
	text-transform: uppercase;
	color: #edecec;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 30px;
}

.jjfa_w {
	font-size: 40px;
	font-weight: bold;
	color: #21ad42;
	text-align: center;
	margin: -47px 0px 30px;
}

.jjfa_b {
	width: 300px;
}

.jjfa_b dl {
	width: 260px;
	height: 60px;
	line-height: 60px;
	background-color: #ddd;
	margin-bottom: 2px;
	padding-left: 40px;
}

.jjfa_b dl.on {
	background: url(../images/image/344092848.jpg) no-repeat;
	color: #fff;
}

.jjfa_b dl.on a {
	color: #fff;
	font-size: 18px;
}

.jjfa_b dl a {
	font-size: 18px;
	color: #333;
}

.jjfa_t {
	width: 865px;
	height: 496px;
	overflow: hidden;
	position: relative;
}

.jjfa_t>.solu>p {
	position: absolute;
	bottom: 0px;
	width: 805px;
	padding: 15px 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}

.dis {
	display: none;
}


/*保障*/
.baoz {
	width: 100%;
	background: url(../images/image/580770900.jpg)center no-repeat;
	height: 477px;
	padding: 40px 0px;
	margin-top: 45px;
}

.baoz_w {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	color: #21ad42;
	line-height: 50px;
	margin-bottom: 30px;
}

.baoz_w span {
	font-size: 80px;
	color: #ff9e1c;
}

.baoz_w font {
	font-size: 18px;
	font-weight: normal;
	color: #777;
}

.baoz_d {
	width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	height: 328px;
	overflow: hidden;
}

.baoz_d p {
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #21ad42;
	letter-spacing: 5px;
	padding-top: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 5px;
	height: 203px;
}

.baoz_d p span {
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #21ad42;
	letter-spacing: 3px;
}

.baoz_d .nep01 p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	letter-spacing: 0px;
	padding-top: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	height: auto;
}

.baoz_d .nep01 p span {
	display: block;
	font-size: 18px;
	color: #ff9e1c;
	font-weight: bold;
	line-height: 30px;
}

.baoz_d .word1 {
	width: 36px;
	position: relative;
	height: 256px;
	border: 1px solid #dedede;
	text-align: justify;
	padding: 35px 30px 35px 30px;
	background: #f0f0f0;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit- transition: all 0.5s linear;
	-moz- transition: all 0.5s linear;
	-ms- transition: all 0.5s linear;
	-o- transition: all 0.5s linear;
}

.baoz_d .word1:hover {
	width: 249px;
	position: relative;
	height: 256px;
	padding: 35px 30px 35px 30px;
	background: #21ad42;
	overflow: hidden;
	margin-right: 26px;
	color: #fff;
}

.baoz_d .word2 {
	width: 36px;
	position: relative;
	height: 256px;
	border: 1px solid #dedede;
	text-align: justify;
	padding: 35px 30px 35px 30px;
	background: #f0f0f0;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit- transition: all 0.5s linear;
	-moz- transition: all 0.5s linear;
	-ms- transition: all 0.5s linear;
	-o- transition: all 0.5s linear;
}

.baoz_d .word2:hover {
	width: 311px;
	position: relative;
	height: 256px;
	padding: 35px 30px 35px 30px;
	background: #21ad42;
	overflow: hidden;
	margin-right: 26px;
	color: #fff;
}


.nep01 {
	width: 249px !important;
	float: left;
	position: relative;
	height: 256px;
	padding: 35px 30px 35px 30px;
	background: #21ad42 !important;
	overflow: hidden;
	color: #fff;
	margin-right: 26px;
	border: 1px solid #dedede;
}

.nep02 {
	width: 36px;
	float: left;
	position: relative;
	height: 256px;
	border: 1px solid #dedede;
	text-align: justify;
	padding: 35px 30px 35px 30px;
	background: #f0f0f0;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit- transition: all 0.5s linear;
	-moz- transition: all 0.5s linear;
	-ms- transition: all 0.5s linear;
	-o- transition: all 0.5s linear;
	margin-right: 25px;
}

.nep02:hover {
	width: 311px;
	position: relative;
	height: 256px;
	padding: 35px 30px 35px 30px;
	background: #21ad42;
	overflow: hidden;
	color: #fff;
	margin-right: 26px;
}

.nep01>.bg1>.title {
	position: absolute;
	left: 124px;
	top: 35px;
	width: 60px;
	height: 74px;
	border: 1px #ddd solid;
	font-family: Arial;
	font-size: 48px;
	text-align: center;
	color: #ff9e1c;
	line-height: 74px;
	transition: all 0.3s linear;
	-webkit- transition: all 0.3s linear;
	-moz- transition: all 0.3s linear;
	-ms- transition: all 0.3s linear;
	-o- transition: all 0.3s linear;
}

.nep02>.bg1>.title {
	position: absolute;
	left: 17px;
	top: 35px;
	width: 60px;
	height: 74px;
	border: 1px #ddd solid;
	font-family: Arial;
	font-size: 48px;
	text-align: center;
	color: #ff9e1c;
	line-height: 74px;
	transition: all 0.3s linear;
	-webkit- transition: all 0.3s linear;
	-moz- transition: all 0.3s linear;
	-ms- transition: all 0.3s linear;
	-o- transition: all 0.3s linear;
}






.img_bg {
	width: 100%;
	height: 425px;
	overflow: hidden;
	background: url(http://www.hcm999.com/staticres/index/thumb_1.jpg) no-repeat center top;
}

/*优势*/
.adv {
	margin-top: 40px;
	position: relative;
}

.adv .adv_t {
	width: 580px;
	height: 364px;
	margin-bottom: 40px;
	display: block;
	position: relative;
	overflow: hidden;
}

.adv .adv_t a,
.adv .adv_t a img {
	display: block;
	width: 100%;
	height: auto;
}

.adv .adv_t a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 70px;
	background: #21ad42;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: 0.3s all ease-in-out;
	height: 70px;
}

.adv .adv_t a p:before,
.adv .adv_t a p::before {
	content: '';
	display: block;
	width: 500px;
	height: 60px;
	position: absolute;
	top: 85px;
	left: -500px;
	transition: 0.2s all ease-in-out;
}

.adv .adv_t a p .small {
	display: block;
	text-align: center;
	padding: 0px 40px;
	height: 324px;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	font-weight: normal;
}

.adv .adv_t:hover a p {
	height: 360px;
	background: rgba(33, 173, 66, 0.8);
	padding-top: 40px;
	line-height: 150px;
}

.adv .adv_t:hover a p:before,
.adv .adv_t:hover a p::before {
	left: 40px;
	transition: 0.6s all ease-in-out;
}

.adv .adv_d {
	background: url(../images/image/790638496.png) center no-repeat;
	height: 230px;
	font-size: 55px;
	text-align: center;
	color: #21ad42;
	font-weight: bold;
	padding-top: 138px;
	position: absolute;
	width: 286px;
	top: 179px;
	left: 460px;
}

.adv_d span {
	font-size: 80px;
	color: #ff9e1c;
}

.adv_d font {
	font-family: Arial;
	font-size: 25px;
	text-transform: uppercase;
	color: #777;
	font-weight: normal;
}

.adv_d p {
	font-size: 26px;
	text-transform: uppercase;
	color: #666;
	font-weight: 400;
}

/*流程*/
.liuc {
	width: 100%;
	background-color: #21ad42;
	padding: 35px 0px;
}

.liuc_w {
	font-family: Arial;
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	color: #80c48c;
	text-transform: uppercase;
}

.liuc_z {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: -47px 0px 30px;
}

.liuc_t {}

.liuc_t .tub7 {
	width: 154px;
	float: left;
	background: url(http://www.hcm999.com/staticres/images/20181020141849_1777548267.png) no-repeat right 45px;
	background-position-x: 130px;
}

.liuc_t .tub7_8 {
	background: none;
	width: 120px;
	float: right;
}

.liuc_t .tub7 div {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	border: 1px #ddd solid;
	display: block;
	transition: 0.3s all ease-in-out;
}

.liuc_t .tub7 i {
	background: #fff url(../images/image/20181115111320_1160134579.png) no-repeat;
	width: 86px;
	height: 86px;
	display: block;
	padding: 11px;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px auto;
	transition: 0.3s all ease-in-out;
}

.liuc_t .tub7.active i {
	background-position-y: -77px;
}

.liuc_t .tub7.active div {
	border: 1px dashed #fff;
}

.liuc_t .tub7.active p {
	font-weight: bold;
	color: #ff9e1c;
}

.liuc_t .tub7 p {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	transition: 0.3s all ease-in-out;
	width: 120px;
}

.liuc_t .tub7_1 i {
	background-position: 28px 24px;
}

.liuc_t .tub7_2 i {
	background-position: -62px 24px;
}

.liuc_t .tub7_3 i {
	background-position: -160px 20px;
}

.liuc_t .tub7_4 i {
	background-position: -260px 20px;
}

.liuc_t .tub7_5 i {
	background-position: -367px 19px;
}

.liuc_t .tub7_6 i {
	background-position: -474px 14px;
}

.liuc_t .tub7_7 i {
	background-position: -595px 16px;
}

.liuc_t .tub7_8 i {
	background-position-x: -710px;
	background-position-y: 19px;
}


.liuc_f {
	background: url(../images/image/20181020142557_378254170.jpg) center no-repeat;
	height: 50px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	padding-left: 45px;
	margin-top: 25px;
}


/*about*/
/*关于我们*/
.about {
	width: 100%;
	background: url(../images/image/1224738897.jpg) center no-repeat;
	height: 1050px;
	margin-bottom: 40px;
}

.t_h2 {
	padding: 38px 0px;
}

.t_h2 a {
	color: #21ad42;
}

.t_h2 em {
	float: left;
	width: 536px;
	text-align: right;
	font: bold 32px/70px "Microsoft Yahei";
	color: #21ad42;
	border-bottom: 1px #9ad1a7 dashed;
	background: url(http://www.hcm999.com/staticres/images/1767284651.png) no-repeat;
}

.t_h2 span {
	padding-left: 20px;
	padding-top: 20px;
	display: block;
	overflow: hidden;
	font: 20px/48px "Microsoft Yahei";
	color: #777;
	border-top: 1px #9ad1a7 dashed;
}

.t_h2 a:hover {
	text-decoration: none;
}

.about_t {
	width: 532px;
	height: 423px;
	margin-top: 20px;
}

.about_w {
	width: 560px;
	padding: 40px 35px 35px 0px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.about_w a {
	color: #222;
	font-size: 14px;
}

.about_w p {
	font-size: 30px;
	font-weight: bold;
	color: #21ad42;
	margin-bottom: 30px;
}

.about_w p span {
	color: #777;
	font: 18px/22px "Microsoft Yahei";
	;
	text-transform: uppercase;
	padding-left: 20px;
}

.zs_s {
	width: 1200px;
	margin-top: 55px;
	border-top: 1px #ddd solid;
}

.zs_s .tit {
	height: 50px;
	line-height: 50px;
	margin-top: -26px;
	text-align: center;
}

.zs_s .tit p a {
	margin-right: 15px;
	font-size: 16px;
	color: #fff;
	background: #21ad42;
	display: inline-block;
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.zs_s .tit p a:hover,
.zs_s .tit p a.cur {
	background: #ff9e1c;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.zs_s ul {
	line-height: 0;
}

.zs_s li {
	float: left;
	padding-right: 20px;
}

.zs_s li img {
	width: 215px;
	height: 160px;
}

.zs_s li p {
	text-align: center;
	line-height: 45px;
}

.zs_s li p a {
	font-size: 14px;
	color: #333333;
}

.zs_s a.lft {
	position: absolute;
	left: 0;
	top: 60%;
}

.zs_s .cet {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.zs_s a.rig {
	position: absolute;
	right: 0;
	top: 60%;
}

.mr0 {
	margin-right: 0px !important;
}

.roller_content a:link {
	color: #fff !important;
}

.cp2 {
	overflow: hidden;
	margin-top: 0px;
	width: 1200px;
}

.cp2 li {
	float: left;
	width: 291px;
	padding-bottom: 24px;
	margin-right: 9px;
}

.cp2 li>a {
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}

.cp2 li a>img {
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 291px;
	height: 220px;
}

.cp2 li>a>img:hover {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}

.cp2 li>a i img {}

.cp2 li>a i span {}

.cp2 li>a:hover i {
	display: block;
}

.cp2 li p {
	width: 291px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cp2 li p a {
	font-size: 14px;
}

.cp2 li h5 {
	width: 291px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cp2 li h5 a {
	font-size: 14px;
}

/*paner*/
#panerz {
	width: 100%;
	background: #f5f5f5;
	height: 300px;
}

.paner {
	padding-top: 30px;
}

.paner .pcont {
	position: relative;
	margin-top: 38px;
	width: 1020px;
	margin: 0 auto;
}

.paner .pcont ul {
	overflow: hidden;
	width: 856px;
	margin: 0 auto;
}

.paner .pcont .bd {
	overflow: hidden;
	width: 856px;
	margin: 0 auto;
}

.paner .pcont li {
	float: left;
	width: 200px;
	/* height:130px*/
	;
	margin: 0 7px;
}

.paner .pcont li img {
	border: 2px solid #e5e5e5;
	display: block;
}

.paner .pcont .pbot {
	top: 40px;
}

/*新闻*/
.newMain {}

.newMain .new_l {
	float: left;
	width: 800px;
}

.newMain .new_r {
	float: right;
	width: 370px;
}

.newMain .ntop {
	height: 38px;
	border-bottom: 1px solid #ddd;
}

.newMain .ntop span {
	float: left;
	height: 38px;
}

.newMain .ntop span a {
	width: 111px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: url(../images/image/title_bg.jpg) no-repeat center;
	margin-right: 3px;
	float: left;
}

.newMain .ntop span a:hover,
.newMain .ntop span a.cur {
	background: url(../images/image/title_bg_2.jpg) no-repeat center;
}

.newMain .ntop .mor {
	float: right;
	padding-right: 15px;
	line-height: 38px;
}

/*new_l*/
.newMain .new_l .nc {
	padding-left: 10px;
	margin-top: 27px;
}

.newMain .new_l .nc dl {
	overflow: hidden;
}

.newMain .new_l .nc dt {
	float: left;
}

.newMain .new_l .nc dt img {
	display: block;
	border: 1px solid #ddd;
}

.newMain .new_l .nc dd {
	margin-left: 250px;
}

.newMain .new_l .nc dd h5 {
	width: 350px;
	height: 30px;
	line-height: 30px;
	padding-top: 12px;
	padding-bottom: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newMain .new_l .nc dd h5 a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.newMain .new_l .nc dd h5 a:hover {
	color: #21ad42
}

.newMain .new_l .nc dd p {
	font-size: 14px;
	line-height: 25px;
	height: 88px;
	overflow: hidden;
	color: #666;
}

.newMain .new_l .nc ul {
	overflow: hidden;
	margin-top: 18px;
}

.newMain .new_l .nc li {
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #dcdcdc;
}

.newMain .new_l .nc li em {
	font-size: 13px;
	float: right;
	margin-right: 10px;
}

.newMain .new_l .nc li a {
	color: #666;
	font-size: 13px;
	padding-left: 15px;
	background: url(../images/image/diamImg.png) no-repeat left center;
}

.newMain .new_l .nc li a:hover {
	color: #21ad42
}

/*new_r*/
.newMain .new_r .quetion {
	height: 350px;
	overflow: hidden;
	margin-top: 32px;
	padding: 0 15px;
}

.newMain .new_r .quetion dl {
	margin-bottom: 25px;
}

.newMain .new_r .quetion dt {
	width: 285px;
	padding-left: 33px;
	background: url(../images/image/wenImg.png) no-repeat left center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newMain .new_r .quetion dt a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.newMain .new_r .quetion dt a:hover {
	color: #21ad42;
}

.newMain .new_r .quetion dd {
	color: #666;
	padding-left: 33px;
	background: url(../images/image/daImg.png) no-repeat left 2px;
	font-size: 13px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 13px;
}



/*link*/
.linkTagcs {
	width: 978px;
	height: auto;
}

.linkTagcs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkTagcs li {
	list-style: none;
	margin: 0px;
	padding-right: 12px;
	line-height: 68px;
	float: left;
}

.linkTagcs li a {
	color: #fff;
	word-break: break-all;
}

.linkTagcs li img {
	border: 0px;
}

.link {
	width: 100%;
	height: 71px;
	line-height: 71px;
	background: #292929;
	margin-top: 40px;
}

.link_l {
	width: 138px;
	text-align: center;
	font: 20px/71px "Microsoft YaHei";
	font-weight: bold;
	color: #fff;
}

.link_r {
	width: 880px;
	margin-left: 30px;
}

.linkTagcs a {
	color: #fff !important;
	font-size: 14px;
}

.linkTagcs a:hover {
	color: #08c32c !important;
	text-decoration: none;
}

/*foot*/
.banq {
	width: 100%;
	background: #333;
	padding-top: 30px;
}

.banq_d {
	width: 120px;
	margin-right: 30px;
}

.banq_d .c4title {
	position: relative;
	padding: 0 0 25px 0;
	margin-bottom: 5px;
}

.banq_d .c4title a {
	font-size: 17px;
	display: block;
	line-height: 35px;
	color: #fff;
}

.banq_d .c4title::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	display: block;
	background: #21ad42;
	left: 0;
	bottom: 10px;
	transition: 0.6s all ease-in-out;
}

.banq_d:hover .c4title::after {
	width: 100%;
	background: #21ad4;
}

.banq_d ul li a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: #fff;
}

.banq_d ul li a:hover {
	text-decoration: underline;
}

.banq_d1 {
	width: 300px;
	
}

.banq_d1 .c4title {
	position: relative;
	padding: 0 0 25px 0;
	margin-bottom: 5px;
}

.banq_d1 .c4title a {
	font-size: 17px;
	display: block;
	line-height: 35px;
	color: #fff;
}

.banq_d1 .c4title::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	display: block;
	background: #21ad42;
	left: 0;
	bottom: 10px;
	transition: 0.6s all ease-in-out;
}

.banq_d1:hover .c4title::after {
	width: 100%;
	background: #21ad4;
}

.banq_nr {
	width: 340px;
	line-height: 46px;
	padding-left: 40px;
	background: url(../images/image/1903707234.png) left no-repeat;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}

.banq_d2 {
	width: 110px;
}

.banq_d2 .c4title {
	position: relative;
	padding: 0 0 25px 0;
	margin-bottom: 5px;
}

.banq_d2 .c4title a {
	font-size: 17px;
	display: block;
	line-height: 35px;
	color: #fff;
}

.banq_d2 .c4title::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	display: block;
	background: #21ad42;
	left: 0;
	bottom: 10px;
	transition: 0.6s all ease-in-out;
}

.banq_d2:hover .c4title::after {
	width: 100%;
	background: #21ad4;
}

.banq_rwm {
	width: 280px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
}

.banq_rwml {
	width: 110px;
	line-height: 30px;
	height: auto;
	text-align: center;
	font-size:13px;
}

.dibudwz {
	width: 1200px;
	border-top: 1px #373737 solid;
	/*height: 65px;*/
	font-size: 14px;
	line-height: 35px;
	margin: 0 auto;
	color: #fff;
	margin-top: 30px;
}

.dibudwz a {
	font-size: 14px;
	color: #fff;
}

/*title*/
.title1 {
	text-align: center;
	margin-top: 40px;
}

.title1 h2 {
	color: #333;
	font-size: 27px;
	line-height: 40px;
	font-weight: bold;
}

.title1 p {
	color: #666;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px #ccc solid;
	width: 300px;
	margin: auto;
}

.title1 p::after {
	content: "";
	width: 100px;
	height: 3px;
	position: absolute;
	left: 99px;
	bottom: -2px;
	border-bottom: 3px #333 solid;
}

.title {
	text-align: center;
	/*margin-top: 40px;*/
}

.title h2 {
	color: #333;
	font-size: 27px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px #ccc solid;
	width: 230px;
	text-align: center;
	display: block;
	margin: auto;
}

.title h2::before {
	content: "";
	width: 100px;
	height: 3px;
	color: #333;
	position: absolute;
	left: 63px;
	bottom: -2px;
	border-bottom: #333 3px solid
}

.title p {
	color: #666;
	font-size: 12px;
	/* line-height: 14px; */
	/* padding-top:10px; */
	text-transform: uppercase;
}

.clearfix {
	zoom: 1;
}



/*内页*/
/*产品页左侧*/
.cpMain {
	background: #ececec;
	/* overflow: hidden; */
	/* padding-bottom:20px;*/
}

.sidebar {
	width: 1200px;
	margin: 10px auto;
	margin-top: 20px;
}

.sidebar .sb_nav {
	float: left;
	width: 220px;
}

.sidebar .sb_nav h3.title {
	text-align: left;
	background: url(http://www.hcm999.com/staticres/dt-6.gif) repeat-x;
	padding: 0px 15px;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #cecece;
	font-size: 14px;
	color: #fff;
}

.sidebar .sb_nav h3.line {
	margin-top: 15px;
}

.sidebar .sb_nav .active {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ddd solid;
}

#sidebar dl {
	margin-left: 5px;
}

#sidebar dl dt {
	padding: 4px 0px 5px 15px;
	margin-top: 5px;
	background: url(http://www.hcm999.com/staticres/dt-11.gif) no-repeat 2px 11px;
}

#sidebar dl dd {
	padding: 0px 0px 0px 15px;
}

#sidebar dl dt.on a {
	font-weight: bold;
	color: #1C57C4;
}

#sidebar dl h4.on a {
	font-weight: bold;
}

.sidebar .sb_box {
	float: right;
	width: 920px;
	background: #fff;
	overflow: hidden;
	border: 1px #ddd solid;
}

.sidebar .sb_box h3.title {
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	color: #1f98e4;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.sidebar .sb_box h3.title span {
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 14px;
	border-bottom: 2px solid #1f98e4;
	padding: 0px 15px;
}

.sidebar .sb_box h3.title div.position {
	float: right;
	color: #999;
	font-weight: normal;
	position: relative;
	top: 3px;
	right: 15px;
}

.sidebar .sb_box h3.title div.position a {
	color: #999;
}

.pro_l {
	width: 260px;
	float: left;
}

.pro_l h4 .prolia {
	font-weight: bold;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	text-decoration: none;
}

.sidebar .pro_l ul {
	border-top: none;
	overflow: hidden;
	background: #fff;
	border: 0px !important;
}

.sidebar .pro_l ul li {
	margin: 5px 8px;
}

.sidebar .pro_a ul li {
	margin: 10px 15px;
}

.nlist {
	padding-bottom: 15px;
}

/*.nlist .leftli a:hover, .nlist li.cur a:hover { background: url(../images/liaBg.png) no-repeat center; color:#fff;}*/
.nlist .leftli {
	/* background-color: #636363;*/
	height: 20px;
	line-height: 20px;
	background: url(../images/image/pro_title_bg_2.jpg) no-repeat center;
	font-size: 14px;
	color: #333;
	/*padding:0 18px;*/
	text-decoration: none;
}

.nlist {
	float: left;
	width: 220px;
	background: #fff;
}

.nlist .nt {
	font-weight: normal;
	padding: 14px 0 14px 22px;
	background: #1f98e4 url(http://www.hcm999.com/staticres/images/hhBg.png) no-repeat 190px center;
	/*background: url(http://www.hcm999.com/staticres/images/hhBg.png) no-repeat center;*/
}

.nlist .nt a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nlist .nt span {}

.nlist .nt span a {
	font-size: 14px;
	font-family: "Arial";
	margin-left: 6px;
	text-decoration: none;
	font-weight: normal;
}

/*.nlist ul{ padding:15px;}*/
.nlist .leftli {}

/*
.nlist .leftli a{ display:block; height:40px; line-height:40px;!* background: url(../images/image/liBg2.png) no-repeat 162px center; *!font-size:14px; color:#333; padding:0 18px; text-decoration:none;}
*/

.nlist .leftli:hover {
	background: url(../images/image/pro_title_bg_1.jpg) no-repeat center;
}

.nlist .leftli:hover a {
	color: #fff;
	background: url(../images/image/liBg1.png) no-repeat 150px center;
}

.nlist .leftli a {
	display: block;
	background: url(../images/image/liBg2.png) no-repeat 150px center;
	color: #fff;
}

/*.nlist .cur a{ background:url(../images/liaBg.png) no-repeat center; color:#fff;}*/
.nlist li {
	padding: 10px 40px;
}

.nlist li.cur {
	background: url(../images/image/pro_title_bg_1.jpg) no-repeat center;
}

.nlist li.cur a {
	color: #fff;
	display: block;
	/*background: url(../images/image/liBg1.png) no-repeat 150px center;*/
}

.nlist {
	float: left;
	width: 260px;
	background: #fff;
	padding-bottom: 0px !important;
	/*padding-top:10px;*/
}

/*.nlist li{ margin:0px !important}*/
.t05 {
	line-height: 40px;
	background: #009943;
}

.t05 {
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
}

/*左边标题块*/
.t05 a {
	color: #fff;
	font-size: 14px
}

.contactn .subnr {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
	padding: 5px 10px;
	width: 200px;
	font-size: 14px;
	line-height: 30px;
}

/*右侧*/

/*产品模块*/
/*#productlist{ padding:15px  0px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #ccc;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showproduct{ padding:15px;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:right;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/image/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}*/
/*右侧*/
.rtop {
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 20px;
}

.rtop h5 {
	float: left;
	padding-left: 10px;
	border-left: 3px solid #009943;
	font-weight: normal;
	line-height: 16px;
}

.rtop h5 a {
	font-size: 16px;
	color: #009943;
	font-weight: bold;
}

.rtop span {
	float: right;
}

.rtop span em {
	color: #999;
}

.rtop span a {
	color: #999;
}

.cpshow {
	overflow: hidden;
	/* padding-top:20px;*/
	margin: 0 20px;
}

.cpshow li {
	border: 1px solid #eee;
	float: left;
	width: 270px;
	margin: 0 8px;
	margin-bottom: 10px;
}

.cpshow li.noMl {
	margin-right: 0;
}

.cpshow li img {
	display: block;
	/*border:1px solid #d3d3d3;*/
	width: 268px;
	height:179px;
}

.cpshow li h4 {
	text-align: center;
	/*margin-top:16px;*/
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpshow li h4 a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.cpshow li p {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	height: 1px;
	overflow: hidden;
}

.cpshow li span {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	display: none;
}

.cpshow li span .zx {
	float: left;
	width: 103px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	border-left: 3px solid #333;
	background: #666;
}

.cpshow li span .xq {
	float: right;
	font-size: 13px;
	color: #666;
	margin-top: 14px;
}

.cpshow li:hover {
	border-color: #009943;
}

.cpshow li:hover h4 {
	background-color: #009943;
}

.cpshow li:hover h4 a {
	color: #fff;
}

.cpshow li span .zx:hover {
	background: #1f98e4;
	border-left-color: #1f98e4;
}


.RandomNews {
	padding: 0px 15px
}

.RandomNews h4 {
	padding-left: 27px;
	height: 36px;
	line-height: 36px;
	color: #1db218;
	background: #ccc;
	font-weight: bold;
}

.RandomNews li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 378px;
	float: left;
	overflow: hidden;
}

.RandomNews li a {
	background: url(../images/image/ico55.gif) no-repeat 0 5px;
	padding-left: 12px;
}

.RandomNews ul {
	padding: 10px 0px;
}

.right .RandomNews .news_random {
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}

.right .RandomNews ul {
	padding-top: 8px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 15px;
	width: 762px;
	background: #fff;
}

/*产品*/
.product {
	margin-top: 30px;
}

.product1 {
	margin: auto;
	margin-top: 20px;
}

.product1 li {
	width: 285px;
	float: left;
	/*margin-right:20px;*/
	margin: 0 8px;
}

.product1 li:last-child {
	margin-right: 0;
}

.product1 li .pic {
	display: block;
	overflow: hidden;
}

.product1 li .pic img {
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: 285px;
}

.product1 li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product1 li h2 {
	line-height: 40px;
	color: #4b4b4b;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.product1 li h2 a {
	color: #4b4b4b;
}

.product1 li h2 a:hover {
	color: #189a2b;
}

.product1 li p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.product1 li em {}

.product1 li .more {
	width: 180px;
	line-height: 35px;
	height: 35px;
	background: #f0f0f0;
	color: #4b4b4b;
	text-align: center;
	display: block;
	position: relative;
	margin: 10px 50px
}

.product1 li .more::before {
	content: "";
	display: block;
	height: 38px;
	position: absolute;
	top: -2px;
	left: -4px;
	width: 10px;
	border-top: 1px solid #2d2926;
	border-bottom: 1px solid #2d2926;
	border-left: 1px #2d2926 solid;
	-webkit-transition: .5s;
	transition: .5s;
	margin-right: 5px;
}

.product1 li .more::after {
	content: "";
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 10px;
	border-right: 1px solid #2d2926;
	border-top: 1px solid #2d2926;
	border-bottom: 1px solid #2d2926;
	display: block;
	height: 40px;
	margin-left: 5px;
}

.product1 li .more:hover {
	background: #189a2b;
	color: #fff;
}

.product1 li .more:hover a {
	color: #fff;
}


/*产品详情页*/
.proviewbox {
	float: left;
	width: 305px;
	position: relative;
	z-index: 5;
}

.probigshow {
	position: relative;
	width: 300px;
	padding: 1px;
	border: 1px solid #ddd;
	overflow: hidden
}

.probigshow .span_showtip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 81px;
	height: 81px;
	text-indent: -999em;
	overflow: hidden;
}

.probigshow .showtip_1 {
	background-position: 0 0;
}

.probigshow .showtip_2 {
	background-position: 0 -81px;
}

.probigshow a.a_probigshow {
	cursor: crosshair;
}

.prodbaseinfo_a {
	float: left;
	width: 410px;
	margin-left: 55px;
	z-index: 1;
}

.h2_prodtitle {
	font-size: 16px;
	color: #414141;
	border-bottom: 1px dashed #bbbbbb;
	padding: 2px 0 10px;
	line-height: 1.6em;
}

.ul_prodinfo {
	padding: 6px 0;
	overflow: hidden;
	zoom: 1;
}

.ul_prodinfos {
	padding: 6px 15px;
	overflow: hidden;
	zoom: 1;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: bold;
}

.ul_prodinfos li {
	padding: 5px 0 10px;
}

.ul_prodinfo li {
	float: left;
	width: 378px;
	padding: 6px 0;
}

.ul_prodinfo li span {
	font-size: 14px
}

.li_normalprice,
.li_prono {
	line-height: 24px;
}

.ul_prodinfo .li_prono,
.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,
.ul_prodinfo .li_weight,
.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title {
	color: #999;
}

.ul_prodinfo .li_brand {
	width: 180px;
}

.li_prono {
	line-height: 2.9em;
}

.ul_prodinfo .b_proprice {
	font-size: 14px;
	color: #ce1919;
	font-weight: normal;
}

.ul_prodinfo a.a_brand {
	color: #c00;
}

.ul_prodinfo a.a_brand:hover {
	text-decoration: underline;
}

.ul_prodinfo .li_jf {
	clear: both;
	width: 300px;
}

.ul_prodinfo .li_jf b {
	font-weight: normal;
	color: #c00;
}

.ul_prodinfo .li_jf a.a_usejf {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 22px;
	line-height: 22px;
	line-height: 25px\9;
	_line-height: 22px;
	overflow: hidden;
	background-position: -420px -120px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 8px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	vertical-align: middle;
}

.ul_prodinfo .li_jf a.a_usejf:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.div_prothumb .span_prev,
.div_prothumb .span_next {
	background: url(http://www.hcm999.com/staticres/images/sprite.png) no-repeat;
}

.div_prothumb {
	position: relative;
	padding: 15px 15px 0;
}

.thumbporbox {
	position: relative;
	width: 275px;
	overflow: hidden;
}

.ul_prothumb {
	position: relative;
	width: 7500px;
	overflow: hidden;
}

.ul_prothumb li {
	float: left;
	width: 69px;
	text-align: center;
}

.ul_prothumb img {
	padding: 1px;
	border: 1px solid #ddd;
	width: 60px !important;
	height: 42px !important;
}

.ul_prothumb li.now img {
	border: 1px solid #1f98e4 !important;
}

.div_prothumb .span_prev,
.div_prothumb .span_next {
	position: absolute;
	top: 7px;
	width: 22px;
	height: 63px;
	text-indent: -999em;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
}

.div_prothumb .span_prev {
	left: 0px;
	_left: -25px;
	background-position: -90px -282px;
}

.div_prothumb .span_prevb {
	background-position: -112px -282px;
	cursor: default;
}

.div_prothumb .span_next {
	right: 0px;
	background-position: -156px -282px;
}

.div_prothumb .span_nextb {
	background-position: -134px -282px;
	cursor: default;
}

#probig_preview {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 405px;
	width: 340px;
	height: 340px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}

#probig_preview img {
	position: relative;
}

.cp {
	border: 1px solid #d7d7d7;
	background: #fff;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.cptab {
	border-bottom: 1px solid #d7d7d7;
	background: #f7f7f7;
}

.cptab {
	line-height: 25px;
	font-size: 14px;
	color: #1db218;
	text-decoration: none;
	padding: 0 8px;
}

.cptab a:hover {
	text-decoration: none;
}

.cptab a.cr {
	background: #eee;
	font-weight: bold;
}

.cp dl {
	width: 250px;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 12px 2px 0 12px;
}

.cp dt {
	width: 250px;
	overflow: hidden;
}

.cp dt a {
	width: 250px;
	display: block;
	border: 1px solid #D5D5D5;
	padding: 1px;
}

.cp dt a:hover {
	border: solid 1px #1f98e4;
}

/*产品图片边框连接*/
.cp dt img {
	width: 250px;
	height: 174px;
	display: block;
}

.cp dd {
	line-height: 24px;
	padding-top: 8px;
	overflow: hidden;
	display: block;
	width: 250px;
	text-align: center
}

.proinfo {
	font-size: 14px;
	line-height: 25px;
}

.proinfo h4 {
	line-height: 28px;
	background: #F7F7F7;
	padding: 0 5px;
	margin-top: 10px;
}

.proinfo p {
	color: #414141
}

.proinfo p a {
	color: #1f98e4;
}

.pro_key {
	line-height: 35px;
	border-top: dashed 1px #d7d7d7;
	margin-top: 5px;
	font-size: 14px;
}

.mod_goods_info {
	clear: both;
	margin-bottom: 10px;
	position: relative
}

.mod_goods_info .hds {
	border-bottom: 1px solid #009943;
	height: 33px;
	_overflow: hidden;
}

.mod_goods_info .hds li {
	float: left;
	cursor: pointer;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	margin-right: -1px;
}

.mod_goods_info .hds li h3 {
	display: block;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-bottom: 0;
	background-color: #f3f3f3;
	border: 1px solid #fff;
}

.mod_goods_info .hds li h3 a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	outline: none
}

.mod_goods_info .hds .status_on {
	border-color: #009943;
	border-bottom: 0;
	position: relative;
}

.mod_goods_info .hds .status_on h3 {
	height: 31px;
	background-color: #fff;
	color: #009943;
}

.mod_goods_info .hds .status_on h3 a {
	color: #076EBB;
	font-weight: bold
}

.mod_goods_info .more {
	position: absolute;
	top: 8px;
	right: 0px;
}

.mod_goods_info .more a:link,
.mod_goods_info .more a:visited {
	text-decoration: none;
	color: #085C9B;
}

.mod_goods_info .more a:hover {
	color: #D4105A;
}

.dgxxBox {
	padding: 0 15px;
	width: 645px;
	height: 300px;
	font-family: 微软雅黑;
}

.dgxxBox p {
	font-size: 16px;
	padding: 25px 0;
	color: #666;
}

.dgxxBox .m_form {}

.dgxxBox .m_form li {
	width: 310px;
	height: 38px;
	float: left;
	margin-bottom: 13px;
	color: #777;
}

.dgxxBox .m_form label {
	float: left;
	border: 1px solid #dedede;
	line-height: 36px;
	height: 36px;
	width: 77px;
	display: inline-block;
	text-align: center;
	background: #fff;
}

.dgxxBox .m_form .iptTxt {
	float: right;
	width: 230px;
	border: 1px solid #dedede;
	border-left-width: 0;
	height: 16px;
	line-height: 16px;
	padding: 10px 0;
	outline: none;
	text-indent: 1em;
	background: #fff;
	color: #333;
}

.dgxxBox .m_form .txtAre {
	margin-left: 12px;
	width: 296px;
	height: 161px;
	border: 1px solid #dedede;
	outline: none;
	resize: none;
	padding: 14px;
	color: #333;
	line-height: 18px;
}

.dgxxBox .m_form .btnTjly {
	width: 310px;
	height: 38px;
	background: #1db218;
	border: none;
	cursor: pointer;
	color: #fff;
}

.dgxxBox .m_form .areLi {
	height: 205px;
	float: right;
	display: inline;
}

.dgxxBox .m_form .btnLi {
	background: none;
	height: 60px;
}


/*产品搜索*/
.rongliang {
	width: 1200px;
	height: 75px;
	margin: 30px auto;
	border-radius: 5px;
	background: url(../images/image/bg_rongliang.jpg) center;
	padding-top: 25px;
	position: relative;
}

.rongliang .search {
	width: 720px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: none;
}

.rongliang .search span {
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	width: 180px;
	text-align: center;
}

.rongliang .search span i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	margin: -3px 6px;
	font-size: 10px
}

.rongliang .search span.on i {
	background: url(../images/image/icon_qunav.png) -463px -65px
}

.rongliang .search #which {
	font-style: normal;
	display: inline-block;
	width: 80px
}

.rongliang .search #calc {
	font-size: 12px;
	color: #ff3f3b;
	text-decoration: dashed;
	cursor: pointer
}

.rongliang .search a.btn,
.rongliang .search input {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 1px 2px 14px 1px #eaeaea;
	border-radius: 5px;
	background: #FFF;
	display: inline-block;
	margin: 0 5px
}

.rongliang .search input::-webkit-inner-spin-button,
.rongliang .search input::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0
}

.rongliang .search a.btn {
	color: #ff3f3b;
	margin-left: 20px;
	transition: all .3s
}

.rongliang .search a.btn:hover {
	background: #ff3f3b;
	color: #FFF
}

.rongliang i.line {
	display: block;
	width: 188px;
	height: 2px;
	background: url(http://www.hcm999.com/staticres/images/run_line.png) no-repeat;
	position: absolute;
	top: 20px;
	left: -200px;
	z-index: 8888;
	animation: run_line 8s infinite linear
}

.rongliang i.line_1 {
	animation-delay: 1s
}

.rongliang i.line_2 {
	top: 40px;
	animation-delay: 4s;
	animation-duration: 3.5s
}

.rongliang i.line_3 {
	top: 80px;
	animation-delay: 7.3s;
	animation-duration: 10s
}

.rongliang i.line_4 {
	top: 95px;
	animation-delay: 2.5s
}

/*ban*/
.ban_1 {
	width: 100%;
	background: url(../images/image/index_7.jpg)no-repeat center;
	height: 180px;
	line-height: 180px;
}

.ban_1_nr {
	width: 1200px;
	margin: 0 auto;
}

.ban_1_nr li {
	float: left;
	width: 25%;
	margin-right: 100px;
}

.ban_1_nr li h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.ban_1_nr li h3 {
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.ban_1_nr li h2 span {
	margin-left: 10px;
}

.ban_1_nr li em {
	line-height: 40px;
	color: #fff;
	font-size: 19px;
	position: relative;
}






/*标题*/
/*.sy_bt{width: 100%;text-align: center;padding-top: 60px;}
.sy_bt h3{font-size: 35px;color: #333333;font-weight: bold; }
.sy_bt h3 a{color: #333333;text-decoration: none;}
.sy_bt h3 em{color: #189a2b;font-weight: bold;}
.sy_bt i{display: block;width: 254px;height: 11px;margin: 16px auto 0;}
.sy_bt i img{display: block;}*/

/*新闻*/
.new {
	padding-top: 40px;
	background: #f6f6f6;
	padding-bottom: 20px;
	margin-top: 100px;
	overflow: hidden;
}

.new .new_top {
	border-bottom: 1px #ccc solid;
	height: 43px;
	line-height: 43px;
}

.new .new_top li {
	float: left;
	height: 43px;
	line-height: 43px;
	width: 120px;
	text-align: center;
}

.new .new_top li a {
	font-size: 18px;
	color: #333;
}

.new .new_top li.cur {
	background: #189a2b;
	color: #fff;
}

.new .new_top li.cur a {
	color: #fff;
}

.new_ner {}

.new_ner1 {
	margin-top: 20px;
}

.new_ner1 dl {
	overflow: hidden;
	float: left;
	width: 300px;
}

.new_ner1 dt {
	width: 300px;
	text-align: center;
}

.new_ner1 dt img {
	display: block;
	padding: 3px;
	border: 1px #ddd solid;
	width: 276px;
	overflow: hidden;
	margin: 0 auto;
}

.new_ner1 dt img:hover {
	border: 1px #189a2b solid;
}

.new_ner1 dd {}

.new_ner1 dd h5 {
	font-size: 15px;
	line-height: 45px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_ner1 dd h5 a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

.new_ner1 dd h5 a:hover {
	color: #189a2b;
}

.new_ner1 dd p {
	font-size: 13px;
	color: #4b4b4b;
	line-height: 25px;
	/* height:180px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new_ner1 li {
	float: right;
	width: 395px;
	border-bottom: 1px #dcdcdc dashed;
	height: 84px;
	background: #f6f6f6;
	/*margin-bottom:20px;*/
	padding: 21px;
	margin-left: 10px;
}

.new_ner1 li em {
	font-size: 13px;
	float: right;
	margin-right: 10px;
	color: #999;
}

.new_ner1 li a {
	font-size: 15px;
	text-decoration: none;
	color: #333;
	position: relative;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new_ner1 li p {
	line-height: 25px;
	color: #4b4b4b;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new_ner1 li:hover {
	background: #fff;
}

.new_ner1 li:hover a::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #189a2b;
	left: 0;
	top: 30px;
}

.new_ner1 li:hover a {
	color: #189a2b;
	font-weight: bold;
}

/*.new_ner1{float:right;width:890px;}*/
/*.new_ner1 ul{overflow:hidden;margin-top:20px;}
.new_ner2 li{float:left;width:395px;border-bottom:1px #dcdcdc dashed;height:71px; background:#f6f6f6; margin-bottom:20px; padding:20px;margin-left:10px;}
.new_ner2 li em{ font-size:13px;float:right;margin-right:10px;color:#999;}
.new_ner2 li a{font-size:16px;text-decoration:none; color:#333; position:relative;line-height:30px;font-weight:bold;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.new_ner2 li p{line-height:25px; color:#4b4b4b; font-size:14px; margin-top:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.new_ner2 li:hover{background:#fff;}
.new_ner2 li:hover a::before{content:"";position:absolute;width:120px;height:2px; background:#189a2b; left:0;top:30px;}
.new_ner2 li:hover a{color:#189a2b;font-weight:bold;}*/




/* 产品分类列表 */
.inner_flpro {
	float: left;
	width: 240px;
}

.inner_frpro {
	float: right;
	width: 930px;
}

.inner_frpro>h3 {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
}

.inner_frpro>h3 span {
	display: inline-block;
	border-bottom: 1px solid #393939
}

.nyjc {}

.nyjc-til {
	padding: 15px;
	color: #fff;
	background: #189a2b
}

.nyjc-til p {
	font-size: 24px;
}

.nyjc-til i {
	display: block;
	height: 1px;
	width: 90px;
	background: #fff;
	margin: 10px 0;
}

#sidebar1 {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}

#sidebar1 li {
	margin-top: 10px;
}

#sidebar1 li:first-child {
	margin-top: 0px;
}

#sidebar1 li a {
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background: #eee;
}

#sidebar1 li.cur a,
#sidebar1 li:hover a {
	background: #189a2b;
	color: #fff;
}

#sidebar1 dt {
	margin-top: 10px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background: #eee;
	cursor: pointer;
}

#sidebar1 dt:first-child {
	margin-top: 0px;
}

#sidebar1 dt>a {
	color: #666;
	display: block;
}

#sidebar1 dt.cur,
#sidebar1 dt:hover {
	background: #189a2b;
	color: #fff;
}

#sidebar1 dt.cur a,
#sidebar1 dt:hover a {
	color: #fff;
}

#sidebar1 dd {
	display: none;
}

#sidebar1 dd a {
	display: block;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
	background: url(../images/image/iyuan.png) 5px center no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
	color: #333;
}

#sidebar1 dd a.cur,
#sidebar1 dd a:hover {
	background: url(../images/image/iyuan_on.png) 5px center no-repeat;
	color: #189a2b;
}

.inner_lxpro {
	margin-bottom: 15px;
}

.inner_lx_titpro {
	line-height: 68px;
	background: url(../images/image/inner_lx_tit.jpg) no-repeat;
	text-indent: 33px;
	font-weight: bold;
	color: #333;
}

.inner_lxpro .txt {
	margin-top: 10px;
	line-height: 32px;
}

/* 产品模块 */
#productlist {
	padding: 15px 0px;
}

#productlist li {
	float: left;
	display: inline;
	text-align: center;
}

#productlist li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}

#productlist li a.img img {
	margin: auto;
	border: 1px solid #ccc;
}

#productlist li h3 {
	padding: 5px 0px 10px;
	font-weight: normal;
	line-height: 1.5;
}

#showproduct {
	padding: 15px;
}

#showproduct .pshow {
	overflow: hidden;
}

#showproduct h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 5px;
}

#showproduct .pshow dt {
	float: left;
}

#showproduct .pshow dd {
	float: right;
}

#showproduct .pshow dd ul {
	margin-left: 15px;
}

#showproduct .pshow dd li {
	padding: 5px 5px 5px 45px;
	min-height: 28px;
	_height: 28px;
	margin: 5px 0px;
	clear: both;
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 2;
}

#showproduct .pshow dd li span {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #999;
	padding: 5px;
	height: 28px;
}

#showproduct .ctitle {
	margin: 15px 0px 10px;
	padding: 5px 20px;
	background: url(../images/image/dt-7.gif) no-repeat left center;
	*background-position: left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

#showproduct .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}

.nypro-lx {
	/*padding-left: 55px;*/
	margin-top: 10px;
	/*background: url(../images/cpxq-lx.png)5px 15px no-repeat;*/
	float: left;
	width: 410px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.nypro-lx h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.nypro-lx .nypro-lxl {
	float: left;
}

.nypro-lx p {
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

.nypro-lx a {
	width: 100px;
	height: 40px;
	background: #009943;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
}


/*
.RandomNews{ padding:0px 15px}
.RandomNews h4{ padding-left:27px;height:36px;line-height:36px;color:#1db218;background:#ccc;font-weight:bold;}
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:378px; float:left;overflow:hidden;}
.RandomNews li a{ background:url(../images/image/ico55.gif) no-repeat 0 5px; padding-left:12px;}
.RandomNews ul{padding: 10px 0px;}
.right .RandomNews .news_random{border:1px solid #ccc;border-top:none;background:#fff;}
.right .RandomNews ul{padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff;}
*/


/*图片模块*/
#imglist {
	padding: 15px;
}

#imglist li {
	float: left;
	display: inline;
	text-align: center;
	margin: 0 4px;
}

#imglist li a.img {
	font-size: 0px;
	display: block;
}

#imglist li a.img img {
	margin: auto;
	border: 1px solid #ccc;
}

#imglist li a.img img:hover {
	border: 1px #009943 solid;
}

#imglist li h3 {
	padding: 5px 0px 10px;
	font-weight: normal;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#imglist li h3 a {
	font-size: 14px;
}

#showimg {
	padding: 15px;
}

#showimg h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#showimg .imgshow {
	text-align: center;
}

#showimg .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}

.imgparalist li {
	padding: 3px 15px 3px;
	background: url(http://www.hcm999.com/staticres/images/dt-0.gif) no-repeat 5px center;
}

.imgparalist li span {
	float: left;
	margin-right: 10px;
	color: #999;
}

#showimg .ctitle {
	margin: 10px 0px 10px;
	padding: 5px 20px;
	background: url(../images/image/dt-7.gif) no-repeat left center;
	*background-position: left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

/*栏目页推荐新闻*/
.topnew {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 20px;
}

.tjnew {
	margin-top: 20px;
}

.tjnew_top {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #ccc solid;
}

.tjnew_top h2 {
	float: left;
	width: 150px;
	text-indent: 15px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #009943 solid;
	color: #009943;
	font-size: 18px;
	font-weight: bold;
}

.tjnew_top em {
	float: right;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ccc;
}

.tjnew_top em a {
	text-align: right;
	color: #ccc;
}

.tjnew_top em a:hover {
	color: #009943;
}

.tjnew_nr {
	margin-top: 10px;
}

.tjnew_nr dl {
	overflow: hidden;
}

.tjnew_nr dl dt {
	float: left;
	overflow: hidden;
	width: 331px;
	display: block;
}

.tjnew_nr dl dt img {
	display: block;
	width: 307px;
	border: 1px #ccc solid;
	padding: 2px;
}

.tjnew_nr dl dt img:hover {
	border: 1px #183888 solid;
}

.tjnew_nr dl dd {
	float: right;
	width: 867px;
}

.tjnew_nr dl dd h2 {
	font-size: 16px;
	color: #333;
	font-weight: block;
}

.tjnew_nr dl dd h2 a {
	color: #333;
	line-height: 40px;
	text-decoration: none;
}

.tjnew_nr dl dd h2 a:hover {
	color: #183888;
}

.tjnew_nr dl dd p {
	font-size: 14px;
	line-height: 25px;
	color: #4b4b4b;
}

.tjnew_nr dl dd em {
	display: inline-block;
	width: 100px;
	line-height: 40px;
	background: #ccc;
	margin-top: 30px;
	float: right;
	text-transform: uppercase;
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
}

.tjnew_nr dl dd em:hover {
	background: #183888;
}

.tjnew_nr dl dd em:hover a {
	color: #fff;
	text-decoration: none;
}

.tjnew_nr ul {
	margin-top: 20px;
	overflow: hidden;
}

.tjnew_nr ul li {
	float: left;
	width: 48%;
	height: 40px;
	line-height: 40px;
	margin-right: 2%;
	border-bottom: 1px #ccc dashed;
}

.tjnew_nr ul li:nth-child(even) {
	margin-right: 0
}

.tjnew_nr ul li a {
	margin-left: 10px;
	font-size: 14px;
	color: #4b4b4b;
	/*text-indent:25px;*/
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: calc(100% - 110px);
}

/*.tjnew_nr ul li a span{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;width: calc(100% - 110px);}*/
.tjnew_nr ul li a:hover {
	color: #009943;
}

.tjnew_nr ul li em {
	float: right;
	font-size: 13px;
	color: #ccc;
	line-height: 40px;
	margin-right: 8px;
}



/*数字跳动*/
#countup {
	background-image: linear-gradient(to right, #1dabe4, #034ad8);
}

.countup-div {
	width: 25%;
	float: left;
	padding: 40px 0;
}

.countup-txt {
	color: #fff;
	text-align: center;
}

.countup-txt h4 {
	font-size: 18px;
}

.countup-txt h4 span {
	font-size: 52px;
	font-weight: bold;
}

.countup-txt p {
	font-size: 18px;
}

/*标题*/
/*.title{text-align:center;}
.title h2{color:#333;font-size:36px;margin-bottom:8px;}
.title p{font-size:18px;color:#666;display:inline-block;padding:0 50px;background:url(../images/title-x.jpg) no-repeat center;}
.title p span{padding:0 22px;background:#fff;}*/

.nybg {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	background: #eeeeee;
}


/*首页产品*/
.pstitle {
	width: 500px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #333;
}

.pstitle h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

.pstitle h3 span {
	color: #00ae5f;
}

.probox {
	height: 1000px;
	font-family: "Microsoft Yahei";
	overflow: hidden;
	padding: 46px 0 0;
	background: #f3f4f6;
}

.pro_nav {
	background: url(http://www.hcm999.com/staticres/images/pronavbg.gif) no-repeat 0 0 #00ae5f;
	padding: 0 3px;
	width: 230px;
}

.pro_nav h3 {
	line-height: 35px;
	font-size: 30px;
	font-weight: normal;
	height: 89px;
	padding: 33px 0 0;
	text-align: center;
}

.pro_nav h3 em {
	line-height: 24px;
	font-size: 24px;
	display: block;
	text-transform: uppercase;
	opacity: 0.4;
	font-family: Arial;
}

.pro_nav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.pro_nc {
	padding: 10px;
	background: #fff;
}

.pro_nc h4 {
	height: 39px;
	padding: 0 0 0 18px;
	background: #8b8b8b;
	font-size: 16px;
	margin-bottom: 12px;
	clear: both;
	line-height: 39px;
	border-radius: 3px;
}

.pro_nc h4:hover,
.pro_nc h4.pro_n1 {
	background: #00ae5f;
}

.pro_nc h4 a {
	display: block;
	padding: 0 0 0 28px;
	background: url(../images/image/ico02.png) no-repeat 0 center;
}

.pro_nc li {
	background: url(../images/image/ico02.png) #999 no-repeat 20px 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 44px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.pro_nc li:hover {
	background: url(../images/image/ico02.png) #00ae5f no-repeat 20px 14px;
}

.pro_nc li a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.pro_pho {
	clear: both;
	background: url(http://www.hcm999.com/staticres/images/c_pho.gif) no-repeat 32px 16px;
	text-align: center;
	color: #fff;
	padding: 16px;
	line-height: 20px;
	font-size: 16px;
}

.pro_pho span {
	display: block;
	font-family: Arial;
	line-height: 30px;
	font-size: 24px;
}

.pro_c {
	width: 963px;
	overflow: hidden;
}

.pro_c li {
	width: 302px;
	float: left;
	margin: 0 0 17px 17px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
}

/*.pro_c li p{border: solid 1px #dae0e7;}*/
.pro_c li p,
.pro_c li p img {
	width: 302px;
	height: 226px;
	display: block;
	overflow: hidden;
}

.pro_c li span {
	line-height: 43px;
	height: 43px;
	text-align: center;
	display: block;
	background: #fff;
}

.pro_c li span a {
	display: block;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

.pro_c li:hover {
	border: 1px solid #00ae5f;
}

/*产品特点*/
.pwht {
	background: url(../images/image/zcban07.jpg) no-repeat;
	width: 100%;
	overflow: hidden;
	height: 640px;
	padding-top: 60px;
}

.cpts {}

.cpts h2.h2_title {
	font-size: 35px;
	text-align: center;
	color: #333;
	line-height: 30px;
}

.cpts h2.h2_title a {
	color: #333;
}

.p_title {
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.cpts .container {
	height: 640px;
	background: url(../images/image/ts01.png) no-repeat center 102px;
}

.cpts .cpts_con {
	height: 500px;
	position: relative;
}

.cpts .cpts_con .cpts01 {
	width: 440px;
	height: 150px;
	background: url(../images/image/tsline01.png) no-repeat left 95px;
	position: absolute;
	top: 50px;
	left: 0;
}

.cpts .cpts_con .cpts01 b {
	font-size: 24px;
	color: #11bc65;
	display: block;
	height: 64px;
	line-height: 64px;
}

.cpts .cpts_con .cpts01 p {
	width: 275px;
	margin-top: 1px;
	line-height: 20px;
	font-size: 15px;
	color: #666;
}

.cpts .cpts_con .cpts01 span {
	display: block;
	width: 148px;
	height: 148px;
	background: url(../images/image/ts03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.cpts .cpts_con .cpts02 {
	width: 440px;
	height: 150px;
	background: url(../images/image/tsline01.png) no-repeat left 95px;
	position: absolute;
	top: 350px;
	left: 0;
}

.cpts .cpts_con .cpts02 b {
	font-size: 24px;
	color: #11bc65;
	display: block;
	height: 64px;
	line-height: 64px;
}

.cpts .cpts_con .cpts02 p {
	width: 275px;
	margin-top: 1px;
	line-height: 20px;
	font-size: 15px;
	color: #666;
}

.cpts .cpts_con .cpts02 span {
	display: block;
	width: 148px;
	height: 148px;
	background: url(../images/image/ts02.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.cpts .cpts_con .cpts03 {
	padding-left: 180px;
	width: 260px;
	height: 150px;
	background: url(../images/image/tsline02.png) no-repeat right 95px;
	position: absolute;
	top: 50px;
	right: 0;
}

.cpts .cpts_con .cpts03 b {
	font-size: 24px;
	color: #11bc65;
	display: block;
	height: 64px;
	line-height: 64px;
}

.cpts .cpts_con .cpts03 p {
	width: 275px;
	line-height: 20px;
	font-size: 15px;
	color: #666;
}

.cpts .cpts_con .cpts03 span {
	display: block;
	width: 148px;
	height: 148px;
	background: url(../images/image/ts011.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

.cpts .cpts_con .cpts04 {
	padding-left: 180px;
	width: 260px;
	height: 150px;
	background: url(../images/image/tsline02.png) no-repeat right 95px;
	position: absolute;
	top: 350px;
	right: 0;
}

.cpts .cpts_con .cpts04 b {
	font-size: 24px;
	color: #11bc65;
	display: block;
	height: 64px;
	line-height: 64px;
}

.cpts .cpts_con .cpts04 p {
	width: 275px;
	line-height: 20px;
	font-size: 15px;
	color: #666;
}

.cpts .cpts_con .cpts04 span {
	display: block;
	width: 148px;
	height: 148px;
	background: url(../images/image/ts04.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

.cpts .cpts_con .cpts01 span {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.cpts .cpts_con .cpts01 span:hover {
	-webkit-transform: rotate(360deg) scale(1, 1);
	-moz-transform: rotate(360deg) scale(1, 1);
	-o-transform: rotate(360deg) scale(1, 1);
	-ms-transform: rotate(360deg) scale(1, 1);
	transform: rotate(360deg) scale(1, 1);
}

.cpts .cpts_con .cpts02 span {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.cpts .cpts_con .cpts02 span:hover {
	-webkit-transform: rotate(360deg) scale(1, 1);
	-moz-transform: rotate(360deg) scale(1, 1);
	-o-transform: rotate(360deg) scale(1, 1);
	-ms-transform: rotate(360deg) scale(1, 1);
	transform: rotate(360deg) scale(1, 1);
}

.cpts .cpts_con .cpts03 span {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.cpts .cpts_con .cpts03 span:hover {
	-webkit-transform: rotate(360deg) scale(1, 1);
	-moz-transform: rotate(360deg) scale(1, 1);
	-o-transform: rotate(360deg) scale(1, 1);
	-ms-transform: rotate(360deg) scale(1, 1);
	transform: rotate(360deg) scale(1, 1);
}

.cpts .cpts_con .cpts04 span {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.cpts .cpts_con .cpts04 span:hover {
	-webkit-transform: rotate(360deg) scale(1, 1);
	-moz-transform: rotate(360deg) scale(1, 1);
	-o-transform: rotate(360deg) scale(1, 1);
	-ms-transform: rotate(360deg) scale(1, 1);
	transform: rotate(360deg) scale(1, 1);
}







/*底部*/
.foot {
	background: #2b2b2b;
	padding-top: 20px
}

.foot_nav {
	float: left;
	border-bottom: 1px #383838 solid;
	padding-bottom: 10px;
}

.foot_nav li {
	float: left;
	font-size: 14px;
	color: #f1f1f1;
	background: url(../images/image/menu_r.png)no-repeat right;
	padding: 0 17px;
	height: 45px;
	line-height: 45px;
}

.foot_nav li:last-child {
	background: none;
}

.foot_nav li a {
	font-size: 14px;
	color: #f1f1f1;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.foot_nav li a:hover {
	color: #189a2b;
	padding: 0 20px;
}

.foot_nr {
	margin-top: 40px;
}

.foot_nr_1 {
	width: 300px;
	float: left;
	margin-top: 30px;
}

.foot_nr_1 img {
	display: block;
}

.foot_nr_2 {
	height: 130px;
	float: left;
	border-left: 1px #383838 solid;
	/*border-right:1px #383838 solid;*/
	padding: 0 39px;
}

.foot_nr_2 p {
	font-size: 14px;
	color: #bdbdbd;
	line-height: 30px;
}

.foot_nr_2 p a {
	color: #f1f1f1;
}

.foot_nr_2 p a:hover {
	color: #189a2b;
}

.foot_nr_3 {
	float: right;
	display: block;
	margin-left: 40px;
	border-left: 1px #383838 solid;
}

.foot_nr_3 li {
	float: left;
	margin: 0 10px;
}

.foot_nr_3 li img {
	display: block;
}

.foot_nr_3 li p {
	line-height: 30px;
	font-size: 14px;
	color: #bdbdbd;
	text-align: center;
}

.foot_nr_4 {
	background: #3d3d3d;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #f5f5f5;
	margin-top: 30px;
	text-align: center;
}

.foot_nr_4 a {
	color: #f5f5f5;
}

.foot_nr_4 a:hover {
	color: #fff;
}

.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/*资讯*/
.pstitle {
	width: 500px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #333;
}

.pstitle h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

.pstitle h5 {
	color: #666;
	font-size: 18px;
}

.pstitle h3 span {
	color: #00ae5f;
}

.newbox {
	line-height: 24px;
	height: 760px;
	font-family: "Microsoft Yahei";
	color: #666;
	clear: both;
	padding: 60px 0 0;
}

.newbox .til01 {
	height: 102px;
}

.news {
	height: 474px;
	overflow: hidden;
}

.new_t {
	height: 78px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}

.new_t a {
	background: url(../images/image/new_ico1.gif) no-repeat 0 14px;
	height: 48px;
	line-height: 48px;
	display: block;
	color: #00ae5f;
	border-bottom: solid 2px #00ae5f;
	float: left;
	padding: 0 0 0 32px;
}

.new_t:before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 1px;
	background: #cecece;
	left: 0;
	top: 49px;
	z-index: -1;
}

.new1 {
	width: 600px;
	height: 385px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 9px;
}

.new1 dt {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.new1 dt,
.new1 dt img {
	display: block;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.new1 dd {
	padding: 13px 0 0;
}

.new1 dd p {
	font-size: 14px;
}

.new1 dd h3 {
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	font-weight: normal;
}

.new1 dd h3 a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.new1 dd h3 a:hover {
	color: #00ae5f;
}

.new2 {
	width: 524px;
	height: 375px;
	float: right;
	overflow: hidden;
}

.new2 dl {
	height: 116px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #cecece;
}

.new2 dt {
	float: left;
	text-align: center;
	width: 80px;
	line-height: 54px;
	font: 48px "Microsoft YaHei";
	color: #7e7e7e;
	font-weight: bold;
}

.new2 dt em {
	display: block;
	font: 16px "Microsoft YaHei";
	color: #999;
	line-height: 32px;
}

.new2 dd {
	width: 432px;
	float: right;
	margin-top: 7px;
}

.new2 dd p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new2 dd h3 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 39px;
	text-decoration: none;
}

.new2 dl:hover dt,
.new2 dl:hover dd h3 a {
	color: #009944;
}

.faq {
	height: 160px;
	overflow: hidden;
	position: relative;
}

.faq h3 {
	width: 134px;
	padding: 33px 0 0;
	overflow: hidden;
	font: 20px "Microsoft YaHei";
	font-weight: bold;
	color: #094;
	float: left;
	line-height: 27px;
}

.faq h3 a {
	display: block;
	color: #00ae5f;
}

.faq h3 em {
	display: block;
	font: 14px Arial;
	color: #b4b4b4;
	text-transform: uppercase;
}

.faq_c {
	width: 1066px;
	float: left;
	overflow: hidden;
	height: 160px;
}

.faq2 {
	padding: 20px 0 !important;
}

.faq_c dl {
	width: 429px;
	height: 82px;
	padding: 16px 26px;
	background: #fff;
	float: left;
	margin: 0 73px 0 10px;
	overflow: hidden;
	box-shadow: 0 0 10px 10px #e9e9e9;
}

.faq_c dt {
	display: block;
	line-height: 23px;
	height: 30px;
	color: #3a3a3a;
	background: url(../images/image/faq_w.gif) no-repeat left 0;
	padding-left: 42px;
	overflow: hidden;
	font-weight: bold;
}

.faq_c dt a {
	display: block;
	color: #3a3a3a;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.faq_c dd {
	background: url(../images/image/faq_d.gif) no-repeat left 0;
	padding-left: 42px;
}

.faq_c dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.prev1,
.next1 {
	display: block;
	width: 51px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 106px;
}

.next1 {
	left: 51px;
}

.faq_c dl:hover a {
	color: #00ae5f;
}




/*内页联系我们*/
.w1200 {
	/*width: 1180px;*/
	margin: 0 auto
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

.lxtop {
	overflow: hidden;
	margin-top: 30px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

.lxtop img {
	float: left;
}

.lxtop .on {
	font-size: 16px;
	line-height: 35px;
	padding: 15px 20px 0 430px;
	color: #666;
}

.lxtop span {
	display: block;
	color: #282828;
	font-size: 18px;
	line-height: 50px;
}

.Separate {
	font-size: 30px;
	text-align: center;
	margin: 30px auto 20px;
	overflow: hidden;
}

.Separate span {
	display: block;
	font-size: 14px;
	letter-spacing: 5px;
	color: #a4a4a4;
	margin-top: 10px;
}

.lxfsnr {
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-top: 20px;
	background: #fff;
}

.lxfsnr ul {
	overflow: hidden;
}

.lxfsnr li {
	margin: 0 0 20px 25px;
	float: left;
	padding-bottom: 10px;
	width: 95%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.lxfsnr li img {
	float: left;
	margin-right: 5px;
}

.lxfsnr li p {
	float: left;
	line-height: 46px;
	font-size: 16px;
	/*width: 483px;*/
}

.lxfsnr li a {
	font-size: 16px;
}

.lxfsnr li a:hover {
	color: #d80003;
	text-decoration: underline;
}

/*内页在线留言*/
.ny_ly {
	overflow: hidden;
	margin-top: 20px;
}

.ly_box {
	overflow: hidden;
	margin-top: 20px;
}

.ly_box .temp_on_inp .content .temp_on_con h3 {
	width: 145px;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #666666;
}

.ly_box .temp_on_inp .content .temp_on_con form {
	border: 1px solid #bbb;
	background: url(../images/image/ly_bg.jpg) no-repeat center bottom #fff;
	padding: 40px 15%;
	height: 435px;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	overflow: hidden;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li span {
	display: inline-block;
	width: 120px;
	color: #666;
	vertical-align: top;
	text-align: right;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li span em {
	color: #f00;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li input {
	width: 73%;
	margin-right: 10px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #eee;
	height: 33px;
	line-height: 32px;
	color: #666;
	box-sizing: border-box;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li textarea {
	width: 73%;
	height: 102px;
	line-height: 24px;
	border: 1px solid #eee;
	outline: none;
	resize: none;
	overflow: auto;
	margin-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.ly_box .temp_on_inp .content .temp_on_con form ul li .minp5 {
	width: 80px;
	height: 30px;
	border: 0;
	text-align: center;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
	background: #189a2b;
	margin-left: 125px;
}


/*内页简介*/
.nyabout_bt {
	overflow: hidden;
}

.nyabout_bt .pro_l {
	width: 1200px;
	height: 55px;
}

.nyabout_bt .nlist ul {
	display: flex;
}

.nyabout_bt .nlist ul li {
	flex: 1;
	background: #fff;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nyabout_bt .nlist ul li.cur {
	background: #189a2b;
}

.nyabout_bt .nlist ul li.cur a {
	color: #fff;
	display: block;
}

.nyabout_bt .nlist ul li:hover {
	background: #189a2b;
}

.nyabout_bt .nlist ul li:hover a {
	color: #fff;
	display: block;
}

.nyabout_nr {
	overflow: hidden;
	margin-top: 20px;
}

.nyabout_nr .sb_box {
	width: 100%;
	overflow: hidden;
}

.nyabout_nr .sb_box .editor p.on {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.sb_boxli .rtop {
	display: none;
}

.sb_boxli .rtop h5 {
	display: none;
}

.sb_boxli .rtop h5 a {
	display: none;
}

.sb_boxli .list {
	width: 285px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sb_boxli .active ul {
	overflow: hidden;
	margin-top: 20px;
}

.sb_boxli .active li {
	width: 24%;
	float: left;
	background: #f0f0f0;
	/*margin: 0 1.3% 13px 0;*/
	margin: 0 7px;
}

.sb_boxli .active li:nth-child(4) {
	margin: 0 0 13px 0;
}

.sb_boxli .active li:nth-child(8) {
	margin: 0 0 13px 0;
}

.sb_boxli .active li dt {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}

.sb_boxli .active li img {
	width: 100%;
	display: block;
	padding: 2px;
}

.sb_boxli .active li a h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 278px;
	font-weight: normal;
	line-height: 45px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	padding: 0 5px;
	height: 45px;
}

.modelTostChile1 .wenzi {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 500px;
	text-align: center;
	padding: 0 50px;
}

.sb_boxli .active li:hover a h3 {
	background-color: #189a2b;
	color: #fff;
}

.sb_boxli .active li dt:hover {
	border: 1px solid #189a2b;
}

/*.sb_boxli .active li a h3:hover{color: #fff;}*/

/*
.sb_box .active { overflow: hidden;background: #fff; padding:20px 0px;}
#showproduct>dl.pshow>dt{padding-bottom: 15px;float:left;width:402px;}
.prodbaseinfo_a{float:left;width: 400px;margin-left: 30px;z-index:1;}
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}

.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}

.ul_prodinfos li{padding:5px 0 10px;}

.ul_prodinfo li{float:left;width:400px;font-size: 14px;line-height:24px; color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 10;overflow: hidden; margin: 20px 0px;}

.ul_prodinfo li span{font-size: 14px;}

.li_normalprice,.li_prono{line-height:24px; }

.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,

.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,

.ul_prodinfo .li_brand .span_title{color:#999;}

.ul_prodinfo .li_brand{width:180px; }

.li_prono{line-height:2.9em;}

.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}

.ul_prodinfo a.a_brand{color:#c00;}

.ul_prodinfo a.a_brand:hover{text-decoration:underline;}

.ul_prodinfo .li_jf{clear:both;width:300px; }

.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}

.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}

.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}
.nypro-lx{padding-left: 60px;margin-top: 10px;background: url(../images/cpxq-lx.png)5px 15px no-repeat; float: left; width: 340px; padding-top: 15px; border-top: 1px solid #ddd;}

.nypro-lx h2{ font-size: 16px; font-weight: normal;color: #666;}
.nypro-lx .nypro-lxl { float: left; }

.nypro-lx p{ float: left; font-size: 24px; line-height: 24px; color: #333;}
.nypro-lx a { width: 130px; height: 45px; background: #189a2b; line-height: 45px; font-size: 16px; text-align: center;color: #fff;display: block; float: right;}

*/

/*内页公司简介*/
/**简介**/
.about1 {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}

.nei_about_t {
	font-size: 25px;
	color: #2b2118;
	text-align: center;
	font-weight: bold;
	box-shadow: 3px 5px 15px #eaeaea;
	padding: 15px 0;
	margin-bottom: 40px;
}

.nei_about_t .zi {
	color: #525252;
	font-size: 16px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
}

.main {
	line-height: 35px;
}

.gywm_fl {
	float: left;
	width: 500px;
	border-radius: 10px;
	overflow: hidden;
}

.gywm_fr {
	float: right;
	box-shadow: 5px 0 20px #eee;
	border-radius: 10px;
}

.jianjie {
	width: 520px;
	height: 335px;
	margin: 20px 30px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.jianjie p {
	padding-right: 14px;
}

.jianjie p span {
	color: #189a2b;
	font-size: 18px;
	font-weight: bold;
}

.jianjie::-webkit-scrollbar {
	width: 3px;
	height: 389px;
	scrollbar-arrow-color: #189a2b;
}

.jianjie::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px #189a2b;
	background: rgba(0, 0, 0, 0.2);
	scrollbar-arrow-color: #189a2b;
}

.jianjie::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px #ffffff;
	border-radius: 0;
	background: #ffffff;
}



/**文化**/
.about2 {
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}

.nei_about_t1 {
	font-size: 25px;
	color: #189a2b;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	background: #f6f6f6;
}

.nei_about_t1 .zi {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	text-align: center;
}

.main1 {
	line-height: 35px;
	margin-top: 40px;
}

.gywm_fl1 {
	float: left;
	width: 580px;
	height: 445px;
	box-shadow: 5px 0 20px #eee;
	border-radius: 10px;
}

.gywm_fr1 {
	width: 500px;
	height: 445px;
	float: right;
	border-radius: 10px;
	overflow: hidden;
}

.jianjie1 {
	width: 570px;
	height: 401px;
	overflow-y: auto;
	padding: 24px 5px;
	font-size: 16px;
	line-height: 40px;
	color: #666;
}

.jianjie1 p {
	text-indent: 2em;
}

.jianjie1 p span {
	color: #189a2b;
	font-size: 18px;
	font-weight: bold;
}


.sb_box2 {
	width: 880px;
	float: left;
	background: #fff;
	padding: 20px;
}


/*内页新闻模块列表页*/
.pro_right_news {
	float: right;
	width: 250px;
}

.pro_right_news>h4 {
	padding: 20px 0;
	padding-left: 84px;
	background: #189a2b url(../images/image/tit6-1-d.png) 30px center no-repeat;
}

.pro_right_news>h4 a {
	font-size: 22px;
	color: #fff;
	display: block;
}

.pro_right_news>h4 a span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .3);
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 1px;
}

.pro_right_news ul li {
	position: relative;
	height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	position: relative;
	overflow: hidden;
	line-height: 50px;
	font-weight: normal;
	font-size: 16px;
}

.pro_right_news ul li a {
	display: block;
}

.pro_right_news ul li.cur {
	background: #189a2b;
	color: #fff;
}

.pro_right_news ul li.cur a {
	color: #fff;
	display: block;
}

.pro_right_news ul li::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pro_right_news ul li.on::after {
	border: 2px solid #fff;
	border-style: solid solid none none;
}

.pro_right_news ul li:hover::after {
	border: 2px solid #fff;
	border-style: solid solid none none;
}

.pro_right_news ul li:hover {
	background: #189a2b;
}

.pro_right_news ul li:hover a {
	color: #fff;
}

.pro_right_news .active1 .nlist ul {
	background: #fff;
	padding: 2px 0px;
}


#shownews {
	padding: 0px 20px;
}

#shownews h1 {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #333;
}

#shownews .editor {
	line-height: 2;
	font-size: 14px;
	padding: 10px 0;
}

/*内页新闻模块列表页*/

.sb_box1 {
	width: 930px;
	float: left;
	background: #fff;
	margin-bottom: 15px;
}

.nynews-tj {
	margin-top: 10px;
}

.nynews-tj h3 {
	background: #da241c;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	font-size: 20px;
}

.nynews-tj .nyxwtj {
	border: 1px solid #ccc;
}

.nynews-tj .nyxwtj ul {
	padding: 10px 0;
	padding-left: 20px;
}

.nynews-tj .nyxwtj ul li {
	padding-left: 20px;
	padding-right: 15px;
	line-height: 38px;
	background: url(../images/image/iyuan.png) left no-repeat;
}

.nynews-tj .nyxwtj ul li:hover {
	background: url(../images/image/iyuan_on.png) left no-repeat;
}

.nynews-tj .nyxwtj ul li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nynews-tj .nyxwtj ul li a:hover {
	color: #da241c;
}



.fbxx {
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

.fbxx p {
	font-size: 14px;
	float: left;
	padding: 0 8px;
}

.fbxx p span {}



.jq22 {
	width: 667px;
	height: 392px;
	margin: 0px auto;
	position: relative;
	border: 2px solid #eee;
}

.jq22 .border-left {
	width: 2px;
	height: 0px;
	background: #da241c;
	position: absolute;
	left: -1px;
	bottom: 0;
}

.jq22 .border-bottom {
	width: 0px;
	height: 2px;
	background: #da241c;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.jq22 .border-top {
	width: 0px;
	height: 2px;
	background: #da241c;
	position: absolute;
	right: 0;
	top: 0px;
}

.jq22 .border-right {
	width: 2px;
	height: 0px;
	background: #da241c;
	position: absolute;
	right: -1px;
	top: 0;
}

.nocontent {
	padding: 15px;
	min-height: 200px;
}

#showtext {
	padding: 15px;
	line-height: 2;
}

/*#imglist{padding: 15px  10px;}*/


/*内页文章*/
#newslist {
	margin-bottom: 10px;
}

.n_cont {
	overflow: hidden;
}

.n_cont a {
	overflow: hidden;
	display: block;
}

.n_cont dl {
	overflow: hidden;
	width: 845px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 15px 10px 18px 22px;
	background: #fff;
	margin-top: 15px;
	margin-left: 20px;
}

.n_cont dl dt {
	float: left;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.n_cont dl dt img {
	display: block;
	width: 230px;
}

.n_cont dl dd {
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-left: 30px;
}

.n_cont dl dd h5 {
	width: 580px;
	float: left;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.n_cont dl dd h5 a {
	font-size: 16px;
	color: #333;
	float: left;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.n_cont dl dd em {
	float: right;
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.n_cont dl dd p {
	color: #666;
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
	height: 60px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.n_cont dl dd span {
	width: 135px;
	border: 1px solid #ddd;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	float: right;
	display: block;
	text-align: center;
}

.n_cont dl:hover {
	border: 1px solid #009943;
}

.n_cont dl:hover dd h5 a {
	color: #009943;
}

.n_cont dl:hover dd span {
	border: 1px solid #009943;
	background: #009943;
	color: #fff;
}

.n_cont dl:hover dt {
	box-shadow: 0 0 5px 0 rgb(0 153 67);
}

.n_cont a:hover dl dd p {
	color: #333;
}

/*.n_cont dl:hover { background: #eaeaea;}*/

#shownews {
	padding: 0px 20px;
}

#shownews .editor {
	line-height: 2;
	font-size: 14px;
	padding: 10px 0;
}

.RandomNews {
	float: left;
	padding: 0 20px;
}

.RandomNews em {
	clear: both;
	margin: 15px 0;
	position: relative;
	background-color: #f3f3f3;
	height: 45px;
	overflow: hidden;
	display: block;
}

.RandomNews h4 {
	display: block;
	padding: 0px 30px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-bottom: 0;
	color: #189a2b;
	font-weight: bold;
	float: left;
	border-top: 2px solid;
	background: #f7f7f7;
}

.RandomNews li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 45%;
	float: left;
	overflow: hidden;
}

.RandomNews li:hover {
	color: #189a2b;
}

.RandomNews li:hover a {
	color: #189a2b;
}

.RandomNews li a {
	padding-left: 12px;
}

.RandomNews ul {
	padding: 10px 0px;
	/*background: #fff;*/
}

.RandomNews_ny {
	padding: 0px 15px
}

.RandomNews_ny h4 {
	padding-left: 27px;
	height: 36px;
	line-height: 36px;
	color: #189a2b;
	background: #ccc;
	font-weight: bold;
}

.RandomNews_ny li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 558px;
	float: left;
	overflow: hidden;
}

.RandomNews_ny li a {
	background: url(../images/image/ico55.gif) no-repeat 0 5px;
	padding-left: 12px;
}

.RandomNews_ny ul {
	padding: 10px 0px;
}

.right .RandomNews_ny .news_random {
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}

.right .RandomNews_ny ul {
	padding-top: 8px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 15px;
	width: 762px;
	background: #fff;
}

.dibu-tuijian {
	margin-top: 10px;
}

.dibu-tuijian h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.dibu-tuijian ul {
	padding-top: 20px;
}

.dibu-tuijian ul li {
	overflow: hidden;
	width: 900px;
}

.dibu-tuijian ul li a {
	width: 900px;
	line-height: 42px;
	border-top: 1px dashed #999;
	font-size: 14px;
	color: #444;
	float: left;
}

.dibu-tuijian ul li a span {
	float: right;
}

.dibu-tuijian ul li:hover a {
	color: #189a2b;
}


.cbgg-01 {
	background: #fff;
	color: #fff;
}

.cbgg-01-img {
	position: relative;
}

.cbgg-01-img h3 {
	position: absolute;
	font-size: 22px;
	color: #fff;
	top: 20px;
	left: 30px;
}

.cbgg-01-img h3 span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .42);
	font-weight: 400;
	margin-top: 2px;
}

.cbgg-01-img img {
	width: 100%;
	display: block;
}

.cbgg-01 .hot-line {
	display: block;
	padding: 15px 16px 0px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 0;
}

.cbgg-01 .hot-line i {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(../images/image/tel-3-d.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.cbgg-01 .hot-line .txt {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

.cbgg-01 .hot-line .txt h4 {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	margin-bottom: 2px;
}

.cbgg-01 .hot-line .txt p {
	font-size: 20px;
	color: #189a2b;
	font-weight: 700;
}

.cbgg-01 dl {
	padding: 0 19px 10px;
	overflow: hidden;
}

.cbgg-01 dl dt {
	padding: 20px 4px 8px;
	border-top: 1px solid #e1e1e1;
	background-repeat: no-repeat;
	background-position: left 14px;
}

.cbgg-01 dl dt:first-child {
	border-top: none;
}

.cbgg-01 dl dt h5 {
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
}

.cbgg-01 dl dt p {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}


/*内页产品列表页*/
.ny-pro ul.navMenu {
	border- top: none;
	overflow: hidden;
	background: #fff;
	border: 0px !important;
	padding: 2px 0px;
}

.ny-pro ul>li.ny_pro_nav1 {
	line-height: 50px;
	margin-bottom: 1px;
}

.ny-pro ul>li.ny_pro_nav1>h3 {
	background: url(../images/image/ny_cpico2.png) no-repeat right center #ececeb;
}

.ny-pro ul>li.ny_pro_nav1.on>h3 {
	background: url(../images/image/ny_cpico1.png) no-repeat right center #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>h3 a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
	position: relative;
}

.ny-pro ul>li.ny_pro_nav1.on>h3 a {
	color: #fff;
}

.ny-pro ul>li.ny_pro_nav1:hover>h3 {
	background: url(../images/image/ny_cpico1.png) no-repeat right center #189a2b;
}

.ny-pro ul>li.ny_pro_nav1:hover>h3 a {
	color: #fff;
}

.ny-pro ul>li.ny_pro_nav1>ul {
	display: none;
}

.ny-pro ul>li.ny_pro_nav1.on>ul {
	display: block;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	background: #fff;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3 a {
	color: #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 a {
	color: #454545;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3 a {
	color: #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3::after {
	border: 2px solid #189a2b;
	border-style: solid solid none none;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3::after {
	border: 2px solid #189a2b;
	border-style: solid solid none none;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul {
	overflow: hidden;
	display: none;
}

.ny-pro ul>li.ny_pro_nav1.on>ul li.ny_pro_nav2.on ul {
	display: block;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a {
	display: block;
	line-height: 45px;
	border-bottom: 1px dashed #ddd;
	padding-left: 65px;
	position: relative;
	color: #333;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a {
	color: #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a {
	color: #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	border: 1px solid #999;
	border-radius: 50%;
	left: 50px;
	top: 19px;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a::after {
	border: 1px solid #189a2b;
}

.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a::after {
	border: 1px solid #189a2b;
}

.ny-pro .sub {
	margin-top: 10px;
}

.ny-pro ul dl dt a span {
	margin-left: 0;
}

.ny-pro ul dl dd h4 {
	margin-left: 0;
	background: none;
	height: 36px;
	text-align: initial;
}

.ny-pro ul dl dd h4 a {
	font-size: 16px;
	line-height: 36px;
	padding-top: 0;
}

.ny-pro ul dl dd h4 a span {
	color: #666;
	padding-left: 40px;
}


.t05 a {
	color: #fff;
	font-size: 14px
}

.contactn .subnr {
	/*border:1px solid #ddd;*/
	overflow: hidden;
	padding: 5px 17px;
	width: 225px;
	font-size: 14px;
	line-height: 30px;
}

/* marqueetop */
.marqueetop {
	height: 800px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.marqueetop ul {
	background: none !important;
}

.marqueetop li .pic {
	display: block;
	border: #ccc 1px solid;
	height: 104px;
	padding: 2px;
	overflow: hidden;
}

.marqueetop li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}

.jiathis_txt {
	float: left;
	display: inline-block;
	line-height: 28px;
}

.sidebar .sb_box_pro {
	float: right;
	width: 910px;
	overflow: hidden;
	border: 1px solid #dedede;
}

.ny-pro h4 {
	padding: 20px 0;
	padding-left: 84px;
	background: #189a2b url(../images/image/tit6-1-d.png) 30px center no-repeat;
}

.ny-pro h4 a {
	font-size: 22px;
	color: #fff;
}

.ny-pro h4 span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .3);
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 1px;
}

.ny-pro h4 p {
	font-size: 12px !important;
}


/* 
/*产品列表推荐新闻*/
.news-tj-nyprolist {
	overflow: hidden;
	margin-top: 15px;
}

.news-tj-nyprolist h4 {
	padding-left: 12px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #189a2b;
	font-weight: bold;
}

.news-tj-nyprolist ul {
	margin: 10px 0;
	overflow: hidden;
}

.news-tj-nyprolist ul li {
	height: 28px;
	line-height: 28px;
	padding: 0 15px 0 10px;
	width: 47%;
	float: left;
	overflow: hidden;
}

.news-tj-nyprolist ul li a {
	font-size: 14px;
	color: #666;
}

.news-tj-nyprolist ul li:hover a {
	color: #189a2b;
	text-decoration: underline;
}

.news-tj-nyprolist ul li:hover span {
	color: #189a2b;
}



/*.RandomNews1{padding: 0px 0px;margin:  0 auto;width:  1200px;}
.RandomNews1 h4{padding-left: 40px;height:36px;line-height:36px;color:#00ae5f;background: url(../images/image/new_ico1.gif) #f5f5f5 no-repeat 8px;font-weight: bold;margin-top: 20px;font-size: 15px;}
.RandomNews1 li{height:28px;line-height:28px;padding:0 17px 0 10px;width: 573px;float:left;overflow:hidden;}
.RandomNews1 li a{background:url(../images/image/ico55.gif) no-repeat 0 5px;padding-left:12px;text-decoration:  none;}
.RandomNews1 li:hover a{ color:#00ae5f;}
.RandomNews1 li:hover span{ color:#00ae5f;}
.RandomNews1 ul{padding: 10px 0px;}
.right .RandomNews1 .news_random{border:1px solid #ccc;border-top:none;background:#fff;}
.right .RandomNews1 ul{padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff;}

.mod_goods_info .hds {clear: both; margin: 15px 0;  position: relative;background-color: #f3f3f3;height: 45px;overflow: hidden;}

.mod_goods_info .hds li {height: 45px; overflow: hidden;float: left;}

.mod_goods_info .hds li:hover, .mod_goods_info .hds li.on{height: 62px; line-height: 62px;border-top: 2px solid #189a2b;position: relative;}

.mod_goods_info .hds li:hover h3, .mod_goods_info .hds li.on h3{ background:#f7f7f7;  }

.mod_goods_info .hds li a{ text-decoration:none; }

.mod_goods_info .hds li h3 {display: block;padding: 0px 30px;font-weight: bold;height: 65px;line-height: 45px;text-align: center; font-size: 18px;border-bottom: 0; color: #189a2b; font-weight: bold;}

.mod_goods_info .hds li h3 a {color:#333;font-weight: normal;text-decoration:none;outline:none}

.mod_goods_info .hds .status_on {border-color: #ccc;border-bottom:0;position:relative;}

.mod_goods_info .hds .status_on h3 {height: 65px;background-color: #f5f5f5;color: #189a2b;}

.nypro-tj { overflow: hidden;float: left; margin-bottom: 15px; padding: 0px 20px; }
.nypro-tj .cp02_t1 {width: 846px; clear: both;margin: 15px 0; position: relative; background-color: #f3f3f3;height: 45px;overflow: hidden;}
.nypro-tj .cp02_t1 h2 {display: block;padding: 0px 30px;height: 45px;line-height: 45px;font-size: 18px;border-bottom: 0;color: #189a2b;font-weight: bold;float: left;border-top: 2px solid;background: #f7f7f7;}
.nypro-tj .nypro-tuijian ul li {margin-right: 15px; float: left;  width: 270px; overflow: hidden; border: 1px solid #ddd; }
.nypro-tj .nypro-tuijian ul li:hover { border: 1px solid #189a2b; }
.nypro-tj .nypro-tuijian ul li:hover p a{ color: #189a2b; }
.nypro-tj .nypro-tuijian ul li:nth-child(3) { margin-right: 0px; }
.nypro-tj .nypro-tuijian ul li a { overflow: hidden; }
.nypro-tj .nypro-tuijian ul li a img { width: 100%; padding: 1px; overflow: hidden;}
.nypro-tj .nypro-tuijian ul li p { line-height: 32px; font-size: 16px; color: #666; text-align: center;}*/

/*内页位置*/
.ninde {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
	left: 0;
	z-index: 9999;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.ninde em {
	/* border-left: 4px solid #ccc; */
	padding-left: 25px;
	background: url(http://www.hcm999.com/staticres/images/ditubiao.png) no-repeat 0px 1px;
}

.ninde a {
	color: #666;
}

.top_lanmu {
	height: 54px;
}

.top_lanmu .n_show_1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_lanmu .n_show_1 .neiye_show {}

.top_lanmu .n_show_1 .neiye_show a {
	color: #fff;
	line-height: 54px;
	font-size: 16px;
	float: left;
	text-decoration: none;
	background: #666;
	margin-right: 4px;
}

.top_lanmu .n_show_1 .neiye_show a li {
	border-right: 1px solid #e0dfdf;
	margin-right: 0px;
	width: 166px;
	height: 54px;
	float: left;
	text-align: center;
}

.top_lanmu .n_show_1 .neiye_show a:hover li {
	background: #189a2b;
	color: #fff;
}

/*.neiye_show ul li.on {background: #189a2b;color: #fff;}*/
.top_lanmu .n_show_1 .neiye_show a li.cur {
	background-color: #189a2b;
}

/*图片模块*/
/*
#imglist{padding: 15px  0px;}
#imglist li{float:left;display:inline;text-align:center;margin-right: 14px;}
#imglist a li:nth-child(4n) { margin-right: 0;}
#imglist li img{ padding:2px; border:1px solid #ccc;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{ margin:auto;  border:1px solid #ccc; }
#imglist li h3{ font-size: 14px; padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showimg{ padding:15px; margin: 0 auto; width: 1200px;}
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center;}
#showimg .imgshow{ text-align:center;}
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.imgparalist li{ padding:3px 15px 3px; background:url(http://www.hcm999.com/staticres/images/dt-0.gif) no-repeat 5px center;}
.imgparalist li span{ float:left; margin-right:10px; color:#999;}
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/image/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
*/

/*联系我们*/
.tit {
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
	background: url(http://www.hcm999.com/staticres/images/nylxbt.png) no-repeat center -12px;
}

.wmen {
	color: #12c4ae
}

.chi {
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
	letter-spacing: 4px;
}

.eng {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}

.contactus ul {
	/* height: 180px; */
	margin: 0 auto;
	margin-top: 20px;
}

.contactus ul li {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0px 30px;
	width: 530px;
	font-size: 16px;
	margin: 10px 0;
}

.contactus ul li p {
	padding: 0 20px;
}

.ysti {
	color: #2e2e2e
}

.clear {
	clear: both;
}

.hls {
	color: #485a81;
}

.blk-main {
	width: 100%;
}

.blk {
	margin: 0 auto 20px auto;
}

.content1 {
	width: 1200px;
	margin: 0 auto;
}

.p12-aboutinfo-1-nr {
	padding: 0 10px !important;
	width: 1200px;
	margin: 0 auto;
}

.p12-aboutinfo-1-tit {
	display: none;
}

.contactus .c1 {
	background: url(../images/image/nydianhua.png) left top no-repeat;
}

.contactus .c2 {
	background: url(http://www.hcm999.com/staticres/images/nycz.png) left top no-repeat;
}

.contactus .c3 {
	background: url(../images/image/neqq.png) left top no-repeat;
}

.contactus .c4 {
	background: url(../images/image/nyyx.png) left top no-repeat;
}

.contactus .c5 {
	background: url(../images/image/nydizi.png) left top no-repeat;
}

/*关于我们*/
.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	text-align: center;
	color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}

.p12-aboutinfo-1-nr {
	padding: 0 20px 20px;
	width: 100%;
	margin: 0 auto;
}

.endit-content {
	line-height: 28px;
}

/*.endit-content p{margin:15px 0;}*/



.tp_img {
	width: 1200px;
	margin: 0 auto;
}

.demoTitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #c00;
	text-shadow: 1px 1px 0 #fff;
	margin: 60px 0 40px;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	padding: 20px 0;
	background: #EEE;
}

#demo1 {
	margin: 0 auto;
}

#psWraper {
	background: #eee;
	padding: 10px 0;
	margin-top: 80px;
	border-top: 1px dashed #999;
}

#psText {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #bebebe;
}

#psText samp {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#psText samp a {
	color: #06F;
	letter-spacing: 0.1em;
}

#psText h2 {
	font-size: 20px;
	margin: 10px auto;
}

#psText p {
	padding: 10px 0;
	line-height: 25px;
	letter-spacing: 0.1em;
}

#psText ul {
	margin: 10px auto;
}

#psText ul li {
	line-height: 25px;
	line-height: 25px;
	letter-spacing: 0.1em;
}

#ps {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}

#ps h1 {
	padding-bottom: 20px;
	text-shadow: 1px 1px 0 #fff;
	color: #c00;
	font-size: 23px;
	font-weight: bold;
}

#ps h2 {
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
	padding: 10px 0;
}

#ps h1 p {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-left: 20px;
}

#ps dl {
	padding-left: 0;
	padding-bottom: 40px;
}

#ps dl dt,
#ps dl dd {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
}

#ps dl dt {
	padding-left: 10px;
}

#ps dl dd {
	color: #ff6600;
	text-shadow: 1px 1px 0 #fff;
}

#ps dl dd span {
	color: #900;
	margin-right: 50px;
	letter-spacing: 0.01em;
	padding-left: 10px;
}

.TmpStyle {
	margin: 50px auto;
}

body {
	overflow-x: hidden;
}

.jcSlider {
	width: 1004px;
	position: relative;
	height: 654px;
	/*background:url(../img/sliderbg.png) no-repeat;*/
	padding: 8px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.imgHide {
	width: 1000px;
	height: 650px;
	overflow: hidden;
	position: relative;
	border: 2px solid #ccc;
	box-shadow: 0px 4px 5px 1px #ccc;
}

.imgList {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.imgList li {
	position: absolute;
	left: 0;
	top: 0;
	height: 650px;
	width: 1000px;
	list-style: none;
	display: none;
	overflow: hidden;
}

.imgNum {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.imgNum dd {
	width: 14px;
	height: 14px;
	float: left;
	list-style: none;
	cursor: pointer;
	margin: 0 3px;
	overflow: hidden;
}

.imgNum dd a {
	display: block;
	height: 14px;
	width: 14px;
	text-indent: -999em;
	overflow: hidden;
	text-align: center;
	line-height: 14px;
}

.imgNum dd a:hover,
.imgNum dd.select a {
	background-position: 0 -14px;
}

.imgPrev,
.imgNext {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 3;
	display: block;
	cursor: pointer;
	height: 650px;
	width: 40px;
}

.imgPrev {
	background: url(http://www.hcm999.com/staticres/images/navigation-previous.png) no-repeat left center;
}

.imgNext {
	background: url(http://www.hcm999.com/staticres/images/navigation-next.png) no-repeat right center;
}

/*.n_cont{padding: 0 10px;}
.n_cont dl {width: 100%;padding-top: 28px;height:170px;border: 1px solid #dfdfdf;background: #fff;position: relative;margin: 15px 0;}
!*.n_cont dl:first-child { border-top: 1px solid #dfdfdf;}*!
.n_cont dt {width: 220px;height: 140px;float: left;margin-left: 22px;overflow: hidden;}
.n_cont dt img {display: block;transform: scale(1);transition: all 2s ease-out;width: 220px;height: 140px;}
.n_cont dl:hover dt img { transform: scale(1.2); width:220px; height:125px;}
.n_cont dd {width: 600px;height: 135px;position: relative;margin-left: 28px;float: left;}
.n_cont dd h3 { font-size: 20px; font-weight: normal; width: 650px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.n_cont dd h3 a { color: #000000; text-decoration: none;}
.n_cont dd p { font-size: 13px; color: #666666;  line-height: 24px; margin-top: 17px;display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden;}
.n_cont dd .label { font-size: 12px; color: #999999; display: block; padding-left: 26px; position: absolute; left: 0; bottom: 0; background: url(../images/newsList_icon03.png) no-repeat left center; line-height: 16px;}
.n_cont dd .label a:hover { color: #189a2b;}
.n_cont dd .rq { display: block; font-size: 13px; font-family: arial; height: 16px; position: absolute; top: 6px; right: 140px; padding-left: 24px; padding-top: 2px;}
.n_cont dd .zan { display: block; font-size: 13px; font-family: arial; height: 16px; position: absolute; top: 2px; right: 74px; padding-left: 24px; padding-top: 2px; cursor: pointer }
.n_cont dd .readNum { display: block; font-size: 13px; font-family: arial; height: 16px; background: url(../images/newsList_icon02.png) no-repeat left center; position: absolute; top: 5px; right: 4px; padding-left: 24px; padding-top: 2px;}
.n_cont dd a.more { display: block; width: 36px; height: 36px; background: url(../images/list_circle.png) no-repeat left top; overflow: hidden; position: absolute; right: 6px; bottom: 0;}
.n_cont dl:hover dd a.more { background-position: left bottom;}
.n_cont dl:hover dd h3 a {color: #189a2b;}
.n_cont dl:hover { box-shadow: 0 0 10px 6px #eeeeee; z-index: 99;}
.mub01Title h3 { font-size: 26px; color: #1e1e1e; font-weight: bold; text-align: center;}
.mub01Title h3 em {color: #189a2b;font-weight: bold;}
.mub01Title h3 i { display: inline-block; height: 1px; background: #e5e5e5; width: 534px; position: relative; top: -6px;}
.mub01Title h3 i.xianL { margin-right: 12px;}
.mub01Title h3 i.xianR { margin-left: 12px;}*/


/*资讯中心*/
/*.news{padding:55px 0 120px;background:url(../images/news-bgbtm.png) no-repeat bottom center #f5f5f5;}
.news .title p span{background: #f5f5f5;}
.news-tag{background:url(../images/news-tagbg.png) no-repeat center;font-size:0;text-align:center;margin-top:25px;}
.news-tag a{display:inline-block;font-size:16px;color:#666;margin:0 32px;padding:10px 5px;border-bottom:2px solid transparent;}
.news-tag a.on{color:#0280f6;border-color:#0280f6;}
.news-box{margin-top:60px;}
.news-ul{overflow:hidden;}
.news-ul li{width:25%;float:left;}
.news-ul li a{display:block;padding:50px 20px;}
.news-ul li a span{font-size:14px;color:#999;}
.news-ul li a h3{font-size:16px;color:#333;margin-top:15px;}
.news-ul li a p{font-size:14px;color:#666;margin-top:20px;padding-bottom:75px;line-height: 20px;height: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-ul li a .news-bor{width:100%;height:20px;border-bottom:1px solid #0280f6;}
.news-ul li a .news-more{display:none;line-height:20px;height:20px;}
.news-ul li a:hover{background:url(../images/news-xlbg.jpg) no-repeat left top, url(../images/news-xrbg.jpg) no-repeat right bottom #fff;}
.news-ul li a:hover h3{color:#0280f6;font-weight:bold;}
.news-ul li a:hover .news-bor{display:none;}
.news-ul li a:hover .news-more{display:block;}*/

/*input*/
#nymessage form {
	text-align: center;
}

.form-control {
	/*display: block;*/
	width: 38%;
	height: 25px;
	padding: 6px 12px;
	/*margin: 0px 0;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#nymessage .form-group {
	display: flex;
	justify-content: center;
	margin: 10px 0;
	line-height: 40px;
}

textarea.form-control {
	height: auto;
}

.btna {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}




/* 在线客服 */
.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 35%;
	z-index: 999999999;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background: #009943;
	float: left;
	position: relative;
	border-top: 1px solid #333;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li:hover {
	background: #009943;
}

.diyos ul li .sidebox,
.diyos ul li .semail {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	background: #009943;
}

.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li .sideewmshow {
	width: 150px;
	position: absolute;
	top: 0;
	left: -151px;
	z-index: 120;
	display: none;
	max-width: none;
	border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}

.diyos ul li img {
	float: left;
}

.retract {
	display: none;
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -30px;
	width: 36px;
	height: 60px;
	background: url(../images/image/djt.png) no-repeat center right #009943;
	border-radius: 30px 0 0 30px;
	box-shadow: -2px 0 7px 0 rgb(0 0 0 / 50%);
	cursor: pointer;
}

.loadont {
	position: absolute;
	right: 0;
	top: 0;
	background: #009943;
	color: #fff;
	width: 20px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);
	cursor: pointer;
	display: none;
}

/*面包屑*/
.location {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #eee;
}

.location span {
	display: block;
	line-height: 45px;
	font-size: 14px;
	background: url(../images/image/location.png) no-repeat 0 15px;
	text-indent: 20px;
	color: #666;
}

.location span a {
	color: #666;
}

.location span a:hover {
	color: #189a2b;
}

/*内页样式*/
.inside {
	padding: 20px 0;
	background: #ececec;
}

/*.bgf5{background:#ececec;}*/
.nocontect {
	background-image: url(../images/image/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 100px;
	padding-top: 40px;
	padding-left: 120px;
	font-size: 14px;
}


/* marqueeleft */
.marqueeleft {
	height: 136px;
	width: 474px;
	overflow: hidden;
	margin: 40px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 148px;
	height: 133px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	border: #ccc 1px solid;
	width: 135px;
	height: 104px;
	padding: 2px;
	overflow: hidden;
}

.marqueeleft li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}

/* marqueetop */
.marqueetop {
	height: 429px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.marqueetop li .pic {
	display: block;
	border: #ccc 1px solid;
	height: 104px;
	padding: 2px;
	overflow: hidden;
}

.marqueetop li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}



/*鍐呴〉宸︿晶*/
.pro_lny {
	width: 220px;
	float: left;
}

.pro_lny h4 {
	height: 60px;
	line-height: 60px;
	background: #1f98e4;
}

.pro_lny h4 a {
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}

.active1 {
	border: 1px #ddd solid;
}

.ny_cptj {
	margin-top: 20px;
}

#marquee2 ul li a img {
	width: 200px;
	height: 150px;
	margin: 10px;
	border: 1px solid #ccc;
	padding: 2px;
}

#marquee2 ul li {
	text-align: center;
}

.contactn {
	margin-top: 20px;
}

.contactn h5 a {
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
	font-weight: bold;
}

/*.pro_l h5{ height:60px; line-height:60px; background:#1f98e4;}*/


/*内页右侧内容*/
.nyshow {
	width: 840px;
	float: right;
	background-color: white;
	border: 1px #ddd solid;
}

.nyshow-til {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #ccc solid;
	margin: 10px 15px;
}

.nyshow-til>h1,
.nyshow-til>h2 {
	float: left;
	padding-right: 15px;
	text-indent: 25px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #189a2b solid;
	color: #189a2b;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.nyshow-til>h1::before,
.nyshow-til>h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #189a2b;
}

.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
	padding: 0 15px;
}

.nyshowdesc img {
	max-width: 100%;
	height: auto !important;
}

.nyshow-til span {
	float: right;
}

.nyshow-til span {
	display: block;
	line-height: 45px;
	font-size: 14px;
	background: url(../images/image/location.png) no-repeat 0 15px;
	text-indent: 20px;
	color: #666;
}

.nyshow-til span a {
	color: #666;
}

.nyshow-til span a:hover {
	color: #189a2b;
}

/*推荐新闻*/
.nyhotnews {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin: 0 15px 0 15px;
}

.nyhotnews>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #189a2b solid;
	color: #189a2b;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/image/new_ico1.gif) no-repeat left;
}

.nyhotnews-list {
	margin: 10px 15px;
	overflow: hidden;
}

.nyhotnews-list li {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	background: url(../images/image/iyuan.png) no-repeat left;
	background-size: 8px;
	box-sizing: border-box;
}

.nyhotnews-list li a {
	float: left;
	width: 250px;
	color: #333;
}

.nyhotnews-list li span {
	float: right;
	color: #666;
}

.nyhotnews-list li:hover {
	background: url(../images/image/iyuan_on.png) no-repeat left;
	background-size: 8px;
}

.nyhotnews-list li:hover a {
	color: #189a2b;
}

/*视频列表*/
.nyvideo-ul {
	overflow: hidden;
}

.nyvideo-ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.nyvideo-div a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	overflow: hidden;
}

.nyvideo-div a img {
	display: block;
	max-width: 100%;
	width: 311px;
}

.nyvideo-div a.nyvideo-a {
	padding: 0 10px;
	border: none;
	line-height: 25px;
	text-align: center;
}

.nyvideo-div:hover a {
	border-color: #0280f6;
	color: #0280f6;
}

/*视频详情*/
.showvideo-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.showvideo-top>h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.showvideo-time {
	text-align: center;
}

.showvideo-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.showvideo-time span:last-child {
	margin-right: 0;
}

.showvideo-mp {
	margin-bottom: 20px;
	text-align: center;
}

.showvideo-mp video,
.showvideo-mp iframe {
	max-width: 800px;
}

.showvideo-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showvideo-con img {
	max-width: 100%;
	height: auto !important;
}

/*下载列表*/
.nydown-list {
	margin-bottom: 20px;
}

.nydown-list table {
	width: 100%;
	text-align: center;
}

.nydown-list table thead {
	background: #0280f6;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.nydown-list table tbody {
	line-height: 1.6
}

.nydown-list table tbody tr td {
	color: #666;
}

.nydown-list table tbody tr td:first-child {
	color: #333;
}

/*下载详情*/
.showdown-top {
	margin-bottom: 20px;
}

.showdown-top>h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}

.showdown-top>ul {
	padding: 10px;
	background: #f6f6f6;
}

.showdown-top>ul>li {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.showdown-top>ul>li:last-child {
	margin-bottom: 0;
}

.showdown-top>ul>li>span {
	padding: 0px 10px;
	margin-right: 5px;
}

.showdown-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showdown-con img {
	max-width: 100%;
	height: auto !important;
}

/*图片列表*/
.nyimg-ul {
	overflow: hidden;
}

.nyimg-ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.nyimg-div a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	overflow: hidden;
}

.nyimg-div a img {
	display: block;
	max-width: 100%;
	width: 311px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.nyimg-div a.nyimg-a {
	padding: 0 10px;
	border: none;
	line-height: 25px;
	text-align: center;
}

.nyimg-div:hover a {
	border-color: #0280f6;
	color: #0280f6;
}

.nyimg-div:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*图片详情*/
.showimg-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.showimg-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin: 10px 0;
}

.showimg-time {
	text-align: center;
}

.showimg-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.showimg-time span:last-child {
	margin-right: 0;
}

.showimg-img {
	margin-bottom: 15px;
	text-align: center;
}

.showimg-img img {
	max-width: 100%;
}

.ctitle {
	margin-bottom: 15px;
}

/*.ctitle h3{padding-left:20px;background: url(../images/image/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-weight:bold;}*/
.showimg-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showimg-con img {
	max-width: 100%;
	height: auto !important;
}

/*新闻列表*/
.nynews-ul {
	overflow: hidden;
}

.nynews-ul li {
	margin: 0 15px 15px 15px;
}

.nynews-ul li a {
	overflow: hidden;
	display: block;
}

.nynews-ul li a dl {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

.nynews-ul li a dl dt {
	float: left;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.nynews-ul li a dl dt img {
	display: block;
	width: 180px;
}

.nynews-ul li a dl dd {
	float: left;
	width: 560px;
	/*margin-top: 20px;*/
	margin-left: 30px;
}

.nynews-ul li a dl dd h5 {
	width: 460px;
	float: left;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #333;
}

.nynews-ul li a dl dd em {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.nynews-ul li a dl dd p {
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
	height: 40px;
	color: #666;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nynews-ul li a dl dd span {
	width: 135px;
	border: 1px solid #ddd;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	float: right;
	display: block;
	text-align: center;
}

.nynews-ul li a:hover dl {
	border: 1px solid #1f98e4;
}

.nynews-ul li a:hover dl dt {
	box-shadow: 0 0 5px 0 rgb(2 128 246 / 80%);
}

.nynews-ul li a:hover dl dd h5 {
	color: #1f98e4;
}

.nynews-ul li a:hover dl dd span {
	border: 1px solid #1f98e4;
	background: #1f98e4;
	color: #fff;
}

/*新闻详情*/
.shownews-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin: 7px 15px;
}

.shownews-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.shownews-time {
	text-align: center;
}

.shownews-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.shownews-time span:last-child {
	margin-right: 0;
}

.shownews-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
	padding: 0 15px;
}

.shownews-con img {
	max-width: 100%;
	height: auto !important;
}

/*产品列表*/
.nypro-ul {
	overflow: hidden;
}

.nypro-ul li {
	width: 258px;
	/*margin-right:25px;margin-bottom:25px;*/
	margin: 0 11px 25px 9px;
	float: left;
	border: 1px solid #d3d3d3;
}

/*.nypro-ul li *{transition: 0.3s all ease-in-out;}*/
.nypro-ul li:nth-child(3n) {
	margin-right: 0;
}

.nypro-ul li a {
	display: block;
	position: relative;
}

.nypro-ul li a .nypro-img {
	overflow: hidden;
	position: relative;
}

.nypro-ul li a .nypro-img img {
	width: 100%;
	display: block;
}

/*.nypro-ul li a .nypro-img .nypro-hov{position:absolute;top:100%;width:100%;height:100%;opacity:0;background:url(../images/nyproico.png) no-repeat center rgba(2,128,246,0.6);}*/
.nypro-ul li a .nypro-txt {
	width: 100%;
	position: relative;
	z-index: 4;
	padding: 5px 0 0;
	background: #f5f5f5;
}

.nypro-ul li a .nypro-txt p {
	padding: 0 20px;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444;
	text-align: center;
}

.nypro-ul li a .nypro-txt span {
	font-size: 13px;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	color: #777;
	font-weight: 100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.nypro-ul li a:hover .nypro-img .nypro-hov{top: 0;opacity: 1;}*/
.nypro-ul li a:hover .nypro-txt {
	background: #fff;
}

.nypro-ul li:hover {
	border-color: #1f98e4;
}


/*产品详情*/
.nyproshow-top {
	overflow: hidden;
	margin: 0 15px;
}

.nyproshow-top>dt {
	padding-bottom: 15px;
	float: left;
	width: 402px;
}

/*bigzoompic*/
#MagnifierWrap2 {
	position: relative;
	width: 400px;
}

.MagnifierMain {
	position: relative;
	border: 1px solid #ccc;
}

.MagnifierMain img {
	width: 100%;
	display: block;
}

.MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;
}

.MagnifierPop {
	position: absolute;
	top: 0;
	overflow: hidden;
	background: #fff url(../images/image/loading.gif) no-repeat center center;
}

.MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
}

.spec-items {
	position: relative;
	width: 390px;
	height: 74px;
	overflow: hidden;
	margin: 10px auto 0;
}

.spec-items ul {
	width: 500%;
	position: absolute;
	top: 8px;
	left: 22px;
}

.spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.spec-items li {
	width: 80px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.spec-items li.on {
	border: 1px solid #009943;
}

.spec-items li img {
	width: 100%;
	display: block;
}

span.spe_leftBtn,
span.spe_rightBtn {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 70px;
	line-height: 70px;
	font-family: "黑体";
	text-align: center;
	font-size: 30px;
	color: #ddd;
	cursor: default;
	background-color: #f9f9f9;
}

span.on {
	background-color: #ccc;
	color: #999;
	cursor: pointer;
}

span.spe_leftBtn {
	left: 0;
}

span.spe_rightBtn {
	right: 0;
}

.nyproshow-txt {
	float: left;
	width: 380px;
	margin-left: 28px;
	z-index: 1;
}

.nyproshow-txt>h1 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px dashed #bbbbbb;
	padding: 2px 0 10px;
	line-height: 32px;
	margin-bottom: 10px;
}

/*产品参数*/
.nyproshow-info {
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}

.showpro-tel {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.showpro-telx {
	float: left;
	line-height: 40px;
}

.showpro-telx img {
	float: left;
	margin-right: 12px;
}

.showpro-telcon {
	float: left;
}

.showpro-telcon p {
	float: left;
	color: #666;
	margin-bottom: 0;
}

.showpro-telcon span {
	float: left;
	color: #333;
	font-size: 24px;
	font-family: arial;
}

.showpro-tel a {
	float: left;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	background: #1f98e4;
	color: #fff;
	border-radius: 10px;
}

.showpro-tel a i {
	margin-right: 5px;
}

.showpro-tel a:hover {
	background: #034ad8;
}

.showpro-con {
	margin-top: 20px;
	padding: 0 15px;
}

.showpro-con ul {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.showpro-con ul li {
	text-align: center;
	padding: 0 24px;
	font-size: 16px;
	background: #e6e6e6;
	color: #333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.showpro-con ul li.on {
	background: #1f98e4;
	color: #fff;
}

.showpro-con ul li:last-child {
	margin-right: 0;
}

.showpro-details {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.showpro-details .showpro-det {
	display: none;
	min-height: 100px;
	padding: 0 15px;
}

.showpro-details div {
	margin-bottom: 10px;
}

.showpro-details img {
	max-width: 100%;
	height: auto !important;
}

.pr_form .form-group {
	display: flex;
	justify-content: left;
	margin: 10px 25px;
}

/*相关产品*/
.nyaboutpro {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin: 0 15px;
}

.nyaboutpro>h3 {
	float: left;
	width: 150px;
	text-indent: 12px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #009943 solid;
	color: #009943;
	font-size: 18px;
	font-weight: bold;
	/*background:url(../images/image/nyaboutproico.png) no-repeat left;*/
}

#abprolist {
	margin: 20px 0;
}

#abprolist li {
	padding: 0 15px;
}

#abprolist li a {
	display: block;
}

#abprolist li a .abpro-img {
	padding: 2px;
	border: 1px solid #ccc;
}

#abprolist li a .abpro-img img {
	display: block;
	max-width: 100%;
}

#abprolist li a p {
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #ccc;
	padding: 0 10px;
	color: #333;
}

#abprolist li a:hover .abpro-img {
	border-color: #009943;
}

#abprolist li a:hover p {
	background: #009943;
	color: #fff;
}

/*标签*/
.pro_key {
	line-height: 35px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.pro_key a {
	font-size: 14px;
	background: #9e9c9c;
	padding: 2px 6px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.pro_key a:hover {
	background: #0280f6;
}

/*分享按钮*/
.jiathis {
	padding: 0px 5px;
	height: 35px;
	line-height: 30px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
	margin: 10px 0px;
}

.jiathis .jiathis_txt {
	float: left;
}

/*上下页按钮*/
.ny-page {
	overflow: hidden;
	margin-bottom: 30px;
}

.ny-pagea {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 80%;
}

.ny-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

/*搜索模块*/
.nysearch-ul {
	overflow: hidden;
}

.nysearch-ul li.nysearch-li {
	padding: 0 0 15px 0;
	/*margin-bottom: 25px;*/
	border-bottom: 1px dashed #333;
	overflow: hidden;
	margin: 10px 20px;
}

.nysearch-til>a {
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	background: #189a2b;
	margin-right: 5px;
	position: relative;
	top: 0;
	padding: 4px 6px;
}

.nysearch-til>a .nysearch-arrow {
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: top;
	top: 7px;
	right: -4px;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #0280f6;
}

.nysearch-til>a:hover {
	background: #189a2b;
}

.nysearch-til>a:hover .nysearch-arrow {
	border-left-color: #034ad8;
}

.nysearch-til>h2 {
	display: inline;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	position: relative;
	top: 1px;
	line-height: 25px;
}

.nysearch-con p.nysearch-desp {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nysearch-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nysearch-date span {
	color: #999;
}

.nysearch-date p {
	float: left;
	margin: 0;
}

.nysearch-date i {
	margin-right: 5px;
}

.nysearch-con a.nysearch-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #999;
	margin-top: 10px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nysearch-con a.nysearch-more:hover {
	background: #189a2b;
	left: 10px;
}

/*手机样式*/
.m-header,
.m-nav,
.g-adv,
.m-main,
.m-fewm,
.m-fbtn,
.m-location,
.ny_body,
.g-bd,
.g-nynav,
.ninde,
.m-text {
	display: none;
}

@media (max-width: 768px) {
	
	#pages{
		margin-left: 20% !important;
	}
	
	#pages li{
		float: left;
	}

	html,
	body {
		max-width: 640px;
		min-width: 320px;
		margin: 0 auto;
		overflow-x: hidden;
		position: relative;
	}

	body {
		padding-bottom: 50px;
	}

	* {
		box-sizing: border-box;
	}

	.htop,
	.hcont,
	.sticky-wrapper,
	.navBox,
	#banner,
	.search,
	.about,
	#countup,
	.product,
	.news,
	.footer,
	.fcopy,
	.RandomNews1,
	.diyos,
	.texten {
		display: none;
	}

	.proMain,
	.service,
	.box,
	.jjfa_w,
	.baoz,
	.newMain,
	.jjfa,
	.liuc,
	.banq,
	.link,
	.pro_l,
	.rtop,
	#productlist,
	.topnew,
	#showproduct,
	#imglist,
	#showimg,
	#newslist,
	#shownews,
	.m-img {
		display: none;
	}

	.m-header,
	.m-nav,
	.g-adv,
	.m-main,
	.m-fewm,
	.m-fbtn,
	.m-location,
	.ny_body,
	.g-bd,
	.g-nynav,
	.m-text {
		display: block;
	}

	.container {
		width: 100%;
	}

	/* -- 页面整体布局 -- */
	.m-header {
		overflow: hidden;
		/*padding-bottom: 10px;*/
	}

	.m-header h1 {
		text-align: center;
		padding: 3%;
	}

	.m-header h1 img {
		max-width: 100%;
		vertical-align: middle;
	}

	.m-header .m-slogan {
		color: #393939;
		text-align: center;
	}

	.m-header .m-slogan p {
		font-size: 1.2rem;
	}

	.m-header .m-slogan span {
		font-size: 1rem;
	}

	/*导航*/
	.m-nav {
		height: 5.875rem;
		overflow: hidden;
		background: #009943;
		position: relative;
	}

	.m-nav:before {
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		border-bottom: 1px solid #aaa;
	}

	.m-nav a {
		display: block;
		float: left;
		width: 25%;
		font: 1rem/2.92rem "microsoft yahei";
		height: 2.92rem;
		color: #fff;
		text-align: center;
		border-right: 1px solid #aaa;
	}

	.m-nav a:nth-child(4n) {
		border-right: none;
	}

	.m-nav a:hover {
		color: #fff;
	}

	.content {
		width: 100%;
	}

	.inner {
		width: 100%;
		padding-top: 0px;
	}

	.inner_fl {
		width: 100%;
	}

	.showabout {
		margin-right: 0px;
		line-height: 25px;
		overflow: hidden;
		min-height: 600px;
		color: #666;
		padding: 0 10px;
	}

	.showabout img {
		max-width: 100%;
	}

	/*ban轮播广告*/
	.g-adv {
		overflow: hidden;
	}

	.g-adv img {
		display: block;
		width: 100%;
	}

	/*标题*/
	.m-title>h2 {
		font-size: 1.5rem;
		color: #333;
		text-align: center;
	}

	.m-title>p {
		font-size: 1rem;
		color: #666;
		text-align: center;
	}

	/*产品中心*/
	.g-pro {
		padding: 20px 0;
	}

	.g-pro .wlist {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		margin-top: 20px;
	}

	.g-pro .wlist li {
		flex: 1
	}

	.g-pro .wlist li a {
		display: block;
		line-height: 40px;
		padding: 0 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #666;
		text-align: center;
		border: 1px solid #E5E5E5;
	}

	.g-pro .wlist li.z-on a {
		background: #009943;
		color: #fff;
		border: 1px solid #009943;
	}

	.g-pro .wcont {
		padding: 5px;
	}

	.g-pro .wcont li {
		width: 50%;
		float: left;
		padding: 5px;
height:166px;
	}

	.g-pro .wcont li a {
		display: block;
	}

	.g-pro .wcont li a img {
		width: 100%;
		border: 1px solid #ddd;
	}

	.g-pro .wcont li a p {
		line-height: 30px;
		padding: 0 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}



	/*menu*/
	.menu {
		width: 100%;
		clear: both;
	}

	.menu>ul {
		list-style: none;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 100%;
	}

	.menu>ul li {
		float: left;
		text-align: center;
		width: 24.5%;
		border-bottom: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
		/*height:4rem;*/
	}

	.menu ul li:nth-child(4n) {
		border-right: none;
	}

	.menu ul li img {
		width: 2em;
		/*height: 2em;*/
		padding-top: 1.0em;
	}

	.menu ul li span {
		display: block;
		text-align: center;
		font-size: 12px;
	}

	.menu ul li span a:hover {
		color: #8ec21f;
		font-size: 15px;
	}

	.menu ul a {
		display: block;
		text-align: center;
		text-decoration: none
	}

	.menu ul a:hover {
		color: #8ec21f
	}

	.menu ul a:link,
	.menu ul a:active,
	.menu ul a:visited {
		font-size: 15px;
		line-height: 25px;
	}


	.xd_title {
		background: url(../images/image/pro_bj.png)no-repeat center;
		position: relative;
		font-size: 20px;
		color: #4a2618;
		line-height: 30px;
		text-align: center;
		padding-top: 29px;
		padding-bottom: 33px;
		font-weight: bold;
	}

	.xd_title em {
		color: #8ec21f;
		font-weight: bold;
	}

	.xd_title p {
		font-size: 14px;
		color: #4b4b4b;
		line-height: 40px;
		text-align: center;
		font-weight: normal;
	}

	.xd_title1 {
		position: relative;
		font-size: 40px;
		color: #4a2618;
		line-height: 40px;
		text-align: center;
		/* padding-bottom: 20px; */
		padding-top: 29px;
		padding-bottom: 33px;
		font-weight: bold;
	}

	.xd_title1 i::before {
		content: "";
		position: absolute;
		left: 40px;
		top: 12px;
		width: 69px;
		height: 67px;
		background: url(../images/image/ico_left.png)no-repeat left;
	}

	.xd_title1 i::after {
		content: "";
		position: absolute;
		right: 50px;
		bottom: 0;
		width: 69px;
		height: 67px;
		background: url(../images/image/ico_right.png)no-repeat right;
	}

	.xd_title1 em {
		font-size: 30px;
		color: #8ec21f;
		font-weight: bold;
		padding: 0 8px;
	}

	.xd_title1 p {
		font-size: 15px;
		color: #4b4b4b;
		line-height: 40px;
		text-align: center;
		font-weight: normal;
	}

	@media(max-width:539px) {
		.xd_title1 {
			position: relative;
			font-size: 20px;
			color: #4a2618;
			line-height: 20px;
			text-align: center;
			/* padding-bottom: 20px; */
			padding-top: 29px;
			padding-bottom: 33px;
			font-weight: bold;
		}

		.xd_title1 i::before {
			content: "";
			position: absolute;
			left: 24px;
			top: 12px;
			width: 69px;
			height: 67px;
			background: url(../images/image/ico_left.png)no-repeat left;
		}

		.xd_title1 i::after {
			content: "";
			position: absolute;
			right: 3px;
			bottom: 0;
			width: 69px;
			height: 67px;
			background: url(../images/image/ico_right.png)no-repeat right;
		}

		.xd_title1 em {
			font-size: 30px;
			color: #8ec21f;
			font-weight: bold;
			padding: 0 8px;
		}

		.xd_title1 p {
			font-size: 13px;
			color: #4b4b4b;
			line-height: 40px;
			text-align: center;
			font-weight: normal;
		}
	}

	@media(max-width:389px) {
		.xd_title1 {
			position: relative;
			font-size: 20px;
			color: #4a2618;
			line-height: 20px;
			text-align: center;
			/* padding-bottom: 20px; */
			padding-top: 29px;
			padding-bottom: 33px;
			font-weight: bold;
		}

		.xd_title1 i::before {
			content: "";
			position: absolute;
			left: 18px;
			top: 12px;
			width: 69px;
			height: 67px;
			background: url(../images/image/ico_left.png)no-repeat left;
		}

		.xd_title1 i::after {
			content: "";
			position: absolute;
			right: 3px;
			bottom: 0;
			width: 69px;
			height: 67px;
			background: url(../images/image/ico_right.png)no-repeat right;
		}

		.xd_title1 em {
			font-size: 30px;
			color: #8ec21f;
			font-weight: bold;
			padding: 0 8px;
		}

		.xd_title1 p {
			font-size: 12px;
			color: #4b4b4b;
			line-height: 40px;
			text-align: center;
			font-weight: normal;
		}
	}

	#product {
		background: #f7f7f9;
		padding: 20px 0
	}

	.product_nr1 {}

	.product_nr {
		margin-top: 10px;
	}

	.product_nr li {
		float: left;
		width: 47%;
		text-align: center;
		margin: 5px;
		overflow: hidden;
	}

	.product_nr li .pic {
		overflow: hidden;
		display: block;
	}

	.product_nr li .pic img {
		display: block;
		width: 100%;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}

	.product_nr li h2 {
		background-color: #eee;
		font-weight: normal;
		font-size: 1em;
		line-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.product_nr li h2 a {
		color: #4b4b4b;
		line-height: 40px;
		text-decoration: none;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.product_nr li:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.product_nr li:hover h2 {
		background-color: #8ec21f;
		color: #fff;
		text-align: center;
	}

	.product_nr_tb {
		width: 90%;
		height: 48px;
		line-height: 48px;
		/*margin-top:20px; margin-bottom:10px;*/
		border-radius: 50px;
		background-color: #8ec21f;
		text-align: center;
		display: inline-block;
		position: relative;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		/*left: 22%;*/
		padding-left: 16px;
		margin: 10px 15px;
	}

	.product_nr_tb em {
		font-size: 14px;
		font-weight: normal;
	}

	.product_nr_tb::before {
		content: "";
		position: absolute;
		left: 22px;
		width: 22px;
		height: 26px;
		background: url(../images/image/tel.png)no-repeat left;
		top: 10px;
	}

	@media(max-width:587px) {

		/*.product_nr li{float:left;width: 40%;text-align:center;margin:16px;overflow:hidden;}*/
		/* .product_nr_tb{width:90%;left:10px;position:relative;font-size:18px;padding-left: 16px;}*/
		.product_nr_tb::before {
			content: "";
			position: absolute;
			left: 22px;
			top: 0px;
			width: 100%px;
			height: 100%;
			background: url(../images/image/tel.png)no-repeat left;
		}
	}

	/* @media(max-width:390px){
      .product_nr li{float:left;width: 40%;text-align:center;margin:16px;overflow:hidden;}
      .product_nr_tb{width:90%;left:10px;position:relative;font-size:18px;padding-left: 16px;}
     }*/

	/*y优势*/
	.xdys {
		margin-top: 20px;
		padding-bottom: 15px;
	}

	.ContentG1 {
		margin-top: 15px;
	}

	.ContentQ {
		clear: both;
		width: 100%;
	}

	.ContentQ img {
		width: 100%;
	}

	.ContentQ2 {
		clear: both;
		width: 100%;
		text-align: center
	}

	.ContentQ2 img {
		width: 80%;
	}

	.ContentG_t {
		margin: 0 auto;
		clear: both;
		width: 96%;
		height: 2em;
		font-size: 18px;
		padding-top: 20px;
	}

	.ContentG_t h2 {
		float: left;
		color: #fff;
		width: 13%;
		margin-right: 2%;
		text-align: center;
		height: 3.5rem;
		line-height: 3.5rem;
		font-size: 1.3rem;
		background: url(../images/image/ys_t.png) no-repeat 0 0 /100% 100%;
	}

	.ContentG_t span {
		display: block;
		font-size: 1.2rem;
		color: #272726;
		width: 83%;
		font-weight: 700;
	}

	.ContentG_t strong {
		display: block;
		font-size: 1.1rem;
		font-weight: 700;
		color: #8ec21f;
		padding-bottom: 0.5rem
	}

	.ContentG_c {
		float: left;
		width: 92%;
		padding-left: 5%;
		font-size: 1rem;
		color: #545554;
		padding-bottom: 15px;
	}

	.ContentG_c p {
		padding-top: 0.65rem;
		background: url(../images/image/ys_p.png) no-repeat;
		padding: 0rem 9px 0 1.3rem;
		margin-top: 1rem;
		font-size: 15px;
	}

	/*y优势1*/
	.xdban {
		width: 100%;
		text-align: center;
		height: auto;
	}

	.xdban img {
		text-align: center;
		width: 100%;
		height: auto;
	}

	.yous {
		position: relative;
		top: -10px;
	}

	.yous_title {
		overflow: hidden;
	}

	.yous_title li {
		float: left;
		width: 25%;
		text-align: center;
		padding: 1em 0;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		background-color: #000;
	}

	.yous_title li.on {
		color: #8ec21f;
	}

	.yous_title li:nth-child(1) {
		background-color: #2f2f2f;
	}

	.yous_title li:nth-child(3) {
		background-color: #2f2f2f;
	}

	.yous_nr {}

	.yous_nr_1 {
		margin-top: 10px;
	}

	.yous_nr_1 img {
		width: 100%;
		height: auto;
	}

	/*y优势1*/
	.xdban {
		width: 100%;
		text-align: center;
		height: auto;
	}

	.xdban img {
		text-align: center;
		width: 100%;
		height: auto;
	}

	.yous {
		position: relative;
		top: -10px;
	}

	.yous_title {
		overflow: hidden;
	}

	.yous_title li {
		float: left;
		width: 25%;
		text-align: center;
		padding: 1em 0;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		background-color: #000;
	}

	.yous_title li.on {
		color: #8ec21f;
	}

	.yous_title li:nth-child(1) {
		background-color: #2f2f2f;
	}

	.yous_title li:nth-child(3) {
		background-color: #2f2f2f;
	}

	.yous_nr {}

	.yous_nr_1 {
		margin-top: 10px;
	}

	.yous_nr_1 img {
		width: 100%;
		height: auto;
	}

	/*成功案例*/
	.xdanli {
		margin-top: 20px;
		background-color: #f7f7f7;
		padding: 10px 0;
	}

	.xdanli_nr {
		margin-top: 10px;
		padding: 0 10px;
		height: 17rem;
	}

	.xdanli_nr li {
		float: left;
		width: 50%;
		text-align: center;
		overflow: hidden;
		display: inline-block;
	}

	.xdanli_nr li .pic {
		overflow: hidden;
		display: block;
	}

	.xdanli_nr li .pic img {
		display: block;
		width: 100%;
		height: auto;
		;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}

	.xdanli_nr li h2 {
		background-color: #eee;
		font-weight: normal;
		font-size: 1em;
		line-height: 40px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.xdanli_nr li h2 a {
		color: #4b4b4b;
		line-height: 40px;
		text-decoration: none;
		width: 100%;
	}

	.xdanli_nr li:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.xdanli_nr li:hover h2 {
		background-color: #8ec21f;
		color: #fff;
		text-align: center;
		width: 100%;
	}

	.xdanli_nr .swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after {
		display: none
	}

	.xdanli_nr .swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after {
		display: none
	}

	.xdanli_nr1 {
		margin-top: 20px;
		position: relative;
		height: 39px;
	}

	.xd_next {
		width: 39px !important;
		height: 39px !important;
		position: absolute;
		background: url(../images/image/al_ico1.png)no-repeat left;
		left: 50% !important;
		right: auto !important;
		top: 0% !important;
		margin: 0;
	}

	.xd_prev {
		width: 39px !important;
		height: 39px !important;
		position: absolute;
		background: url(../images/image/al_ico.png)no-repeat right;
		right: 50% !important;
		left: auto !important;
		top: 0% !important;
		margin: 0;
	}

	/*公司简介*/
	.xdabout {
		margin-top: 20px;
	}

	.xdabout_nr {
		margin: auto 10px;
		text-align: center
	}

	.xdabout_nr img {
		text-align: center;
		width: 100%;
	}

	.xdabout_nr h2 {
		font-size: 16px;
		font-weight: bold;
		color: #8ec21f;
		line-height: 40px;
		text-align: left;
	}

	.xdabout_nr p {
		line-height: 25px;
		color: #4b4b4b;
		font-size: 14px;
		text-align: left;
	}

	/*新闻*/
	.xdnew {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.xdnew_title {
		display: flex;
		background-color: #f8f8f8;
		border-bottom: 1px #e5e5e5 solid;
	}

	.xdnew_title a {
		flex: 1;
		color: #4a2618;
		line-height: 50px;
		text-align: center;
		font-size: 14px;
		position: relative;
	}

	.xdnew_title a.cur {
		color: #fff;
		background-color: #009943;
	}

	.xdnew_title a.cur::after {
		content: "";
		width: 100%;
		height: 4px;
		background-color: #009943;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.xdnew_nr1 {
		margin-top: 20px;
	}

	.xdnew_nr {
		margin-bottom: 0em;
		width: 100%;
		clear: both;
	}

	.xdnew_nr dl {
		padding: 0.5rem;
		overflow: hidden;
		border-bottom: 1px #ccc dashed;
	}

	.xdnew_nr dt {
		padding: 0.5rem 0;
		float: left;
		width: 20%;
		text-align: center;
		background: url(http://www.hcm999.com/staticres/images/dtDtBg.png) no-repeat center;
		background-size: 100% 100%;
	}

	.xdnew_nr dt span {
		display: block;
		font-size: 1rem;
		color: #009943;
		font-weight: 700;
	}

	.xdnew_nr dt em {
		display: inline-block;
		padding-top: 0.4rem;
		font-size: 0.8rem;
		margin-top: 0.4rem;
		border-top: 1px solid #c3c3c3;
	}

	.xdnew_nr dd {
		float: right;
		width: 75%;
		line-height: 1.6rem;
	}

	.xdnew_nr dd h5 {}

	.xdnew_nr dd h5 a {
		color: #333;
		font-size: 1.0rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.xdnew_nr dd h5 a:hover {
		color: #8ec21f
	}

	.xdnew_nr dd p {
		color: #666;
		font-size: 0.7rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	table {
		width: 100%;
	}


	.g-advantage {
		overflow: hidden;
		margin-bottom: 2.87rem;
	}

	.g-advantage h2 {
		text-align: center;
		font-size: 1.5rem;
		color: #ffffff;
		background: url(../images/image/advantage_title_bg.jpg) no-repeat center 0;
		background-size: 100%;
		height: 5.34rem;
		padding-top: 0.7rem;
	}

	.g-advantage h2 span {
		color: #fccd0d;
		font-size: 2rem;
		font-family: "Arial";
		font-weight: bold;
	}

	.g-advantage h2 b {
		display: block;
		font-size: 1rem;
	}

	.g-advantage .con {
		width: 100%;
		display: inline;
		float: left;
	}

	.g-advantage p {
		/*height: 18.33rem;*/
		overflow: hidden;
	}

	.g-advantage p img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.g-advantage dl {
		overflow: hidden;
		margin: 0 6.25% 1.25rem 3.125%;
	}

	.g-advantage dt {
		font-size: 1.25rem;
		font-weight: bold;
		color: #393939;
		margin-bottom: 0.2rem;
		height: 3.5rem;
		padding-left: 14%;
	}

	.g-advantage dt span {
		display: block;
		font-size: 0.75rem;
		text-transform: uppercase;
		color: #e0e0e0;
		font-weight: normal;
	}

	.g-advantage .advantage1 dt {
		/* background: url(../images/advantage_title1.jpg) no-repeat center 0.3rem;*/
		background-size: 100% 3.17rem;
		line-height: 3rem;
	}

	.g-advantage .advantage2 dt {
		/* background: url(../images/advantage_title2.jpg) no-repeat center 0.3rem;*/
		background-size: 100% 3.17rem;
		line-height: 3rem;
	}

	.g-advantage .advantage3 dt {
		/*background: url(../images/advantage_title3.jpg) no-repeat center 0.3rem;*/
		background-size: 100% 3.17rem;
		line-height: 3rem;
	}

	.g-advantage .advantage4 dt {
		/*background: url(../images/advantage_title4.jpg) no-repeat center 0.3rem;*/
		background-size: 100% 3.17rem;
		line-height: 3rem;
	}

	.g-advantage dd {
		margin-left: 13%;
		overflow: hidden;
	}

	.g-advantage dd li {
		background: url(http://www.hcm999.com/staticres/images/advant_icon.jpg) no-repeat 0 center;
		background-size: 0.25rem 0.208rem;
		font-size: 1rem;
		line-height: 2rem;
		color: #666666;
		padding-left: 4%;
		border-bottom: 1px dashed #e5e5e5;
	}

	.g-advantage dd li:last-child {
		border-bottom: none;
	}

	.g-advantage dd li i {
		color: #004ea2;
	}

	.g-advantage .m-cnt {
		height: 0.5rem;
		margin-top: 0.5rem;
		text-align: center;
		padding-left: 13%;
	}

	.g-advantage .m-cnt li {
		width: 18%;
		height: 0.5rem;
		background: #c8c8c8;
		display: inline-block;
		float: left;
		margin-right: 5%;
	}

	.g-advantage .m-cnt li.z-on {
		background: #009943;
	}


	.sb_box .active {
		max-width: 100%;
		padding: 0 10px;
		vertical-align: middle;
	}

	.cpMain {
		background: none;
	}

	.sidebar .sb_box {
		width: 100%;
	}

	.ny-prolist {
		padding: 10px 0;
	}

	.ny-prolist>h1 {
		font-size: 1.2rem;
		text-align: center
	}

	.ny-prolist>dl {
		padding: 10px 0;
	}

	.ny-prolist>dl>dt {
		padding-left: 15px;
		border-bottom: 1px dashed #eee;
		background: #f4f4f4;
	}

	.ny-prolist>dl>dt>a {
		line-height: 40px;
		font-size: 16px;
		padding-left: 15px;
		position: relative;
		display: block;
	}

	.ny-prolist>dl>dt>a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
		width: 2px;
		height: 16px;
		background: #2955ba;
	}

	.ny-prolist>dl>dd {
		padding: 5px;
		overflow: hidden;
	}

	.ny-prolist>dl>dd>a {
		float: left;
		display: block;
		width: 50%;
		padding: 5px;
height:166px;
	}

	.ny-prolist>dl>dd>a:nth-child(n+5) {
		/* display: none */
	}

	.ny-prolist>dl>dd>a>img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		border: 1px solid #eee;
	}

	.ny-prolist>dl>dd>a>h4 {
		font-size: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 30px;
	}

	.ny-prolist>ul {
		padding: 10px 5px;
		overflow: hidden;
	}

	.ny-prolist>ul>li {
		float: left;
		width: 50%;
		padding: 5px;
	}

	.ny-prolist>ul>li>a {
		display: block;
	}

	.ny-prolist>ul>li>a>img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		border: 1px solid #eee;
	}

	.ny-prolist>ul>li>a>h4 {
		font-size: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 30px;
	}

	.wap-ys_nr {
		margin-top: 30px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}

	.wap-ys_nr dt {
		overflow: hidden;
		display: block;
		position: relative;
		z-index: 1;
	}

	.wap-ys_nr dt img {
		width: 100%;
		display: block;
	}

	.wap-ys_nr .wap-ys_nr_list {
		background: #fff;
		border: 1px solid #ddd;
		border-top: none;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		height: 290px;
	}

	.wap-ys_nr .wap-ys_nr_t {
		position: relative;
		font-size: 18px;
		color: #2196dd;
		font-weight: bold;
		padding-left: 80px;
		line-height: 3;
	}

	.wap-ys_nr .wap-ys_nr_t:after {
		position: absolute;
		content: '';
		width: 60px;
		height: 76px;
		display: block;
		background: url(http://www.hcm999.com/staticres/images/wap_ysico.png)no-repeat center;
		top: -30px;
		z-index: 2;
		font-size: 30px;
		color: #fff;
		text-align: center;
		line-height: 50px;
		left: 0px;
	}

	.wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after {
		content: '01';
	}

	.wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after {
		content: '02';
	}

	.wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after {
		content: '03';
	}

	.wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after {
		content: '04';
	}

	.wap-ys_nr .wap-ys_nr_desc {
		font-size: 14px;
		color: #454545;
		line-height: 2;
	}

	.wap-ys_nr .m-cnt {
		height: 0.5rem;
		margin-top: 2rem;
		text-align: center;
	}

	.wap-ys_nr .m-cnt li {
		width: 20%;
		height: 0.5rem;
		background: #c8c8c8;
		display: inline-block;
		float: left;
		margin: 0 2.5%;
	}

	.wap-ys_nr .m-cnt li.z-on {
		background: #2196dd;
	}




	.wap-ys_nr {
		margin-top: 30px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}

	.wap-ys_nr dt {
		overflow: hidden;
		display: block;
		position: relative;
		z-index: 1;
	}

	.wap-ys_nr dt img {
		width: 100%;
		display: block;
	}

	.wap-ys_nr .wap-ys_nr_list {
		background: #fff;
		border: 1px solid #ddd;
		border-top: none;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		height: 290px;
	}

	.wap-ys_nr .wap-ys_nr_t {
		position: relative;
		font-size: 18px;
		color: #2196dd;
		font-weight: bold;
		padding-left: 80px;
		line-height: 3;
	}

	.wap-ys_nr .wap-ys_nr_t:after {
		position: absolute;
		content: '';
		width: 60px;
		height: 76px;
		display: block;
		background: url(http://www.hcm999.com/staticres/images/wap_ysico.png)no-repeat center;
		top: -30px;
		z-index: 2;
		font-size: 30px;
		color: #fff;
		text-align: center;
		line-height: 50px;
		left: 0px;
	}

	.wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after {
		content: '01';
	}

	.wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after {
		content: '02';
	}

	.wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after {
		content: '03';
	}

	.wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after {
		content: '04';
	}

	.wap-ys_nr .wap-ys_nr_desc {
		font-size: 14px;
		color: #454545;
		line-height: 2;
	}

	.wap-ys_nr .m-cnt {
		height: 0.5rem;
		margin-top: 2rem;
		text-align: center;
	}

	.wap-ys_nr .m-cnt li {
		width: 20%;
		height: 0.5rem;
		background: #c8c8c8;
		display: inline-block;
		float: left;
		margin: 0 2.5%;
	}

	.wap-ys_nr .m-cnt li.z-on {
		background: #2196dd;
	}

	/*关于我们*/
	.g-about {
		margin-bottom: 20px;
	}

	.g-about-box {
		margin-top: 20px;
		padding: 0 10px;
	}

	.g-about-box img {
		width: 100%;
		display: block
	}

	.g-about-txt {
		margin-top: 20px;
		padding: 0 10px;
		text-align: center;
	}

	.g-about-txt h3 {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		color: #282828;
		margin-bottom: 0.5rem;
	}

	.g-about-txt div {
		text-indent: 2rem;
		color: #242424;
		font-size: 1rem;
		/*height: 15rem;*/
		line-height: 1.5rem;
		overflow: hidden;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 11;
		text-align: justify;
	}

	.about-btn {
		margin: 20px auto 0;
		display: inline-block;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #f0f0f0;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	/*留言*/
	.form-control {
		width: 70%;
		height: 35px;
	}

	.lxtop {
		margin-top: 0;
	}

	.lxtop .on {
		padding: 10px;
	}

	#showtext {
		padding: 10px;
	}

	#showtext img {
		max-width: 100%;
	}

	.lxfsnr li {
		margin: 0 0 20px 10px;
	}

	.Separate {
		font-size: 24px;
		margin: 15px auto 15px;
	}

	.lxfsnr li p {
		font-size: 14px;
	}
	
	.lxfsnr li:last-child p:last-child{
		width: 83%;
		line-height: 20px;
	}

	/*新闻资讯*/
	.m-new {
		overflow: hidden;
		padding-bottom: 20px;
	}

	.n_q {
		height: 3.17rem;
		line-height: 3.17rem;
		overflow: hidden;
		background: #f0f0f0;
		margin-bottom: 1rem;
		display: flex;
	}

	.n_q li {
		flex: 1;
		font-size: 1rem;
		color: #393939;
		font-weight: normal;
		text-align: center;
		height: 3.17rem;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
	}

	.n_q li.z-on {
		border-top: 0.25rem solid #189a2b;
		font-weight: bold;
		color: #189a2b;
		background: #fff;
	}

	.m-new .con {
		float: left;
		display: inline;
		width: 100%;
	}

	.n_c ul {
		padding: 0 3.9%;
	}

	.n_c ul li {
		padding-left: 1.25rem;
		height: 2.46rem;
		line-height: 2.46rem;
		font-size: 1rem;
		font-family: "microsoft yahei";
		overflow: hidden;
		border-bottom: 1px dashed #e0e0e0;
		position: relative;
	}

	.n_c ul li:before {
		content: '';
		width: 0.33rem;
		height: 0.33rem;
		border-radius: 1rem;
		background: #a9a9a9;
		position: absolute;
		top: 1rem;
		left: 0;
	}

	.n_c ul li a {
		color: #333333;
		display: block;
		float: left;
		width: calc(100% - 150px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.n_c ul li:nth-child(6) {
		border-bottom: 0;
	}

	.n_c ul li span {
		float: right;
		font-size: 1rem;
		color: #c1c1c1;
	}

	/*尾部二维码*/
	.m-fewm {
		text-align: center;
		padding: 10px
	}

	.m-wx {
		display: inline-block;
		font-size: 0;
		margin: 0 5px;
	}

	.m-wx img {
		width: 120px;
	}

	.m-wx p {
		font-size: 12px;
		margin-top: 5px;
	}

	/*底部按钮*/
	.m-fbtn {
		position: fixed;
		bottom: 0;
		overflow: hidden;
		z-index: 999;
		width: 100%;
		background: #009943;
		text-align: center;
		display: flex;
		min-width: 320px;
		max-width: 640px;
	}

	.m-fbtn a {
		flex: 1;
		padding: 7px 0;
		color: #fff;
	}

	.m-fbtn a i {
		font-size: 16px;
		display: block;
	}

	.m-fbtn a span {
		display: block;
		line-height: 20px;
	}

	/*内页面包屑导航样式 开始*/
	.m-btit {
		line-height: 35px;
		padding-left: 12px;
		font-size: 14px;
		color: #666;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-top: 1px solid #d9d9d9;
		box-shadow: 0 1px #fff;
		position: relative;
		background-color: #f6f6f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
		background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
		/*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
		/*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
		/*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
		/*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f6f6f6, #eaeaea);
		/*背景渐变，正常的写法*/
		border-bottom: 1px solid #d9d9d9;
	}

	/*内页面包屑导航背景*/
	.m-btit:before {
		content: "";
		/*配合:before这个属性，写 before的时候一定要加上去*/
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}

	/*内页面包屑导航背景上面的线条*/
	.m-btit a {
		color: #666;
	}

	.m-btit span {
		padding: 0 8px;
		position: relative;
		height: 100%;
		top: 3px;
		left: -2px;
		display: inline;
	}

	.m-btit span:before {
		content: "";
		/*配合:before这个属性，写 before的时候一定要加上去*/
		position: absolute;
		background: #7c7c7c;
		width: 8px;
		height: 8px;
		left: 2px;
		top: 3px;
		z-index: 10;
		-moz-transform: rotate(45deg);
		/*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg);
		/*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg);
		/*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);
	}

	/*角度45度，内页面包屑箭头样式*/
	.m-btit span:after {
		content: "";
		/*配合:before这个属性，写 before的时候一定要加上去*/
		position: absolute;
		width: 8px;
		height: 8px;
		left: 1px;
		top: 3px;
		z-index: 11;
		background-color: #f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee));
		/*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
		/*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
		/*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
		/*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee);
		/*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);
		/*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg);
		/*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg);
		/*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg);
		/*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);
	}

	/*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/

	/*内页导航*/
	.g-nynav {
		background: #f3f3f3;
	}

	.g-nynav ul {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.g-nynav ul li {
		/*flex:1;*/
		width: 25%;
	}

	.g-nynav ul li.cur {
		/*border-bottom:2px solid #009943;*/
		background-color: #009943;
	}

	.g-nynav ul li.cur a {
		color: #fff;
	}

	.g-nynav ul li a {
		display: block;
		text-align: center;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.g-nynav ul li.on a {
		border-bottom: 2px solid #046fcd;
		color: #046fcd;
	}

	/*内页简介页面*/
	.ny-aboutcon {
		margin-top: 10px;
		padding: 0 10px;
		line-height: 1.6
	}

	.ny-aboutcon img {
		max-width: 100%;
		height: auto !important;
	}

	/*内页图片列表*/
	.ny-imglist {
		padding: 10px 0;
	}

	.ny-imglist>h1 {
		font-size: 1.2rem;
		text-align: center
	}

	.ny-imgbox {}

	.ny-imgbox ul {
		overflow: hidden;
		padding: 5px;
	}

	.ny-imgbox ul li {
		padding: 5px;
		width: 50%;
		/*min-width:30%;*/
		float: left;
	}

	.ny-imgbox ul li a {
		display: block;
	}

	.ny-imgbox ul li a img {
		display: block;
		width: 100%;
		border: 1px solid #ddd;
		/*height:145px;*/
	}

	.ny-imgbox ul li a h3 {
		padding: 0 5px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}

	/*内页图片详情*/
	.ny-imgdesc>h1 {
		font-size: 1.4rem;
		text-align: center;
		padding: 15px 5px;
		color: #046fcd;
	}

	.ny-imgdescimg {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.ny-imgdescimg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.ny-imgdesctxt {
		margin: 8px 10px;
	}

	.ny-imgdesccon {
		line-height: 1.6;
		padding: 10px;
	}

	.ny-imgdesccon img {
		max-width: 100%;
		height: auto !important;
	}

	.ny-imgdesccon video {
		max-width: 100%;
		height: auto !important;
	}

	.ny-imgdesc .jiathis_style {
		margin: 8px 15px;
	}

	.ny-imgdesc .jiathis_txt {
		float: left;
		margin-top: 5px;
	}

	/*内页产品中心*/
	.ny-prolist {
		padding: 10px 0;
	}

	.ny-prolist>h1 {
		font-size: 1.2rem;
		text-align: center
	}

	.ny-prolist>dl {
		padding: 10px 0;
	}

	.ny-prolist>dl>dt {
		border-bottom: 1px dashed #eee;
		background: #f4f4f4;
		margin-top: 10px;
	}

	.ny-prolist>dl>dt .twodh {
		padding: 10px 10px 10px 20px;
		font-size: 18px;
		font-weight: bold;
		background: #f8f8f8;
		border-bottom: 1px solid #00ae5f;
	}

	.ny-prolist dl dt .proseries {
		line-height: 40px;
		margin-left: 30px;
		font-size: 16px;
		padding-left: 30px;
		position: relative;
		display: block;
	}

	.ny-prolist dl dt .proseries::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
		width: 2px;
		height: 16px;
		background: #046fcd;
	}

	.ny-prolist>dl>dd {
		padding: 5px;
		overflow: hidden;
	}

	.ny-prolist>dl>dd>proseries {
		float: left;
		display: block;
		width: 33.33%;
		padding: 5px;
	}

	.ny-prolist>dl>dd>proseries:nth-child(n+4) {
		display: none
	}

	.ny-prolist>dl>dd>a>img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		border: 1px solid #eee;
	}

	.ny-prolist>dl>dd>a>h4 {
		font-size: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 30px;
	}

	.ny-prolist>ul {
		padding: 10px 5px;
		overflow: hidden;
	}

	.ny-prolist>ul>li {
		float: left;
		width: 50%;
		min-width: 30%;
		padding: 5px;
	}

	.ny-prolist>ul>li>a {
		display: block;
	}

	.ny-prolist>ul>li>a>img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		border: 1px solid #eee;
	}

	.ny-prolist>ul>li>a>h4 {
		font-size: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 30px;
	}

	.dsd {
		overflow: hidden;
		background: white;
		padding: 5px;
	}

	.dsd>li {
		float: left;
		display: block;
		width: 50%;
		padding: 5px;
	}

	.dsd>li>a>img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		border: 1px solid #eee;
	}

	.dsd>li>a>h4 {
		font-size: 0.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 30px;
	}

	/*	.dsd>li:nth-child(n+4){    display: none;}*/

	/*内页产品详情*/
	.ny-procon {
		margin: 0 10px;
	}

	.ny-procon>h1 {
		font-size: 1.4rem;
		text-align: center;
		padding: 15px 5px;
		color: #046fcd;
	}

	.ny-proconimg {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.ny-proconimg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.ny-proconinfo {
		margin-top: 15px;
	}

	.ny-proconinfo dd {
		padding: 10px 10px 0;
		line-height: 20px;
	}

	.ny-procontxt {
		margin: 15px 0;
	}

	.ny-procondesc {
		line-height: 1.6;
		padding: 10px
	}

	.ny-procondesc img {
		max-width: 100%;
		height: auto !important;
	}

	.ny-procon .ny-page {
		margin: 10px 0;
	}

	.ny-procon .ny-title {
		border-bottom: 1px solid #fff;
	}

	.ny-procon .jiathis_txt {
		float: left;
		/*margin-top: 5px;*/
	}

	/*t推存新闻*/
	.m-hotnews {
		line-height: 40px;
		margin: 10px;

	}

	.m-hotnews>h3 {
		background: url(../images/image/new_ico1.gif) no-repeat left 10px top 10px;
		padding-left: 45px;
		font-size: 18px;
		border-bottom: 2px #009943 solid;
		color: #009943;
		font-weight: bold;
		width: 150px;
	}

	.m-hotnews ul {
		padding: 0 3.9%;
	}

	.m-hotnews-list li {
		width: 100%;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-family: "microsoft yahei";
		overflow: hidden;
		border-bottom: 1px dashed #e0e0e0;
		position: relative;
		margin: 5px 0;
	}

	.m-hotnews-list li a {
		float: left;
		width: calc(100% - 150px);
	}

	.m-hotnews ul li:before {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 1rem;
		background: #a9a9a9;
		position: absolute;
		top: 17px;
		left: 0;
	}

	.m-hotnews-list li span {
		font-size: 14px;
		color: #c1c1c1;
		float: right;
	}

	.sb_box .active .m-text {
		margin-bottom: 10px;
	}


	/*内页新闻列表*/
	.ny-newslist {
		padding-top: 10px;
	}

	.ny-newslist ul {
		padding: 0 10px;
	}

	.ny-newslist ul li {
		margin-bottom: 10px;
		border: 1px solid #ddd;
		padding: 10px;
	}

	.ny-newslist ul li h4 {
		line-height: 25px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #333;
	}

	.ny-newslist ul li p {
		line-height: 20px;
		color: #666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.ny-newslist ul li span {
		color: #999;
		font-size: 12px;
	}

	/*内页新闻详情*/
	.ny-newsdesc>h1 {
		font-size: 1.4rem;
		text-align: center;
		padding: 15px 5px 0;
		color: #046fcd;
	}

	.ny-newsdesccon {
		line-height: 1.6;
		padding: 10px 15px;
	}

	.ny-newsdesccon img {
		max-width: 100%;
		height: auto !important;
	}

	.ny-newsdesc .jiathis_style {
		margin: 5px 15px;
	}

	.ny-newsdesc .jiathis_txt {
		float: left;
		/*margin-top: 5px;*/
	}

	/*留言*/
	/*.bd_form{
	   text-align: center;
	}*/
	.form-group {
		display: flex;
		justify-content: center;
		margin: 10px 0;
	}


	/*内页主体*/
	.inside {
		padding: 0;
		margin-bottom: 20px;
	}

	.nynav {
		width: 100%;
		background: #f3f3f3;
	}

	.nyjc {
		margin-bottom: 0;
	}

	#sidebar {
		padding: 0px;
		background: transparent;
		border: none;
		display: flex;
		flex-wrap: nowrap;
		align-content: flex-start;
	}

	#sidebar li {
		margin-top: 0px;
		flex: 1;
	}

	/*#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 25px;background: url(../images/image/liBg2.png)no-repeat 168px center}*/
	.nyshow {
		width: 100%;
		border: none;
	}

	.nyshowdesc {
		margin-top: 10px;
		padding: 0 10px;
		line-height: 1.6;
		font-size: 14px;
		word-break: break-all;
		width: 100%;
		overflow-x: auto;
	}

	.nyshowdesc>div {
		width: 100% !important;
	}

	.nyshowdesc table {
		white-space: nowrap;
	}

	.nyhotnews>h3 {
		background: url(../images/image/nyhotnewico.png) no-repeat left 10px top 10px;
		padding-left: 10px;
	}

	.nyhotnews-list li {
		width: 100%;
		background: none;
		border-bottom: 1px dashed #ddd;
	}

	.nyhotnews-list li a {
		width: calc(100% - 90px);
	}

	.ny-page a {
		padding: 8px;
		font-size: 12px;
	}

	.nyshowdesc .map_img img {
		display: none;
	}

	/*图片模块*/
	.nyimg-ul {
		margin-top: 20px;
	}

	.nyimg-ul li {
		width: 50%;
		margin-bottom: 10px
	}

	.nyimg-div a.nyimg-a {
		font-size: 12px;
	}

	.showimg-top {
		margin-top: 20px;
	}

	.showimg-top h1 {
		font-size: 20px;
	}

	.showimg-time span {
		font-size: 12px;
	}

	.showimg-con {
		padding: 0 10px;
		line-height: 1.6;
		font-size: 14px;
		word-break: break-all;
		width: 100%;
	}

	/*视频模块*/
	.nyvideo-ul {
		margin-top: 20px;
	}

	.nyvideo-ul li {
		width: 50%;
		margin-bottom: 10px
	}

	.nyvideo-div a.nyvideo-a {
		font-size: 12px;
	}

	.showvideo-top {
		margin-top: 20px;
	}

	.showvideo-top h1 {
		font-size: 20px;
	}

	.showvideo-time span {
		font-size: 12px;
	}

	.showvideo-mp video,
	.showvideo-mp iframe {
		max-width: 100%;
	}

	/*下载模块*/
	.nydown-list {
		margin-top: 20px;
	}

	.nydown-list table thead {
		font-size: 14px;
		white-space: nowrap;
	}

	.nydown-list table th {
		width: 30%;
	}

	.showdown-top {
		margin-top: 20px;
	}

	/*文章模块*/
	.nynews-ul {
		margin-top: 10px;
	}

	.nynews-ul li {
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.nynews-ul li a dl {
		padding: 8px;
	}

	.nynews-ul li a dl dt img {
		width: 130px;
	}

	.nynews-ul li a dl dd {
		width: calc(100% - 140px);
		margin-top: 0;
		margin-left: 10px;
	}

	.nynews-ul li a dl dd h5 {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}

	.nynews-ul li a dl dd em {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}

	.nynews-ul li a dl dd p {
		font-size: 12px;
		margin-top: 0;
	}

	.nynews-ul li a dl dd span {
		display: none;
	}

	.shownews-top {
		margin-top: 20px;
	}

	.shownews-top h1 {
		font-size: 20px;
	}

	.shownews-time span {
		font-size: 12px;
	}

	.shownews-con {
		padding: 0 10px;
		line-height: 1.6;
		font-size: 14px;
		word-break: break-all;
		width: 100%;
	}

	/*标签*/
	.pro_key {
		padding: 0 10px;
	}

	/*搜索模块*/
	.nysearch-ul {
		margin-top: 10px;
		padding: 0 10px;
	}

	.nysearch-ul li.nysearch-li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.nysearch-til>h2 {
		font-size: 16px;
	}

	/*产品模块*/
	.nyprojc-til {
		background-size: 100%;
	}

	.nyprojc-til a {
		padding: 20px;
	}

	.nyprojc-til a span {
		color: #fff;
	}

	/*#sidebar1 li>a{line-height: 40px;height: 40px;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{top: 12px;}
	#sidebar1 li>.nypronav2{padding:5px 0;}
	#sidebar1 li>.nypronav2>a{font-size:12px;line-height:30px;}*/
	.pro_list li {
		background: white;
		border-bottom: 1px solid #ececec;
	}

	.pro_list li>a {
		font-size: 14px;
		line-height: 45px;
		height: 45px;
	}

	.pro_list li>a span {
		font-size: 16px;
		display: block;
		color: #0a0a0a;
		height: 100%;
		position: relative;
		z-index: 3;
		padding: 0 50px;
		background: url(../images/image/nyprolist_cur.png)no-repeat right;
	}



	.nypro-ul li {
		width: 50%;
		margin: 10px 0;
		padding: 0 10px;
		box-sizing: border-box;
		border: none;
	}

	.nypro-ul li a .nypro-txt {
		padding: 10px 0;
	}

	.nypro-ul li a .nypro-txt p {
		padding: 0;
		font-size: 14px;
		line-height: 25px;
		height: 25px;
	}

	.nypro-ul li a .nypro-txt span {
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}

	.nyproshow-top>dt {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.spec-items {
		width: calc(100% - 50px);
	}

	.nyproshow-txt {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-left: 0;
	}

	.nyproshow-txt>h1 {
		font-size: 18px;
		text-align: center;
	}

	.showpro-telcon span {
		font-size: 20px;
	}

	.showpro-tel a {
		display: none;
	}

	.showpro-con ul {
		margin-bottom: 0;
	}

	.showpro-details .showpro-det {
		padding: 10px;
	}

	.nyaboutpro>h3 {
		padding-left: 10px;
		background: url(../images/image/nyaboutproico.png) no-repeat 10px;
	}
}

.ny-procon {}

.ny-procon>h1 {
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 5px;
	color: #046fcd;
}

.ny-proconimg {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.ny-proconimg img {
	max-width: 100%;
	margin: 0 auto;
}

.ny-proconinfo {
	margin-top: 15px;
}

.ny-proconinfo dd {
	padding: 10px 10px 0;
	line-height: 20px;
}

.ny-procontxt {
	margin: 15px 0;
}

.ny-procondesc {
	line-height: 1.6;
	padding: 10px
}

.ny-procondesc img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 768px) and (min-width:320px) {
	html {
		font-size: 75%;
	}
}

@media (max-width: 768px) and (min-width:360px) {
	html {
		font-size: 85%;
	}
}

@media (max-width: 768px) and (min-width:375px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width: 768px) and (min-width:414px) {
	html {
		font-size: 96%;
	}
}

@media (max-width: 768px) and (min-width:480px) {
	html {
		font-size: 110.5%;
	}
}

@media (max-width: 768px) and (min-width:568px) {
	html {
		font-size: 129%;
	}
}

@media (max-width: 768px) and (min-width:639px) {
	html {
		font-size: 150%;
	}
}

/*翻页样式*/
.metpager_1 {
	text-align: center;
}

.metpager_2 {
	text-align: center;
}

.metpager_3 {
	text-align: center;
}

#flip {
	line-height: 25px;
}

.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.digg4 a,
.digg4 span {
	margin: 2px;
	text-decoration: none;
}

.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}

.metpager_4 a,
.metpager_4 span.miy {
	border: 1px solid #aaaadd;
	padding: 2px 5px 2px 5px;
	color: #009;
}

.metpager_4 a:hover {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 span.current {
	border: 1px solid #009;
	background-color: #009;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.metpager_4 span.disabled {
	border: 1px solid #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ddd;
}

.metpager_5 a,
.metpager_5 span {
	border: 1px solid #009943;
	padding: 2px 8px 2px 8px;
	color: #009943;
	display: inline-block;
}

.metpager_5 a:hover {
	border: 1px solid #009943;
	color: #fff;
	background-color: #009943;
}

.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_5 li.active span {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #fff;
	background: #009943;
	border: 1px solid #009943;
	text-decoration: none;
	display: inline-block;
}

.metpager_5 span.disabled {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #999;
	display: inline-block;
}

.metpager_6 {
	color: #ff6500;
}

.metpager_6 a,
.metpager_6 span.miy {
	border: 1px solid #ff9600;
	padding: 2px 7px 2px 7px;
	background-position: 50% bottom;
	color: #ff6500;
	background-image: url(../images/image/page6.jpg);
}

.metpager_6 a:hover {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 a:active {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 span.current {
	border: 1px solid #ff6500;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ff6500;
	background-color: #ffbe94;
	text-decoration: none;
}

.metpager_6 span.disabled {
	border: 1px solid #ffe3c6;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ffe3c6;
}

.metpager_7 a,
.metpager_7 span.miy {
	border: 1px solid #2c2c2c;
	padding: 2px 5px 2px 5px;
	background: url(../images/image/page7.gif) #2c2c2c;
	color: #fff;
}

.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/image/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
	background: urlurl(../images/image/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(../images/image/page7_2.gif) #aad83e;
	text-decoration: none;
}

.metpager_7 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_8 a,
.metpager_8 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #aaa;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 span.current {
	border: 1px solid #e0e0e0;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #aaa;
	background-color: #f0f0f0;
	text-decoration: none;
}

.metpager_8 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_9 a,
.metpager_9 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #88af3f;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 span.current {
	border: 1px solid #b2e05d;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background-color: #b2e05d;
	text-decoration: none;
}

.metpager_9 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

#pages{
	margin-left: 40%;
}
