/* ====== home banner start ====== */
.carousel-btn {
	text-align:center;
	margin:10px 0;
}
.carousel-btn a {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #fff;
    border-radius: 50%;
}
.carousel-btn .selected {
	background: #008c41;
    cursor: default;
}
.carousel-btn a span {
	display:none;
}
.carousel-btn-fixed {
	width:100%;
	position:absolute;
	bottom:15px;
	left:0;
	margin:0;
	z-index:100;
}
.carousel {
	position:relative;
	
}


/*
@media (min-width:768px) and (max-width:991px) {
	.carousel{ height:420px !important; }
	.carousel .carousel-item .carousel-img a img{ height:420px !important; }
}

@media screen and (max-width:768px) {
	.carousel{ height:350px !important; }
	.carousel .carousel-item .carousel-img a img{ height:350px !important; }    
}
@media screen and (max-width:640px) {
	.carousel{ height:260px !important; }
	.carousel .carousel-item .carousel-img a img{ height:260px !important; }
}
@media screen and (max-width:480px) {
	.carousel{ height:145px !important; }
	.carousel .carousel-item .carousel-img a img{ height:145px !important; }
}

.carousel { position:relative; }
.carousel-item { position:relative; float:left; display:block; }
.carousel-item .carousel-img { display:block; }
.carousel-item .carousel-img a[href="javascript:;"] { cursor:default; }
.carousel-item .carousel-img img { display:block; }
*/

/* ====== home banner end ====== */
/* ====== home product list start ====== */
.homeProList{
	padding:0px 10px;
	padding-bottom:60px;
	text-align:center;
}
.homeTitle{
    text-align:center;
	height:150px;
	padding-top:60px;
	margin-bottom: 10px;
    line-height: normal;
    font-weight: normal;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}
.homeTitle div{
	position:relative;
	margin:0px auto;
	margin-top:12px;
	color:#999;
	font-size:16px;
	background:url(../images/hometitle_bg.jpg) center repeat-x;
}

.homeTitle div span{
	font-weight:normal;
	color: #333333;
    font-size: 26px;
    background:#fff;
    padding:0px 20px;
}



.homeProList .proList li a{
	color:#4d4d4d;
	overflow:hidden;
	width:100%;
	display:block;
}
.homeProList .proList li a.txt{
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.homeProList .proList li a:hover{
	color:#3D9A5C ;
}
.homeProList .proList li img{
	transition:all 0.6s;
	width:100%;
}
.homeProList .proList li img:hover{
	transform:scale(1.4);
}
.homeProList .proList li h3{
	text-align:left;
	height:50px;
	overflow:hidden;
	padding-top:5px;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
}
.homeProList .proList li h3 a{
	color:#4d4d4d;
}
.homeProList .proList li h3 a:hover{
	color:#0f61b9;
}
.homeProList .proList li p{
	text-align:left;
	line-height:25px;
	color:#4d4d4d;
	height:75px;
	overflow:hidden;
}
.homeProList .more
{
    display:inline-block;
	font-size:14px;
	margin-top:40px;
	border:1px solid #999;
	line-height:34px;
	padding:0px 35px;
	transition: all 0.5s ease 0s;
	background:#FFF;
	color:#666;
	border-radius:0px;
}
.homeProList .more:hover{
	border:1px solid #ff8c17;
	background:#ff8c17;
	color:#FFF;
	text-decoration: none;
	
}
/* ====== home product list end ====== */

/* ====== home center_menu start  ====== */
.homeCenterMenu{
    padding: 60px 0 65px;
    background:#fff;
}
/* ====== home center_menu end ====== */

/* ====== home company_show start  ====== */
.homeCompanyShow{
    padding: 60px 0 65px;
    background:url(../images/index_pro_bg.jpg) no-repeat;
    background-size: auto 100%;
}
.module-box .module-content .qhd-content{
  line-height:1.8;
  font-size:14px;  
}
/* ====== home company_show end ====== */

/* ====== home news list start  ====== */
.homeNewsList{
	padding-bottom:60px;
	background:#d8f8eb url(../images/index_news_bg.jpg) no-repeat center;
}

.homeNewsList .container{
	padding:0px;
}
.homeNewsList .homeTitle span{
	color:#333333;
	font-size: 26px;
    background:#d8f8eb;
}

.newsList{
	margin-top:20px;
	overflow:hidden;
}

.newsList .newsList_left .news_ad{
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:67px;
	height:67px;
	background:url(../images/news_ad.png) no-repeat center;
}

/* 不规则多列 */
.article-izotope .article-item-content .article-time { position:absolute; left:0; top:-67px; display:block; width:67px; height:67px; overflow:hidden; font-family:Arial, Helvetica, sans-serif; background:url(../images/news_ad.png) no-repeat; }
.article-izotope-wrapper .izotope .izotope-item { padding:0 10px; margin-bottom:20px; text-align:left;}
.article-izotope .izotope-item-title h3 {color:#fff; font-size:14px; font-weight:normal; line-height:normal; padding:8px 10px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.article-izotope .article-item-content { background-color:#fff; padding-top:10px; padding-bottom:-5px; width:100%; position:absolute; left:0; bottom:0; z-index:20; }
.article-izotope .article-item-content h3 { overflow:hidden;line-height:1.8;color:#333; font-size:16px; line-height:none; margin-bottom:8px; padding:0 15px; }
.article-izotope .article-item-content h3 span{float:right;font-size:14px;color:#999999;font-family:Arial;font-weight:normal;}



@media screen and (max-width:1120px) 	
{
    .newsList{ margin:0 auto; padding:0 10px; }
}

@media screen and (max-width:640px) 
{
	.newsList .newsList_left { width:100%; float:none; display:block; margin-right:0; padding-bottom:10px; margin-bottom:20px; }
}

.homeNewsList .more{
    display:inline-block;
	font-size:14px;
	margin-top:40px;
	border:1px solid #999;
	line-height:34px;
	padding:0px 35px;
	transition: all 0.5s ease 0s;
	color:#666;
	border-radius:0px;
}
.homeNewsList .more:hover{
	border:1px solid #ff8c17;
	background:#ff8c17;
	color:#FFF;
	text-decoration: none;
}
/* ====== home news list end ====== */

/* ====== home about start ====== */
.homeAbout{
	overflow:auto;
	padding-bottom:60px;
	background:#f0f0f0;
}
/* ====== home about end ====== */


/* ====== home service start ====== */
.homeService{
	overflow:auto;
	padding: 60px 0 65px;
	background:url(../images/service_bg.jpg) no-repeat;
	background-size: auto 100%;
}

.homeService .module-full-screen-title h3{color:#888888;}
.homeService .module-title-content h2{color:#333333;}
/* ====== home service end ====== */