.mt40 {
	margin-top: 40px;
}


/*banner图*/

.banner {
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.slideBox {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
	margin: auto;
	background-position: center center;
	background-size: cover;
}

.slideBox .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	zoom: 1;
	text-align: center;
	width: 100%;
}

.slideBox .hd ul li {
	display: inline;
	margin-right: 10px;
	border-radius: 50%;
	padding: 0 9px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin-left: 15px;
}

.slideBox .hd ul li.on {
	background: #b90101;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 460px;
}

.slideBox .bd img {
	width: 100%;
	height: 460px;
	display: block;
	margin: auto;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/*搜索*/

.search {
	height: 66px;
	line-height: 66px;
	background: #f6f6f6;
}

.searchtxt {
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.search1 {
	width: 330px;
	height: 32px;
	background: url(../images/searchbg.jpg) no-repeat;
	margin-top: 16px;
}

.search1 .text {
	width: 240px;
	height: 32px;
	float: left;
	background: none;
	line-height: 34px;
	color: #666;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	border: 0px;
	padding-left: 10px;
}

.search1 .submit {
	width: 80px;
	height: 32px;
	cursor: pointer;
	background: none;
	border: none;
}


/*标题公共样式*/

.allconhea {
	padding: 50px 0 20px;
	text-align: center;
	background: url(../images/line.png) no-repeat center 92px;
	overflow: hidden;
}

.allconhea a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #b90101;
}

.allconhea b {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}

.allconhea strong a {
	display: block;
	font-size: 24px;
	color: #b90101;
	padding-top: 36px;
	background: url(../images/icon.png) no-repeat center top;
	margin-top: 20px;
}

.kjheader {
	padding: 45px 0 30px;
	overflow: hidden;
	text-align: center;
}

.kjheader01 {
	height: 64px;
	line-height: 64px;
	background: #e5e5e5;
	margin: 30px 0 20px;
}

.prolib01 {
	margin-right: 15px;
}

.kjheader h3 {
	font-size: 24px;
	color: #b90101;
	font-weight: bold;
}

.kjheader b {
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.kjheader span {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #adadad;
}

.allheader {
	margin-top: 38px;
	padding-bottom: 38px;
	text-align: center;
	background: url(../images/icon.png) no-repeat center bottom;
	margin-bottom: 20px;
}

.allheader h3 {
	font-size: 24px;
	font-weight: bold;
	color: #b90101;
}

.allheader span {
	font-size: 16px;
}


/*产品*/

.pro {
	overflow: hidden;
	margin: 0 0 30px;
}

.proli {
	height: 54px;
	overflow: hidden;
	background: #e5e5e5;
}

.proli .proheader {
	width: 180px;
	height: 54px;
	line-height: 54px;
	background: #b90101;
	color: #fff;
}

.proli .proheader h3 {
	font-size: 18px;
	padding-left: 45px;
	background: url(../images/proicon.png) no-repeat 16px center;
}

.proli .proheader span {
	display: block;
	font-size: 18px;
}

.proli .prolib {
	width: 1000px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}

.proli .prolib li {
	float: left;
	width: 136px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	margin-right: 25px;
	transition: .3s all;
}

.proli .prolib li a {
	font-size: 16px;
}

.proli .prolib li:hover {
	background: #000;
}

.proli .prolib li:hover a {
	color: #fff;
}

.procon {
	margin-top: 30px;
	overflow: hidden;
}

.procon li {
	float: left;
	width: 278px;
	margin-left: 22px;
}

.procon li .proimg img {
	width: 276px;
	height: 192px;
	border: 1px solid #d2d2d2;
}

.procon li .protxt {
	display: block;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

.procon li:first-child {
	margin-left: 0;
}


/*行间广告*/

.bar1 {
	height: 239px;
	background: url(../images/bar1.jpg) no-repeat center top;
	color: #fff;
}

.bar1 .bartxt {
	padding-left: 618px;
	margin-bottom: 5px;
}

.bar1 .bartxt b {
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-top: 43px;
}

.bar1 .bartxt p {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}

.bar1 .bartxt span {
	font-size: 24px;
	font-weight: bold;
}

.bar1 .battel {
	padding-left: 618px;
	padding-top: 34px;
}

.bar1 .battel b {
	font-size: 16px;
	margin-left: 30px;
}

.bar1 .battel span {
	display: block;
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/*案例展示*/

.caseliss {
	overflow: hidden;
	padding-bottom: 30px;
}

.caseliss li {
	float: left;
	width: 274px;
	margin-left: 28px;
}

.caseliss li .caseimgss {
	width: 274px;
	height: 188px;
}

.caseliss li .caseimgss img {
	width: 274px;
	height: 188px;
}

.caseliss li .casetxtss {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.caseliss li:first-child {
	margin-left: 0;
}


/*优势*/

.advbg {
	overflow: hidden;
}

.advheader {
	margin-top: 38px;
	padding-bottom: 38px;
	text-align: center;
	background: url(../images/advheader.jpg) no-repeat center top;
	margin-bottom: 20px;
}

.advheader h3 {
	font-size: 24px;
	font-weight: bold;
	color: #b90101;
	padding-top: 10px;
}

.advheader span {
	font-size: 16px;
}

.advcon {
	overflow: hidden;
	padding-bottom: 20px;
}

.ad1 {
	width: 590px;
}

.advcon .ad01 {
	width: 590px;
	overflow: hidden;
	margin-bottom: 5px;
}

.advcon .ad01 .adtit {
	overflow: hidden;
	height: 69px;
	margin-bottom: 10px;
}

.advcon .ad01 .adtit div {
	margin-left: 10px;
}

.advcon .ad01 em {
	display: inline-block;
	width: 60px;
	text-align: center;
	height: 69px;
	line-height: 69px;
	background: url(../images/advicon.png) no-repeat;
	font-size: 36px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
	color: #fff;
}

.advcon .ad01 span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

.advcon .ad01 b {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.advcon .ad01 p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}


/*行间广告*/

.bar2 {
	height: 289px;
	background: url(../images/bar2.jpg) no-repeat center top;
	color: #fff;
}

.bar2 .bartxt {
	padding-left: 0;
}

.bar2 .bartxt b {
	font-size: 30px;
	padding-top: 69px;
}

.bar2 .bartxt span {
	font-size: 16px;
}

.bar2 .bartxt p {
	font-size: 24px;
}

.bar2 .battel {
	padding-left: 0;
	padding-top: 28px;
}

.bar2 .battel a {
	margin: 20px 582px 0 0;
}


/*公司*/

.about {
	overflow: hidden;
	height: 752px;
	background: url(../images/ab.jpg) no-repeat center top;
}

.about_con {
	overflow: hidden;
	padding-top: 46px;
	margin-bottom: 110px;
}

.about_all {
	overflow: hidden;
	margin-bottom: 42px;
}

.about {
	overflow: hidden;
}

.abimg {
	width: 502px;
	height: 282px;
	margin: 70px 0 0 29px;
}

.abimg img {
	width: 502px;
	height: 282px;
}

.abheader {
	padding: 0 0 20px;
}

.abheader span {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 52px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #bdbdbd;
	font-weight: bold;
}

.abheader h3 {
	font-size: 24px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}

.abheader em {
	display: block;
	width: 110px;
	height: 3px;
	background: #f60;
	margin-top: 20px;
}

.ab_con_txt {
	width: 578px;
	margin-top: 60px;
}

.ab_con_txt .abouttxt {
	height: 140px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}


/*相册*/

.xc {
	overflow: hidden;
}

.xcheader {
	text-align: center;
	padding-bottom: 20px;
}

.xcheader h3 {
	font-size: 20px;
	font-weight: bold;
	color: #b90101;
}

.xcheader span {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #e4e4e4;
	font-size: 18px;
	text-transform: uppercase;
}

.xc ul li {
	float: left;
	width: 206px;
	text-align: center;
	margin-left: 37px;
}

.xc ul li img {
	width: 204px;
	height: 140px;
	border: 1px solid #fff;
}

.xc ul li span a {
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.xc ul li:first-child {
	margin-left: 0;
}


/*新闻*/

.news {
	overflow: hidden;
	padding: 30px 0 0;
}

.newsall {
	margin-bottom: 20px;
}

.news01 {
	width: 708px;
}

.newsheader {
	height: 64px;
	background: url(../images/newsline.jpg) repeat-x left bottom;
	margin-bottom: 20px;
	position: relative;
}

.newsheader ul {
	height: 32px;
	overflow: hidden;
	background: url(../images/newsicon.png) no-repeat 102px 12px;
}

.newsheader li {
	float: left;
	height: 32px;
	padding-right: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #111;
}

.newsheader li.on {
	color: #b90101;
}

.newsheader b {
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c5c5c5;
}

.newsheader span {
	position: absolute;
	right: 5px;
}

.newsone {
	width: 284px;
	overflow: hidden;
}

.newsone .newsimg {
	width: 284px;
	height: 190px;
}

.newsone .newsimg img {
	width: 284px;
	height: 190px;
}

.newsone .newstxt {
	height: 120px;
	background: #eee;
	padding: 10px;
	overflow: hidden;
}

.newsone .newstxt span a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #b90101;
	overflow: hidden;
}

.newsone .newstxt div {
	height: 68px;
	line-height: 24px;
	overflow: hidden;
}

.new01con .newsliall {
	width: 404px;
	overflow: hidden;
}

.new01con .newsliall01 {
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	margin-right: 5px;
	overflow: hidden;
	background: url(../images/prodot.png) no-repeat left center;
}

.new01con .newsliall01 a {
	float: left;
	width: 226px;
	height: 42px;
	overflow: hidden;
}

.news00 {
	width: 434px;
}

.newsheader h3 {
	height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #b90101;
}

.newsheader h3 em {
	display: inline-block;
	margin-bottom: 5px;
}

.newsheader h3 b {
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c5c5c5;
}

.newsheader p {
	margin-top: 33px;
}

.news02 li {
	height: 38px;
	line-height: 38px;
	padding-left: 28px;
	background: url(../images/prodot.png) no-repeat 5px center;
}

.news02 li a {
	float: left;
	display: block;
	width: 295px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	color: #5c5c5c;
}

.news02 li span {
	float: right;
	color: #5c5c5c;
}

.news03 {
	overflow: hidden;
}

.news03 li {
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px dashed #a0a0a0;
}

.news03 li .newstxt a {
	font-size: 16px;
	color: #b90101;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	display: block;
	padding-left: 15px;
	background: url(../images/newsicon.png) no-repeat left center;
}

.news03 li .newstxt div {
	padding-left: 15px;
	background: url(../images/newsicon1.png) no-repeat left 8px;
	height: 40px;
	overflow: hidden;
	color: #555;
}


/*友情链接*/

.linksall {
	margin: 20px 0;
	height: 50px;
	line-height: 50px;
	background: url(../images/linksbg.jpg) no-repeat center top;
	overflow: hidden;
}

.links01 {
	overflow: hidden;
	width: 220px;
	color: #fff;
}

.links01 span {
	font-size: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.links01 b {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.links02 {
	width: 958px;
	overflow: hidden;
}

.links02 a {
	display: inline-block;
	margin-left: 5px;
}