@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.pnavBox {
	padding: 50px 0;
	background: url(../images/pnav_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.pnav {
	width: 1080px;
	position: relative;
	padding-top: 1px;
	margin: 0 auto;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 40px 0 0;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pnav ul li a img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #6BC235;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover p {
	background: #F8931D;
	color: #fff;
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/left.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/right.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}

.product {
	margin-bottom: 80px;
}

#scroll {
	height: 800px;
	overflow: hidden;
}

.product .scroll {
	margin: 0 auto;
	width: 88%;
	min-width: 1200px;
}

.product .scroll li {
	margin: 0 0.8% 20px;
	width: 23.1%;
	float: left;
}

.product .scroll li a {
	display: block;
	background: #E8E8E8;
	-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;
}

.product .scroll li a:hover {
	background: #6BC235;
}

.product .scroll li .photo {
	overflow: hidden;
}

.product .scroll li .photo img {
	width: 100%;
	-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;
}

.product .scroll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product .scroll li .text {
	padding: 15px 20px;
}

.product .scroll li .text .ttl {
	color: #333;
	font-size: 25px;
}

.product .scroll li a:hover .text .ttl {
	color: #fff;
}

.product .scroll li .text .tel {
	margin-top: 8px;
	padding-left: 30px;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/pro_tel.png) no-repeat left center;
	background-size: 25px 25px;
}

.product .scroll li a:hover .text .tel {
	color: #fff;
}

.more {
	text-align: center;
	margin-top: 40px;
}

.more .call, .more .but {
	display: inline-block;
	vertical-align: top;
}

.more .call {
	height: 50px;
	text-indent: 1em;
	line-height: 50px;
	padding: 0 40px;
	border-radius: 100px;
	font-size: 28px;
	font-family: impact;
	background: #6BC235 url(../images/d1.png) 30px center no-repeat;
}

.more .call a {
	color: #fff;
}

.more .but {
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	border-radius: 100px;
	background-color: #6BC235;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.more .but:hover {
	background: #F8931D;
}



.banner {
	background: url(../images/banner_bg.jpg) no-repeat center top;
	background-size: cover;
}

.banner .inner {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	min-width: 1280px;
}

.banner .text {
	float: left;
}

.banner .text .ttl {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}

.banner .text .note {
	margin-top: 10px;
	color: #fff;
	font-size: 30px;
}

.banner .tel {
	margin-top: 15px;
	padding-left: 80px;
	float: right;
	color: #fff;
	font-family: Impact;
	font-size: 50px;
	background: url(../images/changtiao_tel.png) no-repeat left center;
}


.about {
	padding-bottom: 50px;
	background: url(../images/about_back.jpg) no-repeat center top;
	background-size: cover;
}

.ttlBox {
	padding: 30px 0 70px;
	background: url(../images/about_bg.png) no-repeat center bottom;
}

.about .textBox {
	margin: 0 auto;
	padding: 40px 0 20px;
	width: 1200px;
}

.about .textBox h3 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	color: #F8931D;
	font-size: 35px;
	text-align: center;
	position: relative;
}

.about .textBox h3:before {
	margin-left: -50px;
	width: 100px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #F8931D;
}

.about .textBox .sub {
	padding: 40px 50px;
	border: 1px solid #F8931D;
}

.about .textBox p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
}

.about .textBox ul {
	margin-top: 30px;
}

.about .textBox li {
	margin: 0 1%;
	padding: 3px;
	width: 23%;
	float: left;
	background: #fff;
	box-sizing: border-box;
}

.about .textBox li img {
	width: 100%;
}


.case {
	margin-bottom: 50px;
	padding: 0 0 40px;
	background: url(../images/case_bg.jpg) no-repeat center center;
	background-size: cover;
}

.case ul {
	margin: 50px auto 0;
	width: 1300px;
}

.case li {
	margin: 0 15px;
	width: 350px;
	float: left;
}

.case li a {
	display: block;
	background: #6BC235;	
	-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;
}

.case li a:hover {
	background: #fff;
}

.case li .photo {
	overflow: hidden;
}

.case li a:hover .photo {
	border-color: #fff;
	background: #fff;
}

.case li .photo img {
	width: 100%;
	-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;
}

.case li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li .text {
	padding: 15px;
}

.case li .text .ttl {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.case li a:hover .text .ttl {
	color: #6BC235;
}



.advantage {
	padding: 60px 0 40px;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .feaImg {
	margin: 0 auto;
	width: 1200px;
	height: 750px;
	position: relative;
	text-align: center;
}

.advantage ul {
	margin: 0 auto;
	width: 1200px;
}

.advantage li {
	padding: 0;
	color: #fff;
	box-sizing: border-box;
}

.advantage .txt01 {
	width: 380px;
	position: absolute;
	left: -20px;
	top: 110px;
	text-align: right;
}

.advantage .txt02 {
	width: 360px;
	position: absolute;
	left: -50px;
	top: 355px;
	text-align: right;
}

.advantage .txt03 {
	width: 360px;
	position: absolute;
	left: 0;
	top: 595px;
	text-align: right;
}

.advantage .txt04 {
	width: 380px;
	position: absolute;
	right: -20px;
	top: 110px;
	text-align: left;
}

.advantage .txt05 {
	width: 360px;
	position: absolute;
	right: -50px;
	top: 355px;
	text-align: left;
}

.advantage .txt06 {
	width: 360px;
	position: absolute;
	right: 0;
	top: 595px;
	text-align: left;
}

.advantage dt {
	margin: 0;
	color: #6BC235;
	font-size: 30px;
	font-weight: bold;
}

.advantage dd {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.advantage .specil {
	width: 160px;
}

.advantage .specil dd {
	width: 100px;
}



.news {
	margin: 0 auto;
	width: 1300px;
}

.news .comH2 {
	margin-bottom: 40px;
}

.news .left {
	width: 550px;
	float: left;
	background: #fff;
	position: relative;
}

.news .left .newsImg {
}

.news .left .newsImg img {
	width: 100%;
	-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;
}

.news .left .newttl {
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	box-sizing: border-box;
}

.news .left .newttl a {
	color: #fff;
}

.news .left .newttl a:hover {
	text-decoration: underline;
}

.news .left .newsTxt {
	padding: 0 15px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

.news .imgList {
	width: 720px;
	float: right;
}
	
.news .imgList li {
	margin: 0 1% 21px;
	padding: 0 0 5px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
	-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;
}

.news .imgList li a:hover {
	background: #6BC436;
}

.news .imgList li .photo {
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.news .imgList li .photo img {
	width: 100%;
	height: 120px;
	-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;
}

.news .imgList li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.news .imgList li .textBox {
	padding-top: 10px;
	width: 560px;
	float: right;
	box-sizing: border-box;
}

.news .imgList li .textBox .ttl {
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
	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;
}

.news .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	-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;
}

.news .imgList li .textBox .date {
	color: #666;
	-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;
}

.news .imgList li a:hover .textBox .ttl,
.news .imgList li a:hover .textBox .txt,
.news .imgList li a:hover .textBox .date {
	color: #fff;
}

.pageAbout {
	margin: 0 auto 60px;
	width: 1300px;
}

.pageAbout p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.subtitle {
	margin-bottom: 25px;
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.subtitle span {
    padding:0 30px;
}

.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}

.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.infomation {
	margin: 0 auto;
	width: 1200px;
}

.infomation p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.infomation .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.infomation img {
	margin: 0 auto 10px;
	display: block;
}

.fanye {
	margin: 30px 20px 0;
}

.fanye .prev {
	padding: 8px 20px;
	float: left;
	font-size: 15px;
	background: #F0F0F0;
	border-radius: 50px;
}

.fanye .next {
	padding: 5px 10px;
	float: right;
	font-size: 15px;
	text-align: right;
	background: #F0F0F0;
	border-radius: 50px;
}

.pageNews {
	margin: 0 auto 50px;
	width: 1300px;
}

.pageNews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageNews li .sub {
	-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;
}

.pageNews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-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;
}

.pageNews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.pageNews li .photo img {
	width: 100%;
	height: 100%;
	-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;
}

.pageNews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews li .textBox {
	padding-left: 230px;
}

.pageNews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.pageNews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

.pageNews li .textBox .date {
	font-size: 14px;
	color: #999;
}

.pageNews li a:hover {
	background: #6BC235;
}

.pageNews li a:hover .textBox .ttl,
.pageNews li a:hover .textBox .txt,
.pageNews li a:hover .textBox .date {
	color: #fff;
}

.shouhou {
	margin: 0 auto;
	width: 1300px;
}

.shouhou p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2;
}

.shouhou .title {
	margin-bottom: 10px;
	color: #d40000;
	font-weight: bold;
}

.shouhou .pic {
	margin-top: 40px;
}

.shouhou .pic img {
	width: 100%;
}

.conList {
	margin: 0 auto 50px;
	width: 1300px;
}

.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;
}

#dituContent {
	margin: 0 auto;
	height: 390px;
	border: 1px solid #ccc;
}

.feaAbout {
	padding: 0 0 30px;
}

.feaAbout h2 {
	margin-bottom: 40px;
	color: #363636;
	font-size: 40px;
	text-align: center;
}

.feaAbout h2 span {
	color: #6BC235;
}

.feaAbout ul {
	margin: 0 auto;
	width: 1200px;
}

.feaAbout li {
	width: 12.5%;
	float: left;
	font-size: 16px;
	text-align: center;
}
