.mt40 {
	margin-top: 40px;
}
/*banner图*/
.banner {
	position: relative;
	z-index: 2;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 566px;
	background: #f0f0f0;
	z-index: 2;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 566px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 566px;
}
.fullSlide .bd li img {
	width: 100%;
	height: 566px;
	display: block;
	margin: auto;
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 4;
	bottom: 40px;
	left: 0;
	height: 30px;
	line-height: 30px;
	display: none;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.8;
	line-height: 999px;
	z-index: 7;
}
.fullSlide .hd ul .on {
	background: #07913b;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 7;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
 @keyframes scaleUpDown {
 from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
/*搜索*/
.search {
	height: 52px;
	line-height: 52px;
	border-bottom:1px solid #a0a0a0;
}
.search_txt {
	height: 52px;
}
.search1 {
	margin-top: 8px;
	width: 369px;
	height: 38px;
	line-height: 38px;
	background: url(../images/search_bg.jpg) no-repeat;
}
.search1 .text {
	width: 316px;
	height: 38px;
	float: left;
	background: none;
	line-height: 38px;
	color: #666;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	border: 0px;
	padding-left: 10px;
}
.search1 .submit {
	width: 43px;
	height: 38px;
	cursor: pointer;
	background: none;
	border: none;
}
/*标题公共样式*/
.hz {
	overflow: hidden;
}
.hz_l {
	margin: 30px auto 20px;
	text-align:center;
}
.hz_l h2 a {
	display: block;
	font-size: 20px;
	color: #01aef0;
	padding-bottom:15px;
	font-weight:bold;
}
.hz_l b {
	display: block;
	font-size: 30px;
	color: #e4e4e4;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.hz_l i{ display:block; width:122px; margin:10px auto 10px; border-top:1px solid #01aef0;}
.hz_l h3 a {
	display: block;
	font-size: 20px;
	color: #01aef0;
	padding-bottom:15px;
	font-weight:bold;
}
.anli_header{ padding-top:50px;}
.anli_header h3 a {color: #fff;}
.anli_header b {color: #fff;}
.anli_header i{border-top:1px solid #fff;}
.anli_header span{ color:#fff;}

/*特点*/
.td{ height:516px; background:url(../images/td.jpg) no-repeat center top;}
.td_header{ overflow:hidden; padding:64px 0 36px;}
.td_header strong{ display:block; font-size:30px; color:#01aef0;}
.td_header span{ font-weight:bold; font-size:24px; color:#ffae00;}
.td_in li{ height:35px; margin-bottom:23px; line-height:35px; background:#01aef0; border-radius:50px; display:inline-block; font-size:16px; color:#fff;}
.td_in li span{ display:inline-block; padding:0 15px; background:#ffae00; border-radius:50px;}
.td_in li b{ display:inline-block; padding:0 20px;}
/*产品*/
.pro {
	padding: 30px 0;
	overflow: hidden;
}
.pro_nav {
	width: 254px;
	border-bottom: 1px solid #cfcfcf;
}
.pro_r {
	overflow: hidden;
}
.pro_r .pro_one {
	height:86px;
	overflow: hidden;
}
.pro_r .pro_one dl{ float:left; padding-right:30px;}
.pro_r .pro_one dt{ float:left; width:156px; height:42px; line-height:42px; text-indent:26px; font-size:18px; background:url(../images/pro_dt.jpg) no-repeat;}
.pro_r .pro_one dt a{ color:#fff;}
.pro_r .pro_one dd{ float:left; height:42px; line-height:42px; font-size:16px; margin:0 15px;}


.pro_r .pro_two {
	overflow: hidden;
}
.pro_r .pro_two li {
	width: 268px;
	height:198px;
	border:1px solid #a0a0a0;
	margin: 0 25px 25px 0;
	float: left;
	overflow:hidden;
	position:relative;
}
.pro_r .pro_two li .pro_img {
	width: 268px;
	height:198px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.pro_r .pro_two li .pro_img img {
	width: 100%;
	height: 198px;
	transition: .3s all;
}
.pro_r .pro_two li .pro_txt {
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background:url(../images/case_bg.png);
	position:absolute;
	bottom:0px;
	transition: .3s all;
}
.pro_r .pro_two li .pro_txt a{ color:#fff;}
.pro_r .pro_two li:hover .pro_img img {
	transform: scale(1.2, 1.2);
}
/*行间广告*/
.bar01 {
	height: 286px;
	background: url(../images/bar01.jpg) no-repeat center top;
}
.bar01 .bar_txt {
	padding-top: 40px;
	padding-left:545px;
	color: #fff;
}
.bar01 .bar_txt strong {
	font-size: 38px;
	display: block;
}
.bar01 .bar_txt span{ font-size:24px; font-weight:bold; display:block;}
.bar01 .bar_tel {
	padding:24px 0 0 545px;
}
.bar01 .bar_tel div {
	line-height: 30px;
	margin-right: 148px;
	margin-top: 24px;
	color: #fff;
}
.bar01 .bar_tel span {
	display: block;
	font-size: 16px;
}
.bar01 .bar_tel strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.bar02 {
	background: url(../images/bar02.jpg) no-repeat center top;
}
.bar02 .bar_txt {
	padding-left:0
}
.bar02 .bar_tel {
	padding:24px 0 0 0;
}
/*设备展示*/
.case_all {
	overflow: hidden;
}
.case_ne li {
	float: left;
	width: 355px;
	height:257px;
	margin: 16px 20px;
	float: left;
	overflow: hidden;
	position:relative;
}
.case_ne li div{width: 355px;
	height: 257px; overflow:hidden;}
.case_ne li img {
	width: 355px;
	height: 257px;
	transition: .3s all;
}
.case_ne li span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background:url(../images/case_bg.png);
	position:absolute;
	bottom:0;
	transition: .3s all;
}
.case_ne li span a{ color:#fff;}
.case_ne li:hover img {
	transform: scale(1.2, 1.2);
}
/*优势*/
.advall{ height:776px; background:url(../images/advall.jpg) no-repeat center top;}
.yscon {
	overflow: hidden;
	padding-bottom: 40px;
}
.yscon h3 {
	text-align: center;
}
.yscon h3 a {
	display: block;
	height: 64px;
	text-align: center;
	margin: 76px auto 0;
	font-size: 36px;
	font-weight: bold;
	color: #01aef0;
	background:url(../images/adv_d.jpg) no-repeat center bottom;
}
.yscon h3 span {
	display:block;
	padding-top:30px;
	font-size: 18px;
}
.yscon ul{ padding-top:60px;}
.yscon li{ width:295px; height:411px; background:#fff; float:left; overflow:hidden;}
.yscon li .advtxt{ height:117px; text-align:center;}
.yscon li .advtxt strong{ display:block; font-size:21px; color:#01aef0; padding:36px 0 12px;}
.yscon li .advtxt span{ display:block; font-size:18px; text-transform:uppercase; color:#b0b0b0; font-family:Arial, Helvetica, sans-serif;}
.yscon li .advimg{ width:295px; height:294px; overflow:hidden; position:relative;}
.yscon li .advimg div{ width:235px; height:194px; padding:50px 30px; background:url(../images/case_bg.png); color:#fff; transition:.3s all; position:absolute; top:294px; line-height:30px;}
.yscon li .advimg:hover div{ top:0;}
/*案例*/
.anli{ height:868px; background:url(../images/casebb.jpg) no-repeat center top;}
.anli_con li {
	float: left;
	width: 355px;
	height:257px;
	margin: 16px 19px;
	overflow: hidden;
	position:relative;
}
.anli_con li div{width: 355px;
	height: 257px; overflow:hidden;}
.anli_con li img {
	width: 355px;
	height: 257px;
	transition: .3s all;
}
.anli_con li span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background:url(../images/case_bg.png);
	position:absolute;
	bottom:0;
	transition: .3s all;
}
.anli_con li span a{ color:#fff;}
.anli_con li:hover img {
	transform: scale(1.2, 1.2);
}
/*客户见证*/
.kh {
	overflow: hidden;
	padding: 30px 0;
	margin: 30px 0;
}
.kh_txt li {
	width: 260px;
	padding:10px;
	margin:5px 7px;
	float: left;
	background:#5c5c5c;
	color:#fff;
	overflow:hidden;
}
.khjzall{ width:258px; border:1px solid #fff;}
.kh_txt li .kh_img {
	width: 258px;
	height: 165px;
}
.kh_txt li .kh_img img {
	width: 258px;
	height: 165px;
}
.kh_txt li .kh_tit {
	height: 140px;
}
.kh_txt li .kh_tit span a {
	display: block;
	text-align:center;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
}
.kh_txt li .kh_tit p {
	height: 64px;
	padding: 0 20px;
	line-height: 21px;
	overflow: hidden;
}
.kh_txt li:hover{
	background: #01aef0;
}
/*公司简介*/
.about_all {
	height:503px;
	background: url(../images/ab_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.about {
	overflow: hidden;
}
.ab_conheader {
	padding-bottom: 45px;
}
.ab_conheader span {
	font-family: Arial, Helvetica, sans-serif;
	color: #bdbdbd;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.ab_conheader h3 a {
	font-size: 18px;
	color: #01aef0;
}
.ab_img {
	width: 526px;
	height: 366px;
	margin-top: 40px;
}
.ab_img img {
	width: 536px;
	height: 366px;
}
.ab_con {
	padding-top: 130px;
	width: 590px;
}
.ab_con_txt strong a {
	font-size: 24px;
	font-weight: bold;
	color: #d40004;
	display: block;
	margin-bottom: 10px;
}
.ab_con_txt div {
	height: 125px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}
.ab_con_txt a{ display:block; width:104px; height:27px; border:1px solid #01aef0; text-align:center; line-height:27px; font-size:16px; color:#01aef0;}
/*相册*/
.partner {
	padding-bottom: 30px;
	background: #f8f8f8;
	overflow: hidden;
}
.cp_hemm {
	margin-bottom: 30px;
	margin-top: 38px;
}
.cp_hemm ul {
	overflow: hidden;
	height: 50px;
	width: 284px;
	margin: 0 auto;
	background: url(../images/xc_dot.png) no-repeat center;
}
.cp_hemm ul li {
	width: 142px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	float: left;
}
.cp_hemm ul li a {
	font-size: 20px;
	font-weight: bold;
	color:#ffae00;
}
.cp_hemm ul li.on a {
	color: #01aef0;
}
.cp_hemm span {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #e4e4e4;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.picMarquee-left001 {
	width: 1180px;
	overflow: hidden;
}
.picMarquee-left001 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0 20px;
}
.picMarquee-left001 .bd ul li .pic {
	width: 204px;
	height: 142px;
	border: 1px solid #a0a0a0;
}
.picMarquee-left001 .bd ul li .pic img {
	width: 204px;
	height: 142px;
}
.picMarquee-left001 .bd ul li .title {
	line-height: 40px;
}
/*新闻*/
.news-all {
	overflow: hidden;
	margin: 20px 0;
	height: 454px;
}
.slideTxtBoxnews {
	text-align: left;
}
.slideTxtBoxnews .hd {
	height: 60px;
	background: url(../images/line_icon.jpg) repeat-x left bottom;
	padding: 0 10px 0 0;
	margin-bottom: 20px;
	position: relative;
}
.slideTxtBoxnews .hd ul {
	height: 26px;
	overflow: hidden;
	background: url(../images/xc_dot.png) no-repeat 98px center;
}
.slideTxtBoxnews .hd div {
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a7a7a7;
	height: 16px;
}
.slideTxtBoxnews .hd ul li {
	float: left;
	padding-right: 30px;
	cursor: pointer;
	font-size: 20px;
	margin-right: 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.slideTxtBoxnews .hd span {
	position: absolute;
	right: 5px;
	top: 25px;
}
.slideTxtBoxnews .hd ul li a {
	color: #333;
}
.slideTxtBoxnews .hd ul li.on a {
	color: #01aef0;
}
.slideTxtBoxnews .bd .news-Tn {
	width: 285px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
.slideTxtBoxnews .bd .news-Tn img {
	width: 285px;
	height: 188px;
}
.slideTxtBoxnews .bd .news-Tn .newTit {
	background: #eeeeee;
	overflow: hidden;
	padding-bottom: 20px;
}
.slideTxtBoxnews .bd .news-Tn .newTit span a {
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-indent: 12px;
}
.slideTxtBoxnews .bd .news-Tn .newTit p {
	height: 60px;
	overflow: hidden;
	color: #a0a0a0;
	margin: 5px 10px;
}
.slideTxtBoxnews .bd .news-Tn .newTit b a {
	margin-left: 10px;
	display: block;
}
.T-news-con {
	width: 378px;
}
.slideTxtBoxnews .bd .T-news {
	float: left;
	width: 338px;
	overflow: hidden;
}
.slideTxtBoxnews .bd .T-news p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding-left: 26px;
}
.slideTxtBoxnews .bd .T-news .newsTime {
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	background: url(../images/newsIcon.png) no-repeat left center;
	font-size: 14px;
}
.slideTxtBoxnews .bd .T-news .newsTime span {
	font-size: 24px;
}
.slideTxtBoxnews .bd .T-news .newsTime b {
	font-size: 14px;
}
.slideTxtBoxnews .bd .T-news .newsTxt {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.news_times {
	width: 68px;
	height: 64px;
	background: #01aef0;
	position: absolute;
	left: 8px;
	top: 147px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
.news_times span {
	display: block;
	margin: 7px auto;
	width: 55px;
	border-bottom: 1px solid #fff;
	font-size: 30px;
	font-weight: bold;
}
.news_times b {
	font-size: 12px;
}
.news-titleOne {
	overflow: hidden;
}
.news-titleTwo {
	padding-top: 20px;
}
.newsTs {
	width: 390px;
	height: 100px;
}
.newsTs div {
	width: 260px;
	height: 84px;
}
.newsTs div span a {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}
.newsTs div p {
	height: 40px;
	overflow: hidden;
	color: #a8a8a8;
}
.slideTxtBoxnews .bd li .date {
	float: right;
	color: #999;
}
.news {
	padding: 30px 0 10px;
	overflow: hidden;
}
.newsCon {
	width: 678px;
	padding-left: 20px;
}
.newsCons {
	width: 438px;
	padding-right: 20px;
}
.cjwt_header {
	height: 60px;
	background: url(../images/line_icon.jpg) repeat-x left bottom;
}
.newsConW h3 {
	display: inline-block;
}
.newsConW h3 a {
	font-size: 20px;
	color: #01aef0;
	font-weight: bold;
}
.cjwt_header b {
	float: right;
	margin-top: 30px;
}
.cjwt_header span {
	color: #a7a7a7;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.newsIn li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
}
.newsIn li a {
	float: left;
	display: inline-block;
	width: 290px;
	padding-left: 10px;
}
.newsIn li span {
	float: right;
}
.more-tit span {
	color: #1796d7;
}
.txtMarquee-top {
	overflow: hidden;
	position: relative;
}
.news-header {
	height: 30px;
	padding-left: 10px;
}
.news-header h3 {
	display: inline-block;
	font-size: 18px;
}
.news-header h3 span {
	text-transform: uppercase;
	display: inline-block;
	margin-left: 5px;
}
.txtMarquee-top .bd {
	padding: 15px 0;
}
.txtMarquee-top .infoList li {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	font-size: 14px;
}
.txtMarquee-top .infoList li a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #01aef0;
	margin-top: 5px;
	overflow: hidden;
	padding-left:25px;
	background:url(../images/new_icon.png) no-repeat left center;
}
.txtMarquee-top .infoList li span {
	display: block;
	height: 58px;
	overflow: hidden;
	color: #a8a8a8;
	line-height: 20px;
	font-family: "微软雅黑";
}
/*友情链接*/
.web-alls1 {
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 20px;
}
.links_txt {
	height:48px;
	line-height:48px;
	border-bottom:1px solid #01aef0;
	color: #01aef0;
	font-size: 20px;
}
.links_txt span {
	font-weight: bold;
	margin: 0 10px 0 10px;
}
.links_txt b {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.linkLj {
	overflow:hidden; padding:20px 0;
}
.linkLj a {
	margin-left: 15px;
}
