
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	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 {
	position: relative;
}

#header .hBox {
	margin: 0 auto;
	padding: 25px 0;
	width: 1200px;
	z-index: 100;
	box-sizing: border-box;
}

#header h1 {
	margin: 0;
	float: left;
	color: #FF7E00;
	font-size: 45px;
}

#header h1 span {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.02rem;
}

#header .tel {
	margin-top: 10px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 18px;
	color: #505050;
	line-height: 30px;
	background: url(../image/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 36px;
	color: #095ED2;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	background: #ededed;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	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;
}

#gNavi li a span {
	padding: 20px 0;
	display: block;
	z-index: 2;
	position: relative;
}

#gNavi li a:after {
	display: block;
	content: '';
	color: #fff;
	background: #095ED2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	z-index: -1;
	-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;
}

#gNavi li a:hover {
	color: #fff;
	-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;
}

#gNavi li a:hover:after {
	height: 100%;
	z-index: 1;
	opacity: 1;
	-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;
}

.pageLead {
	margin-bottom: 50px;
	height: 634px;
	background: url(http://wfjingya.cn/template/default/images/page_lead.jpg) no-repeat center center;
}

.pageLead .sub  {
	margin: 0 auto;
	padding-top: 230px;
	height: 414px;
	width: 1200px;
	position: relative;
}

.pageLead .sub ul {
	padding: 0;
}

.pageLead .slick-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 70%;
	background: url(../image/prev.jpg) no-repeat left top;
	border: 0;
	text-indent: -9999px;
}

.pageLead .slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 70%;
	background: url(../image/next.jpg) no-repeat left top;
	border: 0;
	text-indent: -9999px;
}

.pageLead li {
	margin-right: 30px;
	width: 144px;
	float: left;
}

.pageLead li a {
	display: block;
}

.pageLead li .photo {
	width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #b6b6b6;
}

.pageLead li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.pageLead li a:hover .photo {
	opacity: 0.9;
}

.pageLead li p {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	height: 30px;
	border-radius: 40px;
	background: #018935;
}

.pageLead li a:hover p {
	background: #FF9900;
}

.mainImg {
	margin-bottom: 50px;
}

.mainImg li {
	width: 100%;
	height: 600px;
	float: left;
	background-size: cover !important;
}

.mainImg .pic01 {
	background: url(../image/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../image/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../image/mainimg03.jpg) no-repeat center center;
}


.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #095ED2;
}


#main {
	margin-bottom: 50px;
}

#main .headLine01 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 45px;
	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: #3D62D7;
}

#main .headLine01 .en {
	margin: 0 0 -40px;
	display: block;
	color: #ddd;
	font-family: "Times New Roman", Times, serif;
	font-size: 54px;
}

#main .headLine01 .color {
	color: #3D62D7;
}


.section {
	margin: 0 auto;
	width: 1200px;
}

#main .product {
	padding: 50px 0 0;
}

#main .product .tuijian {
	margin: 0 auto 30px;
	width: 1250px;
}

#main .product .tuijian li {
	margin: 0;
	width: 11.111111%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

#main .product .tuijian li:before {
	display: none;
	width: 1px;
	margin-top: -10px;
	height: 20px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #ccc;
}

#main .product .tuijian li a {
	margin: 0 5px;
	padding: 10px 0;
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	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;
}

#main .product .tuijian li a:hover {
	color: #fff;
	background: #3D62D7;
}

#main .product .sliderInner {
	margin: 0 auto 80px;
	width: 1160px;
}

#main .product .sliderInner .photo {
	width: 810px;
	height: 480px;
	float: right;
}

#main .product .sliderInner .photo img {
	width: 100%;
	height: 100%;
}

#main .product .sliderInner .textBox {
	padding: 50px 30px;
	width: 350px;
	height: 480px;
	background: #43AE24;
	box-sizing: border-box;
}

#main .product .sliderInner .textBox .ttl {
	margin: 0 auto 20px;
	padding: 5px 0;
	width: 80%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #fff;
}

#main .product .sliderInner .textBox .note {
	margin-bottom: 50px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#main .product .sliderInner .textBox .txt {
	margin-bottom: 80px;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#main .product .sliderInner .textBox .tel {
	padding-left: 40px;
	color: #fff;
	font-size: 17px;
	background: url(../image/icon_tel.png) no-repeat left center;
	background-size: 30px;
}

#main .product .sliderInner .textBox .tel span {
	font-family: Impact;
	font-size: 25px;
}

#main .topList {
	padding: 40px 0;
}

#main .topList ul {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

#main .topList li {
	margin: 0 20px;
	display: inline;
}

#main .topList li a {
	margin-bottom: 20px;
	display: inline-block;
	width: 130px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	background: #018935;
	-webkit-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;

}

#main .topList li a:hover {
	color:#000;
	background:#f6c807;
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);
	-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);
	box-shadow:0 2px 20px rgba(102,102,102,.55);
}

#main .leftScroll {
	padding: 50px 0 80px;
}

#main .leftScroll li {
	margin: 0 10px 20px;
	width: 380px;
	float: left;
	box-sizing: border-box;
}

#main .leftScroll li a {
	display: block;
	overflow: hidden;
	position: relative;
}

#main .leftScroll li .photo {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

#main .leftScroll li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 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;
}

#main .leftScroll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .leftScroll li .sub {
	padding: 15px;
	background: #efefef;
	-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 .leftScroll li a:hover .sub {
	background: #095ED2;
}

#main .leftScroll li p {
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	-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 .leftScroll li a:hover p {
	color: #fff;
}

#main .leftScroll li .tel {
	padding: 10px 0 10px 35px;
	font-size: 20px;
	font-weight: bold;
	background: url(../image/tel_off.png) no-repeat left 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 .leftScroll li a:hover .tel {
	color: #fff;
	background: url(../image/tel_on.png) no-repeat left center;
}

#scroll {
	height: 720px;
	overflow: hidden;
	background: none;
}

.pnavBox {
	padding: 50px 0;
	background: url(../image/pnav_bg.jpg) no-repeat center center;
	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 34px 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: 4px 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: #095ED2;
	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(../image/leftbtn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../image/rightbtn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}

#main .listBox {
	padding: 40px 0;
}

#main .listBox .list ul {
	margin: 0 -15px;
}

#main .listBox .list li {
	margin-bottom: 20px;
	padding: 0 10px;
	float: left;
	width: 20%;
	box-sizing: border-box;
}

#main .listBox .list li a {
	padding: 15px;
	display: block;
	color: #fff;
	text-align: center;
	background: #02A454;
	-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 .listBox .list li a:hover {
	background: #E46C0B;
}

#main .srcoll {
	padding: 25px 0 5px;
}

#main .srcoll ul {
	margin: 0 -15px;
}

#main .srcoll li {
	margin: 0 10px 20px;
	float: left;
}

#main .srcoll li .photo {
	width: 280px;
	height: 230px;
}

#main .srcoll li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
}

#main .srcoll li p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#main .banner {
	margin-bottom: 50px;
	height: 137px;
	background: #02A454 url(http://wfjingya.cn/template/default/images/banner.jpg) no-repeat center center;
}

#main .about {
	padding: 80px 0 0;
}

#main .about .photo {
	margin: 0;
	width: 430px;
	float: left;
	position: relative;
}

#main .about .photo img {
	width: 100%;
	position:relative;
}

#main .about .photo:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	right: -25px;
	top: -25px;
	opacity: 0.7;
	border: 2px solid #62C22D;
}

#main .about .textBox {
	padding: 70px 0 80px;
	width: 710px;
	float: right;
	box-sizing: border-box;
}

#main .about .textBox .headLine01 {
	text-align: left;
}

#main .about .textBox .headLine01:before {
	margin: 0;
	left: 0;
}

#main .about .textBox p {
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

#main .about .textBox .ttl {
	margin: 0 0 20px 30px;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	text-indent: 0;
}

#main .about .textBox .ttl span {
	margin-top: 5px;
	padding-top: 10px;
	display: block;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

#main .about .textBox .ttl span:before {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

#main .about .textBox .more {
}

#main .about .textBox .more a {
	padding: 5px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	-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 .about .textBox .more a:hover {
	color: #0AAE11;
	background: #fff;
	border: 1px solid #fff;
}

/*****************************
			数子跳动
*****************************/
.numsrcoll {
	margin-top: -100px;
	padding: 0;
	height: 240px;
	background: url(../image/num_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 50px 0 50px 430px;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	padding-bottom: 10px;
	width: 33.333333%;
	float: left;
	border-right: 1px dashed rgba(255,255,255,.7);
	box-sizing: border-box;
}

.numsrcoll .num:last-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #fff;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	color: #fff;
}





#main .case {
	padding: 50px 0 100px;
}

#main .case .headLine01 {
	margin-bottom: 50px;
}

#main .caseTtl {
	margin-bottom: 50px;
	font-size: 18px;
	color: #6f6f6f;
	text-align: center;
}

#main .case li {
	margin: 0 20px 0 0;
	width: 350px;
	float: left;
}

#main .case li a {
	display: block;
	position: relative;
}

#main .case li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .case li a .lead {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,.5);
}

#main .case li a:hover .lead {
	display: none;
}

#main .case li .photo {
	height: 280px;
	overflow: hidden;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	max-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;
}

#main .case li .pop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	background: rgba(0,0,0,.7);
	-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 .case li a:hover .pop {
	display: block;
}

#main .case li .pop .ttl {
	margin-bottom: 20px;
	display: block;
	color: #ff7e00;
	padding-top: 30px;
	font-size: 30px;
}

#main .case li .pop img {
	margin: 0 auto;
	display: block;
}

#main .case li .pop .icon {
	margin: 0 auto 20px;
	width: 58px;
	height: 60px;
	display: block;
	background: url(../image/icon01.png) no-repeat top center;
}

#main .case li .pop i {
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
	color: #ff7e00;
}

#main .case li .pop b {
	font-size: 36px;
	display: block;
	font-family: impact;
	color: #ff7e00;
}

#main .caseBox {
	padding-left: 5px;
	overflow: hidden;
}








.youshi {
	background: url(../image/ys_bg.jpg) no-repeat center 0;
	background-size: cover;
	padding: 60px 0 63px;
}
.ysNei {
	width: 1620px;
	margin: 0 auto;
}
.ysUl {
	height: 630px;
}
.ysUl li {
	float: left;
	margin: 0 10px;
}
.ysUl li:nth-child(3) {
	animation: hxd 1600ms infinite linear alternate;
}
@keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-webkit-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-ms-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-moz-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
.ysUl li:nth-child(1), .ysUl li:nth-child(5) {
	padding-top: 170px;
	animation: hx 1600ms infinite linear alternate;
}
@keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-webkit-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-ms-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-moz-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
.ysUl li:nth-child(2), .ysUl li:nth-child(4) {
	padding-top: 60px;
	animation: hxdz 1600ms infinite linear alternate;
}
@keyframes hxdz {
 from {
padding-top: 90px;
}
to {
	padding-top: 60px;
}
}
.waiHuan {
	width: 279px;
	height: 279px;
	padding: 12px;
	background: rgba(255,255,255,.15);
	border-radius: 50%;
}
.huan {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 12px;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
}
.ysWrap {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ysWrap h3 {
	font-size: 29px;
	color: #fff;
	padding: 62px 0 5px;
	text-align: center;
}
.ysWrap p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 28px;
}
.ysUl li:nth-child(1) .ysWrap,
.ysUl li:nth-child(3) .ysWrap, 
.ysUl li:nth-child(5) .ysWrap {
	background: #3D62D7;
}
.ysUl li:nth-child(2) .ysWrap,
.ysUl li:nth-child(4) .ysWrap {
	background: #FF9900;
}
.ysUl li .ysNum {
	margin-top: -35px;
	height: 188px;
	background: url(http://wfjingya.cn/template/default/img/ysicon.png) no-repeat center bottom;
}
.ysUl li .ysNum span {
	position: relative;
	z-index: 1;
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	font-family: impact;
	text-align: center;
	line-height: 54px;
}
.ysUl li:nth-child(1) .ysNum span,
.ysUl li:nth-child(3) .ysNum span,
.ysUl li:nth-child(5) .ysNum span {
	background: #8ccd27;
}
.ysUl li:nth-child(2) .ysNum span,
.ysUl li:nth-child(4) .ysNum span {
	background: #8CCD27;
}
.ysBox {
	padding: 30px 0;
	width: 745px;
	margin: 0 auto;
	background: #3D62D7;
}
.ysBox h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding: 45px 0 25px;
}
.ysBox .tel {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.ysBox .tel span {
	padding: 15px 0 15px 60px;
	display: inline-block;
	background: url(../image/icon_tel.png) no-repeat left center;
	background-size: 50px 50px;
}

@media only screen and (max-width:1410px) {
	.slideGroup{ width: 1200px;}
	.slideGroup .parHd ul li{ width: 14.28%;}
	.slideGroup .parBd ul li .pic{ width: 610px;}
	.abWrap{ width: 1200px;}
	.ab_img{ width: 420px;}
	.at p{ font-size: 22px;}
	.jjL{ padding: 35px 0 30px;}
	.ysNei{ width: 100%;}
	.ysUl{ width: 100%; text-align: center; height: auto; padding-bottom: 50px;}
	.ysUl li{ float: none; display: inline-block;} 
	.ysUl li .ysNum{ height: auto; background: none;}
	.ysUl li:nth-child(1),.ysUl li:nth-child(2),.ysUl li:nth-child(3),.ysUl li:nth-child(4),.ysUl li:nth-child(5){ padding-top: 50px; animation: none;}
	.newsBox{ width: ;}
	
	.caseWrap{width: 1200px; height: 465px; margin: 60px auto 0;}
	.caseSlide .caseA{position: relative; display: block; float: right; width: 290px ; height: 230px; margin: 0 0 4px 4px;}	
	.caseSlide .caseA:first-child{display: block; width: 610px; height: 465px; float: left;margin: 0px; }
		.pageNews,.pageCase{width: 1200px; }
}

@media only screen and (max-width:1200px) {
	.waiHuan{width: 200PX; height: 200px;padding: 8px;}
  .huan{ padding: 8px;}
  .ysWrap h3{ font-size: 20px;}
  .ysWrap p{ font-size: 14px; line-height: 22px;}
  .ysUl li:nth-child(1), .ysUl li:nth-child(2), .ysUl li:nth-child(3), .ysUl li:nth-child(4), .ysUl li:nth-child(5){ padding-top: 25px;}
  .ysBox{ width: 100%;}
  .ysBox h2{ font-size: 35px;}
  .ysBox img{ width: 98%; margin: 0 auto;}
}

#marqueesrcoll {
	height: 320px;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

#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 .case {
	margin: 0 0 50px;
	padding: 50px 0;
}

#main .newsBox .imgList li {
	margin: 0 1% 15px;
	padding: 5px 0 5px;
	width: 31.33333333%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgList li .pic {
	height: 250px;
	overflow: hidden;
	position: relative;
}

#main .newsBox .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;
}

#main .newsBox .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .textBox {
	padding: 15px 20px 20px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

#main .newsBox .imgList li a:hover .textBox {
	background: #065BBA;
	border: 1px solid #065BBA;
	-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 .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;
}

#main .newsBox .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

#main .newsBox .imgList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 38px;
	font-style: italic;
}

#main .newsBox .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;
}

#main .newsBox .imgList li a:hover .textBox .ttl,
#main .newsBox .imgList li a:hover .textBox .txt {
	color: #fff;
}



.conList {
	margin-bottom: 50px;
}

.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;
}

#footer {
	padding: 0 0 0;
	background: url(../image/f_bg.jpg) no-repeat left top;
}

#footer .fBox {
	padding: 70px 0;
	margin: 0 auto;
	width: 1200px;
}

#footer .leftBox {
	float: left;
}

#footer .logoImg {
	margin-right: 20px;
	height: 140px;
	float: left;
}

#footer .logoImg img {
	height: 100%;
}

#footer .code {
	width: 140px;
	float: left;
	position: relative;
}
	
#footer .code img {
	width: 140px;
}

#footer .code span {
	width: 150px;
	display: block;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 150px;
	top: 45%;
}

#footer .logo {
	margin-bottom: 30px;
	color: #3D62D7;
	font-size: 30px;
}

#footer .logo span {
	display: block;
	color: #ff7e00;
	font-size: 14px;
}


#footer .boxlink {
	width: 700px;
	float: right;
}

#footer .boxlink .sub {
	padding: 0 0 20px 25px;
	width: 50%;
	height: 300px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #575757;
}

#footer .boxlink .ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #3D62D7;
}

#footer .boxlink li {
	margin: 0 0 10px 0;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 17px;
}

#footer .boxlink li a {
	padding: 8px 0;
	color: #fff;
}

#footer .boxlink li a:hover {
	text-decoration: underline;
}

#footer .boxlink .text {
	color: #fff;
	font-size: 17px;
	line-height: 1.9;
}

#footer .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#footer .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#footer .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(../image/f_tel.jpg) no-repeat left center;
}

#footer .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#footer .boxinfo P {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}


#footer .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #000000;
}

#side {
	width: 300px;
	float: left;
	overflow: hidden;
}

#side h2 {
	margin:0;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-size: 25px;
	text-align: left;
	background: #188A00 url(../image/s_bg.jpg) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}

#side h2 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#side ul {
	margin: 0 auto 40px;
	border-top: solid 1px #cacaca;
}

#side li {
	border-bottom: solid 1px #cacaca;
}

#side li a {
	padding: 0 35px;
	display: block;
	height: 54px;
	color: #333;
	font-size: 16px;
	line-height: 54px;
	position: relative;
	background: #EAEAEA;
}

#side li a:before {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	background: #333;
}

#side li a:hover {
	color: #fff;
	background: #188A00;
}

#side li a:hover:before {
	background: #fff;
}


#side .simg img {
	width: 100%;
}

#side .contact {
	padding: 20px 20px 40px;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	background: #EAEAEA;
}

#conts {
	width: 870px;
	float: right;
}

.pageTitle {
	margin-bottom: 50px;
}

.pageTitle h2 {
	margin: 0 20px 0 0;
	padding: 5px 15px;
	height: 35px;
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	background: #eea407;
}

.pageTitle .lead {
	margin-right: 20px;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	background: #171717;
	font-size: 16px;
}

.pageTitle .tel {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	font-size: 18px;
	background: #dc0707;
}

.content {
	font-size: 17px;
	line-height: 1.8;
}


#main .proList {
	margin: 0 -23px 50px;
}

#main .proList li {
	margin: 0 2% 20px;
	width: 29.333333333%;
	float: left;
}

#main .proList li a {
	padding: 4px;
	display: block;
	border-radius: 4px;
}

#main .proList li a:hover {
	box-shadow: 0 0 5px #575757;
}

#main .proList li .photo {
	height: 290px;
}

#main .proList li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	border-radius: 5px;
}

#main .proList li p {
	padding: 15px 15px;
	color: #666;
	font-size: 17px;
}

#main .proList li a:hover p {
	background: #fafafa;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 2px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #095ED2;
	border: 1px solid #095ED2;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #095ED2;
	border: 1px solid #095ED2;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

#main .newsList  {
	margin-bottom: 50px;
}

#main .newsList li {
	color: #666;
	font-size: 15px;
	position: relative;
}

#main .newsList li a {
	padding: 25px 0;
	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;
}

#main .newsList li a .sub {
	margin: 0 auto;
	width: 1200px;
}

#main .newsList li a:hover {
	background: #095ED2;
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsList li .textBox {
	padding-left: 220px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #095ED2;
	-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 .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	-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 .textBox .date {
	font-size: 14px;
	color: #999;
	-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 .ttl,
#main .newsList li a:hover .textBox .txt ,
#main .newsList li a:hover .textBox .date {
	color: #fff;
}

#main .newsList li span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 13px;
}

#dituContent {
	margin-top: 20px;
	height: 400px;
	border: 1px solid #ccc;
}

.picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
}
.picbox img{
	display:block;
	margin:16px auto 6px;
}
.picbox ul.e8{
	font-size:12px;
	line-height:normal;
}
.picbox ul.e8 li {
	margin: 0 0.5% 10px;
	width: 24%;
	float: left;
}

.picbox ul.e8 li .pic{
	margin-bottom: 10px;
	display: block;
	padding: 2px;
	width: 200px;
	height: 150px;
	background:none;
	box-sizing: border-box;
	border:1px solid #EEE;
	overflow:hidden;
}
.picbox ul.e8 img{
	margin: 0;
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	border:none;
}
.picbox ul.e8 li .title{
	padding-top:0px;
}

.comProList {
	margin-bottom: 40px;
}

.comProList li {
	margin: 0 1% 15px;
	width: 18%;
	float: left;
}

.comProList li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #095ED2;
	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;
}

.comProList li a:hover {
	background: #FF7A01;
}


.infoTel {
	margin-top: 20px;
	color: #d40000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.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: #0070D8;
  border: 1px solid #0070D8;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0070D8;
  border: 1px solid #0070D8;
}
