@charset 'UTF-8';

/**!
 * 走进许昌
 * author: wangkai;
 * date: 2019-03-18
 */

/* main */

.ewb-container {
    max-width: 750px;
    margin: 0 auto;
}

/* 导航 */

.ewb-nav {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -1rem;
    bottom: 0;
    width: 1rem;
}

.ewb-return-home {
    display: block;
    margin: 0.24rem 0 0 0.09rem;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    background: url('../images/return_ico.png') no-repeat;
    background-size: 0.82rem 0.82rem;
    background-color: #fff;
    opacity: 0.44;
}

.ewb-return-home:active {
    opacity: 0.6;
}

.ewb-nav-items {
    position: absolute;
    top: 1.42rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    background: url('../images/nav_bg_mb.png') repeat;
}

.ewb-nav-items li {
    height: 0.96rem;
    vertical-align: top;
}

.ewb-nav-item {
    display: block;
    width: 1rem;
    height: 0.96rem;
    overflow: hidden;
}

.ewb-nav-icon {
    float: left;
    width: 1rem;
    padding: 0.25rem 0;
    height: 0.46rem;
    text-align: center;
}

.ewb-nav-icon img {
    display: inline-block;
    vertical-align: top;
    width: 0.52rem;
    height: 0.46rem;
    opacity: 0.8;
}

.ewb-nav-name {
    float: left;
    width: 1.14rem;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.22rem;
    color: #fff;
}

.open .ewb-nav-items li.current .ewb-nav-item {
    width: 1.94rem;
    border-radius: 0 0.48rem 0.48rem 0;
    background: #006cc3;
}

.open .ewb-nav-items li.current .ewb-nav-icon {
    width: 0.8rem;
}

.open .ewb-nav-items li.current .ewb-nav-icon img {
    opacity: 1;
}

.ewb-nav-btn {
    position: absolute;
    right: -0.4rem;
    bottom: 0.6rem;
    width: 0.4rem;
    height: 1.2rem;
    background: url('../images/nav_btn.png') no-repeat;
    background-size: 0.4rem 1.2rem;
}

.ewb-nav-arrow {
    display: block;
    width: 0.4rem;
    height: 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/nav_arrow2.png');
    background-size: 0.12rem 0.26rem;
}

.ewb-nav-btn.cur .ewb-nav-arrow {
    background-image: url('../images/nav_arrow1.png');
}

/* 公共模块 */

.ewb-part {
    height: 13.34rem;
    background-repeat: no-repeat;
    background-size: 7.5rem 13.34rem;
}

/* 公共标题样式 */

.ewb-cm-hd {
    height: 1.92rem;
    text-align: center;
}

.ewb-cm-tt {
    display: inline-block;
    vertical-align: top;
    height: 1.92rem;
}

.ewb-cm-tt img {
    height: 1.92rem;
}

/* 走进许昌 */

.ewb-part.bg1 {
    background-image: url('../images/part_bg1.jpg');
}

.ewb-enter-text {
    padding-top: 9.04rem;
    width: 7.5rem;
    height: 4.3rem;
    background: url('../images/enter_bg.png') bottom no-repeat;
    background-size: 7.5rem 4.3rem;
}

.ewb-enter-text p {
    padding: 0 0.3rem;
    text-indent: 2em;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}

.ewb-enter-text p:first-child {
    margin-top: 0.60rem;
}

/* 许昌简介 */

.ewb-part.bg2 {
    background-image: url('../images/part_bg2.jpg');
}

.ewb-synopsis {
    position: relative;
    margin: 0 auto;
    padding: 2rem 0;
    width: 6.2rem;
    height: 6.8rem;
}

.ewb-synopsis-tt {
    position: absolute;
    padding-top: 0.18rem;
    width: 1.6rem;
    height: 1.52rem;
    text-align: center;
    border-radius: 0.1rem;
}

.ewb-synopsis-tt img {
    display: block;
    margin: 0 auto;
    height: 0.49rem;
}

.ewb-synopsis-tt span {
    display: block;
    margin-top: 0.2rem;
    padding: 0 0.3rem 0 0.4rem;
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1rem;
}

.ewb-synopsis-tt i {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.14rem;
    border-left: 0.14rem solid transparent;
    border-right: 0.14rem solid transparent;
}

.ewb-synopsis-tt:nth-child(1) i,
.ewb-synopsis-tt:nth-child(2) i,
.ewb-synopsis-tt:nth-child(3) i {
    bottom: -0.14rem;
}

.ewb-synopsis-tt:nth-child(4) i,
.ewb-synopsis-tt:nth-child(5) i,
.ewb-synopsis-tt:nth-child(6) i {
    top: -0.14rem;
}

.ewb-synopsis-tt:nth-child(1) {
    top: 0;
    left: 0.2rem;
    background: linear-gradient(to bottom, #51b9e1, #1fa1d3);
}

.ewb-synopsis-tt:nth-child(2) {
    top: 0;
    left: 50%;
    margin-left: -0.8rem;
    background: linear-gradient(to bottom, #e99e46, #ea9128);
}

.ewb-synopsis-tt:nth-child(3) {
    top: 0;
    right: 0.2rem;
    background: linear-gradient(to bottom, #71c187, #58a66d);
}

.ewb-synopsis-tt:nth-child(3) span {
    padding: 0 0.15rem;
    letter-spacing: 0;
}

.ewb-synopsis-tt:nth-child(4) {
    bottom: 0;
    left: 0.2rem;
    background: linear-gradient(to bottom, #e9705e, #e75c48);
}

.ewb-synopsis-tt:nth-child(5) {
    bottom: 0;
    left: 50%;
    margin-left: -0.8rem;
    background: linear-gradient(to bottom, #9286d9, #796cca);
}

.ewb-synopsis-tt:nth-child(6) {
    bottom: 0;
    right: 0.2rem;
    background: linear-gradient(to bottom, #5acccb, #4cb6b5);
}

.ewb-synopsis-tt:nth-child(1) i {
    border-top: 0.14rem solid #1fa1d3;
}

.ewb-synopsis-tt:nth-child(2) i {
    border-top: 0.14rem solid #ea9128;
}

.ewb-synopsis-tt:nth-child(3) i {
    border-top: 0.14rem solid #58a66d;
}

.ewb-synopsis-tt:nth-child(4) i {
    border-bottom: 0.14rem solid #e9705e;
}

.ewb-synopsis-tt:nth-child(5) i {
    border-bottom: 0.14rem solid #9286d9;
}

.ewb-synopsis-tt:nth-child(6) i {
    border-bottom: 0.14rem solid #5acccb;
}

.ewb-synopsis-tt.current i {
    display: block;
}

.ewb-synopsis-bd {
    position: relative;
    height: 6.8rem;
    background-color: #fff;
}

.ewb-synopsis-info {
    padding: 0.1rem 0.1rem;
    width: 6rem;
    height: 6.6rem;
    background: url('../images/synopsis_bg.jpg') center center no-repeat;
    background-size: 6rem 6.6rem;
}

.ewb-synopsis-item {
    position: relative;
    float: left;
    width: 3rem;
    height: 3.3rem;
    overflow: hidden;
}

.ewb-synopsis-item h3 {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    background: url('../images/synopsis_mask1.png') repeat;
}

.ewb-synopsis-item:nth-child(1) h3 {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.ewb-synopsis-item:nth-child(2) h3 {
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.ewb-synopsis-item:nth-child(3) h3 {
    position: absolute;
    top: 4px;
    right: 4px;
}

.ewb-synopsis-item:nth-child(4) h3 {
    position: absolute;
    top: 4px;
    left: 4px;
}

.ewb-synopsis-item:nth-child(1),
.ewb-synopsis-item:nth-child(4) {
    background: url('../images/synopsis_mask3.png') repeat;
}

.ewb-synopsis-item:nth-child(1) h3,
.ewb-synopsis-item:nth-child(4) h3 {
    background-image: url('../images/synopsis_mask2.png');
}

.ewb-synopsis-item img {
    width: 3rem;
    height: 3.3rem;
}

.ewb-synopsis-tab {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.ewb-map {
    padding-top: 0.4rem;
    text-align: center;
}

.ewb-map img {
    display: inline-block;
    vertical-align: top;
    width: 4.17rem;
    height: 3.45rem;
}

.ewb-synopsis-content {
    padding: 0.24rem 0.42rem 0 0.42rem;
    display: -webkit-box;
    overflow: hidden;
    text-indent: 2em;
    height: 2.4rem;
    line-height: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 0.24rem;
    color: #434343;
    word-break: break-all;
}

.ewb-resource {
    padding: 0 0.4rem;
}

.ewb-resource li {
    float: left;
    width: 100%;
    height: 1.7rem;
    vertical-align: top;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.98rem 1.15rem;
}

.ewb-resource li.icon1 {
    background-image: url('../images/resource_img1.png');
}

.ewb-resource li.icon2 {
    background-image: url('../images/resource_img2.png');
}

.ewb-resource li.icon3 {
    background-image: url('../images/resource_img3.png');
}

.ewb-resource li.icon4 {
    width: 48%;
    background-image: url('../images/resource_img4.png');
}

.ewb-resource li.icon5 {
    float: right;
    width: 48%;
    background-image: url('../images/resource_img5.png');
}

.ewb-resource-info {
    padding-left: 1.28rem;
    height: 1.7rem;
    display: table-cell;
    vertical-align: middle;
}

.ewb-resource-info h3 {
    line-height: 0.7rem;
    font-size: 0.32rem;
    color: #015293;
}

.ewb-resource-info p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 0.32rem;
    font-size: 0.24rem;
    color: #404040;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 城市名片 */

.ewb-part.bg3 {
    background-image: url('../images/part_bg3.jpg');
}

.ewb-card {
    padding: 0.5rem 0.53rem 0 0.53rem;
    overflow: hidden;
}

.ewb-card ul {
    margin: -0.6rem -0.64rem 0 0;
}

.ewb-card-node {
    position: relative;
    float: left;
    margin: 0.6rem 0.64rem 0 0;
    width: 2.9rem;
    height: 2.9rem;
    background-color: #fff;
    opacity: 0.8;
}

.ewb-card-item {
    position: relative;
    display: block;
    padding: 0.1rem 0.1rem;
    width: 2.7rem;
    height: 2.7rem;
}

.ewb-card-item i {
    position: absolute;
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem;
}

.ewb-card-item i:nth-child(2) {
    top: 0.02rem;
    left: 0.02rem;
    background-image: url('../images/cord_ico1.png');
}

.ewb-card-item i:nth-child(3) {
    right: 0.02rem;
    bottom: 0.02rem;
    background-image: url('../images/cord_ico2.png');
}

.ewb-card-item img {
    width: 2.7rem;
    height: 2.7rem;
    vertical-align: top;
}

/* 历史沿革 */

.ewb-part.bg4 {
    background-image: url('../images/part_bg4.jpg');
}

.ewb-history {
    padding: 0 0.74rem;
}

.ewb-history p {
    margin-top: 0.4rem;
    text-indent: 2em;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #434343;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 名胜旅游 */

.ewb-part.bg5 {
    background-image: url('../images/part_bg5.jpg');
}

.ewb-tour {
    margin: 0.5rem auto 0;
    width: 80%;
}

.owl-carousel {
    position: relative;
    width: 100%;
    height: 10.5rem;
    overflow: hidden;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    height: 10.5rem;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 4.5rem;
}

.owl-carousel .item-name {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 150px 0 18px;
    height: 42px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    background: url('../images/mask_bg.png') repeat;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    top: 4.06rem;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 0.14rem;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.08rem;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.07rem;
    cursor: pointer;
    background: #d9d9d9;
}

.owl-carousel button.owl-dot span {
    display: none;
}

.owl-carousel button.owl-dot.active {
    width: 0.45rem;
    background: #e31920;
}

.ewb-tour-info {
    margin-top: 0.6rem;
}

.ewb-tour-info h3 {
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.36rem;
    color: #434343;
}

.ewb-tour-info p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.4rem;
    height: 4rem;
    line-height: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    font-size: 0.24rem;
    color: #434343;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 统计资料 */

.ewb-part.bg6 {
    background-image: url('../images/part_bg6.jpg');
}

.ewb-count {
    padding: 0.3rem 0.6rem 0 0.6rem;
}

.ewb-count ul {
    margin: -0.6rem -0.6rem 0 0;
}

.ewb-count-node {
    float: left;
    margin: 0.6rem 0.6rem 0 0;
    padding-top: 0.1rem;
    width: 2.84rem;
    height: 4.64rem;
    background-color: #fff;
    box-shadow:3px 5px 15px 0px rgba(0,0,0,0.1);
}

.ewb-count-img {
    display: block;
    margin: 0 auto;
    width: 2.76rem;
    height: 2.11rem;
}

.ewb-count-name {
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
    width: 2rem;
    height: 0.5rem;
    line-height: 0.49rem;
    text-align: center;
    border-radius: 0.25rem;
    font-size: 0.28rem;
    color: #fff;
    background-color: #328dd6;
}

.ewb-count-name i {
    position: absolute;
    bottom: -0.08rem;
    left: 50%;
    margin-left: -0.08rem;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.08rem solid #328dd6;
}

.ewb-count-content {
    display: -webkit-box;
    overflow: hidden;
    text-indent: 2em;
    padding: 0.25rem 0.2rem 0 0.2rem;
    height: 1.36rem;
    line-height: 0.34rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.22rem;
    color: #878787;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 大事记 */

.ewb-part.bg7 {
    background-image: url('../images/part_bg7.jpg');
}

.ewb-notes {
    margin: 0.07rem auto 0;
    width: 4.02rem;
    height: 11.35rem;
    border-left: 0.02rem solid #054c8e;
}

.ewb-note-node {
    margin-top: 0.1rem;
    vertical-align: top;
}

.ewb-note-node:first-child {
    margin-top: 0;
}

.ewb-note-hd {
    position: relative;
    padding-left: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
}

.ewb-note-hd i {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 0.22rem solid transparent;
    border-left: 0.22rem solid transparent;
}

.ewb-note-tt {
    font-size: 0.32rem;
}

.ewb-note-node:nth-child(1) .ewb-note-hd {
    border-bottom: 1px solid #75b6cc;
}

.ewb-note-node:nth-child(2) .ewb-note-hd {
    border-bottom: 1px solid #58bd61;
}

.ewb-note-node:nth-child(3) .ewb-note-hd {
    border-bottom: 1px solid #d9ce24;
}

.ewb-note-node:nth-child(4) .ewb-note-hd {
    border-bottom: 1px solid #b469ac;
}

.ewb-note-node:nth-child(5) .ewb-note-hd {
    border-bottom: 1px solid #f0565e;
}

.ewb-note-node:nth-child(6) .ewb-note-hd {
    border-bottom: 1px solid #72bcc7;
}

.ewb-note-node:nth-child(1) .ewb-note-tt {
    color: #1885aa;
}

.ewb-note-node:nth-child(2) .ewb-note-tt {
    color: #159a20;
}

.ewb-note-node:nth-child(3) .ewb-note-tt {
    color: #aea300;
}

.ewb-note-node:nth-child(4) .ewb-note-tt {
    color: #9b2d8f;
}

.ewb-note-node:nth-child(5) .ewb-note-tt {
    color: #d81721;
}

.ewb-note-node:nth-child(6) .ewb-note-tt {
    color: #00a2ba;
}

.ewb-note-node:nth-child(1) i {
    border-right: 0.22rem solid #75b6cc;
}

.ewb-note-node:nth-child(2) i {
    border-right: 0.22rem solid #58bd61;
}

.ewb-note-node:nth-child(3) i {
    border-right: 0.22rem solid #d9ce24;
}

.ewb-note-node:nth-child(4) i {
    border-right: 0.22rem solid #b469ac;
}

.ewb-note-node:nth-child(5) i {
    border-right: 0.22rem solid #f0565e;
}

.ewb-note-node:nth-child(6) i {
    border-right: 0.22rem solid #72bcc7;
}

.ewb-note-list {
    padding: 0.2rem 0 0 0.5rem;
    height: 2.56rem;
    overflow: hidden;
}

.ewb-note-list li {
    padding-left: 0.25rem;
    height: 0.5rem;
    line-height: 0.5rem;
    vertical-align: top;
    background: url('../images/note_ico.png') left center no-repeat;
    background-size: 0.06rem 0.07rem;
}

.ewb-note-name {
    display: block;
    font-size: 0.24rem;
    color: #434343;
}

/* 许昌视频 */

.ewb-part.bg8 {
    position: relative;
}

.ewb-part.bg8 .ewb-cm-tt {
    position: relative;
    z-index: 9999;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.34rem;
}

.img-viewer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 13.34rem;
}

.img-viewer-cell {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 13.34rem;
}

.img-viewer-cell > li {
    position: relative;
    width: 100%;
    height: 13.34rem;
}

.img-viewer-cell > li > img {
    width: 100%;
    height: 13.34rem;
}

.video-play {
    position: absolute;
    top: 4.96rem;
    left: 50%;
    margin-left: -0.72rem;
    width: 1.44rem;
    height: 1.44rem;
    background: url('../images/play_ico_mb.png') no-repeat;
    background-size: 1.44rem 1.44rem;
}

.img-title-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.5rem;
    height: 5rem;
    background: url('../images/video_mask.png') no-repeat;
    background-size: 7.5rem 5rem;
}
/* 小图 */

.img-bars {
    padding: 0.09rem 0.16rem 0.08rem 0.05rem;
    width: 5.6rem;
    height: 0.82rem;
    margin-left: -2.885rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 1.77rem;
    z-index: 999;
    background: url('../images/video_box.png') no-repeat;
    background-size: 5.77rem 1.03rem;
}

.img-bars-wrapper {
    position: relative;
    height: 0.82rem;
    overflow: hidden;
}

.img-bars-content img {
    width: 1.25rem;
    height: 0.74rem;
    border: 0.02rem solid transparent;
    vertical-align: top;
}

.img-bars-content > li {
    display: block;
    float: left;
    margin-left: 0.07rem;
    width: 1.29rem;
    height: 0.78rem;
    position: relative;
    border: 0.02rem solid transparent;
    cursor: pointer;
}

.img-bars-content li.active {
    border-color: #ccfeff;
}

/* 图说许昌 */

.ewb-part.bg9 {
    background-image: url('../images/part_bg9.jpg');
}

.graph-img {
    position: relative;
    margin: 1rem auto 0;
    width: 7rem;
    height: 9.1rem;
    text-align: center;
}

.graph-img .img-viewer {
    margin: 0 auto;
}

.graph-img .img-viewer,
.graph-img .img-viewer-cell,
.graph-img .img-viewer-cell > li,
.graph-img .img-viewer-cell > li > img {
    width: 6rem;
    height: 4.5rem;
}

.graph-img .img-title {
    display: inline-block;
    margin-top: 0.38rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.34rem;
    color: #434343;
}

.graph-img .img-bars {
    bottom: 0.3rem;
    padding: 0;
    margin-left: -2.88rem;
    width: 5.76rem;
    height: 1.89rem;
    background: none;
}

.graph-img .img-bars-wrapper {
    height: 1.89rem;
}

.graph-img .img-bars-content > li {
    margin: 0 0.11rem;
    width: 1.7rem;
    height: 1.89rem;
    border: 0;
}

.graph-img .img-bars-content img {
    border: 0;
    width: 1.7rem;
    height: 1.27rem;
    vertical-align: top;
}

.graph-img .img-bars-content span {
    display: block;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.22rem;
    color: #434343;
}

.graph-img .change-bigimg {
    position: absolute;
    bottom: 1rem;
    width: 0.55rem;
    height: 1.1rem;
    cursor: pointer;
    z-index: 666;
    background-size: 0.55rem 1.1rem;
    background-repeat: no-repeat;
}

.graph-img .pre-img {
    left: 0;
    background-image: url('../images/pre_ico.png');
}

.graph-img .next-img {
    right: 0;
    background-image: url('../images/next_ico.png');
}

.ewb-card-name {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -8px;
    /* height: 28px; */
    font-size: 14px;
    color: #daedfb;
    text-align: center;
}