@charset 'UTF-8';

/**!
 * 首页
 * author: lucw;
 * date: 2019-05-15
 * last edit by: qianyuting
 * last edit time: 2021-03-16
 */

/* main */
.cm-wpr{
    padding: 30px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-main{
    padding: 0;
    padding-bottom: 26px;
}

/* .ewb-mt25{
    margin-top: 25px;
} */
/* travel */
/* .ewb-travel{
    position: relative;
    margin-left: 21px;
    margin-right: 31px;
    margin-top: 20px;
    height: 234px;
}

.travel-box{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.travel-bg{
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: url(../images/subPage/tell_bg.jpg) repeat;
}

.travel-box img{
    vertical-align: top;
    width: 100%;
    height: 100%;
} */


/* make */
/* .ewb-make-hd{
    position: relative;
    margin-left: 24px;
    margin-right: 32px;
    padding-top: 1px;
    line-height: 66px;
}

.make-line{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 54px;
    top: 50%;
    margin-top: -6px;
    height: 13px;
    background: url(../images/subPage/make_tri.jpg) right top no-repeat #ecf4ff;
}

.make-tt{
    position: relative;
    z-index: 10;
    padding-left: 53px;
    padding-right: 15px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";;
    color: #096ee1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
}

.make-more{
    position: relative;
    z-index: 10;
    color: #999;
    background-color: #fff;
}

.make-tt.bg01{
    background-image: url(../images/subPage/fun_ico01.png);
}

.make-tt.bg02{
    background-image: url(../images/subPage/fun_ico02.png);
}

.make-tt.bg03{
    background-image: url(../images/subPage/fun_ico03.png);
}

.make-tt.bg04{
    background-image: url(../images/subPage/fun_ico04.png);
}

.ewb-make-bd{
    height: 278px;
    overflow: hidden;
}

.ewb-make .ewb-list{
    padding-left: 24px;
    padding-right: 28px;
    line-height: 36px;
}

.ewb-make .ewb-list-node{
    margin-left: 14px;
    padding-left: 0;
    background: none;
    border-top: 1px dotted #d9d9d9;
}

.ewb-make .ewb-list-node:first-child{
    border-top: 0;
}

.ewb-list-name{
    margin-left: -14px;
    padding-left: 14px;
    background: url('../images/subPage/list_ico.jpg') left center no-repeat;
} */

/* 3张banner */
.ewb-call{
    width: 371px;
}

.ewb-call-items>li{
    margin-bottom: 10px;
}

.ewb-call-items>li:last-child{
    margin-bottom: 0;
}

.call-lk{
    padding-right: 64px;
    display: block;
    height: 91px;
    line-height: 90px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Bold";;
    color: #fff;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.call-lk.bg01{
    background-image: url(../images/subPage/call_bg01.jpg);
}

.call-lk.bg02{
    background-image: url(../images/subPage/call_bg02.jpg);
}

.call-lk.bg03{
    background-image: url(../images/subPage/call_bg03.jpg);
}

.call-lk.bg01:hover{
    background-image: url(../images/subPage/call_bg01h.jpg);
}

.call-lk.bg02:hover{
    background-image: url(../images/subPage/call_bg02h.jpg);
}

.call-lk.bg03:hover{
    background-image: url(../images/subPage/call_bg03h.jpg);
}

.call-lk.bg04{
    background-image: url(../images/subPage/call_bg04.jpg);
}

.call-lk.bg04:hover{
    background-image: url(../images/subPage/call_bg04h.jpg);
}

.call-lk.bg05{
    background-image: url(../images/subPage/call_bg05.jpg);
}

.call-lk.bg05:hover{
    background-image: url(../images/subPage/call_bg05h.jpg);
}

.call-lk.bg06{
    background-image: url(../images/subPage/call_bg06.jpg);
}

.call-lk.bg06:hover{
    background-image: url(../images/subPage/call_bg06h.jpg);
}

/* 轮播 */

/* #ewb-imgscroll {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#ewb-imgscroll .item{
    display: block;
}

#ewb-imgscroll img {
    display: block;
    width: 100%;
}

.owl-carousel {
    position: relative;
    height: 347px;
    overflow: hidden;
} */

/* 文字介绍 */

/* .ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-indent: 20px;
    padding-right: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/subPage/b_mask.png") repeat;
} */


/* 左右按钮 */

/* .owl-nav .owl-prev,
.owl-nav .owl-next {
    display: none;
} */

/* 分页按钮 */
/* .control-owl .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: 10px;
}

.control-owl .owl-dots .owl-dot {
    float: left;
}

.control-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    display: block;
    background-color: #fff;
}

.control-owl .owl-dots .owl-dot.active span {
    width: 15px;
    background-color: #5aa1fc;
}

.control-owl .owl-dots .owl-dot:hover span{
    background: #fff;
}

.control-owl .owl-dots .owl-dot.active:hover span{
    background-color: #5aa1fc;
}

.owl-carousel .owl-item img{
    height: 347px;
} */

/* 中心简介 */

.get-intro{
    line-height: 28px;
    color: #666;
}

.get-intro p{
    text-indent: 2em;
}

.get-det{
    color: #096ee1;
}

.getdet-wpr{
    line-height: 28px;
}

.ewb-get{
    width: calc(100% - 410px);
}

.ewb-get-hd{
    padding-top: 30px;
    height: 72px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
}

.get-twpr{
    position: relative;
    padding-left: 15px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.get-tt{
    margin-top: -15px;
    padding-left: 53px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";;
    color: #096ee1;
    background: url(../images/subPage/fun_ico01.png) left center no-repeat;
}

.get-tline{
    position: absolute;
    top: 0;
    width: 254px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.get-tline.bg01{
    left: -254px;
    background-image: url(../images/subPage/get_bg01.jpg);
}

.get-tline.bg02{
    right: -254px;
    background-image: url(../images/subPage/get_bg02.jpg);
}

/* .ewb-get-bd{
    height: 168px;
    overflow-y: auto;
} */

/* 1200分辨率以下 */

@media (max-width: 1199px) {

}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .cm-wpr {
        padding: 15px;
    }

    .ewb-call {
        width: 250px;
    }

    .call-lk {
        padding-right: 20px;
        background-position: -30px top;
    }

    .ewb-get {
        width: calc(100% - 270px);
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-call,
    .ewb-get {
        float: none!important;
        width: 100%;
    }

    .call-lk {
        padding-right: 0;
        background-size: 100% 100%;
        background-position: left top;
        text-align: center;
    }
}


/*竖版手机端*/

@media (max-width: 480px) {
    .call-lk {
        padding-left: 50px;
        background-size: auto auto;
        background-position: -30px top;
    }
}