.index_col {
  padding: 70px 0;
}
.index_col li {
  float: left;
  width: 16.66%;
  text-align: center;
  list-style: none;
}
.index_col .index_col_item {
  padding: 0 10px;
}
.index_col li p {
  font-size: 18px;
  color: #000;
  padding: 10px 0;
}
.index_col li span {
  color: #666;
  font-size: 14px;
}

.index_module {
  background: url(../images/infra/whole_house_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 90px;
}
.index_module .index_module_header {
  height: 187px;
  background: url(../images/infra/home_tit_png.png) no-repeat top center;
  padding-top: 80px;
}
.index_module .index_module_header h2 {
  display: block;
  font-size: 28px;
  line-height: 28px;
  color: #071e4d;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.index_module .index_module_header h1 {
  font-size: 38px;
  line-height: 48px;
  color: #0f2450;
  letter-spacing: 7px;
}
.index_module .index_module_des {
  margin-top: 10px;
  font-size: 22px;
  color: #664d02;
  letter-spacing: 5px;
  font-weight: lighter;
}
.index_module .index_module_des span {
  position: relative;
}
.index_module .index_module_des span:before,
.index_module .index_module_des span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 60px;
  height: 1px;
  background: #8c6900;
}
.index_module .index_module_des span:before {
  left: -75px;
}
.index_module .index_module_des span:after {
  right: -75px;
}
.index_module .more {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: white;
  background: #fcb509;
  border-radius: 5px;
  font-size: 20px;
  transition: all 0.5s;
}
.index_module .more:hover {
  transform: scale(1.2);
}

.index_02 .tabs-nav {
  width: 650px;
  margin: 0 auto;
}
.index_02 .tabs-nav li {
  width: 20%;
  text-align: center;
}
.index_02 .tabs-nav li span {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 15px;
}
.index_02 .tabs-nav li.active span {
  background-color: #512005;
  color: #fff;
}

.index_02 .tab-panel ul li {
  float: left;
  width: 33.33%;
}
.index_02_item {
  position: relative;
  height: 230px;
  margin: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.index_02_item > img {
  width: 100%;
  height: 100%;
}

.index_02_item .index_02_item_cover {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: Alpha(opacity=50);
  transition: all 0.5s ease;
}

.index_02_item .index_02_item_cover img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0px;
}

.index_02_item .index_02_item_cover h2 {
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 20px auto 0;
}

.index_02_item .index_02_item_cover h2 a {
  color: #fff;
  width: 100%;
  font-size: 22px;
  display: block;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
}

.index_02_item .index_02_item_cover h2 a:hover {
  background: #b40000;
}

.index_02_item .index_02_item_cover h3 {
  color: #fff;
  line-height: 30px;
}

.index_02_item:hover .index_02_item_cover {
  height: 100%;
  opacity: 1;
  transition: height 0.5s ease;
}

.index_02_item .index_02_item_cover img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.index_02_item .index_02_item_cover img:hover {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -o-transform: rotate(720deg);
}

#index-gallery-article {
  width: 690px;
  height: 380px;
}
#index-gallery-article .gallery-thumbs.gallery-thumbs-right {
  width: 100px;
}
#index-gallery-article .gallery-thumbs-right + .gallery,
#index-gallery-article .gallery + .gallery-thumbs-right {
  margin-right: 100px;
  height: 100%;
}
#index-gallery-article .gallery img {
  width: 100%;
  height: 100%;
}
#index-gallery-article .swiper-text {
  font-size: 18px;
  padding: 15px;
}
#index-gallery-article .gallery-thumbs .swiper-slide {
  padding: 7px;
  background-color: #e8e8e8;
}
#index-gallery-article .gallery-thumbs .swiper-slide-thumb-active {
  background-color: #215fac;
}

.gallery .swiper-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.gallery .swiper-text span {
  position: relative;
  z-index: 2;
}
.gallery .swiper-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#news-tabs {
  width: 520px;
}
#news-tabs .tabs-nav {
  border-bottom: #215fac 1px solid;
}
#news-tabs .tabs-nav > li {
  font-size: 18px;
  padding: 7px 25px;
}
#news-tabs .tabs-nav > li.active {
  color: #fff;
  font-weight: bold;
  background: #215fac;
  border-radius: 5px 5px 0px 0px;
}
#news-tabs .tab-content {
  margin-top: 15px;
}

#news-tabs .tab-content ul li{
    margin-top: 14px;
}

.article-list li {
  position: relative;
  background: url(../images/infra/icon-article-list.jpg) no-repeat 0px center;
  margin-top: 12.5px;
  padding-left: 15px;
  font-size: 16px;
}

.article-list li:not(.top) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}
.article-list.has-date li:not(.top) a {
  margin-right: 100px;
}
.article-list li span {
  position: absolute;
  font-size: 14px;
  color: #999;
  right: 0px;
  top: 0;
}
.article-list li.top {
  padding-left: 120px;
  overflow: hidden;
  position: relative;
}
.article-list li.top span {
  width: 100px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
}

.article-list li.top span img {
  width: 100%;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  height: 100%;
}

.article-list li.top:hover span img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.article-list li.top p.title {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-weight: bold;
}

.article-list li.top p.date {
  color: #999;
  font-size: 14px;
}

.article-list li.top:hover a {
  color: #215fac;
}

.index_news_list {
  width: 410px;
  padding: 20px;
  background: #f1f1f1;
}

.index_news_list h4 {
  background: url(../images/infra/article-module-header-bg.jpg) no-repeat 120px
    center;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.index_news_list h4 span.title {
  width: 100px;
  height: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #215fac;
}

.index_news_list h4 span.more {
  font-size: 14px;
}

.index_ren {
  width: 360px;
  position: relative;
}

.index_ren h4 {
  height: 45px;
  line-height: 45px;
  border-left: #215fac 5px solid;
  background: #f1f1f1;
  margin-bottom: 15px;
}

.index_ren h4 span.title {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.index_ren h4 span.more {
  font-size: 14px;
  padding-right: 15px;
}

#interview {
  height: 270px;
}
#interview img {
  width: 100%;
  height: 100%;
}
#interview .swiper-text {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.index_project {
    border: 1px solid #e8e8e8;
    height:330px;
    padding:1px;
    padding:20px 10px;
    margin-top:20px;
}

.index_project li {
  width: 225px;
  margin-left: 15px;
  height: 285px;
  box-shadow: 5px 5px 5px #eee;
  background: #f1f1f1;
  float: left;
  text-align: center;
  overflow: hidden;
}

.index_project li div.img {
  width: 225px;
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
}
/*.index_project {
    margin-left: -15px;
}*/
.index_project li div.img img {
  width: 100%;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  height: 100%;
}

.index_project li:hover div.img img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.index_project li p {
  padding: 10px 0px 0px 0px;
}

.index_project li p.title {
  font-size: 22px;
}

.index_project li p.eng {
  font-size: 12px;
  color: #999;
}

.index_project li:hover {
  background: #215fac;
}

.index_project li:hover p.title {
  color: #fff;
}

.index_project li:hover p.eng {
  color: #e1ebf8;
}

.index_title {
    height: 22px;
    line-height: 22px;
    display: block;
    border-left: #215fac 5px solid;
}
.index_title span.title {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-left: 15px;
  color: #ff8600;
}

.index_link li {
    line-height: 30px;
}


.index_title span.more {
  font-size: 14px;
}

#members .side {
  width: 320px;
}
#members .side-right + .content {
  margin-right: 340px;
}
.president-member .president-title {
  float: left;
  width: 230px;
  height: 150px;
  padding: 20px 0 0 30px;
  background: url(../images/infra/index-members-gb.png) no-repeat center center;
}
.president-title p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.president-title .more {
  color: #fff;
}
.president-member .president-member-list {
  margin-left: 250px;
  overflow: hidden;
  padding-top: 10px;
}
.president-member-list .article-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid rgba(40, 92, 172, 1);
  display: inline-block;
  left: 10px;
  top: 15px;
}
.president-member-list .article-list li {
  background: none;
  margin-top: 5px;
  padding-left: 0;
}

.president-member-list .article-list .article-item {
  background-color: #f8f8f8;
  padding: 10px 0px 10px 30px;
  margin-right: 10px;
}

.member-list .member-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.member-list .member-header h4 {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #285cac;
  width: 130px;
  padding: 3px 10px;
  position: relative;
}
.member-list .member-header h4:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #ffffff;
  display: inline-block;
  right: 2px;
  top: 0px;
}
.member-list .article-list li {
  font-size: 14px;
}
.member-list.two-col .article-list li {
  float: left;
  width: 50%;
  font-size:16px;
}

.index-project,
.index-designer {
  width: 900px;
  border: 1px solid #e8e8e8;
  padding: 20px;
}
.index-project .index-project-header h4 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-left: 15px;
  color: #ff8600;
  border-left: #215fac 5px solid;
}
.index-project .index-project-list {
  height: 235px;
  overflow: hidden;
}
.index-project .index-project-list li {
  position: relative;
  float: left;
  width: 280px;
  height: 235px;
  margin-right: 10px;
  overflow: hidden;
}
.index-project-list li img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease 0s;
}
.index-project-list .swiper-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align:center;
}
.index-project-list .swiper-text span {
  position: relative;
  z-index: 2;
}
.index-project-list .swiper-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.index-project-list li:hover img {
  transform: scale(1.2, 1.2);
}
.index-project-list li:hover .swiper-text {
  background: #215fac;
}

.index-designer {
  width: 340px;
  border-left: 0;
}
#designer-list {
  height: 235px;
}
#designer-list li {
  margin-bottom: 10px;
  overflow: hidden;
}
#designer-list li img {
  width: 100px;
  height: 112px;
  float: left;
  display: block;
  margin-right: 15px;
}
#designer-list li .name {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}
#designer-list li .txt {
  font-size: 14px;
  color: #666;
  overflow: hidden;
}

.index_form {
  background: url(../images/infra/index_form_bg.jpg) no-repeat center center;
  color: #fff;
}
.index_form h4.index_title {
  border-left-color: #ff8600;
}
.index_form input[type="radio"] {
  vertical-align: inherit;
}
.index_form ul {
  height: 30px;
  margin-bottom: 20px;
}

.index_form ul li {
  height: 30px;
  line-height: 30px;
}

.index_form ul li.name {
  color: #ff8600;
  font-size: 14px;
  font-weight: bold;
  width: 170px;
}

.index_form ul li.select {
  margin-right: 30px;
}

.index_form ul li.select span {
  font-size: 14px;
  margin-right: 20px;
}
.index_form .enterprise ul li.select span {
  margin-right: 5px;
}
.index_form ul li.submit {
}

.index_form ul li.submit span {
  float: left;
  margin-right: 15px;
}

.index_form ul li.submit .search_txt {
  width: 120px;
  height: 28px;
  line-height: 28px;
  border: 0;
  padding-left: 20px;
  background: #fff;
  color: #666;
  float: left;
  border-radius: 0;
}

.index_form ul li.submit .search_button {
  width: 80px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  display: block;
  float: left;
  border: 0;
  cursor: pointer;
  background: #eee;
  margin-left: 10px;
  border-radius: 0;
  background-color: #ff8600;
  color: #fff;
}

.index_form ul li.submit .search_button:hover {
  background: #fff;
  color: #333;
}
.index_link li span {
  color: rgb(153, 153, 153);
  margin: 0px 7px;
}

.section .table th {
  background-color: #e8eff7;
}
.section .table td {
  background-color: #f7f7f7;
  font-size:15px;
}
.section .table td,
.section .table th {
  text-align: center;
  border: 3px solid #fff;
}
.section .table td:first-child,
.section .table th:first-child {
  border-left: 0;
}

.section .tabbable .tabs-nav {
  margin-bottom: 10px;
}
    .section .tabbable .tabs-nav li {
        padding: 7px 11px;
        margin-right: 7px;
        border-radius: 500px;
        background-color: #de742c;
        color:#ffff;
    }
        .section .tabbable .tabs-nav li.active {
            color: #fff;
            background-color: #cc985e;
            /*border-color: #2561aa;*/
        }
.section .tabbable .tabs-nav li.active a {
  color: #fff;
}
.section .section-search {
  position: absolute;
  right: 0;
  top: 5px;
}
.section .section-search label {
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
  height: 32px;
}
.section .section-search input[type="text"] {
  height: 100%;
}

.article-title-list li {
  position: relative;
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
}
.article-title-list li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(40, 92, 172, 1);
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
}
.article-title-list a {
  display: block;
  margin-right: 100px;
}
.article-title-list .date {
  float: right;
}

.article-summary-list .row {
  border-bottom: 1px solid #ddd;
  height: 150px; 
}
.article-summary-list .cover img {
    width: 100%;
    height: 128px;
}
.article-summary-list .summary .title {
  font-size: 20px;
}
.article-summary-list .summary .desc {
    margin: 10px 0;
    color: #9c9b9b;
    font-size: 12px;
}
.article-summary-list .summary .source {
    color: #9c9b9b;
    font-size: 12px;
}
.article-summary-list .date {
  float: right;
  width: 110px;
  text-align: right;
  border-left: 1px solid #eee;
}
.article-summary-list .date .day {
  color: #e86a00;
  font-size: 35px;
  margin-bottom: 5px;
}
.article-summary-list .date:after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 0;
  width: 120px;
  height: 30px;
  border: 1px solid #ccc;
  background: url("../images/infra/article-arrow.png") no-repeat center center;
}
.f-18{
    font-size:18px;
}
.sidemember {
    height: 550px;
}

.sidemember ul {
    position: relative;
    margin-left: -12px;
    zoom: 1;
}

.sidemember li {
    width: 405px;
    height: 80px;
    border: 1px solid #E3E3E3;
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .sidemember li a {
        display: block;
        width: 405px;
        height: 80px;
    }

        .sidemember li a img {
            margin-top: 11px;
            margin-left: 14px;
            display: block;
            float: left;
            margin-right: 15px;
            width: 100px;
        }

        .sidemember li a h3 {
            font-size: 16px;
            color: #000;
            line-height: 16px;
            padding-top: 15px;
            font-weight: bold;
        }


            .sidemember li a .dm i {
                float: left;
                background: url(/Content/assets/images/tel.png);
                width: 14px;
                height: 14px;
                display: block;
                margin-top: 1px;
            }

.dm span {
    font-size: 12px;
    color: #999999;
    margin-left: 6px;
}

.sidemember li a .dt {
    left: 265px;
}

    .sidemember li a .dt i {
        background: url(/Content/assets/images/user.jpg);
        width: 15px;
        height: 13px;
        margin-top: 1px;
    }

.dt span {
    font-size: 12px;
    color: #999999;
    margin-left: 6px;
}

.dt i {
    width: 13px;
    height: 16px;
    background: #000;
    display: block;
    float: left;
}

.dm, .dt {
    position: absolute;
    top: 46px;
}

/*·µ»Ø¶¥²¿*/
#goTopBtn {
    POSITION: fixed;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 30px;
    WIDTH: 50px;
    BOTTOM: 100px;
    HEIGHT: 50px;
    FONT-SIZE: 12px;
    CURSOR: pointer;
    RIGHT: 0px;
    _position: absolute;
    _right: auto;
    margin-right: 100px;
}

#goTopBtn img {
        width: 50px;
}