/*banner*/
.carousel-indicators li {
    background-color: rgba(255,255,255,.6);
    border: none;
    margin: 5px;
}
.carousel-indicators .active {
    background-color: #00a0e9;
    border: none;
    height: 10px;
    margin: 5px;
    width: 10px;
}


/*产品中心*/
.product{
    padding: 50px 200px 70px;
    overflow: hidden;
}
.product h3{
    font-weight: bold;
}
/*tab切换*/
.product #myTab{
    overflow: hidden;
    text-align: center;
    width: 700px;
    margin:20px auto 40px;
    border: none;
}
.product #myTab li{
    width: 120px;
    margin: 0 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    border: 1px solid #0178b4;
    background-color: #0178b4;
    border-radius: 5px;
}
.nav > li > a{
    color: #646464;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin: 0;
    border-radius: 5px;
}
.nav > li > a:focus,.nav > li > a:hover{
    background-color: #e9e9e9;
    border: 1px solid #e5e5e5;
    color: #0178b4;
}
.product .list-h{
    margin-bottom: 20px;
}
.product .list{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eee;
}
.product .list .list-i{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom:66.667%;
    overflow: hidden;
}
.product .list img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.product .list-a{
    color: #333;
    display: block;
    text-align: center;
    background-color: #eee;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    padding: 0 15px 10px;
}
.product .list-h:hover .list{
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.product .list-h:hover .list-a{
    color: white;
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.product .list-h:hover .list img{
    -webkit-transform:  scale(1.21);
    -moz-transform: scale(1.21);
    -o-transform: scale(1.21);
    transform: scale(1.21);
    transition:0.4s ease-in-out;
}


/*公司简介*/
.company{
    background-image: url("../images/about-bg.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    padding: 70px 0 90px;
}
.company h3{
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
}
.company .about{
    overflow: hidden;
    color: white;
}
.company .about img{
    width: 100%;
}
.company .about h5{
    color: #f8f8f8;
    line-height: 22px;
    text-align: justify;
}
.company .about a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: white;
    padding-left: 15px;
    background-color:#0178b4 ;
    border-radius: 5px;
    margin-top: 30px;
}
/*我们的优势*/
.advantage{
    margin-top: 50px;
    overflow: hidden;
}
.advantage .li{
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 100%;
    margin: auto;
}
.advantage .li img{
    margin-top: 22px;
}
.advantage h4{
    color: white;
    margin: 15px auto 15px;
    font-weight: bold;
}
.advantage h5{
    color: white;
}
.advantage a:hover img{
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}


/*工程案例*/
.case{
    padding: 50px 0 70px;
    overflow: hidden;
}
.case h3{
    font-weight: bold;
}
/*tab切换*/
.case #myTab-c{
    overflow: hidden;
    text-align: center;
    width: 560px;
    margin:20px auto 40px;
    border: none;
}
.case #myTab-c li{
    width: 120px;
    margin: 0 10px;
}
.case .list-h{
    margin-bottom: 20px;
}
.case .list{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eee;
}
.case .list .list-i{
	position:relative;
	width: 100%;
    height: 0;
	padding-bottom:66.667%;
    overflow: hidden;
}
.case .list img{
	display: block;
	position:absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: auto;
}
.case .list-a{
    color: #333;
    display: block;
    text-align: center;
    background-color: #eee;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    padding: 0 15px 10px;
}
.case .list-h:hover .list{
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.case .list-h:hover .list-a{
    color: white;
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.case .list-h:hover .list img{
    -webkit-transform:  scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition:0.4s ease-in-out;
}


/*新闻中心*/
.news{
    padding: 50px 200px 90px;
    overflow: hidden;
    background-color: #eee;
}
.news h3{
    font-weight: bold;
}
/*tab切换*/
.news #myTab-n{
    overflow: hidden;
    text-align: center;
    width: 280px;
    margin:20px auto 40px;
    border: none;
}
.news #myTab-n li{
    width: 120px;
    margin: 0 10px;
}
.news .li{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom:66.667%;
    overflow: hidden;
}
.news .li img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.news .li-sp{
    overflow: hidden;
    padding: 15px 15px;
    background-color: white;
}
.news .li-sp h4{
    color: #242424;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.news .li-sp h6{
    color: #818181;
}
.news .li-sp h5{
    color: #656565;
    line-height: 20px;
}
.news .li-sp .more{
    display: block;
    width: 60px;
    height: 25px;
    line-height: 24px;
    color: #0178b4;
    margin:15px auto 10px;
    border: 1px solid #0178b4;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
}
.news .list:hover .li-sp{
    background-color: #0178b4;
    transition: all 0.5s ease 0s;
    -moz-box-shadow: 0 3px 5px #b1b1b1, 0 0 5px #e0e0e0,0 3px 5px #e0e0e0;
    -webkit-box-shadow: 0 3px 5px #b1b1b1, 0 0 5px #e0e0e0, 0 3px 5px #e0e0e0;
    box-shadow: 0 3px 5px #b1b1b1, 0 0 5px #e0e0e0, 0 3px 5px #e0e0e0;
}
.news .list:hover h4{
    color: white;
    transition: all 0.3s ease 0s;
}
.news .list:hover h6,.news .list:hover h5{
    color: #d8d8d8;
    transition: all 0.3s ease 0s;
}
.news .list:hover .more{
    background-color: white;
    border: 1px solid #0178b4;
    transition: all 0.3s ease 0s;
}



/*产品中心*/
.product-box{
    overflow: hidden;
    margin-top: 140px;
}
.product-box .ma-lr{
    margin: 0 -5px;
}
.product-box .list-h{
    margin-bottom: 20px;
    padding: 0 5px;
}
.product-box .list{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eee;
}
.product-box .list .list-i{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom:66.667%;
    overflow: hidden;
}
.product-box .list img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.product-box .list-a{
    color: #333;
    display: block;
    text-align: center;
    background-color: #eee;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    padding: 0 15px 10px;
}
.product-box .list-h:hover .list{
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.product-box .list-h:hover .list-a{
    color: white;
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.product-box .list-h:hover .list img{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    transition:0.4s ease-in-out;
}


/*产品详情*/
.product-show{
    margin-top: 140px;
    overflow: hidden;
}
.product-show .sp-t img{
    width: 100%;
}
.product-show .sp-t h3{
    margin-top: 15px;
    margin-bottom:35px;
}
.product-show .sp-t h5{
    color: #595959;
}
.product-show .sp-t .qq{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgba(0,102,159,.9);
    border-radius: 5px;
    margin-right: 50px;
    margin-bottom: 15px;
}
.product-show .sp-t .qq i{
   font-size: 18px;
}
.product-show .sp-t .qq img{
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.product-show .sp-t .ww{
    display: block;
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgba(0,102,159,.9);
    border-radius: 5px;
}
.product-show .sp-t .ww img{
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.product-show .sp-t h5{
    margin-bottom: 15px;
}
.product-show .sp-t .se-tel{
    color: #ff7800;
    margin-top: 15px;
    margin-bottom:30px;
}
.product-show .sp-t .ww:hover,.product-show .sp-t .qq:hover{
    background-color: rgba(0,102,159,1);
    transition: all 0.3s ease 0s;
}
/*产品描述*/
.product-show .sp-d{
    padding-top: 30px;
    overflow: hidden;
}
.product-show .sp-d h4{
    color: #00669f;
    padding: 10px 0;
    text-indent: 2em;
    background-color: #e2ecf2;
    margin-bottom: 20px;
}
.product-show .sp-d .sp-dd{
    padding: 0 35px;
}
.product-show .sp-d .sp-dd h5{
    color: #4a4a4a;
    text-align: justify;
    line-height: 20px;
}
.product-show .sp-d .sp-dd img{
    margin:5px 0;
}
/*推荐产品*/
.product-show .sp-d .recommend{
    overflow: hidden;
    margin: 40px 0;
    padding-bottom: 20px;
    background-color: #e2ecf2;
}
.product-show .sp-d .recommend h4{
    color: #2a2a2a;
    margin-bottom: 10px;
}
.recommend .picScroll-left{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.recommend .picScroll-left .bd .picList{
    padding-left: 30px;
    overflow:hidden;
}
.recommend .picScroll-left .bd ul li{
    margin-left: 20px;
    width:22.9%;
    float:left;
    display:inline;
    overflow:hidden;
    text-align:center;
}
.recommend .picScroll-left .bd ul li .pic a{
    overflow: hidden;
    display: block;
    margin: auto;
}
.recommend .picScroll-left .bd ul li .pic img{
    display:block;
    width: 100%;
    height: auto;
}
.recommend .list-h{
    margin-bottom: 10px;
}
.recommend .list{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: white;
}
.recommend .list .list-i{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom:66.667%;
    overflow: hidden;
}
.recommend .list img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.recommend .list-a{
    color: #333;
    display: block;
    text-align: center;
    background-color: white;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    padding: 0 15px 10px;
}
.recommend .list-h:hover .list{
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.recommend .list-h:hover .list-a{
    color: white;
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.recommend .list-h:hover .list img{
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    transition:0.4s ease-in-out;
}


/*工程案例*/
.case-box{
    overflow: hidden;
    margin-top: 140px;
}
.case-box .ma-lr{
    margin: 0 -5px;
}
.case-box .list-h{
    margin-bottom: 20px;
    padding: 0 5px;
}
.case-box .list{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eee;
}
.case-box .list .list-i{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom:66.667%;
    overflow: hidden;
}
.case-box .list img{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.case-box .list-a{
    color: #333;
    display: block;
    text-align: center;
    background-color: #eee;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    padding: 0 15px 10px;
}
.case-box .list-h:hover .list{
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.case-box .list-h:hover .list-a{
    color: white;
    background-color: #0178b4;
    transition: all 0.3s ease 0s;
}
.case-box .list-h:hover .list img{
    -webkit-transform: scale(1.22);
    -moz-transform:scale(1.22);
    -o-transform:scale(1.22);
    transform: scale(1.22);
    transition:0.4s ease-in-out;
}
/*案例详情*/
.case-show{
    margin-top: 140px;
    overflow: hidden;
}
.case-show .sp-t img{
    width: 100%;
}
.case-show .sp-t h3{
    margin-top: 10px;
    margin-bottom:25px;
}
.case-show .sp-t h5{
    color: #595959;
}
.case-show .sp-t .ti-2{
    text-indent: 2em;
    line-height: 20px;
}
.case-show .sp-t .qq{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgba(0,102,159,.9);
    border-radius: 5px;
    margin-right: 50px;
    margin-bottom: 15px;
}
.case-show .sp-t .qq i{
    font-size: 18px;
}
.case-show .sp-t .qq img{
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.case-show .sp-t .ww{
    display: block;
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgba(0,102,159,.9);
    border-radius: 5px;
}
.case-show .sp-t .ww img{
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.case-show .sp-t .se-tel{
    color: #ff7800;
    margin-top: 15px;
    margin-bottom:20px;
}
.case-show .sp-t .ww:hover,.case-show .sp-t .qq:hover{
    background-color: rgba(0,102,159,1);
    transition: all 0.3s ease 0s;
}


/*案例描述*/
.case-show .sp-d{
    padding-top: 30px;
    overflow: hidden;
}
.case-show .sp-d h4{
    color: #00669f;
    padding: 10px 0;
    text-indent: 2em;
    background-color: #e2ecf2;
    margin-bottom: 20px;
}
.case-show .sp-d .sp-dd{
    padding: 0 35px;
}
.case-show .sp-d .sp-dd h5{
    color: #4a4a4a;
    text-align: justify;
    line-height: 20px;
}
.case-show .sp-d .sp-dd img{
    margin:5px 0;
}


/*关于镜屏*/
.about-box{
    margin-top: 140px;
    overflow: hidden;
}
.about-box .sp-t h3{
    margin-top: 0;
    margin-bottom: 20px;
}
.about-box .sp-t h5{
    text-indent: 2em;
    text-align: justify;
    color: #595959;
    line-height: 25px;
}
.about-box .sp-t img{
    margin: 20px 0;
}


/*联系我们*/
.contact-box{
    margin-top: 140px;
    overflow: hidden;
}
.contact-box .sp-t h3{
    margin-top: 0;
    margin-bottom:30px;
}
.contact-box .sp-t h5{
    color: #595959;
}
.contact-box .sp-t .map{
    margin-top: 30px;
}
.contact-box .sp-t .map img{
    width: 100%;
}



/*新闻资讯*/
.news-box{
    margin-top: 140px;
    overflow: hidden;
}
.news-box .list {
    margin-bottom: 25px;
    display: block;
}
.news-box .list .list-i{
    height: 195px;
    overflow: hidden;
}
.news-box .list img{
    width: 100%;
    height: auto;
}
.news-box .list h3{
    color: #050505;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-box .list h5{
    color: #616161;
    margin: 30px 0;
}
.news-box .list .more{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-color: #00669f;
    border-radius: 5px;
    margin: 0;
}
.news-box .list:hover h3{
    color: #00669f;
    transition:0.3s ease-in-out;
}
.news-box .list:hover .list-i img{
    -webkit-transform: scale(1.34);
    -moz-transform: scale(1.34);
    -o-transform: scale(1.34);
    transform: scale(1.34);
    transition:0.4s ease-in-out;
}
/*新闻详情*/
.news-show{
    margin-top: 140px;
    overflow: hidden;
}
.news-show .sp-t h3{
    margin-top: 0;
    margin-bottom: 20px;
}
.news-show .sp-t h5{
    text-indent: 2em;
    text-align: justify;
    line-height: 25px;
    color: #616161;
}
.news-show .sp-t img{
    margin: 20px 0;
}



/*人才招聘*/
.job-box{
    margin-top: 140px;
    overflow: hidden;
}
.job-box .sp-t h5{
    color: #616161;
    line-height: 25px;
    text-align: justify;
}


/*招聘岗位*/
.job-show{
    margin-top: 140px;
    overflow: hidden;
}
.job-show .title{
    color: white;
    padding: 10px 0;
    background-color: #00669f;
}
.job-show .title .list{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.job-show .title .bor-r{
    border-right: 1px solid white;
}
.job-show .sp-t{
    color: #686868;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0;
}
.job-show .sp-t .list{
    padding: 10px 0;
    background-color: #f1f1f1;
}
.job-show .sp-t .list .fa-angle-up{
    display: none;
}
.job-show .sp-t .first-list .fa-angle-down,.job-show .sp-t .first-list .fa-angle-up{
    position: absolute;
    left: 15px;
    font-size: 20px;
    top:10px;
}
.job-show .sp-t .last-list .fa-angle-down,.job-show .sp-t .last-list .fa-angle-up{
    position: absolute;
    right: 15px;
    font-size: 20px;
    top:10px;
}
.job-show  .list-show{
    border: 1px solid #f1f1f1;
    border-top: none;
    background-color: white;
    display: none;
    padding: 0 15px 10px;
    overflow: hidden;
}
.job-show  .list-show h4{
    color: #00669f;
    margin-top: 20px;
    margin-bottom: 15px;

}
.job-show  .list-show h5{
    color: #5c5c5c;
}