/*banner图*/
.twobanner {
    position:relative;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}
.twobanner-item .p1 {
    font-size: 40px;
    color: #fff;
    line-height: 2;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}

.twobanner-item h1 {
    font-size:60px;
    color: #fff;
    font-weight:bold;
    margin:3% 0 2% 0;
}
.twobanner-item h2 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:5%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
    margin-top:1%;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../image/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}
.twobanner-item .p1 {
    font-size: 24px;
    color: #fff;
    line-height: 2;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:10%;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}

.go-more {
    background:url(../image/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/


.base-top {
    width:100%;
    padding:8% 0;
    background: url(../image/base-bg.jpg) no-repeat center/cover;
}
.base-box  .title {
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.base-box  .title h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Heavitas Neue';
    text-align: center;
}
.base-box  .title h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 2% 0 6% 0;
}

.base-box .item {}
.base-box .item ul {
    overflow:hidden;
}
.base-box .item ul li {
    float:left;
    width:25%;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.base-box .item ul li h4 {
    font-size: 50px;
    color:#fff;
    text-align: center;
}
.base-box .item ul li h4 span {
    font-size: 60px;
    font-family: 'Heavitas Neue';
    padding:0 2% 0 0;
}
.base-box .item ul li h4  i {
    display: inline-block;
    font-size: 40px;
    font-style: normal;
    transform: translate(0px,-18px);
}
.base-box .item ul li p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.base-box  .more {
    margin:5% 0 0 0;
    text-align: center;
}
.base-box  .more p {
    margin:0% 0 2% 0;
    animation: bounce-down 1.5s linear infinite;
}
.base-box  .more a {
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width:1024px){
.base-top {
    width:100%;
    padding:8% 0;
    background: url(../image/base-bg.jpg) no-repeat center/cover;
}
.base-box  .title {
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.base-box  .title h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Heavitas Neue';
    text-align: center;
}
.base-box  .title h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 2% 0 6% 0;
}

.base-box .item {}
.base-box .item ul {
    overflow:hidden;
}
.base-box .item ul li {
    width:50%;
	padding:5% 0;
}
.base-box .item ul li h4 {
    font-size: 20px;
    color:#fff;
    text-align: center;
}
.base-box .item ul li h4 span {
    font-size: 40px;
    padding:0 2% 0 0;
}
.base-box .item ul li h4  i {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    transform: translate(0px,-18px);
}
.base-box .item ul li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.base-box  .more {
    margin:5% 0 0 0;
    text-align: center;
}
.base-box  .more p {
    margin:0% 0 2% 0;
    animation: bounce-down 1.5s linear infinite;
}
.base-box  .more a {
    font-size: 18px;
    color: #fff;
}
}


.item-list {}
.item-list ul {}
.item-list ul li {
	padding:2% 0;
	overflow:hidden;
}


.item-list ul li h3 {
	font-size: 24px;
    color: #d10000;
    margin-bottom: 2%;
    padding-bottom: 1%;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.item-list ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.item-list ul li .word {
	float:left;
	width:30%;
}
.item-list ul li .word p {
	font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.item-list ul li .word p img {}

.item-list ul li .photo {
	float:right;
	width:60%;
}
.item-list ul li .photo p img {
	float:left;
	width:31%;
	margin:1%;
	border-radius:10px;
}

@media screen and (max-width:1024px) {
.item-list ul li {
	padding:5% 0;
}
.item-list ul li h3 {
	font-size: 18px;
    color: #d10000;
    margin-bottom: 8%;
    padding-bottom: 5%;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.item-list ul li .word {
	width:100%;
}
.item-list ul li .word p {
	font-size: 16px;
    line-height: 1.8;
}
.item-list ul li .photo {
	width:100%;
}
.item-list ul li .photo p img {
	width:48%;
	margin:1%;
}
}


/*工程列表*/
.show-list {
	padding:2% 0;
}
.show-list ul {
}
.show-list ul li {
    float: left;
    width: 31%;
    margin: 1%;
	border-radius:10px;
	border: 1px solid #eee;
	overflow:hidden;
	transition: all 0.6s ease;
}

.show-list ul li .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.show-list ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.6s ease;
}

.show-list ul li .item {
    padding: 8% 5% 7%;
}
.show-list ul li .item h3 {
    font-size: 20px;
    color: #555555;
	padding-left:0%;
	transition: padding 0.8s;
}
.show-list ul li .item p {
    font-size: 14px;
    color: #999999;
    padding: 12px 0 30px;
}

/*社会责任*/
.base-item {
	position: relative;
	overflow: hidden;
}
.base-item .container{
	height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 4% 0;
}
.base-item .photo {
	width: 50%;
}
.base-item .photo ul {
}
.base-item .photo ul li {
	position:relative;
}
.base-item .photo ul li p {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1% 2%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
	font-size: 14px;
    color: #fff;
    text-align: center;
}

.base-item .word {
	width: 46%;
    height: 100%;
	padding:2%;
    position: relative;
}
.base-item .word h2 {
	font-size: 30px;
    color: #d10000;
	font-weight:bold;
}

.base-item .word p {
	font-size: 18px;
    color: #666;
    line-height: 2.2;
    margin-top:8%;
}
@media screen and (max-width:1024px){
.base-item {
	position: relative;
}
.base-item .container{
	height: 100%;
    position: relative;
    padding: 4% 0;
}
.base-item .photo {
	width: 100%;
}

.base-item .word {
	width: 100%;
    height: 100%;
    padding:8%;
}
.base-item .word h2 {
	font-size: 24px;
}
.base-item .word p {
	font-size: 16px;
    line-height: 1.8;
    margin-top:12%;
}
}