

/* 横幅大图 */
.zm-banner {width:100%;position:relative;clear: both;}
.zm-swiper{width:100%; height:308px;margin-top:60px;position: relative;}
.zm-swiper .list {width:100%;height:100%;}
.zm-swiper .swiper{overflow: hidden;width:100%;height:100%;}
.zm-swiper .li {width:100%;height:100%;}
.zm-swiper .li a {background-color: #f6f6f6; width: 100%;  height: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;}
.zm-swiper .swiper-button-next,.zm-swiper .swiper-button-prev{display: none;}
.zm-swiper:hover .swiper-button-next,.zm-swiper:hover .swiper-button-prev{display: block;}
/*搜索 */
.zm-banner .searchnav { width: 600px;margin: 0 auto;  z-index: 100;position: relative;}
.zm-banner .searchnav {width:620px;height:42px;background:#f3f3f3;border-radius:6px;}
.zm-banner .searchnav form{width: 100%; height: 100%;}
.zm-banner .searchnav .navlist {width:120px;height:100%; position: relative; background-color: #f3f3f3;float: left;border-radius:6px 0 0 6px;}
.zm-banner .searchnav .navlist > a {display:flex;justify-content: space-around;width:100%;height:100%;overflow:hidden;line-height:42px;border-right: 1px solid #e3dfdf;}
.zm-banner .searchnav .navlist a span {display:inline-block;height:100%;padding-left:15px;color:#555;font-size:14px;position:relative;}
.zm-banner .searchnav .navlist>a i{color: #555; margin-right:5px;font-size: 14px; transition: all 300ms; display: inline-block;}
.zm-banner .searchnav .header-sub-double-tab { position: relative;width:433px;padding:20px 0;background-color:#ffffff;box-shadow:0 0 6px 0 rgba(102,102,102,0.2);z-index: 11;display: none;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item {float:left;line-height:normal;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item:nth-of-type(2n-1) {border-right:1px solid #eee;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item a {width:100%;height:100%;width:196px;padding-left:0px;margin:0 10px;float:left;color:#333;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item a:hover {background-color:#f5f5f5;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item a i {display:block;line-height:24px;color:#333;width:100%;float:left;margin-top:7px; margin-left:15px;font-size:14px;}
.zm-banner .searchnav .header-sub-double-tab .header-sub-tab-item a em {display:block;width:100%;line-height:16px;font-size:12px;color:#999;float:left;margin-bottom:7px;padding-left: 20px;}
.zm-banner .searchnav .navbar-nav>li:hover .header-sub-double-tab {transform: rotate3d(0, 0, 0, 0deg);transform-origin: 50% 0%; max-height: 1000px;transition:300ms ease-in-out; }
.zm-banner .searchnav .navlist > a:hover .iconfont { transform: rotate(180deg); }

.zm-banner .searchnav input {width:400px;height:100%;padding-left:15px;background:none;border:none;font-size:14px;color:#555;}
.zm-banner .searchnav .searchbtn {width:100px;text-align: center; height:100%;position:absolute;cursor:pointer;top:0px;right:-1px;display:flex;z-index:999;background-color:#3191f5; background-image: linear-gradient(to right,#3191f5,#3191f5);border-radius:0 6px 6px 0;  line-height: 40px; justify-content: center;font-size: 16px; color: #fff;}
.zm-banner .searchnav .searchbtn .iconfont{ font-size: 16px;color: #fff; margin-right: 10px;vertical-align: -1px;}
.zm-banner .searchnav .searchbtn:hover{opacity: 0.8;}

/* 热门搜索 */
.searchnav  .hot-search {-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;    height: 24px;
    overflow: hidden;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:12px;font-weight:400;padding:0 2px;margin-top:8px;}
.searchnav .hot-search span {color:#888;}
.searchnav  .hot-search a {color:#888;display:block;height:24px;line-height:24px;margin-right:10px;padding:0 7px;word-break:keep-all;}
.searchnav  .hot-search a:hover{color: #fff; background-color:#3191f5;border-radius: 3px;}

/* 新建模板 */
.addView {height:208px;position:relative;margin-top:30px;}
.addView .swiper {height:100%;}
.addView .swiper-slide {width:208px;height:208px;border-radius:4px;background-color:#f5f7fa}
.addView .swiper-wrapper .swiper-slide a {display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center}
.addView .swiper-wrapper .swiper-slide a img {width:52px;height:60px}
.addView .swiper-wrapper .swiper-slide a strong {white-space:nowrap;font-size:16px;margin-top:15px;color:#555;text-overflow:ellipsis;overflow:hidden;}
.addView .swiper-wrapper  .swiper-slide:hover {background-color:#e4e7ed;}
/* 滑动切换 */
.swiper {margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;position:relative;}
.swiper-vertical>.swiper-wrapper {flex-direction:column}
.swiper-wrapper {position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-slide {flex-shrink:0;width:100%;height:auto;position:relative;transition-property:transform}
.swiper-button-next,.swiper-button-prev {width:55px;height:55px;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:1;transition:opacity .2s ease-in;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.15);border-radius:50%;line-height:55px;font-size:18px;text-align:center;color:#53585c;outline:none}
.swiper-button-next i,.swiper-button-prev i {font-size:26px;}
.swiper-button-next:hover,.swiper-button-prev:hover {color:#3191f5;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {display:none;}
.swiper-button-next {right:0;transform:translate(50%,-50%)}
.swiper-button-prev {left:0;transform:translate(-50%,-50%)}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet{ cursor: pointer;width: 8px;height: 8px;display: inline-block;margin:0 5px;border-radius: 50%;background-color: #fff;}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 25px;border-radius: 4px;}
/* vip广告 */
.vipBanner{width: 100%;overflow: hidden; margin-top: 25px;}
.vipBanner a{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    cursor: pointer;}
    .vipBanner a img{width: 100%;}    

/* 大标题 */
.c_title{clear: both;display: flex;align-items: center;}
.c_title::after{content: ''; display: block; clear: both; overflow: hidden;}
.c_title h2{font-size:22px; float: left;position: relative;}
.c_title h2.txt{margin-right: 60px;}
.c_title h2 span{font-size: 12px;font-weight: normal; background-color: #3191f5;color: #fff; display:inline-block;line-height:20px;border-radius: 10px 10px 10px 0;position: absolute; right: -70px; top: -5px; width: 66px;text-align: center;}
.c_title .cate_link{ margin:2px 0 0 20px;flex: 1;display: flex;align-items: center;}
.c_title .cate_link a {display:inline-block;margin-right:20px;text-align:center;height:30px;color:#666;padding:0px 15px;line-height:28px;border-radius:5px;background-color: #f2f3f7;border-radius: 20px; }
.c_title .cate_link a i{font-size: 12px;}
.c_title .cate_link a.on,.cate_link a:hover {color:#fff; background-color: #3191f5;}
.c_title .lookAll{color: #888;font-size: 14px;}
.c_title .lookAll i{margin-left: 5px;}
.c_title .lookAll:hover{color: #3191f5;}



/* 热点推荐 */
.hotlists{ margin-top: 30px;}
.hotlists .templatelist li {float:left;width:245px;margin:20px 10px 0 0;border-radius:6px;overflow:hidden;border: 1px solid #eee; background-color: #fff;}
.hotlists .templatelist li:nth-child(6n){margin-right: 0;}
.hotlists .templatelist li .tempitem {width:100%;position:relative;}
.hotlists .templatelist li .tempitem .thumbimg {width:100%; background: #fff;}
.hotlists .templatelist li .tempitem img {display:block;width:100%;}
.hotlists .templatelist li .tempitem .icon{background-color: #ff3f3e;color: #fff;position: absolute;z-index: 1; left: 50%; transform: translateX(-50%); top: 15px; padding: 2px 8px; font-size: 14px;border-radius: 3px;}
.hotlists .templatelist li .tempitem .icon.vip{background-color: #ffba3f;}
.hotlists .templatelist li .tempitem .tempinfo {width:100%;color:#aaa;font-size:14px; padding: 10px 15px 15px; text-align: center;}
.hotlists .templatelist li .tempitem .tempinfo p {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;color: #444;}
.hotlists .templatelist li .tempitem .tempinfo .desc{font-size: 12px; margin-top: 8px;}
.hotlists .templatelist li .tempitem .tempinfo .desc .t1{color: #ff605f; border: 1px solid #ffdedf;background:#fff7f7;padding: 0 8px;border-radius: 3px;}
.hotlists .templatelist li .tempitem .tempinfo .desc .t2{padding: 0 10px 0 8px;position: relative;}
.hotlists .templatelist li .tempitem .tempinfo .desc .t3::before{content: ''; width: 1px; height: 12px; background-color: #ddd;position: absolute; left: 0; top: 3px;}
.hotlists .templatelist li .tempitem .tempinfo .desc .t3{padding: 0 8px 0 12px;position: relative;}
.hotlists .templatelist li .tempitem .editmask { display: none;top:0;left:0;width:100%;height:385px;position:absolute;background:rgba(0,0,0,.5);}
.hotlists .templatelist li:hover{transform:translateY(-6px);-moz-transform:translateY(-6px);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;}
.hotlists .templatelist li:hover .tempitem .editmask {display: block;}
.hotlists .templatelist li:hover p{color:#333;}
.hotlists .templatelist li:hover .tempitem .editmask .usenow {display:block;width:150px;height:35px;line-height:35px;background-color:#3191f5; font-size:16px;color:#ffffff;border-radius:6px;margin:280px auto 0; display: flex;border-radius: 20px;}
.hotlists .templatelist li:hover .tempitem .editmask .usenow i{width:45px;font-size: 16px; text-align: center;border-right: 1px solid #346faa;}
.hotlists .templatelist li:hover .tempitem .editmask .usenow span{flex: 1; text-align: center;}
.hotlists .templatelist li:hover .tempitem .editmask .usenow:hover{opacity: 0.9;}
.hotlists .templatelist li:hover .tempinfo p{color: #3191f5;}
/* 社交媒体 */
.hotlists.media .templatelist li {float:left;width:280px;margin:20px 30px 0 0;border-radius:6px;overflow:hidden;border: 1px solid #eee;}
.hotlists.media .templatelist li:nth-child(5n){margin-right: 0;}
.hotlists.media .templatelist li .time{position: absolute; right:10px; bottom:80px; background-color: rgba(0, 0, 0, .6); color: #fff; display: flex;width:68px; align-items: center;justify-content: center; line-height: 20px;border-radius: 10px;}
.hotlists.media .templatelist li .time i{font-size: 13px; color: #fff;}
.hotlists.media .templatelist li .time span{display: inline-block;position: relative;padding-left: 10px;}
.hotlists.media .templatelist li .time span::before{content: '';position: absolute;left: 0;top: 2px; width: 1px; height: 12px; display: inline-block;background-color: #fff; margin: 2px 5px 0;}
.hotlists.media .templatelist li .tempitem .editmask { height:157px;}
.hotlists.media .templatelist li:hover .tempitem .editmask .usenow{margin-top: 100px;}

/* 电商配图 */
.hotlists.shop .templatelist li {float:left;width:230px;margin:20px 28px 0 0;border-radius:6px;overflow:hidden;border: 1px solid #eee;}
.hotlists.shop .templatelist li:nth-child(6n){margin-right: 0;}
.hotlists.shop .templatelist li .tempitem .editmask { height:230px;}

/* 海报 */
.hotlists.haibao .templatelist li .tempitem .editmask {height:420px;}

/* 热门资讯 */
.hotlists.news .templatelist ul::after{content: ''; display: block; clear: both;}
.hotlists.news .templatelist li {float:left;width:365px;margin:20px 20px 0 0;border-radius:6px;overflow:hidden;border: 1px solid #eee;}
.hotlists.news .templatelist li:nth-child(4n){margin-right: 0;}
.hotlists.news .templatelist li .tempitem .tempinfo{padding: 15px 20px 15px;}
.hotlists.news .templatelist li .tempitem .tempinfo p{font-size:21px; height: 56px; line-height: 28px;overflow: hidden;    white-space: normal; text-align: left;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;}
.hotlists.news .templatelist li .tempitem .tempinfo .desc{font-size: 18px;text-align: right;}
.moreLink{text-align: center; clear: both; margin-top:50px;overflow: hidden;}
.moreLink a{display: inline-block; background-color: #3191f5;color: #fff; font-size: 16px; padding:13px 30px; border-radius: 5px;}
.moreLink a:hover{opacity: 0.8;}


/* 横幅大图 */
.index_big_img{ clear: both;overflow: hidden; text-align: center}
.mt25{ margin-top: 25px}

/*友情链接*/
.Links ul{padding: 5px 3px;}
.Links li {list-style: none;display: inline-block;margin:5px 10px 0 3px;}
.Links li a{color: #999;}
.Links li a:hover{color: #3191f5;}
.Links .links-title{padding: 0 0 0 5px;font-size: 14px;font-weight: bold;color: #666; margin-top: 40px;}

