@import url('./base.css');

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

/* 产品展示 */
.w250 {
	width: 250px;
}

.w730 {
	width: 930px;
}

.row1 {
	margin-bottom: 20px;
}

.row-head {
	position: relative;
	padding: 20px 0 40px;
}

.row-head:before {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: none;
	font-size: 0;
	content: '';
	background-color: #d8d8d8;
}

.row-head .row-head-title {
	position: relative;
	display: block;
	width: 380px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	background: #fff;
	color: #666;
	line-height: 50px;
}

.row-head .row-head-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	line-height: none;
	font-size: 0;
	content: '';
	border: 2px solid #d8d8d8;
	border-radius: 50%;
	margin-top: -6px;
}

.row-head .row-head-title:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	line-height: none;
	font-size: 0;
	content: '';
	border: 2px solid #d8d8d8;
	border-radius: 50%;
	margin-top: -6px;
}

.row-head .row-head-text {
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	color: #999;
	margin-top: 20px;
}

.denggao {
	position: relative;
	overflow: hidden;
}

.denggao .fn-left,
.denggao .fn-right {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.row1 .col1 {
	background-color: #339933;
}

.row1 .col1 .ui-box {
	border: none;
}

.row1 .col1 .ui-box-head {
	height: 85px;
	line-height: 1em;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #247E24;
	position: relative;
	padding-left: 60px;
	padding-top: 25px;
}

.row1 .col1 .ui-box-head:before {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
	width: auto;
	line-height: 1em;
	font-size: 50px;
	font-family: "微软雅黑";
	content: 'C';
	margin-top: -25px;
}

.row1 .col1 .ui-box-head-title {
	float: none;
	display: block;
	line-height: 1em;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.row1 .col1 .ui-box-head-text {
	float: none;
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	margin: 8px 0 0 0;
}

.row1 .col1 .ui-box-container {
	background: none;
	border: none;
}

.row1 .col1 .ui-box-content {
	padding: 0;
}

.row1 .col1 .ClassList {}

.row1 .col1 .ClassList ul {
	position: relative;
	margin-bottom: -1px;
}

.row1 .col1 .ClassList ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid #247E24;
}

.row1 .col1 .ClassList ul li:last-child {
	border: none;
}

.row1 .col1 .ClassList ul li .title {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 0;
}

.row1 .col1 .ClassList ul li .title a {
	position: relative;
	padding-left: 32px;
	display: block;
	height: 99px;
	line-height: 97px;
	font-size: 16px;
	color: #fff;
}

.row1 .col1 .ClassList ul li .title a:before {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 10px;
	height: 9px;
	font-size: 0;
	line-height: none;
	content: '';
	background: url('../../img/icon-1.png') 0 0 no-repeat;
	margin-top: -5px;
}

.row1 .col1 .ClassList ul li .title a:hover {
	background-color: #FFA63E;
	color: #fff;
	text-decoration: none;
}

.row1 .col1 .ClassList ul li:hover .title a {
	background-color: #FFA63E;
	color: #fff;
}

.row1 .col2 .ImgList {
	width: 930px;
	overflow: hidden;
}

.row1 .col2 .ImgList ul {
	width: auto;
	overflow: hidden;
	margin: 0 -10px -20px;
}

.row1 .col2 .ImgList ul li {
	float: left;
	width: 33.33%;
	padding: 0 10px 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span {
	display: block;

}

.row1 .col2 .ImgList ul li a {
	background: #fff;
	border: 5px solid #efefef;
}

.row1 .col2 .ImgList ul li a .img {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.row1 .col2 .ImgList ul li a .img img {
	width: 78%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.row1 .col2 .ImgList ul li a .text {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #efefef;
	;
}

.row1 .col2 .ImgList ul li:hover a {
	border-color: #247E24;
	text-decoration: none;
}

.row1 .col2 .ImgList ul li a:hover .text {
	color: #fff;
	background: #247E24;
}

/* 环境 */
.pro_tit {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
}

.proshow .card {
	border: none;
	background: rgba(47, 152, 231, 0);
}

.proshow .card .card-body {
	overflow: hidden;
	padding: 0;
}

.proshow .card-body ul {
	height: 248px;
	overflow: hidden;
	zoom: 1;
}

.proshow .card-body ul li {
	float: left;
	padding: 0 1em;
}

.proshow .card-body ul li a {
	display: block;
}

.proshow .card-body ul li a .img {
	width: 250px;
	height: 188px;
	display: block;
	overflow: hidden;
	background-color: #fff;
	border: 4px solid #d8d8d8;
}

.proshow .card-body ul li a .img img {
	max-width: 100%;
	max-height: 100%;
}

.proshow .card-body ul li a .txt {
	position: relative;
	margin-top: 5px;
	display: block;
	line-height: 40px;
	background: #e8e8e8;
	max-width: 250px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proshow .card-body ul li a:hover .txt {
	color: #e83e8c;
}

/* 公司简介 */
.row2 {
	width: 100%;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 60%, #00943a 40%);
	background: -webkit-linear-gradient(top, #eeeeee 60%, #00943a 40%);
	background: linear-gradient(to bottom, #eeeeee 60%, #00943a 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00943a', GradientType=1);
}

.page-1920 {
	height: 434px;
	margin-left: auto;
	margin-right: auto;
}

.aboutl {
	width: 50%;
	float: left;
	overflow: hidden;
}

.aboutr {
	width: 50%;
	float: right;
}

.aboutl img {
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
}

.aboutl img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.aboutr .about_top {
	margin: 1.5em 0 1.2em 2em;
	line-height: 2em;
	width: 600px
}

.aboutr .about_top h1 {
	padding-left: 1.8em;
	background: url(../../img/iconx.png) 0 0 no-repeat;
}

.aboutr .about_b {
	margin: 0 0 0 2em;
	color: #fff;
}

/* 联系我们 */
.row3>*>.d-flex {
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px #ececec;
	padding: 1em;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #ffffff);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffffff));
	background: -o-linear-gradient(top, #fff, #ffffff);
}

.row3 .contactimg {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.row3 .contactcont {
	width: 380px;
}

.qqMap {
	width: 860px;
	height: 380px
}

.row3>*>.d-flex>* {
	padding-right: 1em;
	border-right: 1px dashed #e8e8e8;
	margin-right: 1em;
}

.row3>*>.d-flex>*:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.row3 .card {
	border: none;
	border-radius: 0;
	background: none;
}

.row3 .card-header {
	padding: 0;
	line-height: 40px;
	background: none;
	border-bottom: 2px solid #e5e5e5;
}

.row3 .card-header>h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: inherit;
	position: relative;
	padding: 0 1em;
}

.row3 .card-header>h5::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #F89017;
	content: '';
}

.row3 .card-header>a {
	font-size: 14px;
	color: #999;
	margin-right: .7em;
}

.row3 .card-header>a:hover {
	color: #e83e8c;
}

.row3 .card-header>a>.la {
	width: 1em;
}

.row3 .card-body {
	padding: .5em;
}

.row3 .news {
	height: 216px;
}

.row3 .news li {
	font-size: 14px;
	padding: .5em;
	border-bottom: 1px dashed #e8e8e8;
}

.row3 .news li>p {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-bottom: 0;
	width: 0;
}

.row3 .news li>span {
	font-size: 12px;
	color: #999;
	margin-left: 1em;
}

.row3 .contactcont .card-body {
	padding: 1em 0 0 0;
}

.row3 .contactcont .card-body>a {
	display: block;
}

.row3 .contactcont .card-body img {
	width: 100%;
}

.row3 .contactcont .card-body> :nth-child(2) {
	margin-top: .6em;
}

/* 公司简介 */
.w640 {
	width: 640px;
}

.w500 {
	width: 500px;
}

.index-company {
	background: #393;
	height: 380px;
}

.index-company-content {
	padding: 50px 0;
}

.index-company-img {
	width: auto;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	height: 270px;
}

.index-company-info {
	position: relative;
	height: 290px;
	background: url(../../img/index-company-info.png) 0 0 no-repeat;
}

.index-company-info .text {
	display: block;
	padding: 141px 80px 0 25px;
	font-size: 12px;
	line-height: 1.8em;
	color: #fff;
	overflow: hidden;
	font-family: 微软雅黑, 'Microsoft YaHei';
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
}

.index-company-info .text h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index-company-info .text a {
	color: #fff;
	text-decoration: underline;
}

.index-company-info .text a:hover {
	text-decoration: none;
}