@charset "UTF-8";
/*banner*/
.banner{
    position: relative;
    background: url(../images/contact-banner.jpg) no-repeat;
    height: 500px;
    background-attachment: fixed;
}
.banner-word{
    width: 300px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
}
.banner-word h1{
    font-family: Arial;
    font-size: 32px;
}
.banner-word h3{
    font-size: 14px;
}
.banner-downLine{
    width: 100px;
    height: 1px;
    background-color: #f5f5f5;
    margin: 10px auto;
}
/*联系我们*/
.contact{
    padding-top: 50px;
}
.contact .col-sm-12{
    margin-bottom: 30px;
}
.eg-title{
    color: #0080cb;
}
.ch-title{
    color: #0080cb;
}
.blue-line{
    width: 100px;
    height: 1px;
    background-color: #0080cb;
}
.add{
    margin: 32px 0;
}
.add-img{
    display: inline-block;
}
.quote-en{
    color: #959595;
    margin: 20px 0;
}
.quote-a{
    background-color: #0080cb;
    border-radius: 5px;
    color: #fff;
}
.quote-a:hover{
    background-color: #535353;
    color: #fff;
}
/*右边表单*/
.contact-list-t{
    margin-bottom: 30px;
}
.contact-p{
    text-align: center;
    color: #0080cb;
    border: 2px solid #0080cb;
    border-radius: 5px;
}
.list-form{
    background: url(../images/contact-bg.png) 100% 100% no-repeat;
    height: 480px;
}
.form-inline{
    margin-bottom: 25px;
}
.form-control{
    height: 45px;
    line-height: 45px;
}
.form-group textarea{
    resize: none;
}
.form-group button{
    background-color: #535353;
    border-color: #535353;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}
.form-group button:hover{
    color: #fff;
    background-color: #0080cb;
    border-color: #0080cb;
}
.visible-xs .form-control{
    margin-bottom: 15px;
}
.visible-xs .form{
    padding: 30px 20px;
}
.hidden-xs .form{
    padding: 50px;
}
/*如何到达*/
.howTo{
    padding: 50px 0;
}

.way-span{
    font-size: 16px;
    color: #0080cb;
    padding-left: 15px;
}
.how-way-cont{
    margin-top: 20px;
    line-height: 2;
}
.howTo .col-sm-4{
    margin-bottom: 30px;
}
/*报价*/
.quotation-banner{
    background: url(../images/quotation-banner.jpg) no-repeat;
}
.quotation-block{
    margin: 50px 0;
}
.ch-p{
    font-size: 16px;
    color: #0080cb;
    margin: 15px 0;
}
.quotation-t{
    text-align: center;
}
.quotation-list .form-control-call{
    margin-bottom: 15px;
}
.choose-type h3,.project-type h3{
    color: #0080cb;
    margin: 30px auto 20px;
}
.choose-type label,.project-type label{
    font-size: 14px;
    font-weight: 400;
}
.choose-type label input,.project-type label input{
    cursor: pointer;
}
.choose-type .radio-inline:nth-child(3){
    margin: 0;
}
.project-type{
    max-width: 600px;
}
.label-right,.label-left{
    display: inline-block;
}
.checkbox-inline, .radio-inline {
     padding-left: 0;
}
.label-left{
    margin-right: 100px;
}
.input-block1{
    margin-top: 20px;
}
.budget-block{
    margin: 50px auto;
}
.budget-block h3{
    color: #0080cb;
}
#inlineCheckbox1{
    border-color: #0080cb!important;
}
/*滑块部分*/

.bothSlider{
    position: relative;
    color: #0080cb;
}
.lower{
    position: absolute;
    top: -4px;
    left: 0;
}
.upper{
    position: absolute;
    top: -4px;
    right: 0;
}
.noUi-connect {
    background: #0080cb;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 28px;
    left: -17px;
    top: -2px;
}
.slider-snap-value{
    text-align: center;
}
#slider-snap-value-lower{
    margin-right: 5px;
}

/*新闻中心*/
.news-banner{
    background: url(../images/news-banner.jpg) no-repeat;
}
/*新闻部分*/
.news-block{
    background: url(../images/index-news-bg.png) 100% 100% repeat-y;
    background-attachment: fixed;
    padding: 40px 0;
}
.news-block .nav-tabs {
    border-bottom: none;
    text-align: center;
}
.news-block .nav-tabs > li.active > a, .news-block .nav-tabs > li.active > a:focus, .news-block .nav-tabs > li.active > a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0080cb;
    border: 1px solid #0080cb;
}
.news-block .nav > li{
    margin-bottom: 10px;
    display: inline-block;
    float: none;
}
.news-block .nav-tabs > li > a {
    margin-right: 20px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
.news-block .nav > li > a {
    position: relative;
    display: block;
}
.news-block .nav > li > a:focus, .news-block .nav > li > a:hover {
    text-decoration: none;
    border: 1px solid #0080cb;
    background-color: #0080cb;
    color: #fff;
}
#newsTabContent{
    margin-top: 40px;
}

/*新闻列表内容*/
.news-list-ul li{
    margin-bottom: 40px;
}
.news-list-li{
    padding: 5px 10px;
    border-left: 4px solid #ebebeb;
}
.news-list-li-a{
    color: #313131;
}
.gray-underline{
    width: 30px;
    height: 1px;
    margin-top: 5px;
    background-color: #e5e5e5;
}
.news-list-span{
    float: right;
    font-size: 12px;
    color: #959595;
}
.news-list-li-p{
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
}
.news-list-ul li:hover .news-list-li-a,.news-list-ul li:hover .news-list-span{
    color: #0080cb;
}
.news-list-ul li:hover .news-list-li{
    border-left: 4px solid #0080cb;
}
/*新闻内页*/

.news-page-cont{
    background-color: #fff;
}
/*当前位置*/
.now-address{
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}
.act{
    color: #0080cb;
}
.ad{
    font-size: 12px;
}
.ad:hover{
    color: #0080cb;
}
/*新闻内容*/
.news-text{
    padding: 10px 0;
}
.news-title{
    text-align: center;
}
.news-title-p{
    font-size: 16px;
}
.news-title-s{
    font-size: 12px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.news-p{
    padding: 30px 10px;
}
.news-p p{
    font-size: 12px;
    line-height: 1.6;
    text-indent: 2em;
    text-align: justify;
    margin-top: 10px;
}
.common-text p{
    font-size: 12px;
    margin-bottom: 30px;
}
.common-text{
    border-bottom: 1px solid #e5e5e5;
}
.calcu-web-foot{
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bw{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.bj{
    float: right;
}
.sp-xp{
    margin-top: 20px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.sp-xp a:hover{
    color: #0080cb;
}
/*新闻右侧推荐新闻*/
.news-list-title{
    color: #0080cb;
    margin-bottom: 30px;
    margin-top: 20px;
}
.news-list-title small{
    color: #e5e5e5;
    font-family: Arial;
    font-size: 24px;
    letter-spacing: 2px;
}
.news-page-block{
    padding: 0;
}
#news-list-right .panel-default > .panel-heading {
    font-size: 18px;
    color: #535353;
    background-color: #eaeaea;
    border-color: #eaeaea;
    padding: 0 15px;
    border-bottom: none;
    border-radius: 20px;
    margin-bottom: 10px;
}
#news-list-right .panel-default > .active-heading {
    color: #fff;
    background-color: #0080cb;
    border-color: #0080cb;
}
#news-list-right .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-title{
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
#news-list-right .panel-body li{
    margin-bottom: 5px;
}
#news-list-right .a-span{
    color: #535353;
}
#news-list-right .panel-body li a{
    color: #0080cb;
}
#news-list-right .panel-body li a:hover .a-span{
    color: #0080cb;
}
#news-list-right .panel-group .panel {
    border-radius: 0;
    border: none;
}
#news-list-right .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.upicon-img{
    cursor: pointer;
    position: relative;
    transform: rotate(0deg);
    transition: all .6s;
}
.rotate180{
    transform: rotate(180deg);
    transition: all .6s;
}
/*翻页器*/
/*数字列表*/
.num-list{
    text-align: center;
    margin: 50px auto 10px;
}
.num-list li{
    display: inline-block;
    margin: 0 3px;
}
.num-list-num{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.num-list-num:hover a{
    color: #fff;
}
.num-list-num:hover{
    background: #0080ca;
    color: #fff;
    border: 1px solid #0080ca;
}
.hover-now{
    background: #0080ca;
    color: #fff;
    border: 1px solid #0080ca;
}
.hover-now a{
    color: #fff;
}
.hover-now:hover a{
    color: #fff;
}
.xyy{
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.xyy:hover{
    background: #0080ca;
    color: #fff;
    border: 1px solid #0080ca;
}
@media(max-width:480px){
    .add-img{
        width: 25px;
        margin-right: 20px;
    }
    .eg-title{
        font-size: 28px;
    }
    .contact-p{
        width: 250px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .ch-title{
        font-size: 24px;
        padding: 20px 0;
    }
    .quote-a{
        padding: 10px 100px;
        font-size: 18px;
    }
    .bothSlider{
        font-size: 18px;
    }
    .noUi-target{
        height: 26px;
        width: 62%;
        margin: 25px 0 25px 40px;
    }
    .lower{
        top: 1px;
    }
    .upper{
        top: 1px;
    }
    .contact-block{
        padding-left: 0;
    }
    .add-img{
        width: 15px;
        margin-right: 10px;
    }
    .howTo .col-sm-4:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
        border-right: none;
        border-left: none;
    }
    .news-page-cont{
        padding: 0 15px;
    }
    #news-list-right{
        padding: 0;
    }
}
@media(min-width: 481px) and (max-width:767px){
    .add-img{
        width: 25px;
        margin-right: 20px;
    }
    .eg-title{
        font-size: 36px;
    }
    .contact-p{
        width: 250px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .ch-title{
        font-size: 24px;
        padding: 20px 0;
    }
    .quote-a{
        padding: 10px 150px;
        font-size: 18px;
    }
    .bothSlider{
        font-size: 20px;
    }
    .noUi-target{
        height: 26px;
        width: 74%;
        margin: 25px 0 25px 45px;
    }
    .lower{
        top: -4px;
    }
    .upper{
        top: -4px;
    }
    .contact-block{
        padding-left: 0;
    }
    .news-page-cont{
        padding: 0 30px;
    }
    #news-list-right{
        padding: 0;
    }
    .news-block .nav-tabs > li > a {
        margin-right: 0;
        padding: 10px 6px;
    }
    .choose-type .radio-inline:nth-child(3){
        margin: 0 35px;
    }
    .choose-type label,.project-type label{
        font-size: 16px;
    }
}
@media(min-width:768px){
    .contact-block .form-inline .form-control{
        width: 45%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 52px;
    }
    .add-img{
        width: 25px;
        margin-right: 20px;
    }
    .eg-title{
        font-size: 36px;
    }
    .contact-p{
        width: 250px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .ch-title{
        font-size: 24px;
        padding: 20px 0;
    }
    .quote-a{
        padding: 10px 316px;
        font-size: 18px;
    }
    .contact-block{
        padding-left: 0;
    }
    .howTo .col-sm-4:nth-child(2){
        padding-left: 25px;
        padding-right: 25px;
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }
    /*报价里的container宽度*/
    .quotation-block .container{
        width: 755px!important;
    }
    .quotation-list .form-inline .form-control{
        width: 45%;
    }
    .quotation-list .form-control-name{
        margin-right: 68px;
    }
    .bothSlider{
        font-size: 24px;
    }
    .noUi-target{
        height: 26px;
        width: 80%;
        margin: 35px 0 35px 55px;
    }
    .news-block .nav > li > a {
        padding: 10px;
    }
    .news-page-cont{
        padding: 0 30px;
    }
    #news-list-right{
        padding: 0;
    }
    .news-block .nav-tabs > li > a {
        margin-right: 20px;
    }
    .choose-type .radio-inline:nth-child(3){
        margin: 0 35px;
    }
    .choose-type label,.project-type label{
        font-size: 16px;
    }
}
@media(min-width:980px){
    .contact-block .form-inline .form-control{
        width: 45%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 42px;
    }
    .add-img{
        width: 20px;
        margin-right: 10px;
    }
    .eg-title{
        font-size: 30px;
    }
    .contact-p{
        width: 220px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .ch-title{
        font-size: 20px;
        padding: 15px 0;
    }
    .quote-a{
        padding: 10px 120px;
        font-size: 16px;
    }
    .contact-block{
        padding-left: 50px;
    }
    .news-block .nav > li > a {
        padding: 10px 23px;
    }
    .news-page-cont{
        padding: 0;
    }
    #news-list-right{
        padding-right: 10px;
        padding-left: 0;
    }
    .news-text{
        padding: 50px 0;
    }
    .now-address{
        padding-left: 20px;
    }
    .choose-type .radio-inline:nth-child(3){
        margin: 0 35px;
    }
    .choose-type label,.project-type label{
        font-size: 16px;
    }
}

@media(min-width:1200px){
    .contact-block .form-inline .form-control{
        width: 45%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 54px;
    }
    .add-img{
        width: 20px;
        margin-right: 10px;
    }
    .eg-title{
        font-size: 36px;
    }
    .contact-p{
        width: 250px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .ch-title{
        font-size: 24px;
        padding: 20px 0;
    }
    .quote-a{
        padding: 10px 150px;
        font-size: 18px;
    }
    #news-list-right{
        padding-right: 10px;
        padding-left: 20px;
    }
    .choose-type .radio-inline:nth-child(3){
        margin: 0 35px;
    }
    .choose-type label,.project-type label{
        font-size: 16px;
    }

}
@media (min-width: 1366px) {
    .contact-block .form-inline .form-control{
        width: 45%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 54px;
    }
    .add-img{
        width: 20px;
        margin-right: 10px;
    }
    #news-list-right{
        padding-right: 10px;
        padding-left: 20px;
    }
}
@media (min-width: 1440px){
    .contact-block .form-inline .form-control{
        width: 45%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 54px;
    }
    .add-img{
        width: 20px;
        margin-right: 10px;
    }
    #news-list-right{
        padding-right: 20px;
        padding-left: 40px;
    }

}

@media (min-width: 1600px){
    .contact-block .form-inline .form-control{
        width: 45.5%;
    }
    .contact-block .form-control-name,.form-control-call{
        margin-right: 62px;
    }
    .add-img{
        width: 25px;
        margin-right: 20px;
    }
    #news-list-right{
        padding-right: 40px;
        padding-left: 80px;
    }

}
/*radio样式改变*/
@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #0080cb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}
.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}
.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block; }

.magic-radio + label:before {
    border-radius: 50%;
}
.magic-radio + label:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0080cb;
}
.magic-radio:checked + label:before {
    border: 1px solid #0080cb;
}
.magic-checkbox + label:before {
    border-radius: 3px; }

.magic-checkbox + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #0080cb;
    background: #0080cb;
}

