@charset "utf-8";
/* CSS Document */

/*内页*/
.inbanner{ position:relative; width:100%; background:url(../images/inpage/inbanner01.jpg) no-repeat top center; height:500px; background-size:cover;}
.inbanner .textbox{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.inbanner .textbox h2{ font-size:60px; font-weight:normal; letter-spacing:36px; text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);}

.inpage .location{
	position: absolute;
    width: 84%;
    bottom: 0;
    height: 170px;
	left:0;
	right:0;
	z-index:5;
	margin:auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #ffffff 100%);
}
.max-wid{
	width: 84%;
    max-width: 1200px;
    margin: auto;
}
.inpage .location .max-wid{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 30px;
}
.inpage .location .max-wid .node{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.inpage .location .max-wid .node li{ display:inline-block; line-height:20px;}
.inpage .location .max-wid .node li .fa-angle-right{ padding-right:10px; font-size:16px;}
.inpage .location .max-wid .node a{ font-size:14px; color:#666;}
.inpage .location .max-wid .tab{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inpage .location .max-wid .tab li{
	width: calc(100% / 3);
    flex-grow: 1;
}
.inpage .location .max-wid .tab > li{ position:relative;}
.inpage .location .max-wid .tab > li > a{
	padding: 36px 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid transparent;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	text-decoration:none;
}
.inpage .location .max-wid .tab > li.on > a{
	border-color: #c9151e;
    color: #000;
}
.inpage .location .max-wid .tab > li:after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.inpage .location .max-wid .tab > li:last-of-type:after {
    opacity: 0;
}
.inpage .location .max-wid .tab > li:hover > a {
    color: #000;
}

#mainbox{}
#mainbox .wrapper{ width:80%; max-width:1200px; margin:0 auto;}

/*简介*/
#mainbox .intitle{ text-align:center;}
#mainbox .intitle h4{
	font-size: 26px;
    font-weight: normal;
    color: #000000;
    margin: 10px 0 30px;
	text-align:center;
}
#mainbox .intitle p{ font-size:16px; line-height:30px; color:#666; text-align:center;}
#mainbox .intitle p:nth-child(3){ margin-top:40px;}

.about01,.about03{ padding:60px 0;}
.about01 ul{ padding:50px 0;}
.about01 ul li{ position:relative; float:left; width:33.3333%; text-align:center;}
.about01 ul li span{
	font-size: 50px;
    font-weight: bold;
    font-style: italic;
    color: #ec252f;
    padding-right: 10px;
}
.about01 ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #ccc;
    content: '/';
    font-weight: 100;
    font-size: 36px;
}
.about01 ul li:first-child:after{ content:'';}

.about02{ background:#f9f9f9; padding:60px 0;}
.about02 .list {
    margin-top: 30px;
}
.about02 .list .item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.about02 .list .item:nth-child(4n) {
    margin-right: 0;
}
.about02 .list .item .ia {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 40px 30px;
    text-decoration: none;
    color: #8c8d9e;
    font-size: 14px;
}
.about02 .list .item .icon {
}
.about02 .list .item .icon img {
    display: block;
}
.about02 .list .item .box {
}
.about02 .list .item .box .nam {
    font-size: 18px;
    color: #474963;
    margin-bottom: 5px;
}
.about02 .list .item .box .txt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.about02 .list .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.about02 .list .item:hover .box .nam {
    color: #ec252f;
}


.about03{}
.about03 .list{ margin-top:40px;}
.about03 .pp{
	border: 2px solid #b5b5b5;
    width: 220px;
    height: 100px;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about03 .pp:nth-child(5n){ margin-right:0;}

/*工程案例*/
.caseitem{ padding:60px 10%; width:100%; box-sizing:border-box; margin:0 auto;}
.caseitem .item{ /*float:left;*/ width:30.333%; margin-right:3%; margin-top:2%; vertical-align:top; display:inline-block;}
.caseitem .item a{ text-decoration:none;}
.caseitem .item:nth-child(3n){ margin-right:0;}
.caseitem .item .img{ overflow:hidden;}
.caseitem .item .img img{ transition: 1s all ease; width:100%;}
.caseitem .item .img img:hover{ transform: scale(1.2);}
.caseitem .item .info{ margin-top:20px;}
.caseitem .item .info .name{ font-size:18px; color:#333;}
.caseitem .item .info .abstract{ font-size:14px; color:#666;}

/*案例详情*/
.caselistshow{ color:#555; line-height:2; font-size:14px;}
.listshow01{
    display: flex;
    align-items: center;
	padding:60px 0;
}
.listshow01 .box01{ float:left; width:60%; padding-right:5%; box-sizing:border-box;}
.listshow01 .box02{ float:left; width:40%; padding:3% 0; padding-left:5%; box-sizing:border-box; border-left:1px solid #eee;}
.listshow01 .box02 h3{ font-weight:normal; font-size:16px;}
.listshow01 .box02 .list{ margin-top:20px;}
.listshow01 .box02 .list li {
    margin-top: 8px;
    line-height: 1.8;
    display: flex;
}
.listshow01 .box02 .list .title {
    font-size: 14px;
    color: #999;
    width: 50px;
    white-space: nowrap;
}
.listshow01 .box02 .list .content {
    flex: 1;
    word-break: break-all;
    font-size: 14px;
    color: #555;
}
.listshow02{ background:#d8d8d8; padding:60px 0;}
.listshow02 .wrapper{ background:#fff; padding:8% 3%; box-sizing:border-box;}
.listshow02 h1{ font-weight:normal; font-size:36px; text-align:center; margin-bottom:30px;}

.swiper-father {
 position: relative;
 padding:0 37px;
 width: 100%;
 box-sizing:border-box;
 margin-bottom:50px;
}
.swiper-father  .swiper-button-prev { background: url(../images/arrows1.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index:999;}
.swiper-father .swiper-button-next { background: url(../images/arrows1.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index:999;}


/*新闻*/
.newslist{ padding:50px 0;}
.newslist .item{ position:relative; margin-bottom:40px; height:270px; background-color:#f5f5f5; transition: all .2s linear;-webkit-transition: all .2s linear;}
.newslist .item a{ text-decoration:none;}
.newslist .item .pic{ float:left; overflow:hidden; width:350px; height:100%;}
.newslist .item .pic img{
	-webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
}
.newslist .item .info{
	padding: 40px 48px 46px;
    height: 100%;
    width: calc(100% - 350px);
    float: left;
    box-sizing: border-box;
}
.newslist .item .info .title{
	margin-bottom: 10px;
    color: #404040;
    font-size: 24px;
	line-height: 36px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist .item .info .text{
	overflow: hidden;
    margin-top: 15px;
    height: 64px;
    color: #909090;
    font-size: 16px;
    line-height: 2;
}
.newslist .item .info .more{
	position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 155px;
    height: 34px;
    background-color: #404040;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 13px;
    font-family: number;
    line-height: 34px;
}
.newslist .item .info .more i{
	display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.newslist .item:hover {
    -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
    box-shadow: 0PX 20px 70px #C5C5C5;
	background-color:#fff;
}
.newslist .item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.newslist .item:hover .more {
    background-color: #c9151e;
}
.newslist .item .more:hover i {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -ms-transform: translateX(30px);
}

/*新闻详情*/
#mainbox .newslistshow{ max-width:900px; padding:60px 0;}
.newslistshow h1{ font-weight:normal; font-size:32px; margin-bottom:30px; color:#555;}
.newslistshow .line{
	margin-bottom: 30px;
    width: 60px;
    height: 3px;
    border-radius: 1px;
    background-color: #c9151e;
}
.newslistshow .acticle{ font-size:16px; line-height:2; color:#555;}
.newslistshow .back{
	display: block;
    margin: 40px auto;
    width: 130px;
    height: 38px;
    border-radius: 5px;
    background-color: #c9151e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
	text-decoration:none;
}

/*人才招聘*/
#mainbox .joblist{ padding:60px 0; max-width:800px;}
.joblist .tt-list{ margin-top:20px;}
.joblist .tt-list li {
    margin-top: 8px;
    line-height: 1.8;
    display: flex;
}
.joblist .tt-list .title {
    font-size: 18px;
    color: #cc1113;
    width: 100px;
    white-space: nowrap;
}
.joblist .tt-list .content {
    flex: 1;
    word-break: break-all;
    font-size: 16px;
    color: #555;
}


/*联系我们*/
#mainbox .contact{ padding:60px 0; max-width:800px;}
.contact{ font-size:16px; color:#555; line-height:2;}
.contact span{ color: #c9151e;}


/*客户反馈*/
.feedback{ padding-top:30px; border-top:1px solid #eee;}
.feedback .title{ text-align:center; font-size:24px; margin-bottom:20px;}
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; color: #666; resize: none; width: 100%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; box-sizing:border-box;}
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { float:left; width: 32%; padding: 10px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin-right:2%; margin-bottom:20px; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; box-sizing:border-box; }
.messageinput:last-child{ margin-right:0;}
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 25%; text-align: center; line-height: 46px; height: 46px; font-size: 16px; border: 0; background: #dadada; color: #333; border-radius: 4px; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { color: #fff; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }
.messagebtn.btnon { background: #d71619; }


/*高德地图*/
#map {
	height: 400px;
	z-index: 4;
}
#map .info {
	border: solid 1px silver;
}
#map div.info-top {
	position: relative;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	background: none repeat scroll 0 0 #F9F9F9;
}
#map div.info-top div {
	display: inline-block;
	padding: 0 10px;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	line-height: 31px;
}
#map div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
}
#map div.info-top img:hover {
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#map div.info-middle {
	padding: 6px;
	font-size: 14px;
	line-height: 20px;
}
#map div.info-bottom {
	clear: both;
	width: 100%;
	height: 0;
	text-align: center;
}
#map div.info-bottom img {
	position: relative;
	z-index: 104;
}
#map span {
	margin-left: 5px;
	font-size: 11px;
}
#map .info-middle img {
	float: left;
	margin-right: 6px;
}

.inprotit{ font-size:17px; color:#000; margin-bottom:20px; border-bottom:1px solid #eee;}
.inprocont{ text-align:center; margin-top:50px; margin-bottom:50px;}

.stritem{padding: 60px 10%; width: 100%; box-sizing: border-box; margin: 0 auto;}
.stritem li{ width:22%; margin-right:3%; margin-top: 2%;vertical-align: top; display: inline-block;}
.stritem li:nth-child(4n){ margin-right:0;}
.stritem li .icon{ overflow:hidden;}
.stritem li .icon img {transition: 1s all ease; width: 100%;}
.stritem li .icon img:hover{ transform: scale(1.2);}
.stritem li .tt{ margin-top:20px; font-size:16px;}



@media (max-width: 1200px){
	.about01 ul li{ text-align:left; width:45%; padding:20px; box-sizing:border-box;}
	.about01 ul li:after{ display:none;}
	.about02 .list .item{ width:48%;}
	.about02 .list .item:nth-child(3n){ margin-right:2%;}
	.about03 .pp{ width:47%; margin:1%;}
	.about03 .pp:nth-child(5n){ margin-right:1%;}
	.caseitem .item .info .name{ font-size:16px;}
	.listshow01 .box01,.listshow01 .box02{ width:50%;}
}

@media (max-width: 768px){
	#mainbox .wrapper{ width:100%;}
	.newslist .item{ height:120px;}
	.newslist .item .pic{ width:30%;}
	.newslist .item .info{ width:70%; padding:20px;}
	.newslist .item .info .title{ font-size:16px; height:auto;}
	.newslist .item .info .text{ display:none;}
	.newslistshow h1{ font-size:20px;}
}

@media (max-width: 425px){
	.inbanner{ height:400px;}
	.inbanner .textbox h2{ font-size:24px; letter-spacing:7px;}
	.inpage .location{ width:100%; background:#fff; height:auto;}
	.max-wid{ width:100%;}
	.inpage .location .max-wid .tab > li > a{ padding:20px 0 10px 0; font-size:16px;}
	#mainbox .intitle h4{ font-size:20px;}
	.about01 ul li{ width:100%; padding:0 0 20px 0;}
	.about01 ul li span{ font-size:24px;}
	.about02 .list .item{ width:100%;}
	.about03 .pp{ width:45%;}
	.caseitem{ padding:60px 20px;}
	.caseitem .item{ width:47%; margin:1%;}
	.caseitem .item:nth-child(3n){ margin-right:1%;}
	.listshow01{ display:block;}
	.listshow01 .box01, .listshow01 .box02{ width:100%; float:none;}
	.listshow01 .box01{ padding-right:0; padding-bottom:20px;}
	.listshow01 .box02{ padding-left:5%; border-top:1px solid #eee; border-left:none;}
	.listshow02 h1{ font-size:24px; margin-bottom:10px;}
	.newslist .item .info .more{ display:none;}
	#mainbox .newslistshow,#mainbox .joblist,#mainbox .contact{ padding:60px 20px;}
	#mainbox .contact .fl,#mainbox .contact .fr{ float:none;}
}