@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
/*------------------头部---------------------*/
header {
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

header h1 {
	width: 60%;
	float: left;
}

header h1 img {
	width: 100%;
}

header .click {
	margin-top: -15px;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 50%;
	background: url(../images/icon07.png) no-repeat left top;
	background-size: 30px auto;
}

header .dropmenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}

header .dropmenu .close {
	padding: 30px 30px;
	text-align: right;
}

header .dropmenu .close span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) -743px -96px no-repeat;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

header .dropmenu ul {
	border-top: 1px solid #fff;
}

header .dropmenu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: left;
	border-bottom: 1px solid #fff;
}

/*------------------大图滚动---------------------*/
.mainImg li {
	width: 100%;
	float: left;
}

.mainImg li a {
	display: block;
}

.mainImg li img {
	width: 100%;
}

/*------------------大图滚动控制圆点---------------------*/
.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: right;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.7;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #02800D;
}

/*------------------导航---------------------*/
#gNavi {
	padding: 15px;
	border-bottom: 4px solid #F4F4F4;
}

#gNavi li {
	width: 33.333333333%;
	float: left;
	box-sizing: border-box;
}

#gNavi li a {
	margin: 0 5px 10px;
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background: #00B0D9;
	border-radius: 5px;
}

/*------------------主体---------------------*/
#main {
	padding: 30px 0;
	clear: both;
}

.section {
	margin: 0 15px 20px;
	background: #fff;
}

#main .section:last-child {
	padding-bottom: 50px;
	margin-bottom: 0;
}

#main .comTel {
	margin: 0 20px 30px;
}
	
#main .comTel a {
	padding: 15px 0;
	display: block;
	color: #fff;
	text-align: center;
	background: #FF4A04;
	border-radius: 30px;
}

#main .comTel a span {
	padding-left: 30px;
	display: inline-block;
	background: url(../images/tel.png) no-repeat left center;
}

/*------------------标题---------------------*/

#main .headLine01 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 2rem;
	color: #222;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#main .headLine01:before {
	margin-left: -35px;
	width: 70px;
	height: 4px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #00B0D9;
}

#main .headLine01 .en {
	margin: 0 0 -30px;
	display: block;
	color: #ddd;
	font-family: "Times New Roman", Times, serif;
	font-size: 2rem;
}

#main .headLine01 .color {
	color: #00B0D9;
}

/*------------------图片列表---------------------*/
.comList {
	padding: 0;
}

.comList li {
	margin-bottom: 15px;
	padding: 10px 5px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	box-sizing: border-box;
}

.comList li a {
	display: block;
}

.comList li .photo {
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

.comList.case li .photo {
	padding-bottom: 125%;
}

.comList li .photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.comList li p {
	padding: 10px;
	color: #333;
	font-size: 1rem;
	text-align: center;
	background: #efefef;
}


/*------------------关于我们---------------------*/
.about {
	padding: 0 15px 30px;
}

.about p {
	color: #666;
	font-size: 1.8rem;
}

.about .company {
	margin-bottom: 10px;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.about .info {
	text-indent: 2em;
}

.about .link {
	margin-top: 20px;
}
	
.about .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	display: block;
	color: #666;
	font-size: 1.8rem;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 30px;
}

.about .link a span {
	display: inline-block;
	position: relative;
}

.about .link a span:after{
	content: "";
	position: absolute;
	top: 18px;
	right: -40px;
	width: 26px;
	height: 26px;
	background: url(../images/sprite.png) -293px -345px no-repeat;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

/*------------------新闻列表---------------------*/
.comNews li {
	border-bottom: 1px solid #ccc;
}

/*.comNews li:last-child {
	border-bottom: none;
}*/

.comNews li a {
	padding: 15px;
	display: block;
	color: #333;
	font-size: 1.8rem;
	overflow: hidden;
}

.comNews li a .date {
	float: right;
	color: #666;
}

.contact {
	padding: 15px;
	color: #666;
	font-size: 1.8rem;
	line-height: 1.6;
}

.contact span {
	color: #585858;
	font-weight: bold;
}

/*------------------脚部---------------------*/
footer {
	padding-bottom: 120px;
}

footer .fixNavi {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #FF9900;
	border-top: 2px solid #CCC;
}

footer .fixNavi li {
	width: 33.3%;
	float: left;
	text-align: center;
}

footer .fixNavi .conBtn {
	width: 33.4%;
}

footer .fixNavi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 1rem;
}

footer .fixNavi li span {
	margin: 0 auto 5px;
	width: 30px;
	height: 30px;
	display: block;
	background:url(../images/btm02.png) no-repeat left top;
	background-size: 100% 100%;
}

footer .fixNavi .home span {
	background:url(../images/btm01.png) no-repeat left top;
	background-size: 100% 100%;
}

footer .fixNavi .conBtn span {
	background:url(../images/btm03.png) no-repeat left top;
	background-size: 100% 100%;
}

.content {
	font-size: 2rem;
    line-height: 1.7;
    padding: 20px;
    font-weight: 200;
    overflow: hidden;
}

.proList {
	margin: 0 15px 30px;
}

.proList li {
	margin-right: 3%;
	width: 47%;
	float: left;
	color: #018232;
	font-size: 1.8rem;
	border-bottom: 1px dashed #d0d0d0;
}

.proList li：nth-child(2n) {
	margin: 0 0 0 3%;
}

.proList li a {
	padding: 20px;
	display: block;
	color: #1B5BB3;
	position: relative;
}

.proList li a:after{
	width: 26px;
	height: 26px;
	position: absolute;
	content: "";
	top: 35px;
	right: 15px;
	background: url(../images/sprite.png) -293px -345px no-repeat;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.detailBox {
	text-align: center;
}

.detailBox h3 {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #666;
	font-size: 1.2rem;
	border-bottom: 1px dashed #d0d0d0;
}

.detailBox h3 span {
	margin-top: 5px;
	display: block;
	color: #888;
	font-size: 1rem;
	font-weight: normal;
}

.detailBox p {
	word-break: break-all;
}

.detailBox .detail {
	padding: 0 20px;
	font-size: 1rem;
	text-align: left;
}

.detailBox .detail img {
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	display: block;
}

.detailBox .detail table {
	width: 100%;
	border-collapse: collapse;
}

.detailBox .detail td {
	font-size: 0.9rem;
	border: 1px solid #ccc;
}

.picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size: 1.8rem;
	line-height:31px;
	overflow:hidden;
}
.picbox img{
	display:block;
	margin:16px auto 6px;
}
.picbox ul.e8{
	font-size: 1.8rem;
	line-height:normal;
}
.picbox ul.e8 li {
	margin: 0 1% 10px;
	width: 48%;
	float: left;
}

.picbox ul.e8 li .pic{
	margin-bottom: 10px;
	display: block;
	padding: 2px;
	background:none;
	box-sizing: border-box;
	border:1px solid #EEE;
	overflow:hidden;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
.picbox ul.e8 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.picbox ul.e8 li .title{
	padding-top:0px;
}


.xiangqing {
	margin: 20px 15px 0;
}

.xiangqing img {
	width: 100% !important;
	height: auto !important;
}

.aboutPage p {
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.6;
	text-indent: 2em;
}


#main .advantage {
	padding: 30px 0 0;
}

#main .advantage .section {
	padding-bottom: 0;
}

#main .advantage .innerLeft {
	margin-bottom: 30px;
}

#main .advantage .innerLeft .photoBox img {
	width: 100%;
}

#main .advantage .innerLeft .textBox {
	padding: 15px;
	box-sizing: border-box;
}

#main .advantage .innerRight .photoBox img {
	width: 100%;
}

#main .advantage .innerRight .textBox {
	padding: 15px;
}

#main .advantage .textBox {
	position: relative;
}

#main .advantage .textBox p {
	color: #727272;
	font-size: 1rem;
	line-height: 1.8;
}

#main .advantage .textBox .ttl {
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #6e6d6d;
	position: relative;
}

#main .advantage .textBox .ttl .txt {
	margin-right: 5px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 22px;
	color: #2f2f2f;
	font-weight: bold;
	border-bottom: 3px solid #01800D;
}

#main .advantage .textBox .num {
	width: 56px;
	height: 86px;
	display: inline-block;
	line-height: 86px;
	color: #242424;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top: -20px;
	text-align: center;
	border: 2px solid #01800D;
}


.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.page-num-current {
	color: #fff;
	background: #00B0D9;
	border: 1px solid #00B0D9;
}

.pagination .page-status,
	.pagination .page-index,
	.pagination .page-last {
	display: none;
}

#main .tuijian {
	margin: 0 0 30px;
	width: auto;
}

#main .tuijian li {
	margin: 0 1% 10px;
	width: 48%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

#main .tuijian li:before {
	display: none;
	width: 1px;
	margin-top: -10px;
	height: 20px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #ccc;
}

#main .tuijian li a {
	margin: 0 5px;
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 1rem;
	text-align: center;
	border-radius: 30px;
	background: #F2F2F2;
	-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;
}


#main .newsBox {
	margin-bottom: 0;
	padding: 30px 0 10px;
	position: relative;
}

#main .newsBox .imgList li {
	margin: 0 0 15px;
	padding: 5px 0;
	color: #666;
	font-size: 1rem;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgList li .pic {
	width: 110px;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .pic img {
	width: 100%;
	height: 100%;
}

#main .newsBox .imgList li a:hover .pic img {
}

#main .newsBox .imgList li .textBox {
	padding: 10px 0 0 120px;
	height: 110px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

#main .newsBox .imgList li .textBox .ttl {
	margin-bottom: 5px;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	-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;
}

#main .newsBox .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

#main .newsBox .imgList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 1rem;
	font-style: italic;
}

#main .newsBox .imgList li .textBox .txt {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	-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;
}


.conList {
	margin: 0 auto;
}

.conList li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #333;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.conList li:last-child {
	border-bottom: none;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 1rem;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

.map {
	height: 300px;
	border: 1px solid #ccc;
}

