@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: #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: #F77D00;
	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;
	-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: #018935;
}

.product .scroll li .photo {
	padding: 8px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.product .scroll li a:hover .photo {
	border-color: #018935;
	background: #fff;
}

.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;
}

.product .scroll li .text .ttl {
	color: #000;
	font-size: 20px;
}

.product .scroll li a:hover .text .ttl {
	color: #fff;
}

.product .scroll li .text .tel {
	margin-top: 8px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/dh.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: #F77D00 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: #018935;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.more .but:hover {
	background: #F98B1B;
}

.about {
	margin-bottom: 80px;
	padding: 60px 0;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

.about .aboutBox {
	margin: 0 auto;
	width: 1300px;
}

.about .photo {
	width: 50%;
	height: 471px;
	float: right;
	background: url(../images/about.jpg) no-repeat center center;
	background-size: cover;
}

.about .photo img {
	width: 100%;
}

.about .textBox {
	padding: 15px 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	background: rgba(255,255,255,.5);
}

#main .about .textBox .comH2 {
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}

#main .about .textBox .comH2 b {
	color: #018935;
}

#main .about .textBox p {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	text-indent: 2em;
}

#main .about .textBox .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #F77D00;
	border-radius: 30px;
}

#main .about .textBox .link a:hover {
	background: #018935;
	-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;
}

.numsrcoll {
	margin-top: 40px;
	padding: 0;
	background: url(../images/numsrcoll_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 33.333333%;
	float: left;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.numsrcoll .num:first-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #018935;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #018935;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	color: #000;
}

.syal_pic {
	margin-bottom: 50px;
	background: url(../images/case_bg.jpg) repeat-y center top;
	height: 746px;
}

.syal_pic .slider,
.syal_pic .slider .main,
.syal_pic .slider .main .main-i {
	width: 1300px;
	margin: 0 auto;
	height: 712px;
	position: relative;
}

.syal_pic .slider .main {
	overflow: hidden;
}

.syal_pic .main-i img {
	width: 898px;
	position: absolute;
	top: 90px;
	right: 0;
	height: 712px;
}

.syal_pic .caption {
	position: absolute;
	left: 0;
	top: 0%;
	z-index: 9;
}

.syal_pic .caption h2 {
	line-height: 38px;
	position: relative;
}

.syal_pic .caption h2 b {
	font-size: 34px;
	color: #363636;
	position: relative;
}

.syal_pic .caption h2 b::before {
	position: absolute;
	right: -60px;
	top: -12px;
	content: "■";
	font-size: 80px;
	color: #ff8717;
}

.syal_pic .caption h2 em {
	color: #c4c4c4;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	position: relative;
}

.syal_pic .caption h2 em::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -15px;
	height: 6px;
	background: #fc8618;
	width: 100px;
}

.syal_pic .caption h3 {
	font-size: 18px;
	line-height: 40px;
	color: #000;
	margin-top: 60px;
	font-weight: normal;
}

.syal_pic .caption h4 {
	width: 170px;
	margin-top: 120px;
	border: 1px solid #ccc;
}

.syal_pic .caption h4 a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.syal_pic .caption h4 a:nth-child(1) {
	color: #fff;
	background: #f98b1b;
}

.syal_pic .caption h4 a:hover {
	background: #018935;
	color: #fff;
}

.syal_pic .ctrl {
	width: 100%;
	height: 13px;
	line-height: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.syal_pic .ctrl .ctrl-i {
	display: inline-block;
	width: 80px;
	height: 13px;
	background-color: #dfdfdf;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-left: 1px;
	margin-right: 6px;
}

.syal_pic .ctrl .ctrl-i img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s;
}

.syal_pic .ctrl .ctrl-i:hover {
	background-color: #f0f0f0;
}

.syal_pic .ctrl .ctrl-i:hover img {
	bottom: 13px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
	opacity: 1;
}

.syal_pic .ctrl .ctrl-i-active,  .syal_pic .ctrl .ctrl-i-active:hover {
	background-color: #f98b1b;
}

.syal_pic .ctrl-i-active:hover img {
	opacity: 0;
}

.syal_pic .slider .main .main-i {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transition: all .5s;
}

.syal_pic .slider .main .main-i h2 {
	margin-right: 45px;
}

.syal_pic .slider .main .main-i h3 {
	margin-right: -45px;
}

.syal_pic .slider .main .main-i h2,  .syal_pic .slider .main .main-i h3 {
	-webkit-transition: all 1s .5s;
	opacity: 0;
}

.syal_pic .slider .main .main-i-active {
	opacity: 1;
	right: 0;
}

.syal_pic .slider .main .main-i-active h2,
.syal_pic .slider .main .main-i-active h3 {
	margin-right: 0;
	opacity: 1;
}

.case {
	margin-bottom: 50px;
	padding: 40px 0;
}

.case .comH2 {
	margin-bottom: 50px;
}

.case ul {
	margin: 0 auto;
	width: 1300px;
}

.case li {
	margin: 0 10px;
	width: 380px;
	float: left;
}

.case li a {
	padding: 5px;
	display: block;
	-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;
	border: 1px solid #ccc;
}

.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: #018935;
	font-size: 16px;
	text-align: center;
}

.case li a:hover .text .ttl {
	color: #333;
}

.advantage {
	margin-bottom: 80px;
	background: url(../images/ad_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 780px;
	overflow: hidden;
}

.advantage h2 {
	color: #018935;
	font-size: 55px;
	line-height: 1.5;
	text-align: center;
}

.advantage h2 span {
	margin-top: -25px;
	display: inline-block;
	color: #F98B1B;
	font-size: 100px;
	line-height: 1;
	vertical-align: middle;
}

.advantage h2 em {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

.advantage .inner {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 1200px;
	position: relative;
}

.advantage .inner .title {
	color: #fff;
}

.iyoushi {
	height: 536px;
	overflow: hidden;
	position: relative;
}

.iyoushi .fix {
	margin-left: -210px;
	position: absolute;
	left: 50%;
	top: 60px;
	z-index: 10;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid rgba(249,139,27,1);
}

.iyoushi .fix img {
	width: 410px;
}

.iyoushi .item {
	width: 375px;
	height: 128px;
	background: url(../images/yousitem.png) no-repeat left top;
	float: left;
	margin-top: 40px;
}

.iyoushi .item a {
	display: block;
	padding: 30px 40px 40px;
}

.iyoushi .item .img {
	float: left;
	width: 66px;
	height: 66px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.iyoushi .item .img img {
	width: 60px;
}

.iyoushi .item .txt {
	width: 170px;
	padding-left: 50px;
	color: #fff;
	float: left;
}

.iyoushi .item .txt h3 {
	font-size: 30px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.iyoushi .item .txt p {
	font-family: arial;
	color: #cccccc;
	padding-top: 0;
}

.iyoushi .it1, .iyoushi .it5 {
	margin-left: 62px;
	margin-right: 60px;
}

.iyoushi .it2, .iyoushi .it6 {
	margin-right: 65px;
	float: right;
}

.iyoushi .it4 {
	float: right;
}

.news {
	margin: 0 auto;
	width: 1300px;
}

.news .imgList {
	margin-top: 50px;
}
	
.news .imgList li {
	margin: 0 1% 15px;
	width: 31.33333%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

.news .imgList li .date {
	width: 90px;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #F77D00;
}

.news .imgList li .date span {
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
}

.news .imgList li .pic {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.news .imgList li .pic img {
	width: 100%;
	max-height: 100%;
	min-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;
}

.news .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news .imgList li .textBox {
	padding: 15px 20px 20px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.news .imgList li a:hover .textBox {
	background: #018935;
	border: 1px solid #018935;
	-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 .ttl {
	margin-bottom: 10px;
	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.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;
}

.news .imgList li a:hover .textBox .ttl,
.news .imgList li a:hover .textBox .txt {
	color: #fff;
}

.pageAbout {
	margin: 0 auto 50px;
	width: 1300px;
}

.pageAbout p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.pagePro {
	margin: 0 auto 60px;
	width: 1300px;
}

.pagePro li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

.pagePro li img {
	width: 100%;
}

.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: #018935;
}

.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;
}
