﻿@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
}

body,
html {
	height: 100%;
	width: 100%;
	background: #e7e7e7;
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

em {
	font-style: normal;
}

.left11 {
	float: left;
}

.right11 {
	float: right;
}

.h20 {
	width: 100%;
	height: 20px;
}

.h30 {
	width: 100%;
	height: 30px;
}

.h50 {
	width: 100%;
	height: 50px;
}
.h80 {
	width: 100%;
	height: 80px;
}
.clear {
	clear: both;
}
.box1400{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}
.box1360{
	width: 1360px;
	overflow: hidden;
	margin: 0 auto;
}
.nybg{
	background: url(../img/nybg.jpg);
}
#header{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	/*position: relative;*/
	margin: 0 auto;
}

.top1 {
	width: 100%;
	height: 50px;
	background: #333;
}

.top1 p {
	width: 1400px;
	margin: 0 auto;
	font-size: 16px;
	color: #a3a3a3;
	line-height: 50px;
	text-align: left;
}

.top1 p span {
	float: right;
	width: 300px;
	background: url(../img/top-tel.png) left center no-repeat;
	font-size: 38px;
	color: #3aa936;
	font-family: impact;
	font-style: italic;
	padding-left: 35px;
	box-sizing: border-box;
}


.top2 {
	width: 1400px;
	/*overflow: hidden;*/
	margin: 0 auto;
}

#header .top2 a>img{
	padding: 10px 0px;
	float: left;
	margin-right: 50px;
}


.menuol ul>li:hover .subnav {
    top:135px;
	}
.menuol ul>li .subnav{
    width: 200px;
	height: 300px;
	display:none;
	position: absolute;
	z-index: 9999999999;
	right: -30px;
	top:135px;
   -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	}

.menuol ul>li .subnav a{
	width: 0px;
	height: 45px;
	background: #3aa936;
	display: block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	box-shadow:0 0px 20px rgba(58,169,54,.75);
	transform:rotateY(90deg);
	opacity: 0;
	color: #fff;
	
    
}
.menuol ul>li:hover .subnav{
	display: block;
}
.menuol ul>li:hover .subnav a:hover{
	background: #fff;
	color: #333;
}
.menuol ul>li:hover .subnav a{
	 -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
	width: 180px;
	 opacity: 1;
	 color: #fff;
	 -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

}

.menuol ul>li:hover .subnav a:nth-child(1) {
    transition-delay: 0s;
}
.menuol ul>li:hover .subnav a:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menuol ul>li:hover .subnav a:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menuol ul>li:hover .subnav a:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menuol ul>li:hover .subnav a:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menuol ul>li:hover .subnav a:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menuol ul>li:hover .subnav a:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menuol ul>li:hover .subnav a:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}


.menuol ul>li:hover .subnav a:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menuol ul>li:hover .subnav a:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menuol ul>li:hover .subnav a:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menuol ul>li:hover .subnav a:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}


.menubg {
	float: left;
	height: 135px;
	
	/*position: relative;*/
}
/*.menubg {
	width: 1200px;
	height: 56px;
	background: #343434;
	margin: 0 auto;
	position: relative;
}*/

.menuol ul {
	width:100%;
	height: 135px;
	display: table;
}


.menuol ul li {
	padding: 0px 10px;
	float: left;
	/*height: 40px;*/
	text-align: center;
	position: relative;
}

.menuol>ul>li>a {
	line-height: 135px;
	font-size: 16px;
	color: #000;
	display: block;
	
	
	
}
.menuol ul li:hover{
	color: #fff;
	font-weight: bold;
	background: #3aa936;
}

.menuol ul>li:hover a{ color: #fff;}

.menuol ul li .menuli {
	border-top: none;
	/*background: rgba(0,0,0,.6);*/
	display:none;
	position: absolute;
	z-index:999999;
	top: 104px;
	left: 0px;
	text-align: center;
	width: 100%;
	/*height: 200px;*/
	box-sizing: border-box;
}

.menuli>a{
	color: #555 !important;
	width:100%;
	height: 40px;
	display: block;
	line-height: 40px !important;
	background: #ddd;
	margin-bottom: 1px;
}
.menuli>a:hover{
	color: #fff !important;
	background: #2476dd;
}

#home-ss{
	width: 100%;
	height: 110px;
	background: url(../img/img01.jpg) top center repeat-y #434343;
}
.ss-tel{
	width: 300px;
	height: 110px;
	float: left;
	background: url(../img/img02.png) left center no-repeat;
	color: #fff;
	line-height: 35px;
	box-sizing: border-box;
	padding-top: 15px;
	
}
.ss-tel span{
	padding-left: 70px;
	font-size: 22px;
	
}
.ss-tel i{
	font-size: 34px;
	color: #fff;
	font-family: impact;
	display: table;
	height: 30px;
	padding-left: 60px;
}
.ss-box{
	width: 1000px;
	height: 110px;
	float: right;
	padding-top: 30px;
	box-sizing: border-box;
}
.ss-box span{
	width: 500px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	
}
.ss-box span b{
	font-size: 20px;
	display: table;
}
.ss-box form{
	width: 430px;
	float: right;
	
}
.input2{
	float: left;
	width: 250px;
	height: 50px;
	background:url(../img/ss.png) 20px center no-repeat #fff;
	padding-left: 50px;
	font-size: 16px;
	color: #ddd;
	border-radius: 30px 0px 0px 30px;
}
.bnt2{
	width:120px;
	height: 50px;
	background: #8c8c8c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-radius: 0px 30px 30px 0px;
}


/**/
#home-nav{
	width: 100%;
	height: 1220px;
	background: url(../img/img03.jpg) bottom center no-repeat #eaeaea;
	padding: 50px 0px;
	box-sizing: border-box;
}

.yin {
	padding: 60px 0 100px;
}
.yin ul{
	width: 100%;
}
.yin .one li{
	width: 25%;
	height: 250px;
	float: left;
	background: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #000;
	padding-top: 50px;
	box-sizing: border-box;
}
.yin .one li a{
	color: #333;
}
.yin .one li:nth-of-type(2n){
	background: #eee;
}
.yin .two li{
	width: 25%;
	height: 250px;
	float: left;
	background: #eee;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #000;
	padding-top: 50px;
	box-sizing: border-box;
}
.yin .two li a{
	color: #333;
}
.yin .two li:nth-of-type(2n){
	background: #fff;
}
.yin ul li img{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.yin_t {
	font-size: 40px;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	height: 90px;
	overflow: hidden;
}

.yin_t a {
	color: #000;
}

.yin_t b {
	color: #c1c1c1;
}

.yin_t span {
	display: block;
	font-size: 20px;
	color: #333;
}

.yin_t i {
	color: #c1c1c1;
	padding: 0 15px;
}

.yin dl {
	width: 322px;
	height: 400px;
	position: relative;
	margin: 50px 18px 0 0;
	float: left;
	overflow: hidden;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	background: #fff;
}

.yin dl dt {
	width: 322px;
	line-height: 0;
	position: relative;
}

.yin dl dt img {
	width: 286px;
	height: 435px;
	margin: 0 auto;
	display: block;
}

.yin dl dt h4 {
	font-size: 26px;
	color: #000;
	height: 100px;
	line-height: 100px;
	width: 322px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #c1c1c1;
	transition: height .5s;
	-moz-transition: height .5s;
	/* Firefox 4 */
	-webkit-transition: height .5s;
	/* Safari and Chrome */
	-o-transition: height .5s;
	/* Opera */
}

.yin dl dt h4 em {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 0;
	background: #888;
	border-radius: 50%;
	position: absolute;
	top: -23px;
	left: 140px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}


.yin dl dd {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	width: 322px;
	text-align: center;
	transition: height .5s;
	-moz-transition: height .5s;
	/* Firefox 4 */
	-webkit-transition: height .5s;
	/* Safari and Chrome */
	-o-transition: height .5s;
	/* Opera */
}

.yin dl dd h5 {
	height: 70px;
	line-height: 60px;
	/*overflow: hidden;*/
	font-size: 34px;
	color: #fff;
	margin: 0;
	
}
.yin dl dd h5:after{
	width: 140px;
	height: 3px;
	background: #fff;
	display: block;
	content: "";
	margin: 0 auto;
}

.yin dl dd em {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #3aa936;
	border-radius: 50%;
	padding: 9px;
	margin: 120px auto 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}


.yin dl:hover dd,
.yin dl.cur dd {
	height: 400px;
}

.yin dl:hover dt h4,
.yin dl.cur dt h4 {
	height: 0;
}

.yin dl:hover dt h4 em,
.yin dl.cur dt h4 em {
	top: 0;
}

.yin dl:hover,
.yin dl.cur {
	-webkit-transform: translate(0, -35px);
	transform: translate(0, -35px);
}

.yin .nobor {
	margin-right: 0;
}


#home-shuzi{
	width: 100%;
	height: 158px;
	background: url(../img/home01.jpg);
}
.shuzi{
	width: 1300px;
	margin: 0 auto;
	padding: 40px 0px;
}
.shuzi li{
	width: 33.333%;
	float: left;
	padding-left: 100px;
	box-sizing: border-box;
}
.shuzi li b{
	font-size: 38px;
	font-weight: normal;
	color: #a9db22;
}
.shuzi li p{
	font-size: 18px;
	color: #666;
}

#home-pro{
	width: 100%;
	overflow: hidden;
	background: url(../img/home02.jpg) bottom center no-repeat #eaebed;
	padding: 120px 0px;
}
.pro-box{
	width: 1400px;
	/*height: 1450px;*/
	overflow: hidden;
	/*background: url(../img/home03.jpg) bottom center no-repeat;*/
	
	box-sizing: border-box;
	margin: 0 auto;
}





.home-ss{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.home-ss>p{
	font-size: 16px;
	color: #272727;
	line-height: 50px;
	width: 100%;
}
.home-ss>p b{
	font-size: 18px;
}
.pro2-box{
	width: 305px;
	height: 900px;
	background: url(../img/home01.jpg) left 15px no-repeat #272727;
	float: left;
}
.pro2-box h3{
	font-size: 52px;
	color: #fff;
	margin: 20px 0px 0px 60px;
	height: 70px;
}
.pro2-box h2{
	font-size: 30px;
	color: #fff;
	margin: 0px 0px 20px 60px;
	font-weight: normal;
	height: 30px;
}
.pro2-box ul{
	display: table;
	width: 100%;
	height: 440px;
}
.pro2-box ul li{
	width: 80%;
	height: 45px;
	border: solid 1px #666565;
	font-size: 18px;
	margin: 5px auto;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}
.pro2-box ul li a{color: #fff;}
.pro2-box ul li:hover{
	border: solid 1px #a8da22;
}
.pro-lx{
	padding:0px 30px;
}
.pro-lx img{
	display: block;
	border-bottom: solid 1px #5f5f5f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pro-lx p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.pro-r{
	width: 1074px;
	height: 900px;
	overflow: hidden;
	float: right;
	/*background: #ccc;*/
}

/*
.attc i{
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 0;
	background: url(../img/home18.png) top center no-repeat;
	width: 100%;
	height: 171px;
}
.attc span{
	border: 0 !important;
}*/


.pro-id{
	width: 100%;
	height: 780px;
	/*background: #ff0000;*/
	padding-top: 20px;
}
.pro-id>img{
	display: table;
	margin-bottom: 10px;
}
.pro-id dl{
	width: 32%;
	float: left;
	height: 270px;
	background: #414141;
	margin: 10px 0.6%;
	border: solid 3px #414141;
	box-sizing: border-box;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	position: relative;
}
.pro-id dl:hover{
	border: solid 3px #a8da22;
	background: #a8da22;
}
.pro-id dl dt{
	width: 100%;
}
.pro-id dl dt img{
	width: 100%;
}
.pro-id dl dd{
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.pro-id dl dd a{
	color: #fff;
	
}
#gg{
	width: 100%;
	height: 424px;
	background: url(../img/gg.jpg) top center no-repeat;
	
}
#gg .gg-box{
	width: 850px;
	margin: 0 auto;
	height: 307px;
	position: relative;
}
#gg .gg-box a{
	width: 180px;
	height: 57px;
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 57px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 2;
	box-sizing: border-box;
	border: solid 2px #696d69;

}
#gg .gg-box a:hover{
	background:#555;
	color: #fff;
}

#kehu{
	width: 100%;
	height: 831px;
	background: url(../img/home11.jpg) top center no-repeat;
	padding-top: 80px;
	box-sizing: border-box;
}
.kh-tt{
	width: 568px;
	height: 115px;
	background: url(../img/tt01.png) top center no-repeat;
	margin: 0px auto;
	
}
.kh-tt h3{
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #98cb00;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.kh-tt h2{
	font-size: 46px;
	color: #2e2e2e;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#kehu img{
	display: block;
	margin: 50px auto;
}


#home-ys{
	width: 100%;
	height: 1235px;
	background:url(../img/ysbg.jpg) top center no-repeat #e5e5e5;
	padding-top: 350px;
	box-sizing: border-box;
}
.ys-tt{
	width: 100%;
	height: 150px;
	text-align: right;
	padding-left: 400px;
	box-sizing: border-box;
}
.ys-tt span{
	font-size: 28px;
	background: url(../img/ys01.png)  bottom center no-repeat;
	line-height: 80px;
	height: 80px;
	margin: 20px 30px;
	display: block;
	float: left;
	
}
/*.ys-tt span:hover{
	background: url(../img/ys02.png)  bottom center no-repeat;
	color: #3aa936;
	font-weight: bold;
}*/
.attc{
	background: url(../img/ys02.png)  bottom center no-repeat !important;
	color: #3aa936;
	font-weight: bold;
}
.ys-box{
	width: 100%;
	height: 650px;
	/*background: #fff;*/
}
.ys-box dl{
	width: 100%;
	height: 650px;
	display: table;
}
.ys-box dl dd{
	width: 700px;
	height: 650px;
	/*background: #fff;*/
	float: left;
}
.ys-box dl dd h2{
	font-size: 50px;
	color: #3aa936;
	background: url(../img/ys03.png) left center no-repeat;
	width: 573px;
	height: 111px;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	margin: 0px 0px 30px 0px;
}
.ys-box dl dd h2 span{
	font-size: 58px;
	font-family: impact;
	color: #555;
	background: url(../img/ys04.png) right center no-repeat;
	width: 90px;
	font-weight: normal;
	display: block;
	float: left;
	margin-right: 10px;
}
.ys-box dl dd h3{
	font-size: 32px;
	font-weight: normal;
	color: #555;
	padding-left: 15px;
	margin: 0;
	line-height: 50px;
}
.ys-box dl dd p{
	font-size:18px;
	color: #555;
	line-height: 33px;
	padding: 0px 15px;
	width: 550px;
}
.ys-box dl dd ul{
	margin-top: 40px;
}
.ys-box dl dd ul img{
	margin: 5px;
	width: 330px;
	/*height: 242px;*/
}
.ys-box dl dt{
	width: 630px;
	height: 650px;
	background: #ddd;
	float: right;
}
#home-zhucai{
	width: 100%;
	overflow: hidden;
	/*background: url(../img/pro-bg01.jpg) top center no-repeat;*/
	padding: 90px 0px;
	box-sizing: border-box;
}
.zhucai-box{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}
.homezc-l{
	width: 500px;
	float: right;
}
.homezc-l img{
	margin-bottom: 20px;
}
.homezc-l strong{
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}

.homezc-l p{
	font-size: 18px;
	color: #949494;
	line-height: 30px;
	padding-top: 30px;
	border-bottom: solid 1px #585858;
	padding-bottom: 30px;
	background: url(../img/ys04.png) right bottom no-repeat;
}
.homezc-img{
	float: left;
}

#home-fucai{
	width: 100%;
	height: 1065px;
	background: url(../img/home12.jpg) right top no-repeat;
	padding: 50px 0px;
	box-sizing: border-box;
}
.ys-tt2{
	width: 100%;
}
.ys-tt2 img{
	float: left;
}
.ys-tt2 p{
	width: 550px;
	float: right;
	font-size: 18px;
	color: #949494;
	line-height: 30px;
	padding-bottom: 10px;
	background: url(../img/ys03.png) right bottom no-repeat;
}
.ys-tt2 p strong{
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	display: table;
	line-height: 60px;
}
.homefc-img{
	display: table;
	padding-top: 80px;
}

#home-gy{
	width: 100%;
	overflow: hidden;
	/*background: #ccc;*/
}
#home-gy ul{
	display: table;
	width: 100%;
}
#home-gy ul li{
	width: 49%;
	overflow: hidden;
	float: left;
	position: relative;
	background: #333;
}
#home-gy ul li:nth-of-type(1){
	margin-right: 1%;
}
#home-gy ul li:nth-of-type(2){
	margin-left: 1%;
}
#home-gy ul li>img{
	width: 100%;
}
#home-gy ul li p{
	position: absolute;
	z-index: 222;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 120px;
	display:block;
	/*background: rgb(255,255,255,.6);*/
	background: url(../img/bg_01.png);
	overflow: hidden;
	display: flex;
}
#home-gy ul li p strong{
	width: 20%;
	height: 120px;
	background: #2a2a2a;
	text-align: center;
	font-size: 30px;
	color: #fff;
	display: block;
	float: left;
	font-weight: normal;
	padding: 15px 0px;
	box-sizing: border-box;
}
#home-gy ul li p span{
	float: left;
	width: 80%;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	align-self: center;
	display: block;
	padding: 0px 30px;
	box-sizing: border-box;
}
#home-gy .ys03-tt{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}

#home-anquan{
	width: 100%;
	overflow: hidden;
	background: #333;
	padding: 70px 0px 90px 0;
}
.homegy-tt{
	width: 1400px;
	margin: 0 auto 50px;
	display: table;
}
.homegy-tt img{
	float: left;
}
.homegy-tt p{
	width: 580px;
	float: right;
	font-size: 18px;
	color: #949494;
	line-height: 30px;
	padding-bottom: 30px;
	background: url(../img/ys05.png) right bottom no-repeat;
	border-bottom: solid 1px #585858;
}
.homegy-tt p strong{
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	display: table;
	line-height: 60px;
}
.ys05{
	width: 100%;
}
.ys05 h2{
	font-size: 48px;
	width: 100%;
	text-align: center;
	color: #fff;
	background: url(../img/ys05.jpg) bottom center no-repeat;
	padding-bottom: 90px;
}
.ys05 ul{
	display: table;
	width: 100%;
}
.ys05 ul li{
	width: 452px;
	height: 560px;
	background: #2a2a2a;
	float: left;
}
.ys05 ul li img{
	display: block;
	width: 100%;
}
.ys05 ul li p{
	font-size: 18px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	padding-top: 40px;
	background: url(../img/ys09.png) center 10px no-repeat;
	display: table;
}
.ys05 ul li p b{
	display: table;
	font-size: 20px;
	text-align: center;
	width: 100%;
	line-height: 50px;
}
.ys05 ul li:nth-of-type(2){
	margin: 0px 20px;
}

#home-gylc{
	width: 100%;
	overflow: hidden;
	background: #4c4a4b;
	padding: 70px 0px 100px 0px; 
}
.gylc-tt{
	width: 100%;
	height: 128px;
	background: url(../img/case-tt02.png)  center center no-repeat;
	margin-bottom: 60px;
}
.gylc-tt h2{
	font-size: 46px;
	text-align: center;
	width: 100%;
	color: #98cb00;
	padding: 0;
	margin: 0;
}
.gylc-tt p{
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.byc {
	width: 1400px;
	height: 665px;
	margin: 0 auto;
	overflow: hidden;
}

.byc ul li {
	width: 100%;
	height: 665px;
	list-style: none;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.byc ul li {
	width: 11.111%;
	height: 665px;
	float: left;
	position: relative;
	overflow: hidden;
}

.byc ul li img {
	height: 665px;
}

.byc ul:hover li {
	width:6.25%;
	
}

.byc ul li:hover {
	width: 50%;
}

.byc ul li i {
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 665px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.byc ul li span{
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 99999;
	font-size: 22px;
	color: #fff;
	width: 100px;
	text-align: center;
}
.byc ul li span b{
	font-size: 36px;
	color: #fff;
	font-family: impact;
	display: table;
	width: 100px;
	text-align: center;
	font-weight: normal;
	
}
.byc ul li:hover i {
	opacity: 0;
}

#home-about {
	width: 100%;
	height:946px;
	background: url(../img/aboutbg.jpg) top center no-repeat;
	background-size: 100% 100%;
	/*background-attachment: fixed;*/
	padding: 80px 0px;
	box-sizing: border-box;
	display: table;
}
#home-about h2{
	font-size: 42px;
	width: 250px;
	height: 70px;
	color: #3aa936;
	margin: 0 auto;
	background: url(../img/logo02.png) left center no-repeat;
	padding-left: 80px;
	position: relative;
	box-sizing: border-box;
}
#home-about h2:after{
	content: "";
	width: 170px;
	height: 3px;
	background: #3aa936;
	display: block;
	position: absolute;
	z-index: 22;
	right: 0;
	bottom: 0;
}
#home-about>p{
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}


.about-content{
	width: 1400px;
	height: 572px;
	background: #fff;
	margin: 50px auto;
}
.about-content .about-l{
	width: 562px;
	height: 572px;
	background:#333;
	padding: 50px 50px;
	box-sizing: border-box;
	display: block;
	float: left;
}
.about-content .about-l h3{
	font-size: 34px;
	color: #fff;
	font-weight: normal;
	line-height: 80px;
	margin: 0;
}
.about-content .about-l p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.about-content .about-l a{
	width: 180px;
	height: 45px;
	display: block;
	background: url(../img/more06.png) 130px center no-repeat #3aa936;
	border-radius: 10px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	margin-top: 40px;
	padding-left: 30px;
	box-sizing: border-box;
}
.about-content .about-l a:hover{
	background: url(../img/more06x.png) 130px center no-repeat  #fff;
	color: #333;
}
.about-content .about-r{
	width: 838px;
	height: 561px;
	float: right;
	/*background: #ccc;*/
}
.about-content .about-r>p{
	width: 100%;
	display: table;
	height: 281px;
}
.about-content .about-r>p a{
	float: left;
	width: 419px;
	height: 293px;
	display: block;
}
.about-content .about-r>p a img{
	width: 100%;
	height: 100%;
}
.nub-cont{
	width: 838px;
	height: 280px;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	
}
.nub-cont li{
	width: 33.3%;
	float: left;
	font-size: 18px;
	color: #555;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
	/*background: #ff0000;*/
	display: block;
}
.nub-cont li p{
	display: table;
	padding: 40px 0px 5px 0px;
	text-align: center;
	width: 100%;
}
.nub-cont li p b{
	font-size: 68px;
	color: #3aa936;
	font-weight: normal;
	float: left;
	margin-right: 10px;
	line-height: 60px;
	height: 60px;
}
.nub-cont li p span{
	font-size: 40px;
	line-height: 20px;
	color: #3aa936;
	float: left;
}


#home-zz{
	width: 100%;
	height: 702px;
	background: url(../img/zizhibg.jpg) top center no-repeat;
	padding: 100px 0px;
	box-sizing: border-box;
	display: table;
}
#home-zz .tt{
	width: 442px;
	height: 180px;
	background: #3ba936;
	padding: 40px 40px;
	box-sizing: border-box;
}
#home-zz .tt h2{
	font-size: 46px;
	color: #fff;
	margin: 0;
}
#home-zz .tt p{
	font-size: 24px;
	color: #fff;
}
.zz-l{
	float: left;
	margin: 0px 15px 0px 100px;
}
.zz-r{
	float: left;
}
.zz-r img{
	margin: 0px 10px;
}

#home-case{
	width: 100%;
	height: 1065px;
	background: url(../img/casebg2.jpg) bottom center no-repeat #e8e8e8;
	padding: 80px 0px;
	box-sizing: border-box;
}
.case-tt{
	width: 100%;
	height: 128px;
	
	margin-bottom: 30px;
}
.case-tt h2{
	font-size: 42px;
	text-align: center;
	width: 300px;
	color: #3aa936;
	height: 69px;
	/*padding: 0;*/
	margin: 0 auto;
	/*border-bottom: solid 3px #3aa936;*/
	background: url(../img/logo02.png)  left center no-repeat;
	padding-left: 60px;
}
/*.case-tt h2 img{
	vertical-align: middle;
	margin-right: 5px;
}*/
.case-tt h2:after{
	content: "";
	width:250px;
	height: 3px;
	background: #3aa936;
	display: block;
	margin: 0 auto;
	
}
.case-tt p{
	font-size: 24px;
	color: #555;
	width: 100%;
	text-align: center;
	line-height: 50px;
}
.case-box{
	width: 1400px;
	height: 1000px;
	margin: 0 auto;
}
.case-box ul{
	display: table !important;
	
}
.case-box img:hover{
	box-shadow: 0px 0px 15px #888;
}
.case-top{
	width: 946px;
	height: 298px;
	margin: 0 auto;
	/*position: absolute;*/
	
}
.case-top li{
	float: left;
	height: 298px;
}
.case-top li img{
	display: block;
}

.case-top>a{
	width: 250px;
	height: 243px;
	display: block;
	background: #3aa936;
	font-size: 38px;
	color: #fff;
	text-align: center;
	float: left;
	padding-top: 70px;
	box-sizing: border-box;
	position: relative;
	bottom: -100px;
	right: 0;
}
.case-top>a span{
	font-size: 70px;
	display: table;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	
}
.case-top>a:hover{
	background: #adadad;
}
.case-bottom{
	width: 1400px;
	height: 396px;
	margin: 0 auto;
	/*position: absolute;*/
	display: table;
}
.case-bottom li{
	float: left;
}
.case-bottom li p{
	width:407px;
	height: 80px;
	background: #adadad;
	display: table;
	font-size: 16px;
	padding: 15px 20px;
	color: #fff;
	box-sizing: border-box;
	line-height: 28px;
}



#home-news{
	width: 100%;
	height: 860px;
	background:#fff;
	padding-top: 80px;
	box-sizing: border-box;
}
.news-tt{
	width: 100%;
	height: 128px;
	background: url(../img/case-tt.png)  center center no-repeat;
}
.news-tt h2{
	font-size: 46px;
	text-align: center;
	width: 100%;
	color: #98cb00;
	padding: 0;
	margin: 0;
}
.news-tt p{
	font-size: 20px;
	color: #555;
	width: 100%;
	text-align: center;
}
.news-tt2{
	width: 100%;
	height: 50px;
}
.news-tt2 h3{
	font-size: 20px;
	color: #222;
	float: left;
	width: 120px;
}
.news-tt2>a{
	font-size: 14px;
	line-height: 70px;
	color: #999;
	float: right;
	width: 120px;
	display: block;
	text-align: right;
}
.news-tt2>a:hover{color: #98cb00;}
.news-l{
	width: 490px;
	height:580px;
	/*background: #f3f3f3;*/
	float: left;
	margin-top: 50px;
}
.news-l ul{
	width: 100%;
	overflow: hidden;
}
.news-l ul li{
	width: 100%;
	height: 150px;
	/*background: #eee;*/
	display: table;
	margin-bottom: 15px;
}
.news-l ul li>a{
	float: left;
	width: 170px;
	height: 145px;
	display: block;
	
}
.news-l ul li>a:hover{color: #98cb00;}
.news-l ul li>a img{
	width: 190px;
	height: 145px;
	margin-right: 15px;
}
.news-l ul li>div{
	float: right;
	width: 285px;
	height: 145px;
}
.news-l ul li>div a{
	font-size: 18px;
	color: #333;
}
.news-l ul li>div a:hover{color: #98cb00;}
.news-l ul li>div span{
	font-size: 14px;
	color: #999;
	display: table;
	line-height: 30px;
}
.news-l ul li>div p{
	font-size: 14px;
	color: #888;
}
.news-c{
	width: 488px;
	height: 580px;
	/*background: #ddd;*/
	float: left;
	margin: 50px 15px;
}
.news-c ul>img{
	width: 100%;
	height: 247px;
}
.news-c ul li{
	height: 100px;
	background: #f6f6f6;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
}
.news-c ul li span{
	width: 130px;
	text-align: center;
	font-size: 16px;
	display: block;
	float: left;
	color: #666;
	border-right: solid 1px #b4b4b4;
	margin-right: 20px;
}
.news-c ul li span i{
	font-size: 44px;
	color: #666;
	display: table;
	text-align: center;
	width: 100%;
}
.news-c ul li a{
	font-size: 18px;
	color: #333;
}
.news-c ul li a:hover{color: #98cb00;}
.news-c ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}



.news-r{
	width: 392px;
	height: 580px;
	
	float: left;
	margin: 50px 0px;
	
}
.news-r ul{
	display: table;
	width: 100%;
	height: 500px;
	padding: 15px 20px 0px 20px;
	box-sizing: border-box;
	background: #f6f6f6;
}
.news-r ul>img{
	width: 100%;
	height: 170px;
}
.news-r ul li{
	height: 105px;
	width: 100%;
	border-bottom: dashed 1px #bcbcbc;
	margin-bottom: 10px;
}
.news-r ul li a{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: left;
	background: url(../img/wen.jpg) left top no-repeat;
	padding-left: 30px;
}
.news-r ul li a:hover{color: #98cb00;}
.news-r ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	background: url(../img/da.jpg) left top no-repeat;
	padding-left: 30px;
}
/*底部*/

#foot {
	width: 100%;
	height: 490px;
	background:#171717;
	padding: 70px 0px 0px 0px;
	box-sizing: border-box;
	overflow: hidden;
	border-top: solid 10px #3aa936;
}
#foot .foot-l{
	width: 500px;
	float: left;
}
#foot .foot-l>img{
	display: table;
	margin: 10px 0px 50px 0px;
}
#foot .foot-l p{
	width: 320px;
	display: table;
}
#foot .foot-l span{
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	float: left;
	width: 50%;
	height: 100%;
	padding-right: 10px;
	box-sizing: border-box;
}
#foot .foot-l span img{
	display: table;
	margin: 0px auto;
}
#foot .foot-r{
	width: 800px;
	float:right;
}
#foot .b-nav{
	width: 100%;
	height: 70px;
	border-bottom: solid 1px #3a3a3a;
	margin: 0 auto;
	display: table;
	text-align: center;
	background: url(../img/b-nav.jpg) left 10px no-repeat;
	padding-bottom: 20px;
}
#foot .b-nav a{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	float: left;
	margin: 0px 20px 0px 20px;
}
#foot .b-nav a:hover{
	color: #ccc;
}

#foot .b-lx{
	width: 800px;
	height: 150px;
	float: right;
	/*background: #666;*/
	border-bottom: solid 1px #3a3a3a;
	display: table;
}

#foot .b-lx ul{
	border-bottom: solid 1px #3a3a3a;
	padding: 0px 0px 50px 0px;
	height: 200px;
	box-sizing: border-box;
	
	
}
#foot .b-lx ul .add{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	float: left;
	width: 400px;
	padding-top: 30px;
}
#foot .b-lx ul .add img{
	float: left;
	display: block;
	margin-right: 15px;
	
}
#foot .b-lx ul .b-tel{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	float: right;
	width: 370px;
	padding-top: 30px;
}
#foot .b-lx ul .b-tel img{
	margin-right: 15px;
	float: left;
	display: block;
	
}


.b-link {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	font-size: 16px;
	color: #8a8885;
	line-height: 70px;
	text-align: left;
	display: table;
}

.b-link a {
	color: #8a8885;
	margin: 0px 20px;
}

.b-link a:hover {
	color: #fff;
}
#copy{
	width: 100%;
	height: 90px;
	margin: 0px auto;
	font-size: 16px;
	text-align: center;
	line-height: 100px;
	color: #999;
	background: #000;
	border-top: solid 1px #313131;
}
#copy p{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}
#copy span:nth-of-type(1){
	display: block;
	float: left;
	height: 90px;
	box-sizing: border-box;
}
#copy span:nth-of-type(2){
	display: block;
	float: right;
	height: 90px;
	box-sizing: border-box;
}
#copy span>a{
	color: #999;
}
#copy span>a:hover{
	color: #fff;
}
#copy span img{
	padding-top: 10px;
	
}
#copy>a{
	color: #999;
	float: right;
}
#copy img{
	margin-left: 100px;
	margin-top: 10px;
}

/*内容样式*/
.bg_inner {
	
	height: 408px;
	width: 100%;
}
.pro-banner{
	background: url(../img/pro-banner.jpg) top center no-repeat;
}
.case-banner{
	background: url(../img/case-banner.jpg) top center no-repeat;
}
.about-banner{
	background: url(../img/about-banner.jpg) top center no-repeat;
}
.service-banner{
	background: url(../img/fuwu-banner.jpg) top center no-repeat;
}
.news-banner{
	background: url(../img/news-banner.jpg) top center no-repeat;
}
.xiaoqu-banner{
	background: url(../img/xiaoqu-banner.jpg) top center no-repeat;
}
.huwai-banner{
	background: url(../img/huwai-banner.jpg) top center no-repeat;
}
.ertong-banner{
	background: url(../img/ertong-banner.jpg) top center no-repeat;
}
.contact-banner{
	background: url(../img/contact-banner.jpg) top center no-repeat;
}

.ny-ss{
	width: 100%;
	height: 80px;
	background: #cbcbcb;
	padding: 10px 0px;
	box-sizing: border-box;
}
.ny-ss div{
	width: 1360px;
	margin: 0 auto;
}
.ny-ss div form{
	width: 430px;
	/*background: #eee;*/
	float: right;
	padding: 3px 0px;
	box-sizing: border-box;
}

.ny-ss .input{
	float: left;
	width: 250px;
	height: 50px;
	background:url(../img/ss.png) 20px center no-repeat #fff;
	padding-left: 50px;
	font-size: 16px;
	color: #ddd;
	border-radius: 30px 0px 0px 30px;
}
.ny-ss .bnt{
	width:120px;
	height: 50px;
	background: #8c8c8c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-radius: 0px 30px 30px 0px;
}
.ny-ss div p{
	width: 650px;
	float: left;
	text-align: left;
}
.ny-ss div p{
	font-size: 16px;
	color: #333;
	line-height:59px;
}
.ny-ss div p b{
	font-size: 20px;
}


/*内页左侧*/
#main1400{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 50px;
}
#ny-l{
	width: 280px;
	overflow: hidden;
	float: left;
}
#ny-r{
	width: 1080px;
	overflow: hidden;
	float: right;
	/*background: #666;*/
}

.pro-l{
	width: 305px;
	overflow: hidden;
	background: #cbcbcb;
}
.pro-l .tt{
	width: 100%;
	height: 168px;
	background: #3aa936;
	padding: 30px 40px;
	box-sizing: border-box;
}
.pro-l .tt h3{
	font-size: 44px;
	color: #fff;
	padding: 0;
	margin: 0;
	/*height: 20px;*/
	line-height: 40px;
}
.pro-l .tt h2{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/*左侧折叠分类*/
.menu_head {
	width:100%;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	position: relative;
	margin: 0px;
	/*font-weight: bold;*/
	background: url(../img/left02.png) 240px center no-repeat #cbcbcb;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
}
.menu_head>a{ color: #333 !important;}
.menu_head>a:hover{ color: #000;}
.menu_list .current {
	background: url(../img/left02.png) 240px center no-repeat #e6e6e6;
}
.menu_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 38px;
	background:#fff;
	
}
.menu_body a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	color: #777777;
	/*background:url(../img/left01.jpg) 15px center no-repeat;*/
	text-decoration: none;
	border-bottom:dashed 1px #ddd;
	font-size: 16px;
}
.menu_body a:hover {
	text-decoration: none;
}



.lx-l{
	width: 280px;
	height: 380px;
	background: #3aa936;
	overflow: hidden;
}
.lx-l p{
	padding: 30px 0px;
	box-sizing: border-box;
}
.lx-l p span{
	font-size: 18px;
	color: #fff;
	display: table;
	width: 100%;
	text-align: center;
}
.lx-l p span img{
	vertical-align: middle;
	margin-right: 10px;
}
.lx-l p i{
	font-size: 38px;
	color: #fff;
	width: 100%;
	display: table;
	text-align: center;
	font-family: impact;
}
.posi01{
	width: 1069px;
	height: 47px;
	background: url(../img/home.jpg) left top no-repeat #d1d1d1;
	font-size: 18px;
	color: #333;
	line-height: 47px;
	padding-left: 60px;
}
.posi01 a{
	color: #333;
}
.posi01 a:hover{color: #3aa936;}

.posi02{
	width: 1360px;
	height: 47px;
	background: url(../img/home.jpg) left top no-repeat #d1d1d1;
	font-size: 18px;
	color: #333;
	line-height: 47px;
	padding-left: 60px;
	box-sizing: border-box;
	margin: 0 auto;
}
.posi02 a{
	color: #333;
}
.posi02 a:hover{color: #3aa936;}

.ny-pro-box{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}
.ny-pro-box dl{
	width: 330px;
	height: 370px;
	background: #fff;
	float: left;
	margin: 10px 0.5%;
	padding:10px;
	box-sizing: border-box;
	overflow: hidden;
	
}
.ny-pro-box dl dt{
	width: 100%;
	height: 300px;
	display: table;
	position: relative;
}
.ny-pro-box dl dt img{
	width: 100%;
	height: 300px;
}
.ny-pro-box dl dd{
	height: 50px;
	background: #68b764;
	line-height: 50px;
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;

}
.ny-pro-box dl dd a{
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	
}
.ny-pro-box dl dd span{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.ny-pro-box dl dt p{
	width: 100%;
	height: 0px;
	background: rgb(104,183,100,.3);
	position: absolute;
	z-index: 22;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.ny-pro-box dl:hover dt p{
	height: 100%;
}

.ny-case-box{
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.ny-case-box dl{
	width: 31.333%;
	height: 380px;
	float: left;
	margin: 15px 1%;
	background: #fff;
}
.ny-case-box dl dt{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.ny-case-box dl dt img{
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.ny-case-box dl dd{
	width: 100%;
	text-align: left;
	padding: 15px 30px;
	box-sizing: border-box;
}
.ny-case-box dl dd a{
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #000;
	line-height: 50px;
}
.ny-case-box dl dd p{
	color: #888;
	font-size: 16px;
}
.ny-case-box dl:hover dt img{
	transform: scale(1.1);
}
.ny-case-box dl:hover{
	background: #d1d1d1;
}
.ny-case-box dl:hover dd a{
	color: #000;
}
.ny-case-nr{
	padding: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.ny-case-nr h1{
	font-size: 24px;
	color: #333;
	width: 100%;
	text-align: center;
	font-weight: normal;
	border-bottom: dashed 1px #888;
	line-height: 80px;
}
.ny-case-nr img{
	display: block;
	margin: 10px auto;
}


/*服务支持*/
.service-video{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
}
.video-box{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.jishu_video{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.jishu_video dl{
	width: 31.3%;
	height: 300px;
	background: #ccc;
	margin: 10px 1%;
	float: left;
}
.jishu_video dl dt{
	width: 100%;
	height: 250px;
}
.jishu_video dl dt img{
	width: 100%;
	height: 100%;
}
.jishu_video dl dd{
	width: 100%;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #000;
}




.service-lx{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.service-lx dl{
	width: 48%;
	height: 130px;
	background: #dfdfdf;
	margin: 10px 1%;
	float: left;
	padding: 25px;
	box-sizing: border-box;
}
.service-lx dl dt{
	width: 80px;
	height: 80px;
	background: #a9db22;
	display: block;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	
}
.service-lx dl dt img{
	display: block;
	margin: 0px auto;
	padding-top: 20px;
}
.service-lx dl dd{
	width: 460px;
	float: right;
	font-size: 18px;
	color: #555;
}
.service-lx dl dd span{
	font-size: 40px;
	color: #a9db22;
	font-weight: bold;
	display: table;
}

.service-fuwu{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.service-fuwu>p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 0px 50px 50px 50px;
	overflow: hidden;
}
.service-fuwu ul{
	width: 100%;
	height: 396px;
	overflow: hidden;
}
.service-fuwu ul>img{
	float: left;
}
.service-fuwu ul li{
	width: 25%;
	height: 198px;
	float: left;
	background: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	
}
.service-fuwu ul li span{
	font-size: 42px;
	font-family: impact;
	width: 100%;
	text-align: center;
	display: table;
}
.service-fuwu ul li h4{
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
.service-fuwu ul li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
 .bb{
 	background: #676767 !important;
 }
 .aa span{
 	color: #999;
 }

 .bb span{
 	color: #c2c2c2;
 }
 .aa h4{
 	color: #333;
 }

 .bb h4{
 	color: #fff;
 }
 .aa p{
 	color: #999;
 }

 .bb p{
 	color: #eee;
 }



.pro-tt4{
	width: 1045px;
	height: 120px;
	background: url(../img/pro-tt04.png) top center no-repeat;
	margin: 0px auto;
	
}
.pro-tt4 h2{
	font-size: 46px;
	color: #a9db22;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
.pro-tt4 p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-align: center;
}

/*新闻页面*/
.ny-news-box{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.ny-news-box dl{
	width: 31.3333%;
	height: 380px;
	background: #fff;
	margin: 15px 1%;
	float: left;
}
.ny-news-box dl dt{
	width:100%;
	height: 260px;
}
.ny-news-box dl dt img{
	width: 100%;
	height: 100%;
}
.ny-news-box dl dd{
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
}
.ny-news-box dl dd a{
	font-size: 18px;
	color: #333;
	line-height: 50px;
	display: table;
}
.ny-news-box dl dd p{
	color: #666;
	background: url(../img/time01.png) left center no-repeat;
	padding-left: 20px;
}

.ny-news-box dl:hover{
	background: #d1d1d1;
}
.ny-news-box dl:hover dd,
.ny-news-box dl:hover dd a{
	color: #000;
}
.ny-news-box dl:hover dd p{
	color: #000;
	background: url(../img/time01.png) left center no-repeat !important;
}
.ny-news-box dl:hover dd span a{
	color: #000;
}

.intro-news{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.intro-news img{
	display: block;
	margin: 10px auto;
}


/*关于我们页面*/
.about{
	width: 100%;
	overflow: hidden;
	background: url(../img/aboutbg.jpg) center 100px no-repeat #f1f1f1;
}
.about-box{
	width: 1400px;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
}
.about-video{
	width: 400px;
	height: 450px;
	background: #a9db22;
	position: relative;
	float: left;
}
.about-video span{
	width: 600px;
	height: 500px;
	background: #333;
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 30px;
}
.about-nr{
	width: 700px;
	height: 430px;
	overflow: hidden;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-top: 50px;
}
.about-nr h1{
	font-size: 38px;
	color: #a9db22;
}
#about-cr{
	width: 100%;
	height: 1000px;
	background: url(../img/jianyingbg.jpg) top center no-repeat #fff;
	padding-top: 100px;
	box-sizing: border-box;
}
.cr{
	width: 1360px;
	overflow: hidden;
	margin: 0 auto;
	/*padding: 50px 0px;*/
}
.cr li{
	width: 24%;
	height: 280px;
	float: left;
	margin: 10px 0.5%;
	position: relative;
	overflow: hidden;
}
.cr li img{
	width: 100%;
	height: 230px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.cr li p{
	width: 100%;
	height: 50px;
	background: #c7c7c7;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cr li p a{
	color: #333;
}
.cr li:hover img{
	transform: scale(1.1);
}



/*页码*/

.list_page {
	text-align: center;
	margin: 10px;
	display: block;
	width: 880px;
}

.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}

.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}

.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}

.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}

.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ddd;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #ddd;
	text-decoration: underline;
}
.pian li a:hover{ color: #fff;}
.nycp_left {
	width: 50%;
	float: left;
}

.nycp_right {
	width: 50%;
	float: left;
}



#nycp_zong_l {
	width: 700px;
	height: 550px;
	float: left;
}

#nycp_zong_r {
	width: 530px;
	height: 510px;
	float: right;
	padding: 20px 80px 20px 20px;
}

#nycp_zong_r h1 {
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 26px;
}

.intro {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}
.intro strong{
	width: 100px;
	height: 35px;
	background: #3aa936;
	font-size: 18px;
	color: #fff;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: normal;
}
.intro-hr{
	border-bottom: dashed 1px #555;
}
.pro-tel{
	width: 460px;
	height: 70px;
	padding: 15px;
	background: #3aa936;
	box-sizing: border-box;
	border-radius: 5px;
}
.pro-tel span{
	background: url(../img/pro-tel.png) left center no-repeat;
	font-size: 24px;
	color: #fff;
	padding-left: 50px;
	float: left;
	height: 43px;
	font-style:  italic;
}
.pro-tel b{
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	font-family: impact;
	font-style:  italic;
	float: left;
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.pro-tel>a>img{
	padding-left: 25px;
	padding-top: 5px;
}


#pro-xijie{
	width: 100%;
	overflow: hidden;
	background: url(../img/pro-bg01.jpg) top center no-repeat #fafafa;
	padding: 90px 0px;
	box-sizing: border-box;
}

.pro-tt{
	width: 100%;
	height: 128px;
	margin-bottom: 30px;
}
.pro-tt h2{
	font-size: 42px;
	text-align: center;
	width: 200px;
	color: #3aa936;
	height: 69px;
	/*padding: 0;*/
	margin: 0 auto;
	/*border-bottom: solid 3px #3aa936;*/
	background: url(../img/logo02.png)  left center no-repeat;
	padding-left: 60px;
}
.pro-tt h2:after{
	content: "";
	width:180px;
	height: 3px;
	background: #3aa936;
	display: block;
	margin: 0 auto;
	
}
.pro-tt p{
	font-size: 20px;
	color: #555;
	width: 100%;
	text-align: center;
	line-height: 30px;
}


.w100{
	width: 100%;
	overflow: hidden;
}
.xj{
	width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
}
.xj li{
	width: 31.3%;
	height: 300px;
	float: left;
	margin: 15px 1%;
	border: solid 3px #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.xj img{
	width: 100%;
	height: 100%;
}


#pro-ys{
	width: 100%;
	overflow: hidden;
	/*background: url(../img/pro-bg01.jpg) top center no-repeat;*/
	padding: 90px 0px;
	box-sizing: border-box;
}
.pro-tt2{
	width: 100%;
	height: 128px;
	margin-bottom: 30px;
}
.pro-tt2 h2{
	font-size: 42px;
	text-align: center;
	width: 300px;
	color: #3aa936;
	height: 69px;
	/*padding: 0;*/
	margin: 0 auto;
	/*border-bottom: solid 3px #3aa936;*/
	background: url(../img/logo02.png)  left center no-repeat;
	padding-left: 60px;
}
.pro-tt2 h2:after{
	content: "";
	width:250px;
	height: 3px;
	background: #3aa936;
	display: block;
	margin: 0 auto;
	
}
.pro-tt2 p{
	font-size: 22px;
	color: #575757;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.ys{
	width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
}
.ys dl{
	width: 48%;
	height: 530px;
	float: left;
	margin: 10px 1%;
	overflow: hidden;
}
.ys dl dt{
	width: 100%;
	height: 449px;
	box-sizing: border-box;
}
.ys dl dt img{
	width: 100%;
	height: 100%;
}
.ys dl dd{
	width: 100%;
	height: 75px;
	background: #818181;
	display: flex;
}
.ys dl dd span{
	background: url(../img/ys01.png) right center no-repeat;
	width: 90px;
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	font-family: impact;
	margin-right: 20px;
	
}
.ys dl dd p{
	float: left;
	width: 530px;
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	align-self: center;
}
#pro-canshu{
	width: 100%;
	height: 542px;
	background: url(../img/canshubg.jpg) top center no-repeat;
	padding: 70px 0px;
	box-sizing: border-box;
	margin-top: 50px;
}
.canshu{
	width: 1360px;
	margin: 0 auto;
}
.canshu ul{
	width: 95%;
	height: 482px;
	margin: 0 auto;
}
.canshu ul h3{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #3aa936;
	text-align: center;
	display: block;
	font-size: 26px;
	color: #fff;
	margin: 0;
	border: solid 1px #cacaca;
	box-sizing: border-box;

}
.canshu ul li{
	width: 50%;
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	color: #555;
	background: #dadada;
	float: left;
	border: solid 1px #cacaca;
	box-sizing: border-box;
}
.canshu ul li b{
	width:150px;
	height: 50px;
	line-height: 50px;
	background: #3aa936;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	float: left;
	margin-right: 20px;

}

#pro-zhucai{
	width: 100%;
	overflow: hidden;
	/*background: url(../img/pro-bg01.jpg) top center no-repeat;*/
	padding: 90px 0px;
	box-sizing: border-box;
}
.zhucai{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 50px;
}
.zc-l{
	width: 400px;
	float: left;
}
.zc-l h3{
	font-size: 46px;
	color: #a9db22;
	margin: 0;
}
.zc-l h4{
	font-size: 18px;
	color: #fff;
	background: url(../img/zhucai01.png) bottom repeat-x;
	padding-bottom: 20px;
	font-weight: normal;
	margin: 0;
}
.zc-l p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-top: 100px;
}
.zc-img{
	float: right;
}



#pro-fucai{
	width: 100%;
	overflow: hidden;
	padding: 90px 0px;
	box-sizing: border-box;
}
#pro-fucai>p{
	width: 1400px;
	margin: 0 auto;
	height: 120px;
	border: solid 3px #d7d7d7;
	font-size: 24px;
	color: #000;
	line-height: 45px;
	padding: 10px 50px;
	box-sizing: border-box;
}
.fucai{
	width: 1360px;
	height: 600px;
	margin: 0 auto;
}
.fucai .wz{
	width: 600px;
	height: 600px;
	float: left;
	/*background: #fff;*/
}
.fucai .wz h3{
	width: 565px;
	height: 145px;
	background: url(../img/fucai-tt.png) left top no-repeat;
	font-size: 48px;
	color: #3aa936;
	padding: 10px 40px;
	box-sizing: border-box;
	margin: 0;
}
.fucai .wz h3 p{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.fucai .wz>p{
	font-size: 18px;
	color: #555;
	padding: 0px 20px;
	line-height: 35px;
}
.fucai .wz p strong{
	font-size: 32px;
	font-weight: normal;
	display: table;
	line-height: 60px;
}
.fucai ul{
	width: 750px;
	height: 600px;
	float: right;
	/*background: #ff0000;*/
}
.fucai li{
	width: 360px;
	height: 190px;
	float: left;
	margin: 5px;
}
.fucai li img{
	width: 100%;
	height: 100%;
}
.pro-tt3{
	width: 100%;
	height: 128px;
	margin-bottom: 30px;
}
.pro-tt3 h2{
	font-size: 42px;
	text-align: center;
	width: 380px;
	color: #3aa936;
	height: 69px;
	/*padding: 0;*/
	margin: 0 auto;
	/*border-bottom: solid 3px #3aa936;*/
	background: url(../img/logo02.png)  left center no-repeat;
	padding-left: 60px;
}
.pro-tt3 h2:after{
	content: "";
	width:335px;
	height: 3px;
	background: #3aa936;
	display: block;
	margin: 0 auto;
	
}
.pro-tt3 p{
	font-size: 20px;
	color: #555;
	width: 100%;
	text-align: center;
	line-height: 30px;
}




#pro-case{
	width: 100%;
	height: 902px;
	padding: 60px 0px;
	box-sizing: border-box;
	background: url(../img/casebg.jpg)  bottom center no-repeat #ccc;
}
.case{
	width: 1360px;
	margin: 0 auto;
}
.case li{
	width: 32.33%;
	height: 300px;
	float: left;
	margin: 10px 0.5%;
}
.case li img{
	width: 100%;
	height: 100%;
}
#pro-service{
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 20px 0px;
	box-sizing: border-box;
}
.service{
	width: 1360px;
	margin: 0 auto;
}
.service dl{
	width: 660px;
	height: 160px;
	background: #ffffff;
	margin: 10px;
	float: left;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px #ccc;
}
.service dl dt{
	width: 120px;
	height: 160px;
	background: #68ba65;
	display: block;
	/*margin: 20px;*/
	float: left;
}
.service dl dt img{
	display: block;
	vertical-align: middle;
	margin: 50px auto;
}
.service dl dd{
	float: right;
	width: 520px;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.service dl dd strong{
	font-size: 22px;
	color: #68ba65;
}
.service dl dd p{
	font-size: 16px;
	color: #555;
	line-height:30px;
}

#pro-tuijian{
	width: 100%;
	overflow: hidden;
	padding: 90px 0px 30px;
	box-sizing: border-box;
}
.tuijian{
	width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
}
.tuijian li{
	width: 31.333%;
	height: 330px;
	margin: 10px 1%;
	float: left;
	position: relative;
}
.tuijian li img{
	width: 100%;
	height: 300;
}
.tuijian li p{
	width: 100%;
	height: 50px;
	background: #666666;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}



.intro1 {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #999;
}

.intro4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-bottom: dashed 2px #ccc;
	border-top: dashed 2px #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}

.intro4_l {
	width: 440px;
	float: left;
}

.intro4_r {
	width: 200px;
	float: left;
}

.intro2 img {
	height: auto;
	margin: 0px 10px;
	border: 0px;
}

.intro3 {
	height: auto;
	margin: 20px;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #333;
}

.nyr_tt {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background: #d2d2d2;
}

.nyr_tt h2 {
	width: 180px;
	text-align: left;
	line-height: 36px;
	height: 36px;
	text-align: center;
	background: #555;
	color: #fff;
	font-size: 16px;
}

.info {
	width: 100%;
	color: #666;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0px auto;
}

.web {
	width: 100%;
	background: #ddd;
	color: #666;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin: 0px auto;
	padding-left: 20px;
	box-sizing: border-box;
}
.web a{
	color: #666;
}
.web a:hover{
	color: #000;
}

.fenxiang {
	width: 880px;
	color: #000;
	display: block;
	height: 40px;
	font: 14px #666 40px;
	text-align: left;
	margin: 0px auto;
}

.nr {
	width: 95%;
	margin: 20px auto;
}

.nr11 img {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px;
}
#main1400{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	
}
.pc_tt {
	width: 100%;
	height: 33px;
	background: #eee;
	border: solid 1px #ddd;
	margin: 0 auto;
	color: #c80002;
	line-height: 33px;
	padding-left: 10px;
	margin-top: 20px;
	box-sizing: border-box;
}

.pc_tt h2 {
	font-size: 16px;
}

.pc_nr {
	width: 100%;
	padding: 10px 10px;
	height: 200px;
	margin: 0 auto;
	border: solid 1px #ddd;
	background: #fff;
	box-sizing: border-box;
}


/*放大镜效果*/
#nycp_zong {
	width: 1360px;
	background: #fff;
	height: 860px;
	margin: 20px auto auto auto;
	box-sizing: border-box;
}
.jqzoom {
	text-decoration: none;
	float: left;
	z-index: 999;
}
#goodsshow{
	padding: 30px;
	box-sizing: border-box;
}
#goodsshow .shop_big {
	border: 2px solid #ddd;
	/*padding: 10px;*/
	/*background: #ddd;*/
	width:680px;
	height: 680px;
	box-sizing: border-box;
	cursor: pointer;
}
#goodsshow .shop_big img{
	width: 100%;
	height: 100%;
}
#goodsshow .shop_plist {
	clear: both;
	width: 680px;
}

#prolist {
	width: 640px;
	float: left;
	overflow: hidden;
	height: 108px;
	position: relative;
	margin: 10px 0 0 0;
}

#prolist ul {
	margin: 0;
	padding: 0px 20px;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}

#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../images/pro_none.gif) no-repeat center top;
	height: 108px;
}

#prolist ul li img {
	height: 100px;
	width: 100px;
	margin: 6px 8px 0 8px;
	padding: 0px;
	border: 0;
}

#prolist .hover {
	background:#ddd;
	height: 112px;
}

#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 108px;
	display: block;
	outline: none;
	background: url(../img/ico_left.gif) no-repeat center;
	line-height: 108px;
	margin-top: 12px;
}

#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 108px;
	display: block;
	outline: none;
	background: url(../img/ico_right.gif) no-repeat center;
	margin-top: 12px;
}

#goodsshow .right {
	width: 500px;
}

#goodsshow .right h1 {
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}

#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}

#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}
.main1400{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

h2{
	display: table;
}



.guobiao{
	width: 100%;
	position: relative;
}
.guobiao>img{
	width: 24%;
	height: 250px;
	float: left;
	margin: 10px 0.5%;
}
.guobiao p{
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.guobiao p img{
	display: block;
	margin: 20px auto;
}
.biaozhui1{
	width: 100%;
	background: #333;
	padding: 50px 0px;
}
.biaozhui1 dl{
	width: 32.3%;
	height: 400px;
	float: left;
	margin: 10px 0.5%;
	overflow: hidden;
	position: relative;
}
.biaozhui1 dl dt{
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.biaozhui1 dl dt img{
	width: 100%;
	height: 100%;
}
.biaozhui1 dl dd{
	width: 95%;
	height: 80px;
	background: rgb(255,255,255,.5);
	font-size: 14px;
	color: #333;
	line-height: 25px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding-right:15px;
	box-sizing: border-box;
}
.biaozhui1 dl dd span{
	background: #ff0000;
	width: 150px;
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	height: 80px;
	font-weight: bold;
	padding: 0px 20px;
	box-sizing: border-box;
}









.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #eee;
	z-index: 110;
}

.zoomWrapperTitle {
	display: none;
	background: #999;
	color: #FFF;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
	width: 600px;
	height: 600px;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.zoomdiv {
	WIDTH: 400px;
	HEIGHT: 400px;
	LEFT: 859px
}

/*分页相关*/

.pagelist ul {
	text-align: center;
	margin: 20px 0;
}

.pagelist li {
	display: inline-block;
	margin: 0 2px;
}

.pagelist li a {
	color: #666;
	display: inline-block;
	background: #ccc;
	padding: 6px 15px;
}

.pagelist li a:hover {
	border-color: #3aa936;
	background: #3aa936;
	color: #fff;
}

.pagelist li.active a {
	border-color: #3aa936;
	background: #3aa936;
	color: #fff;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}