@charset "utf-8";
/* CSS Document */


a:hover {
	text-decoration: none;
}
body {
	background: url(../images/qwjjbg.png);
}
/* bannercss */

.slideBox {
	width: 100%;
	height: 800px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 48%;
	bottom: 48px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #e5001b;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 800px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.slideBox .next {
	left: auto;
	right: 10%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*banner结束*/

.hong {
	color: #e5001b;
}
/*服务领域*/

.fuwu {
	padding: 85px 0;
	background: #fff;
}
.fuwu_title {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.fuwu_title span.ft01 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	display: block;
}
.fuwu_title span.ft02 {
	font-size: 48px;
	color: #000;
	display: block;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
}
.fuwu_title span.ft03 {
	width: 92px;
	margin: 5px auto 0 auto;
	height: 1px;
	background: #b7b7b7;
	display: block;
}
.fuwu_title span.ft04 {
	display: block;
	width: 550px;
	font-size: 16px;
	line-height: 27px;
	color: #777777;
	margin: 0 auto;
	padding: 25px;
}
.com-width {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.index-product {
	padding-top: 40px;
}
.index-product-content {
	width: 1200px;
	height: 600px;
	background: #f2f2f2 url(../images/product_index_bgtit2.png) no-repeat right 425px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px #ddd;
}
.index-product-content .parBd .index-product-list li {
	height: 600px;
}
.index-product-content .parBd .index-product-list li .pic {
	float: left;
	width: 820px;
	height: 600px;
}
.pic img {
	max-width: 100%;
	max-height: 100%;
}
.index-product-content .parBd .index-product-list li .cont {
	overflow: hidden;
	padding: 70px 46px 0;
}
.index-product-list li .cont .tit {
	font-size: 35px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
}
.index-product-list li .cont .mini-tit {
	color: #d8d8d8;
	font-size: 12px;
	text-transform: uppercase;
}
.index-product-list li .cont .des {
	padding-top: 15px;
}
.index-product-list li .cont pre {
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 25px;
	color: #666;
}
.index-product-list li .cont a {
	width: 150px;
	height: 47px;
	display: block;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	background: #e5001b;
	margin-top: 35px;
	text-align: center;
}
.index-product-content .parBd .slideBox {
	position: relative;
}
.index-product-content .parBd .slideBox .hd {
	position: absolute;
	right: 0;
	top: 200px;
	width: 380px;
	text-align: left;
	padding: 46px 0 0 26px;
}
.index-product-content .parHd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}
.index-product-content .parHd ul li {
	float: left;
	width: 185px;
	height: 75px;
	position: relative;
	padding-top: 30px;
	padding-left: 15px;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 20px;
}
.index-product-content .parHd ul li .cen {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-product-content .parHd ul li.on .cen, .index-product-content .parHd ul li:hover .cen {
	transform: rotate(1deg) scale(.9);
}
.index-product-content .parHd ul li .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e5001b;
	background-repeat: no-repeat;
	background-position: right bottom;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: rotate(1deg) scale(.9);
	transform: rotate(2deg) scale(.9);
}
.index-product-content .parHd ul li.on .cover, .index-product-content .parHd ul li:hover .cover {
	visibility: visible;
	opacity: 1;
	transform: rotate(0deg) scale(1);
}
.index-product-content .parHd ul li .cover {
	padding-left: 15px;
	padding-top: 20px;
}
.index-product-content .parHd ul li .cover .c-tit {
	font-size: 18px;
	color: #fff;
}
.index-product-content .parHd ul li .cover .c-en {
	font-size: 12px;
	color: rgba(255,255,255,.7);
}
.index-product-content .parHd ul li .cover .ico {
	margin-top: 15px;
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/icon_rr.png) no-repeat center;
}
.index-product-content .parHd ul li .pic {
	margin-right: 10px;
}
.index-product-content .parHd ul li .tit {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}
.index-product-content .parHd ul li .tit-en {
	font-size: 12px;
	color: #6c6c6c;
}
/*服务领域结束*/



/*项目案例*/



.in_case {
	padding: 69px 0 85px 0;
	background: #fff;
}
.incase_main {
	margin-top: 15px;
}
.slideTxtBox {
	width: 100%;
}
.slideTxtBox .hd {
	text-align: center;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.slideTxtBox .hd ul {
	width: 100%;
}
.slideTxtBox .hd ul li {
	padding: 0 5px;
	cursor: pointer;
	display: inline-block;
	width: 109px;
	height: 46px;
	line-height: 46px;
	color: #333;
	background: #eeeeee;
	border-radius: 50px;
	margin: 0 7px;
	font-size: 14px;
}
.slideTxtBox .hd ul li.on {
	color: #fff;
	background: #e5001b;
}
.slideTxtBox .hd ul li.on a{color: #fff;}
.slideTxtBox .bd ul {
	zoom: 1;
}
.list-pros {
	margin-top: 60px;
}

/* 项目案例滚动css */
.multipleColumn02 {
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.multipleColumn02 .bd02 {
	overflow: hidden;
}
.multipleColumn02 .bd02 ul {
	zoom: 1;
	width: 280px;
	float: left;
	_display: inline;
	margin-right: 20px;
}
.multipleColumn02 .bd02 ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 280px;
	height: 268px;
	position: relative;
	/* margin-bottom: 20px; */
}
.multipleColumn02 .bd02 ul li span{
    line-height: 464px;
    color: #333;
    font-size: 15px;
}
.multipleColumn02 .bd02 ul li .pic {
	text-align: center;
	width: 280px;
	height: 210px;
	position: absolute;
	z-index: 999;
}
.multipleColumn02 .bd02 ul li .pic img {
	width: 280px;
	/* height: 290px; */
	display: block;
}


/* 项目案例滚动css */
.multipleColumn021 {
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.multipleColumn021 .bd02 {
	overflow: hidden;
}
.multipleColumn021 .bd02 ul {
	zoom: 1;
	width: 371px;
	float: left;
	_display: inline;
	margin-right: 29px;
}
.multipleColumn021 .bd02 ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 380px;
	height: 321px;
	position: relative;
	margin-bottom: 20px;
}
.multipleColumn021 .bd02 ul li span{
    line-height: 621px;
    color: #333;
    font-size: 15px;
}
.multipleColumn021 .bd02 ul li .pic {
	text-align: center;
	width: 387px;
	height: 290px;
	position: absolute;
	z-index: 999;
}
.multipleColumn021 .bd02 ul li .pic img {
	width: 387px;
	height: 290px;
	display: block;
}










.casemore {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 15px auto 0 auto;
	color: #fff;
	font-size: 14px;
	background: #e5001b;
}
.casemore02 {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 50px auto 0 auto;
	color: #fff;
	font-size: 14px;
	background: #e5001b;
	display: block;
}
.list-pros li:hover .txt, .list-pros li.hover .txt {
	max-height: 999px;
}
.list-pros li:hover:after, .list-pros li.hover:after {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.list-pros li:hover h3, .list-pros li.hover h3 {
	color: #e62129;
	width: 100%;
	font-size: 30px;
}
.list-pros li:hover h4, .list-pros li.hover h4 {
	color: #e62129;
}
/*项目案例结束*/





/*优势*/



.brys {
	background: url(../images/brysbg.jpg) no-repeat center bottom;
	height: 1000px;
	padding-top: 100px;
}
.brys .conbox {
	position: relative;
	height: 800px;
	z-index: 2;
}
.brys .conbox .con1 {
	width: 320px;
	height: 240px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 160px 40px 0 40px;
}
.brys .conbox .con1 .conImg {
	width: 80px;
	height: 176px;
	position: absolute;
	right: 66px;
	top: 10px;
	z-index: 1;
}
.brys .conbox .con1 .p1 {
	font-size: 25px;
	color: #1E1E1E;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con1 .p2 {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con1 em {
	display: block;
	width: 26px;
	height: 1px;
	background: #1E1E1E;
	position: absolute;
	left: 40px;
	bottom: 61px;
}
.brys .conbox .con2 {
	width: 320px;
	height: 240px;
	background: #d40019;
	position: absolute;
	left: 400px;
	top: 0;
	padding: 160px 40px 0 40px;
}
.brys .conbox .con2 .conImg {
	width: 141px;
	height: 144px;
	position: absolute;
	right: 28px;
	top: 27px;
	z-index: 1;
}
.brys .conbox .con2 .p1 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con2 .p2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con2 em {
	display: block;
	width: 26px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 40px;
	bottom: 61px;
}
.brys .conbox .con3 {
	width: 265px;
	height: 400px;
	position: absolute;
	left: 800px;
	top: 0;
	padding: 0 40px 0 95px;
	color: #1E1E1E;
}
.brys .conbox .con3 .p1 {
	font-size: 14px;
	margin-top: 60px;
	position: relative;
	z-index: 2;
	color: #999;
	text-transform: uppercase;
}
.brys .conbox .con3 .ystit {
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
	font-size: 42px;
	color: #000;
}
.brys .conbox .con3 .p2 {
	font-size: 18px;
	position: relative;
	z-index: 2;
	color: #333;
	margin: 10px 0 50px 0;
	padding-left: 5px;
}
.brys .conbox .con3 .p2 b {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 15px;
}
.brys .conbox .con3 .p3 {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.brys .conbox .con3 em {
	display: block;
	width: 26px;
	height: 1px;
	background: #1E1E1E;
	position: absolute;
	left: 95px;
	bottom: 60px;
}
.brys .conbox .con4 {
	width: 320px;
	height: 240px;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	top: 400px;
	padding: 160px 40px 0 40px;
}
.brys .conbox .con4 .conImg {
	width: 113px;
	height: 85px;
	position: absolute;
	right: 55px;
	top: 45px;
	z-index: 1;
}
.brys .conbox .con4 .p1 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con4 .p2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con4 em {
	display: block;
	width: 26px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 40px;
	bottom: 61px;
}
.brys .conbox .con5 {
	width: 320px;
	height: 240px;
	background: #fff;
	position: absolute;
	left: 800px;
	top: 400px;
	padding: 160px 40px 0 40px;
}
.brys .conbox .con5 .conImg {
	width: 153px;
	height: 140px;
	position: absolute;
	right: 18px;
	top: 26px;
	z-index: 1;
}
.brys .conbox .con5 .p1 {
	font-size: 25px;
	color: #1E1E1E;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con5 .p2 {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.brys .conbox .con5 em {
	display: block;
	width: 26px;
	height: 1px;
	background: #1E1E1E;
	position: absolute;
	left: 40px;
	bottom: 61px;
}
/*施工优势*/
.shigongys{
	padding: 80px 0;
	background: #f5f5f5;
}
.sgyswen{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center;
	width: 100%;
}
.sgys_main{
	background: #fff;
	padding: 60px 70px;
	width: 1060px;
	margin: 40px auto 0 auto;
/*
	    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
*/
}
.sgys_main01{
	width: 280px;
	float: left;
	height: 63px;
	margin-bottom: 32px;
}
.sgys_main04{
	width: 205px!important;
	float: left;
	height: 63px;
	margin-bottom: 20px;
}
.sgys_main01 img{
	float: left;
	display: block;
}
.sgys_main01 span{
	display: block;
	float: left;
	font-size: 24px;
	color: #222;
	line-height: 63px;
	padding-left: 15px;
}

/*施工工艺*/
.abtitle {
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 105px;
}
.abtitle span.abtit01 {
	display: block;
	position: absolute;
	z-index: 9;
	color: #ebebeb;
	font-size: 25px;
	text-transform: uppercase;
	width: 100%;
	top: 0;
	left: 0;
}
.abtitle span.abtit02 {
	font-size: 48px;
	color: #000;
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 6px;
	left: 0;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
}
.engineering-bottom{
	height: 785px;
	background-image: url(../images/2017083049128969.jpg);
	background-color: #f6f6f6;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding-top: 90px;
}
.engineering-bottom:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 339px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
}
.engineering-bottom .inbox .title1{
	color: #333;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: 'weiruanzhengheiti',"Microsoft JhengHei", "Microsoft Yahei";
}
.engineering-bottom .inbox .desc{
	font-size: 14px;
	color: #3f3f3f;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 65px;
}
.engineering-bottom .inbox{
	overflow: visible;
}
.swiper-container{
	overflow: hidden;
	width: 100%;
}
.aboutupperBox .inbox .d2{
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}
.aboutupperBox .my-swiper .swiper-slide{
	border-right: 1px solid #fff;
	float: left;
}
.aboutupperBox .my-swiper .swiper-slide:last-child{
	border-right: 0;
}
.aboutupperBox .my-swiper .swiper-slide .d1{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #e5001b;
	cursor: pointer;
}
.aboutupperBox .my-swiper .active .d1{
	background-color: #fff;
	color: #e5001b;
}
.aboutupperBox .my-swiper .choseul-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "å®‹ä½“";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutupperBox .my-swiper .choseul-next{
	position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "å®‹ä½“";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}	
.aboutupperBox .inbox ul{
	margin-top: 40px;
}
.aboutupperBox .inbox ul li{
	float: left;
	width: 150px;
	border-right: 1px solid #fff;
}
.aboutupperBox .inbox ul li:last-child{
	border-right: 0;
}
.aboutupperBox .comBox .title:after{
	left: -50px;
	background-color: #000;
	top: auto;
	bottom: 0;
	height: 200px;
}
.aboutupperBox .inbox ul li .d1{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #e63114;
	cursor: pointer;
}
.aboutupperBox .inbox ul .active .d1{
	background-color: #fff;
	color: #e63114;
}
.aboutupperBox .inbox .d2{
	background-color: #fff;
	display: none;
	max-height: 370px;
	overflow: hidden;
}
.aboutupperBox .inbox .d2.d3{
	display: block;
}
.aboutupperBox .inbox .d2 .left{
	float: left;
	width: 48%;
	padding: 100px 35px 20px 35px;
	line-height: 2;
	font-size: 12px;
	color: #000;
}
.aboutupperBox .inbox .d2 .left .title4{
	font-size: 30px;
	color: #545454;
	line-height: 1;
	margin-bottom: 20px;
}
.aboutupperBox .inbox .d2 .left .content{
	color: #545454;
}
.aboutupperBox .inbox .d2 .right{
	float: right;
	width: 45%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutupperBox .inbox .d2 .right img{
	width: 100%;
}

/*engineering-bottom End*/

/*工艺体系*/
.i-wrap-fou {
  background: url(../images/index_64.jpg) no-repeat center top;
  overflow: hidden;
	padding: 80px 0;
}
.w1160 {
    width: 1200px;
    margin: 0 auto;
}
.abtitle span.abtit03 {
	display: block;
	position: absolute;
	z-index: 9;
	color: #3b3a39;
	font-size: 25px;
	text-transform: uppercase;
	width: 100%;
	top: 0;
	left: 0;
}
.abtitle span.abtit04 {
	font-size: 48px;
	color: #fff;
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 6px;
	left: 0;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
}

.i-wrap-fou .column-titbox {
  color: #fff;
}
.i-wrap-fou .column-titbox .cn {
  color: #fff;
}
.i-wrap-fou .list-wrap {
     margin-top: 25px;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
}
.i-wrap-fou .list-wrap ul {
  width: 102%;
}
.i-wrap-fou .list-wrap li {
  width: 284px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0,0,0,0.3);
  padding-top: 58px;
  text-align: center;
  height: 152px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
	float: left;
}
.i-wrap-fou .list-wrap li .ico {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
.i-wrap-fou .list-wrap li:hover .ico{
	  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  	  -webkit-transition: -webkit-transform 0.6s ease 0s;
      transition: transform 0.6s ease 0s;
}


.i-wrap-fou .list-wrap li .tit {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.i-wrap-fou .list-wrap li .ico1 {
  background: url(../images/ico_01.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico2 {
  background: url(../images/ico_02.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico3 {
  background: url(../images/ico_03.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico4 {
  background: url(../images/ico_04.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico5 {
  background: url(../images/ico_05.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico6 {
  background: url(../images/ico_06.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico7 {
  background: url(../images/ico_07.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.i-wrap-fou .list-wrap li .ico8 {
  background: url(../images/ico_08.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}


/*关于我们*/

.in_about {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
	background: url(../images/inabout.jpg) no-repeat center top;
}
.about_main {
	overflow: hidden;
	margin-top: 25px;
}
.about_wen {
	width: 810px;
}
.about_wen p {
	font-size: 25px;
	color: #333;
	line-height: 35px;
	padding-bottom: 15px;
	margin-top: 10px;
}
.abnote pre {
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 26px;
	color: #545454;
}
.abouta a {
	display: block;
	float: left;
	margin: 35px 10px 0 0;
	height: 46px;
	line-height: 46px;
	width: 155px;
	border-radius: 50px;
	text-align: center;
	background: #e6e6e6;
	font-size: 16px;
	color: #333;
}
.abouta a.emmmm {
	background: #e5001b;
	color: #fff;
}
.abouta a:hover {
	background: #e5001b;
	color: #fff;
}
.about_pic {
	width: 321px;
	height: 308px;
	background: url(../images/aboutpicbj.jpg) no-repeat right top;
}
.about_pic img {
	display: block;
	margin: 32px 0 0 0;
}
/*关于我们结束*/





/*新闻*/

.news {
	background: #fff;
	padding-bottom: 40px;
	width: 1404px;
	margin: 100px auto;
}
.news .conright {
	width: 540px;
	padding: 100px 0 0 0;
}
.slideTxtBox02 {
	text-align: left;
}
.slideTxtBox02 .hd {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
.slideTxtBox02 .hd ul {
	display: block;
	width: 370px;
	float: left;
}
.slideTxtBox02 .hd ul li {
	float: left;
	font-size: 22px;
	color: #666;
	margin-right: 15px;
}
.slideTxtBox02 .hd ul li b {
	font-weight: normal;
}
.slideTxtBox02 .hd ul li.on a {
	color: #1e1e1e;
}
.slideTxtBox02 .hd ul li.on b {
	font-weight: bold;
}
.slideTxtBox02 .hd span {
	float: right;
	font-size: 20px;
	color: #1e1e1e;
	text-align: right;
	font-weight: bold;
}
.slideTxtBox02 .hd span em {
	display: block;
	font-size: 13px;
	margin-right: 26px;
	font-weight: bold;
}
.slideTxtBox02 .bd {
	clear: both;
	overflow: hidden;
}
.slideTxtBox02 .bd dl {
	margin-top: 40px;
	padding-left: 220px;
	color: #fff;
	position: relative;
	background: #d40019;
	height: 169px;
	margin-bottom: 40px;
}
.slideTxtBox02 .bd dl dt {
	width: 220px;
	height: 169px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.slideTxtBox02 .bd dl dt img {
	display: block;
	width: 220px;
	height: 169px;
	transition: all 0.5s;
}
.slideTxtBox02 .bd dl dd.dd1 {
	padding-top: 25px;
	margin-left: 25px;
	width: 260px;
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideTxtBox02 .bd dl dd.dd2 {
	font-size: 13px;
	line-height: 20px;
	margin-left: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 74px;
	margin-bottom: 0px;
	width: 260px;
	color: #fff;
}
.slideTxtBox02 .bd dl dd.dd3 {
	text-align: right;
	width: 260px;
	margin-left: 25px;
	font-style: italic;
	color: #fff;
}
.news .conright ul {
}
.slideTxtBox02 .bd li {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	margin-bottom: 23px;
}
.slideTxtBox02 .bd li a {
	float: left;
	width: 380px;
	color: #1e1e1e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideTxtBox02 .bd li span {
	float: right;
	font-size: 14px;
	color: #ccc;
}
.slideTxtBox02 .bd li:hover a {
	color: #d40019;
}
.slideTxtBox02 .bd dl:hover dt img {
	transform: scale(1.1);
}
.conleft {
	width: 540px;
	border-left: 1px solid #ebebeb;
	margin-left: 60px;
	padding: 100px 0 0 55px;
}
.conleft .con_top {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}
.conleft .con_top a {
	float: left;
	font-size: 22px;
	color: #1e1e1e;
	margin-right: 15px;
}
.conleft .con_top span {
	float: right;
	font-size: 20px;
	color: #1e1e1e;
	text-align: right;
	font-weight: bold;
}
.conleft .con_top em {
	display: block;
	font-size: 13px;
	margin-right: 26px;
	font-weight: bold;
}
.txtMarquee-top .bd dl {
	padding: 50px 0 35px 70px;
	width: 470px;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/cjwtbg.png) no-repeat left 50px;
}
.txtMarquee-top .bd dl dt {
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 14px;
}
.txtMarquee-top .bd dl dd {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
}
/*签约客户*/

.qianyue {
	width: 1404px;
	height: 641px;
	background: #fff;
	margin: 0 auto 100px auto;
}
.qianyue02 {
	width: 505px;
	margin: 60px 0 0 45px;
}
.qianyue02 span.qytit01 {
	display: block;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.qianyue02 span.qytit02 {
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
	display: block;
	font-size: 35px;
	color: #000;
}
/* 签约客户滚动css */

.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 505px;
	padding-top: 40px;
}
.multipleColumn .hd {
	overflow: hidden;
}
.multipleColumn .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	text-align: center;
}
.multipleColumn .hd ul li {
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #ccc;
	border-radius: 50px;
	display: inline-block;
}
.multipleColumn .hd ul li.on {
	background: #e5001b;
}
.multipleColumn .bd {
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 505px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	_display: inline;
	overflow: hidden;
	width: 500px;
	clear: both;
	height: 150px;
	margin-bottom: 27px;
	background: #fff;
}
.multipleColumn .bd ul li .pic {
	width: 196px;
	height: 150px;
}
.multipleColumn .bd ul li .pic img {
	width: 196px;
	height: 150px;
	display: block;
}
.multipleColumn .bd ul li .title {
	width: 280px;
	padding-left: 24px;
}
.multipleColumn .bd ul li .title01 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-top: 25px;
}
.multipleColumn .bd ul li .note {
	width: 255px;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	padding-top: 15px;
}
.liuyan02 {
	padding: 149px 50px 0 0px;
	margin: auto;
}
.liuyan02 .pic {
}
.lytitle {
	margin-top: 25px;
}
.lytitle span.lytit01 {
	display: block;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.lytitle span.lytit02 {
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
	font-size: 35px;
	color: #000;
}
.lytitle span.lytit03 {
	font-size: 14px;
	color: #999;
}
.yjzx {
	margin-top: 40px;
}
.youjianzixun input {
	line-height: 33px;
	border: none;
	border-bottom: 1px solid #dedede;
	margin: 0 0 5px 0;
	padding-left: 10px;
	color: #999;
	background: none;
	font-family: microsoft yahei, "微软雅黑"!important;
}
.youjianzixun input.inp_name {
	width: 233px;
	height: 33px;
	margin-right: 29px;
	float: left;
}
.youjianzixun input.inp_tel {
	width: 233px;
	height: 33px;
	float: left;
}
.youjianzixun input.vcode {
	width: 233px;
	float: left;
	height: 45px;
	margin: 14px 45px 0 0;
}
.youjianzixun textarea {
	width: 100%;
	height: 65px;
	line-height: 25px;
	border: none;
	color: #999;
	padding-left: 10px;
	background: none;
	margin-top: 7px;
	border-bottom: 1px solid #dedede;
	font-family: microsoft yahei, "微软雅黑"!important;
}
 .youjianzixun input::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}
 .youjianzixun input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}
 .youjianzixun input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}
 .youjianzixun input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
 .youjianzixun textarea::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}
 .youjianzixun textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}
 .youjianzixun textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}
 .youjianzixun textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
.youjianzixun .submit {
	width: 217px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #333;
	border: none!important;
	font-size: 14px;
	margin: 15px 0 14px 0!important;
	float: left;
	cursor: pointer;
	font-family: microsoft yahei, "微软雅黑"!important;
}
.youjianzixun {
	position: relative;
}
.youjianzixun .hand {
	display: block;
	position: absolute;
	top: 140px;
	left: 168px;
	cursor: pointer;
}

/*留言框结束*/
