
@charset "utf-8";

 
.i-box02 { background: url(../images/bg01.jpg) no-repeat center top; background-size: cover;}
.sort-box { margin: 0 20px; }
.sort-box li { float: left; width: 49%; text-align: center; overflow: hidden; background: rgba(255, 255, 255, 0.5); cursor: pointer; color: #222; font-size: 14px; margin: 1px; padding: 10px 0; transition: All 0.2s ease-in-out; -webkit-transition: All 0.2s ease-in-out; -moz-transition: All 0.2s ease-in-out; -o-transition: All 0.2s ease-in-out; }
.sort-box li:active { background: rgba(0, 143, 238, 0.8); color: #fff; }
.i-box03 { background: #f4f4f4 }
.i-box04 { background: #f4f4f4 }

.i-box05{ background: #f4f4f4;}
.i-nav { width: 100%; background: url(../images/w01.jpg) no-repeat center top; background-size: cover; padding-top: 20px; }
.i-nav .item { display: inline-block; font-size: 14px; background: #fff; height: 30px; line-height: 30px; text-align: center; border-radius: 20px; padding: 0 15px; }
.i-nav .item:hover, .i-nav .item.on { background: #004ea1; color: #fff }
.i-nav-list { display: flex; justify-content: space-between; padding: 0 20px; }
.i-nav-list .item { flex-basis: 38%; }

.prd-list{}
.prd-list{margin: 0 10px;}
.prd-list li{border: 1px solid #ccc; border-radius:6px;padding: 10px; color: #555;background: #fff;margin-bottom: 20px;}
.prd-list li:last-child{margin-bottom: 0;}
.prd-list li .pic{width: 100%;}
.prd-list li .title{color: #333;font-size: 15px;}
.prd-list li .date{color: #999;font-size: 12px; font-family: arial;}

.news-list{ color: #666; font-size: 13px; padding: 15px;}
.news-list .date{color: #aaa; font-size: 28px; font-family: "ºÚÌå";}
.news-list .title{color: #333; font-size: 16px;}
.news-list p{line-height: 28px;}
.news-list li{border-bottom: 1px solid #e8e8e8; padding: 20px 0;}
.news-list li:last-child{margin-bottom: 0;}


.about-list{}
.about-list{margin: 0 10px;}
.about-list li{position: relative; margin-bottom: 35px;}
.about-list li .item{border: 1px solid #ccc;  line-height: 18px; border-radius: 6px; padding: 5px 0; padding-left: 40px; font-size: 12px; color: #4a4949; margin-left: 20px;}
.about-list li .date{width: 50px;height: 50px; line-height: 50px; text-align: center; background: #00a7e7;color: #fff; font-size: 18px; border-radius: 50%;position: absolute;left: 0px; top: 50%; margin-top: -25px;}

.banner { width: 100%; height: 100%; background: url(../images/banner02.jpg) no-repeat center top; background-size: cover; overflow: hidden; color: #fff; padding: 40px 0;}
.banner .title { color: #008fee; font-size: 30px; }
.banner .line { width: 40px; height: 1px; background: #fff; margin: 30px auto; }

.n-title{font-size: 18px;color: #008fee;text-align: center; }

.sort-box02 li{background: #e5f4fd;}

/*ÏîÄ¿-ÏêÇé*/
.porject-detail { padding: 0px 10px 20px 10px; line-height: 23px; font-size: 13px; }
.porject-detail .title { font-size: 18px; color: #333; margin-bottom: 5px; }
.porject-detail .date { font-size: 12px; color: #999; }
.porject-detail .line { width: 100%; height: 1px; background: #ddd; margin: 10px auto; }
 .porject-detail img{width:100%;}
.i-title {
    color: #fff;
    text-align: center;
    font-size: 21px;
    display: block;
    padding-bottom: 10px;
}
.btn-more { display: inline-block; height: 32px; line-height: 32px; font-size: 15px; text-align: center; padding: 0 10px; background: #ddd; color: #666; border-radius: 6px; margin: 0 auto; }

 