﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("./gaode_main.css");/*高德地图*/


/* 首页产品 */
.scrollBox { 
	width:1030px;  
	padding:29px 34px;
	height: 290px;
	border:1px solid #e2e2e2; 
	position:relative; 
	margin: 40px 0;
}
.scrollBox .piclist { 
	overflow:hidden; 
	zoom:1;
}
.scrollBox .ohbox {
	overflow:hidden; 
	position:relative;
	width:1030px;
}
.scrollBox {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.scrollBox .piclist li {
	float:left; 
	display:inline; 
	width:190px;
	margin-right:19px;
}
.scrollBox .piclist li .pro {
	height:188px;
	width:188px;
	border: 1px solid #d6d6d6;
	display:block;
	overflow: hidden;
	text-align:center;   
}
.scrollBox .piclist li .pro img {
	height:188px;
	width:188px; 
	-webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
    border: none;
    padding: 0;
}
.scrollBox .piclist li .pro img:hover {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	zoom: 1.2\9; /* IE 8 */
	overflow:hidden;
	z-index:999;
}
.scrollBox .piclist li p {
	line-height: 35px;
	color: #6b6b6b;
	text-align: center;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollBox .piclist li p a {
	line-height: 35px;
	color: #6b6b6b;
}
.scrollBox .piclist li:hover p a, .scrollBox .piclist li p a:hover {
	color: #d26825;
}
.scrollBox .pageBtn {
	width: 100%;
	height: 42px;
	margin: 0 0 28px;
}
.scrollBox .pageBtn .title {
	height: 42px;
	padding-left: 52px;
	background:url(../img/common/index_pro.png) no-repeat center left;
}
.scrollBox .pageBtn .word_c {
	color: #d26825;
	font-size: 18px;
}
.scrollBox .pageBtn .word_e {
	color: #979797;
	font-size: 16px;
}
.scrollBox .pageBtn span { 
	display:block;
	width:30px;
	height:30px;
	text-indent:-999em;
	overflow:hidden; 
	cursor: pointer;
}
.scrollBox .pageBtn .prev {
	float: left;
	background:url(../img/common/ind_left.jpg) no-repeat center center;
}
.scrollBox .pageBtn .next {
	float: right;
	background:url(../img/common/ind_right.jpg) no-repeat center center;
}
.scrollBox .pageBtn .prev:hover {
	float: left;
	background:url(../img/common/ind_lefth.jpg) no-repeat center center;
	-moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.scrollBox .pageBtn .next:hover {
	float: right;
	background:url(../img/common/ind_righth.jpg) no-repeat center center;
	-moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.scrollBox .pageBtn .list {
	display: none;
}

/* 首页简介 */
.ind_company {
    width: 1030px;
    padding: 29px 34px;
    height: 210px;
    border: 1px solid #e2e2e2;
    margin: 0 0 40px;
}
.ind_company .in_title {
    width: 100%;
    height: 42px;
    margin: 0 0 28px;
}
.ind_company .in_title .title {
    height: 42px;
    padding-left: 52px;
    background: url(../img/common/index_home.png) no-repeat center left;
}
.ind_company .in_title .word_c {
	color: #d26825;
	font-size: 18px;
}
.ind_company .in_title .word_e {
	color: #979797;
	font-size: 16px;
}
.ind_company .in_title .more, .ind_company .in_title .more a {
	font-size: 14px;
	text-align: right;
	line-height: 50px;
}
.ind_company .text p {
	color: #979797;
	font-size: 14px;
	line-height: 24px;
}


/* 产品列表 */
.products_list li {
    padding: 15px 0 20px;
    height: 160px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 15px;
    position: relative;
}
.products_list .pro_info  h2 {
	
	line-height: 30px;
}
.products_list li .pro_pic {
	width: 158px;
	height: 158px;
	border: 1px solid #ddd;
}
.products_list li .pro_pic img {
	width: 158px;
	height: 158px;
}
.products_list .pro_info p {
	font-size: 14px;
    line-height: 24px;
	padding-bottom: 10px;
}
.products_list li  .instro p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 0;
}



.ind_news_pic {
	width: 158px;
	height: 158px;
	border: 1px solid #ddd;
}
.ind_news_pic img {
	width: 158px;
	height: 158px;
}
.ind_news_title a {
	font-size: 16px;
	line-height: 30px;
}
.ind_news_main p {
	font-size: 14px;
	color: #888;
}

.newme {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.public_2col {
	padding: 0 0 30px;
}

#users .register ul  {
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	float: none;
}

.main_right .text_title {
	font-size: 20px;
	font-weight: normal;
}

.baidu_map{
	    position: relative;
    height: 300px;

}