@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.feature{
    width: 1300px;
    margin: 0 auto 50px;
}

.feature li {
    width: 25%;
    float: left;
    position: relative;
    height: 130px;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 130px;
    position: absolute;
    right: 0;
    top: 0;
	border-left: 1px dotted #c9c9c9;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
    width: 62px;
    height:50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.feature li img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.feature li h3 {
	margin: 10px 0;
    color: #018935;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.pnavBox {
	padding: 30px 0 50px;
}

.pnav {
	width: 1082px;
	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 38px 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: 3px solid #018935;
	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: #018935;
	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: #FF7A01;
	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(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoJIEHEkcSK1H.jpg) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoE1uIJ0NoDIkH.jpg) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}

.bgBox {
	padding: 80px 0;
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoEHAqI0SJEJ1EHkgoDyD.jpg) no-repeat center center;
	background-size: cover;
}

#top_scroll {
	margin: 0 auto;
	width: 1300px;
	height: 800px;
	overflow: hidden;
}

#top_scroll ul {
	overflow: hidden;
}

.product .proList {
	margin: 0 auto;
	width: 1300px;
}

.product #top_scroll .proList {
	width: auto;
}

.product .proList li {
	margin: 0 1% 30px;
	width: 31.33333%;
	float: left;
}

.product .proList li a {
	display: block;
}

.product .proList li a .photo {
	overflow: hidden;
}

.product .proList li a 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 .proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product .proList li a .title {
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.product .proList li a .ttl {
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,.1);
}

.about {
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoISAqExOdH1HqKxIJ.jpg) no-repeat center center;
	background-size: cover;
}

.about .inner {
	margin: 0 auto;
	padding: 100px 0;
	width: 1300px;
}

.about .photo {
	width: 40%;
	height: 550px;
	float: right;
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoISAqExNoJ0WH.jpg) no-repeat left center;
	background-size: cover; 
}

.about .textBox {
	width: 56%;
	float: left;
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #018935;
	font-size: 40px;
	line-height: 1.2;
}

.about .textBox h2 span {
	display: block;
	color: #FE6D0A;
	font-family: Impact;
	font-size: 35px;
}

.about .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 15px;
	text-indent: 2em;
}

.about .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FE6D0A;
	border-radius: 30px;
	-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;
}

.about .textBox .link a:hover {
	background: #018935;
}

.about .textBox .linkul {
	margin-top: 30px;
}

.about .textBox .linkul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about .textBox .linkul li a {
	display: block;
}

.about .textBox .linkul li a:hover {
	opacity: 0.8;
}

.about .textBox .linkul li span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
}

.about .sub h2 {
	margin-bottom: 30px;
	color: #018935;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
}

.about .sub h2 span {
	display: block;
	color: #FE6D0A;
	font-family: Impact;
	font-size: 35px;
}

.about .sub p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}

.advantage {
	padding-top: 50px;
	width: 100%;
	height: 860px;
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoISIRoSMFU1uQHj.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}

.advantage .inner {
	width: 1400px;
	margin: 0 auto;
}

.advantage .ttlBox {
	display: table;
	position: relative;
}

.advantage .ttlBox h3 {
	font-size: 62px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 70px;
	opacity: 0.4;
}

.advantage .ttlBox h2 {
	font-size: 46px;
	color: #FE6D0A;
	padding: 0;
	margin: 0;
	line-height: 80px;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 0;
}

.advantage .ttlBox img {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
}

.advantage .ttlBox p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	margin-top: 55px;
}

.advantage .ttlBox p span {
	background: #018935;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding: 5px 10px;
	margin-right: 5px;
}

.advantage ul {
	width: 1000px;
	padding-top: 30px;
	display: table;
}

.advantage ul li {
	width: 470px;
	height: 160px;
	display: block;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	margin: 10px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.advantage ul li:hover{
	transform: scale(1.1);
}

.advantage ul li i {
	float: left;
	margin-right: 10px;
	display: block;
	background: #018935;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	font-style: italic;
}

.advantage ul li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	float: right;
	width: 350px;
}

.advantage ul li strong {
	font-size: 25px;
	color: #000;
	line-height: 40px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.feaBanner {
	margin: 50px auto 0;
	width: 1300px;
	padding: 20px 0;
	box-sizing: border-box;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
}

.feaBanner .inner .zi {
	width: 60%;
	float: left;
}

.feaBanner .inner .zi strong {
	font-size: 35px;
	color: #018935;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 70px;
	margin-bottom: 10px;
	text-shadow: 2px -2px 6px rgba(255,255,255,1);
}

.feaBanner .inner .zi p {
	width: 660px;
	margin: 0 auto;
}

.feaBanner .inner .zi p span {
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	width: 140px;
	height: 45px;
	display: block;
	background: #FF7A01;
	border-radius: 20px 0px 20px 0px;
	color: #fff;
	float: left;
	margin: 8px;
}

.feaBanner .inner .tel {
	width: 40%;
	float: right;
	font-size: 40px;
	text-align: center;
	color: #FF7A01;
	font-weight: bold;
	padding-top: 20px;
}

.feaBanner .inner .tel a {
	display: table;
	width: 200px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #078B0D;
	font-weight: normal;
	margin: 10px auto;
}

.case {
	padding: 80px 0;
}

.case ul {
	margin: 40px auto 0;
	padding: 10px 0;
	width: 1300px;
}

.case li {
	margin-right: 25px;
	width: 400px;
	float: left;
}

.case li a {
	padding: 10px;
	display: block;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}

.case li a .photo {
	margin-bottom: 2px;
	overflow: hidden;
}

.case li a 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 img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li a p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
}

.proDetail {
	padding: 50px 0;
	background: url(/EIqrESyDEyLoHIEHHxSMEE1nJIEJI0NoHIETHy1MoyOHTy9OID.jpg) no-repeat center bottom;
}

.proDetail .headLine .green{
	color: #fff;
}

.proDetail .headLine .en{
	color: #fff;
}

.proDetail ul {
	margin: 30px auto 0;
	width: 1300px;
}
	
.proDetail li {
	margin: 0 2%;
	width: 12.666666%;
	float: left;
}

.proDetail li .photo {
	margin-bottom: 15px;
	text-align: center;
}

.proDetail li .ttl {
	margin-bottom: 10px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.proDetail li .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

#main .newsBox {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 1300px;
	position: relative;
	background-size: 100%;
}

#main .newsBox .ttlBox {
	width: 230px;
	float: left;
}

#main .newsBox .ttlBox h2 {
	padding: 40px 0;
	margin: 0;
	color: #fff;
	font-size: 30px;
	position: relative;
	text-align: center;
	background: #018935;
}

#main .newsBox .ttlBox h2 span {
	display: block;
	font-family: Impact;
}

#main .newsBox .ttlBox .pic {
	height: 350px;
	overflow: hidden;
}
	
#main .newsBox .ttlBox .pic img {
	width: 100%;
}

#main .newsBox .imgList {
	width:1000px;
	float: right;
}

#main .newsBox .imgList li {
	margin: 0;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	padding: 20px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

#main .newsBox .imgList li .photo {
	float: right;
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-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;
}

#main .newsBox .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .date {
	padding: 0 30px 0 0;
	float: left;
	color: #018935;
	font-size: 25px;
	font-family: impact;
	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;
}

#main .newsBox .imgList li .date span {
	display: block;
	font-size: 65px;
}

#main .newsBox .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	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;
}

#main .newsBox .imgList li a:hover .date {
	color: #333;
}
	
#main .newsBox .imgList li a:hover .ttl,
#main .newsBox .imgList li a:hover .txt {
	color: #018935;
}

#main .newsBox .imgList li .textBox {
	padding: 15px;
	width: 590px;
	float: left;
}

#main .newsBox .imgList li .txt {
	color: #333;
	font-size: 15px;
	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;
}

.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: #078B0D;
	border: 1px solid #078B0D;
}

.pagination a.page-num-current {
	color: #fff;
	background: #078B0D;
	border: 1px solid #078B0D;
}

.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;
}

.information {
	padding-top: 50px;
}

.information h3 {
	margin-bottom: 20px;
	font-size: 25px;
	text-align: center;
}

.information .title {
	font-size: 30px;
	text-align: center;
}

.information .picture {
	margin: 0 auto;
	width: 1300px;
	font-size: 15px;
}

.information .picture img {
	margin: 0 auto 20px;
	max-width: 60%;
	display: block;
}

.turnpages {
	margin: 60px auto 0;
	width: 1300px;
	padding: 15px;
	font-size: 16px;
	background: #FAFAFA;
}

.turnpages a {
	text-decoration: underline;
}

.turnpages a:hover {
	text-decoration: none;
}

.turnpages .prevInfo {
	width: 48%;
	float: left;
}

.turnpages .nextInfo {
	width: 48%;
	float: right;
	text-align: right;
}



#main .newsList  {
	margin: 50px auto 0;
	width: 1200px;
	border-top: 1px solid #eee;
}

#main .newsList li {
	margin: 0 0 15px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsList 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;
}

#main .newsList li a {
	padding: 30px 20px;
	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;
	-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 .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

#main .newsList 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;
}

#main .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsList li .textBox {
	padding-left: 230px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .newsList li a:hover {
	background: #018935;
}

#main .newsList li a:hover .textBox .ttl,
#main .newsList li a:hover .textBox .txt,
#main .newsList li a:hover .textBox .date {
	color: #fff;
}


.conList {
	margin: 50px auto 50px;
	width: 1200px;
}

.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 50px;
	width: 1200px;
	height: 390px;
	border: 1px solid #ccc;
}

