@charset "utf-8";
/*------------------------------------------------------------
	初始化
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .head {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,1);
}

#gHeader .inner {
	margin: 0 auto;
	width: 1300px;
}

#gHeader h1 {
	padding: 15px 0 0;
	width: 250px;
	float: left;
}

#gHeader h1 img {
	width: 100%;
}

#gHeader .en {
	padding: 33px 0 0 20px;
	float: right;
	display: none;
}

#gHeader .en a {
	padding: 8px 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #ff0000;
}

#gHeader .en a:hover {
	opacity: 0.7;
}

.mainImg {
	padding-top: 50px;
	margin-bottom: 50px;
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 700px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #1D7C30;
}

.pageLead {
	height: 600px;
}

.aboutVisual {
	background: url(../images/page_about.jpg) no-repeat center top;
	background-size: cover;
}

.productVisual {
	background: url(../images/page_product.jpg) no-repeat center top;
	background-size: cover;
}

.newsVisual {
	background: url(../images/page_news.jpg) no-repeat center top;
	background-size: cover;
}

.caseVisual {
	background: url(../images/page_case.jpg) no-repeat center top;
	background-size: cover;
}

.dtVisual {
	background: url(../images/page_dongtai.jpg) no-repeat center top;
	background-size: cover;
}

.contactVisual {
	background: url(../images/page_contact.jpg) no-repeat center top;
	background-size: cover;
}

.pageLead {
	position: relative;
}

.pageLead h2 {
	padding-top: 250px;
	color: #fff;
	font-size: 55px;
	text-align: center;
}

.pageLead h2 span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

.pageLead .section {
	margin: 0 auto;
	width: 1300px;
}

.pageLead .pagePath {
	padding: 15px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	border-top: 1px dotted #fff;
}

.pageLead .pagePath .left {
	float: left;
}
	
.pageLead .pagePath a {
	color: #fff;
}

.pageLead .pagePath a:hover {
	text-decoration: underline;
}

.pageLead .pagePath .right {
	margin: -10px 0;
	float: right;
}

.pageLead .pagePath .right span {
	font-family: Impact;
	font-size: 30px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
	float: right;
}

#gNavi li {
	width: 14.28%;
	float: left;
	font-size: 17px;
	list-style: none;
}

#gNavi li a {
	padding: 40px 0;
	display: block;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	background: #2F2F2F;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 80px 0;
	width: 1300px;
}

#gFooter .fInner .left {
	width: 400px;
	float: left;
}

#gFooter .fInner .logo {
	margin-bottom: 30px;
}

#gFooter .fInner .logo img {
	width: 220px;
}

#gFooter .fInner .tel {
	margin-bottom: 20px;
	color: #fff;
	font-size: 17px;
}

#gFooter .fInner .tel span {
	padding-bottom: 10px;
	width: 280px;
	display: block;
	color: #d3d3d3;
	font-size: 35px;
	border-bottom: 1px dotted #d3d3d3;
}

#gFooter .fInner .address {
	color: #d3d3d3;
	font-size: 16px;
}

#gFooter .fInner .right {
	width: 700px;
	float: right;
}

#gFooter .fInner .right li {
	width: 14.28%;
	float: left;
	font-size: 16px;
}

#gFooter .fInner .right li a {
	color: #fff;
}

#gFooter .fInner .right li a:hover {
	text-decoration: underline;
}

#gFooter .copyright {
	margin: 0 auto;
	width: 1300px;
	padding: 10px 0;
	border-top: 1px dotted #666;
}

#gFooter .copyright .copy {
	color: #d3d3d3;
	float: left;
	font-size: 15px;
}

#gFooter .copyright .beian {
	color: #d3d3d3;
	float: right;
	font-size: 15px;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.section {
	margin: 0 auto;
	width: 1300px;
}

#main .headLine01 {
	margin-bottom: 40px;
	color: #111;
	font-size: 40px;
	text-align: center;
}

#main .headLine01 .color {
	color: #1D7C30;
}

#main .headLine01 .en {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #666;
	font-size: 24px;
	position: relative;
	font-weight: normal;
}

#main .headLine01 .en:before {
	margin-left: -20px;
	width: 40px;
	height: 3px;
	left: 50%;
	top: 0;
	content: "";
	position: absolute;
	background: #1D7C30;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #1D7C30;
	border: 1px solid #1D7C30;
}

.pagination a.page-num-current {
	color: #fff;
	background: #1D7C30;
	border: 1px solid #1D7C30;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin: 0 auto 30px;
	padding: 5px 8px;
	width: 1200px;
	font-size: 16px;
	background:#f5f5f5;
}

.qianhou .prev {
	width: 50%;
	float: left;
}

.qianhou .next {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.detailBox h3 {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info p {
	font-size: 16px;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#444;
	
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #333;
	font-size: 23px;
	text-align: center;
	margin-bottom:0;
}

.detailBox .infoText .updata {
	text-align: center;
	padding-bottom:15px;
	color:#888;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

#dituContent {
	margin-bottom: 80px;
	height: 390px;
	border: 1px solid #ccc;
}
