
/* CSS Document */
@import url('reset.css');
html{
	height:100%
}
body {
	color: #333;
	font-family:Microsoft Yahei;
	font-size:14px;
	background-color:#f9f9f9;
	height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body, ul, p {
	margin: 0;
	padding: 0;
	text-align: left
}
li{
	list-style-type:none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #13b761;
	text-decoration:none;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.red {
	color:#ff7373;
}
.white{
	color:#fff
}
.green{
	color:#13b761
}
.c9 {
	color:#999;
}
.c6{
	color:#666
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea,input,button,select{
	font-family:Microsoft Yahei;
}


.top{
	height: 32px;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 999;
}
.w1024{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.top_welcome{
	float:left;
	line-height:32px;
}
.top_right{
	float:right;
}
.top_search{
	float:left;
	border-radius:30px;
	border:1px solid #eee;
	width: 180px;
	height:22px;
	padding-left: 15px;
	padding-right:10px;
	margin-top: 4px;
	display: none;
}
.top_search:hover{
	border:1px solid #13b761;
	box-shadow:0 1px 3px rgba(19,183,97,.1);
	transition: border .99s ease;
}
.top_search input[type=text]{
	height: 20px;
	float:left;
	line-height: 20px;
	border: none;
	background:none;
}
.top_search input[type=button]{
	height: 22px;
    width: 22px;
    border: none;
    float: right;
	cursor:pointer;
	background:url(../images/icon_search.png) no-repeat 50% 50%;
	position: absolute;
}
.top_search input[type=button]:hover{
	opacity:0.6
}
.top_call{
	margin-left:25px;
	line-height:32px;
	float:left;
}
.top_call span.green{
	font-family:黑体,arial;
	font-size:16px;
}
/*top  over*/
.menu{
    border-top: 1px solid #eee;
    background: #fff;
    width: 100%;
    margin-top: 32px;
	height: 70px;
}
.logo{
	float:left;
	width:230px;
	height:60px;
	margin-top:5px;
}
.first_ul{
	float:right
}
.first_li{
	position:relative;
	float:left;
	height:70px;
	line-height:70px;
	font-size:16px;
	width:100px;
	text-align:center;
}
.first_li.on a{
	color: #13b761;
}
.second_ul{
	display:none;
	position:absolute;
	top:70px;
	left: 50%;
	z-index:998;
	margin-left: -50px;
	background:#19a860;
}
.second_li{
	height:48px;
	line-height:48px;
	width: 100px;
	text-align: center;
}
.second_li:hover{
	background:#ffa200;
}
.second_li a {
    display: block;
    color: #fff !important;
}
.second_li a:hover{
	border-bottom:none;
}
.first_li:hover .second_ul{
	display:block;
}
/*menu  over*/

.home_banner{
	background-color:#fff;
	width:100%;
	height:450px;
	position:relative;
}
.h_bannerbox{
    height: 450px;
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.img01{
	height:100%;
	display:block;
	background:url(../images/banner01.jpg) no-repeat 50% 0;
}
.notice{
	line-height:36px;
	position:absolute;
	bottom:0;
	width:1024px;
	margin-left:-512px;
	left:50%;
	height:36px;
	background:url(http://hcyyls.com.cn/images/bg_notice.png) repeat;
}
.notice span{
	padding-left:28px;
	color:#fff;
	float:left;
	background:url(../images/icon_notice.png) no-repeat left;
	margin-left:15px;
	margin-right:15px;
}
.notice a{
	color:#fff
}
.notice li{
	width:202px;
	display:block;
	margin-right:20px;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
}
.notice li:hover{
	margin-top:-5px;
	transition: margin-top .25s ease;
}
/*banner over*/
.bgbox{
	background:#fff;
	margin-top:20px;
	overflow:hidden;
}
.h_company{
	width:330px;
	float:left;
	height:340px;
	/*background:url(../images/img01.gif) no-repeat;*/
	padding-left:200px;
	padding-right:20px;
}
.hc_intro{
	padding-top:20px;
}
.hc_intro p{
	height:233px;
	line-height:30px;
	text-indent:2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.btn_detail{
	width:95px;
	height:32px;
	background:url(../images/btn_detail.jpg) no-repeat;
	color:#fff;
	line-height:32px;
	padding-left:10px;
	float:right;
	margin-top:25px;
	margin-right:5px;
}
.btn_detail:hover{
	color:#fff;
	background:url(../images/btn_detail_hover.jpg) no-repeat;
	transition:background .60s ease;
}
/*企业概况 over*/
.h_news{
	width:430px;
	float:right;
	margin-right:20px;
	padding-top:20px;
}
.hn_tit{
	padding-bottom:2px;
	border-bottom:1px solid #13b761;
	height:30px;
	line-height:30px;
}
.hn_tit span{
	font-size:18px;
	border-bottom:2px solid #13b761;
	float:left;
}
.hn_tit a.green{
	float:right;
}
.hn_tit a.green:hover{
	color:#29a569;
}
.h_news ul{
	overflow:hidden;
}
.h_news li{
	padding-top:10px;
	padding-bottom:15px;
	border-bottom:1px dashed #eee;
}
.h_new_time{
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.h_new_time span{
	float:left;
	color:#13b761;
}
.h_new_time a{
	color:#fff;
	background:#13b761;
	width:52px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:right;
	display:block;
}
.h_new_time a{
	background:#29a569;
}
.h_new_tit{
	margin-bottom:10px;
    overflow:hidden;
}
.h_new_tit a{
	overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
	color:#13b761;
	font-size:16px;
	display:block;
	width:100%;
}
.h_new_tit a:hover{
	color:#29a569;
}
.h_new_intro{
	line-height:21px;
	height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*新闻 over*/
.links{
	width:380px;
	margin-left:20px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}
.lk_tit{
	overflow:hidden
}
.lk_tit span{
	float:left;
	font-size:18px;
}
.tit_page{
	margin-right:4px;
	padding-top: 5px;
	float:right;
}
.tit_page li{
	float:left;
	margin-right:8px;
}
.tit_page li a{
	display:block;
	width:15px;
	height:5px;
	background:#f0f6f3;
}
.tit_page li.on a{
	background:#13b761;
}
.tit_page li a:hover{
	background:#d0e2d9;
}
.tit_page li.on a:hover{
	background:#13b761;
}
.lk_list{
	margin-top:18px;
}
.lk_list li{
	width:164px;
	float:left;
	margin-bottom:10px;
	line-height:30px;
	padding-left:12px;
	margin-right:12px;
	height:30px;
	background-color:#f9fafa;
	border-left:2px solid #13b761;
}
.lk_list li a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.line01{
	width:1px;
	height:160px;
	background:#eee;
	float:left;
	margin-left: 15px;
    margin-right: 5px;
    margin-top: 15px;
}
.md_list li{
	position:relative;
	background:#fff;
	border:1px solid #13b761;
}
.md_list li i{
	display:block;
	position:absolute;
	top:-3px;
    left:-1px;
	width:13px;
	height:6px;	
	background-color:#13b761;
}
.tm_banner{
	width:174px;
	height:145px;
    float: right;
    margin-right: 20px;
    margin-top: 27px;
}
.tm_banner a, .tm_banner a img{
	width:100%;
	height:100%;
	display:block;
}
/*友情链接等 over*/
.footer{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px solid #13b761;
}
.footer p{
	text-align:center;
	line-height:24px;
}
/*友情链接 over*/
.in_banner{
    position: relative;
    height: 230px;
}
.in_bannerbox{
    width: 1920px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9999;
    margin-left: -960px;
}
.img02{
	height: 230px;
	display:block;
	background:url(../images/img03.jpg) no-repeat 50% 0;
}
.left_nav{
	overflow:hidden;
	margin-top:20px;
	float:left;
	width:180px;
	min-height:340px;
	background:#13b761;
}
.left_nav ul li{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url(../images/liststyle02.jpg) no-repeat left;
	margin-left:12px;
	margin-right:12px;
}
.left_nav ul li a{
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #1ec96f;
	width:100%;
	height:46px;
	display:block;
	padding-left:15px;
	line-height:48px;
}
.left_nav ul li a:hover{
	font-weight:bold;
	background:url(../images/arrow_right.png) no-repeat right;
}
.left_nav ul li.on a{
	background:url(../images/arrow_right.png) no-repeat right 15px center;
}
.right_content{
	background:#fff;
	float:right;
	width:824px;
	min-height:600px;
}
.right_content{
	margin-top:20px;
}
.addr{
	border-bottom:1px solid #eee;
	height:42px;
	line-height:42px;
	margin-left:20px;
	margin-right:20px;
	/* background:url(../images/line01.png) no-repeat left; */
	padding-left:20px;
}
.content{
	margin:20px 20px  40px 20px;
	overflow: hidden;
}
.cont_text{
	padding:10px
}
.cont_text p{
	margin-bottom:15px;
	text-indent:2em;
	line-height: 24px !important;
    font-size: 16px !important;
    font-family: Microsoft yahei !important;
}
.cont_text p span {
    line-height: 24px !important;
    font-size: 16px !important;
    font-family: Microsoft yahei !important;
}
.in_news{
    padding: 0 10px 10px 10px;
    margin-top: -15px;
}
.in_news ul{
	overflow:hidden;
}
.in_news li{
	padding-top:10px;
	padding-bottom:15px;
	border-bottom:1px dashed #eee;
}
.news_detail{
	margin-top:20px;
}
.news_detail h1{
	font-size:24px;
	text-align:center;
	line-height:24px;
	width:100%;
	color:#13b761;
	margin-bottom:12px;
}
.news_time{
	color:#666;
	margin-bottom:30px;
	text-align:center
}
.news_detail p{
	line-height:24px;
	text-indent:2em;
	margin-bottom:10px;
}
.news_detail p img{
	max-width:100%;
}
.next_p{
	margin-top:80px;
	border-top:1px solid #eee;
	padding-top:15px;
}
.cont_product{
	margin-left: -20px;
    overflow: hidden;
    width: 850px;
}
.sg_product{    
    float: left;
    background: #f9fafa;
    width: 206px;
    height: 252px;
    margin-left: 27px;
    margin-right: 48px;
    margin-bottom: 20px;
}
.sg_product:hover{
	background:#f6fcf9
}
.sg_product a{
	width:180px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
.sg_product a img{
	width:180px;
	height:180px;
	opacity:0.7;
}
.sg_product a img:hover{
	opacity:1;
	transition: opacity .99s ease;
}
.sg_product a span{
	display:block;
	margin-top:10px;
	/* height:40px; */
	line-height:18px;
	text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.storebox{
	width:740px;
	margin-left:auto;
	margin-right:auto;
}
.storebox h1{
	font-size:18px;
	color:#13b761;
	text-align:center;
	line-height:40px;
}
.store_th{
	border-bottom:1px solid #13b761;
	overflow:hidden;
	padding:10px;
	margin-bottom:15px;
}
.store_td{
	line-height:21px;
	overflow:hidden;
	padding:0 10px 10px 10px;
}
.store_td li{
	margin-bottom:10px;
	border-left:2px solid #13b761;
	background:#f6fcf9;
	overflow:hidden;
	padding:8px 0;
}
.th01{
	padding-left:2%;
	float:left;
	display:block;
	width:14%;
}
.th02{
	padding-left:2%;
	float:left;
	display:block;
	width:13%;
}
.th03{
	padding-left:2%;
	float:left;
	display:block;
	width:34%;
}
.th04{
	padding-left:2%;
	float:left;
	display:block;
	width:18%;
}
.th05{
	padding-left:2%;
	float:left;
	display:block;
	width:11%;

}
.humanbox{
	padding:0 20px
}
.humanbox p{
	line-height:24px;
	margin-bottom:20px;
}
.job li{
	border-bottom:1px dashed #ddd;
	height:42px;
	line-height:42px;
	background:url(../images/liststyle03.jpg) no-repeat left;
	padding-left:15px;
}
.job li:hover{
	background:url(../images/liststyle03.jpg) no-repeat left #f9fafa;
}
.job li a{
	color:#13b761;
	float:left;
	display:block;
	font-size: 16px;
}
.job li span{
	float:right;
	color:#999;
}
.contactbox{
	padding:0 20px;
}
.contact_text{
	margin:5px 0 10px 0;
	overflow:hidden;
}
.contact_text span{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
}
.cont_addr{
	background:url(../images/icon_addr.png) no-repeat left;
	padding-left:30px;
}
.cont_call{
	background:url(../images/icon_call02.png) no-repeat left;
	padding-left:30px;

	margin-right:25px;
}
.cont_fax{
	background:url(../images/icon_fax.png) no-repeat left;
	padding-left:30px;
}
.contact_map{
	width:525px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #13b761;
	padding:2px;
	margin-top:35px;
}
.searchbox{
	width:100%;
}
.search{
	line-height:50px;
	margin-top:15px;
	background:#f9fafa;
	width:100%;
	height:50px;
	border-radius:3px;
}
.search .left{
	float:left;
	margin-left:15px;
}
.right_form{
	float:right;
}
.right_form label{
	float:left
}
.right_form input[type=text]{
	width:228px;
	height:28px;
	float:left;
	line-height:28px;
	border:1px solid #2dcf7a;
	border-radius:2px;
	padding-left:12px;
	margin-right:10px;
	margin-top: 9px;
}
.right_form input[type=text]:hover{
	border:1px solid #13b761;
}
.right_form select{
	width:106px;
	height:32px;
	float:left;
	line-height:32px;
	border:1px solid #2dcf7a;
	border-radius:2px;
	margin-right:10px;
	margin-top: 9px;
}
.right_form select:hover{
	border:1px solid #13b761;
}

.right_form button{
	width:40px;
	height:32px;
	float:left;
	border:1px solid #13b761;
	background:url(../images/icon_search02.png) no-repeat #13b761 50% 50%;
	border-radius:2px;
	margin-right:15px;
	display:block;
	cursor:pointer;
	margin-top: 9px;
}
.product_detail{
	padding:0 20px;
}
.main_img{
	float:left;
}
.main_left{
	float:left;
}
.main_left a{
	display:block;
	border:1px solid #13b761;
}
.main_left img{
	width:300px;
	height:300px;
}
.main_right{
	margin-right:20px;
	float:left;
	margin-left:20px;
}
.main_right a{
	margin-bottom:13px;
	display:block;
	border:1px solid #eee;
}
.main_right a.on,.main_right a:hover{
	border:1px solid #13b761;
}
.main_right img{
	width:90px;
	height:90px;
}
.pro_tit{
	width:300px;
	float:right;
}
.pro_tit h1{
	font-size:18px;
	font-weight:100;
	line-height:24px;
	color:#13b761;
	border-bottom:1px dashed #eee;
	padding-bottom:12px;
	margin-bottom:15px;
}
.pro_tit p{
	margin-bottom:10px;
	line-height:24px;
}
.pro_intro{
	margin-top:20px;
}
.pro_intro h1{
	color:#13b761;
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #eee;
}
.pro_intro h1 span{
	padding-bottom:6px;
	border-bottom:3px solid #13b761;
}
.pro_intro p{
	line-height:24px;
	margin-bottom:15px;
	text-indent:2em;
}
.pro_intro p{
	max-width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/*content over*/
.rtPage{
	float:right;
    padding: 20px 5px 0 0;
}
.rtPage ul{
	float:left
}
.rtPage ul span{
	float:left;
	margin-right:10px;
	color:#999;
	line-height:16px;
}
.rtPage ul li{
	float: left;
    border: 1px solid #13b761;
    margin-right: 5px;
    padding: 0 10px 0 10px;
    line-height: 27px;
    height: 27px;
    font-family: Arial, Helvetica, sans-serif,Microsoft yahei;
}
.rtPage a{
	color:#666
}
.rtPage ul li:hover a{
	color:#13b761
}
.btn_pg_left{
	display: block;
    width: 8px;
    height: 13px;
    margin-top: 7px;
    background: url(../images/arrow_left_green.png) no-repeat 50% 49%;
}
.btn_pg_right{
	display: block;
    width: 8px;
    height:13px;
    margin-top: 7px;
	background:url(../images/arrow_right_green.png) no-repeat 50% 49%
}
.rtPage ul li.selected{
	border:1px solid #13b761;
	background:#13b761;
}
.rtPage ul li.selected a{
	color: #fff
}
.humanbox .rtPage{
    margin-right:-10px;
} 
/*page over*/

.swiper-pagination-bullet{
	border-radius:unset;
	width:15px;
	height:5px;
	background:#f0f6f3;
	opacity:1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #13b761;
}