@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
    box-sizing: border-box;
}
input{
    background: none;
    border: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #3d3c3c;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
.maxWh{
    width: 100%;
}
img{
    cursor:pointer;
    vertical-align: middle;
}
a, span, em, i{
    display: inline-block;
}
.fomar{
    font-family: "Arial";
}

/*元素位置*/

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

/*clearfix写在浮动元素的上层*/

.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix { *zoom:1;}
.content{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

/*内部文字位置*/
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center!important;
}

/*块状元素及行内元素*/
.block {
    display: block!important;

}
.inline {
    display: inline-block!important;
}
.none{
    display: none!important;
}


.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}

/*背景颜色*/
.bg-red{
    background: #f41100;
}
.bg-gray{
    background: #f5f5f5;
}
.bg-ffeded{
    background: #ffeded;
}
.bg-fff{
    background: #fff;
}
.br-5{
    border-radius: 5px;
}
.module{
    background: #f2f3f5!important;
}




.pd-20{
    padding: 20px 0;
}
.pd-50{
    padding: 50px 0;
}
.pd-btm-100{
    padding-bottom: 100px;
}



/*字体颜色*/
.c-fff{
    color: #fff!important;
}
.c-orange{
    color: #f2a654!important
}
.c-green{
    color: #46be8a!important;
}
.c-blue{
    color: #62a8ea!important;
}
.c-red{
    color: #da2319!important;
}
.bg-red{
    background: #da2319!important;
}
.bd-red{
    border: 1px solid #da2319!important;
}
.c-black{
    color: #343434!important;
}
.bg-black{
    background: #272727!important;
}
.bg-green{
    background: #46be8a!important;
}
.bg-blue{
    background: #62a8ea!important;
}
.bd-green{
    border: 1px solid #46be8a!important;
}
.bd-blue{
    border: 1px solid #62a8ea!important;
}
.bd-red{
    border: 1px solid #f96868!important;
}


.c-theme{
    color: #281672!important;
}
.bg-theme{
    background: #281672!important;
}
.bd-theme{
    border: 1px solid #281672!important;
}
.c-themeT{
    color: #f8ae01!important;
}
.bg-themeT{
    background: #f8ae01!important;
}
.bd-themeT{
    border: 1px solid #f8ae01!important;
}
.bd-btm-themeT{
    border-bottom: 1px solid #f8ae01!important;
}
/*字体颜色*/






.arial{
    font-family: 'Arial';
}
.fbold{
    font-weight: bold;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}




/*边框颜色*/
.bd-top{
    border-top: 1px solid #e2e2e2;
}
.bd-btm{
    border-bottom: 1px solid #e2e2e2;
}
.bd-lf{
    border-left: 1px solid #e2e2e2;
}
.bd-rg{
    border-right: 1px solid #e2e2e2;
}
.bd-1{
    border: 1px solid #e2e2e2;
}

/*按钮样式*/
.btn{
    width: 22%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

/*宽百分比*/
.w-5{
    width: 5%;
}
.w-6{
    width: 6%;
}
.w-7{
    width: 7%;
}
.w-8{
    width: 8%;
}
.w-9{
    width: 9%;
}
.w-10{
    width: 10%;
}
.w-13{
    width: 13%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-37{
    width: 37%;
}
.w-50{
    width: 50%;
}


.maxwh{
    width: 100%;
}
.wot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tra{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;  /* IE 9 */
    -moz-transition: all 0.35s;     /* Firefox */
    -o-transition : all 0.35s;  /* Opera */
}



table{
    width: 100%;
    border-collapse: collapse;
}




/*面包屑导航*/
.crumbs{
    line-height: 180%;
    font-size: 12px;
    padding: 25px 0 16px 0;
    padding: 2.12% 0 1.35% 0;
}
.crumbs a{
    color: #b9b9b9;
}
.crumbs a.hover{
    color: #026bb9;
}
.crumbs i{
    color: #b9b9b9;
    margin: 0 5px;
}
.crumbs span{
    color: #9b9b9b;
}
/*面包屑导航*/




/**/
.page{
    padding: 3.25% 0 5.66% 0;
    text-align: center;
}
.page a{
    width: 36px;
    line-height: 36px;
    border: 1px solid #ececf2;
    border-radius: 2px;
    text-align: center;
    color: #838383;
    font-family: "Arial";
    margin: 0 4px;
}
.page a:hover, .page a.hover{
    background: #a2a2a2;
    border: 1px solid #a2a2a2;
    color: #fff;
}
/**/



.overflow{
    overflow: hidden;
}
.banner, .slidebox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
}
.banTxt{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner-black.png) repeat;
}
.banner-con{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-con h2{
    padding-bottom: 24px;
    background: url(../images/banner-bd-btm.jpg) no-repeat 0px bottom;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/black.png) repeat;
    /*display: none;*/
}
.fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
}
.index-list{
    display: none;
}
.index-list:nth-child(1){
    display: block;
}







.ismob{
    display: none;
}




/*CSS 公用*/

/*优惠活动*/
.discount-ul li{
    float: left;
    width: 31.6%;
    margin: 0 20px 0 0;
}
.discount-ul li:nth-of-type(3n){
    /*margin-right: 0;*/
}
.discount-ul li a, .discount-ul li img{
    width: 100%;
}
.discount-cont{
    padding: 4.45% 0 8.9% 0;
}
.discount-cont h3{
    color: #333;
}
.discount-cont p{
    color: #838383;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2.4%;
}



/*班车*/
.bus-ul li{
    float: left;
    width: 31.84%;
    margin: 0 2.2% 2.2% 0;
}
.bus-ul li:nth-of-type(3n){
    margin: 0 0 2.2% 0;
}
.bus-ul li a, .bus-ul li img{
    width: 100%;
}
.bus-cont{
    padding: 7%;
    color: #3d3d3d;
}
.bus-range{
    margin: 8px 0;
}
.bus-range em{
    margin-right: 3.26%;
    margin-right: 8px;
}
.bus-price{
    color: #838383;
}
.bus-price i{
    margin: 0 3.26%;
}
/*CSS 公用*/


/*font-size*/
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-14{
    font-size: 14px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-25{
    font-size: 25px;
}
.f-26{
    font-size: 26px;
}
.f-28{
    font-size: 28px;
}
.f-30{
    font-size: 30px;
}
.f-32{
    font-size: 32px;
}
.f-34{
    font-size: 34px;
}
.f-36{
    font-size: 36px;
}
.f-40{
    font-size: 40px;
}
.f-48{
    font-size: 48px;
}

@media all and (min-width: 960px) and (max-width: 1199px){
    .f-13{
        font-size: 13px;
    }
    .f-15{
        font-size: 14px;
    }
    .f-16{
        font-size: 15px;
    }
    .f-18{
        font-size: 16px;
    }
    .f-22{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-26{
        font-size: 21px;
    }
    .f-28{
        font-size: 22px;
    }
    .f-30{
        font-size: 24px;
    }
    .f-34{
        font-size: 26px;
    }
    .f-36{
        font-size: 28px;
    }
    .f-40{
        font-size: 30px;
    }
    .f-48{
        font-size: 34px;
    }
}


@media all and (max-width: 640px){
    .overflow-x{
        overflow: hidden;
        overflow-x: scroll;
    }
    .f-14{
        font-size: 12px;
    }
    .f-15{
        font-size: 13px;
    }
    .f-16{
        font-size: 14px;
    }
    .f-18{
        font-size: 16px;
    }
    .f-20{
        font-size: 17px;
    }
    .f-22{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-25{
        font-size: 18px;
    }
    .f-26{
        font-size: 19px;
    }
    .f-28, .f-30{
        font-size: 20px;
    }
    .f-34{
        font-size: 22px;
    }
    .f-36, .f-40{
        font-size: 24px;
    }
    .f-48{
        font-size: 26px;
    }
    .mt-20{
        margin-top: 1.66%;
    }
    .mt-30{
        margin-top: 2.5%;
    }
    .mt-40{
        margin-top: 3.33%;
    }
    .mt-60{
        margin-top: 5%;
    }
    .ispc{
        display: none!important;
    }
    .ismob{
        display: block;
    }
}

.banner{width: 100%; text-align: center;}
.banner img{max-width: 100%; margin: 0 auto;}
.pages{text-align: center;}
.headerBlock{height: 83px;}
.bd-btm{overflow: hidden; height: auto;}
.bd-btm .index-title{padding: 30px 0 0;}
.bd-btm .index-title a{color: red;}
.indexPicsList{margin: 50px 0; overflow: hidden;}
.indexPicsList li{width: 32%; height: 280px; background-color: #1590d4; border-radius: 50px; text-align: center; float: left; margin-bottom: 20px; margin-bottom: calc();}
.indexPicsList li:nth-child(3n+2){margin-left: 2%; margin-right: 10px;}
.indexPicsList li img{height: 130px; margin: 40px auto 0 auto;}
.indexPicsList li h2{text-align: center; margin: 15px 0 10px 0; line-height: 180%; font-size: 24px; color: #fff;}
.indexPicsList li h3{text-align: center; line-height: 180%; font-size: 14px; color: #fff;}
.footerBlock{display: none;}
@media(max-width: 768px){
    .indexPicsList{margin: 20px 0; padding: 0 5%; box-sizing: border-box;}
    .indexPicsList li{width: 100%;}
    .headerBlock{height: 30px;}
    .company{padding: 20px 2%;}
    .company-title,.f-18{line-height: 180%; font-size: 14px !important;}
    .scope-ul li{flex-direction: column;}
    .scope-img, .scope-cont img{max-width: 100%; margin: 0 !important; padding: 0 !important; width: 100% !important;}
    .scope-img img{width: 100% !important; padding: 0 !important; margin-bottom: 10px !important;}
    .scope-img, .scope-cont{width: 100% !important;}
    .scope-cont{padding: 0 !important;}
    .scope-cont h3{margin: 0 !important;}
    .cp{margin-top: 20px;}
    .content iframe{width: 96vw !important; height: 50vh !important; margin-bottom: 50px !important;}
    .footerBlock{width: 100%; height: 50px; display: block}
}