* {
    padding: 0;
    margin: 0;
    border: 0;
}

ul,
ol,
li {
    list-style-type: none;
    /*    overflow: hidden;*/
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    overscroll-behavior-y: none;
    background-color: #f7f7f7;
}

.clear {
    clear: both;
}

.clearfix:before,

.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f5842b;
}

/*main frame*/
.wrapper {
    width: 1180px;
    margin: 0 auto;
    /*    border: 1px solid red;*/
    padding-top: 60px;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.content {
    width: 1140px;
    margin: 0 auto;
}

/*导航栏*/
.header {
    position: fixed;
    /*    background-color: #ccc;*/
    width: 100%;
    z-index: 3;
    background: url(http://www.skykiwi.com/css/2020/top-nav-bg.jpg) repeat;
}

.nav {
    width: 1180px;
    margin: 0 auto;
    /*    border: 1px solid red;*/
    height: 60px;
}

.nav ul {
    font-size: 16px;
}

.nav ul li {
    line-height: 56px;
    height: 60px;
    padding-left: 0px;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
}

.logo_a {
    float: left;
    margin-right: 32px;
    height: 60px;
}

#navselect li a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.nav_line {
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 100;
}

#navselect li a:hover {
    color: #f5842b;
}

/*城市下拉框*/
.dorp {
/*    position: absolute;*/
    display: inline-block;
    line-height: 56px;
}

.dorp span {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.dorp_con {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin-top: -12px;
    border-radius: 3%;
}

.dorp_con p {
    height: 30px;
    line-height: 25px;
}

.dorp_con p a{
    color: #000 !important;
}

.dorp_con p a:hover{
    color: #f5842b !important;
}

.dorp:hover .dorp_con {
    display: block;
}

/*广告banner*/
.ad-1180-120 {
    width: 1180px;
    height: 120px;
    /*    border: 1px solid green;*/
}

.ad-370-1080-L {
/*    position: absolute;*/
    position: fixed;
    left: calc(50% - 950px);
/*    left: -360px;*/
    top: 60px;
}

.ad-370-1080-R {
/*
    position: absolute;
    right: -360px;
*/
    position: fixed;
    right: calc(50% - 950px);
    top: 60px;
}

.ad-970-90 {
    width: 970px;
    margin: 0 auto;
    height: 90px;
    /*    border: 1px solid green;*/
    margin-top: 25px;
}

.ad-ref {
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 10px;
    color: #999999;
}

.ad-row-120-90 {
    display: flex;
    margin-top: 27px;
}

.ad-row-120-90 img {
    width: 120px;
    height: 80px;
}

.ad-row-120-90 dl {
    margin-left: 10px;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.ad-row-120-90 dd {
    /* text-align: right; */
    /* padding-top: 42px; */
    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ad-970-250-row {
    border-top: 2px solid #f0f0f0;
    margin-top: 15px;
}

.ad-970-250 {
    width: 970px;
    margin: 0 auto;
    height: 300px;
    /*border: 1px solid green;*/
    margin-top: 20px;
}

.ad-970-250 p,
.category-row-ad p {
    text-align: center
}

.ad-970-250 p,
.category-row-ad p:last-child {
    font-style: italic;
}

@media screen and (max-width: 1180px) {

    .ad-370-1080-L,
    .ad-370-1080-R {
        display: none;
    }
}


/*天气时间*/
.weather-date-bar {
    width: 100%;
    height: 40px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.weather {
    float: right;
    padding: 0;
    height: 40px;
    width: 200px;
    cursor: pointer;
}

.weather ul li {
    /*            text-align: center;*/
    margin: 20px 0;
    letter-spacing: 1px;
}

#div-weather-change {
    font-weight: bold;
    width: 95%;
}

.sky-weather {
    position: absolute;
    display: block;
    box-shadow: 0px 3px 16px 0px rgba(111, 165, 255, 0.4);
    z-index: 9999;
    transition: top .3s, visibility .3s, opacity .3s;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    right: 0;
    width: 155px;
    margin-top: 20px;
    height: 260px;
    overflow: hidden;
}

.clear-sky-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.clear-sky-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.few-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.few-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.scattered-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -166px no-repeat;
    border: 0px;
}

.scattered-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -166px no-repeat;
    border: 0px;
}

.broken-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -165px no-repeat;
    border: 0px;
}

.broken-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -165px no-repeat;
    border: 0px;
}

.shower-rain-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -368px no-repeat;
    border: 0px;
}

.shower-rain-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -368px no-repeat;
    border: 0px;
}

.rain-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -140px no-repeat;
    border: 0px;
}

.rain-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -140px no-repeat;
    border: 0px;
}

.thunderstorm-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -212px no-repeat;
    border: 0px;
}

.thunderstorm-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -212px no-repeat;
    border: 0px;
}

.snow-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -498px no-repeat;
    border: 0px;
}

.snow-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -498px no-repeat;
    border: 0px;
}

.mist-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -316px no-repeat;
    border: 0px;
}

.mist-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(http://www.skykiwi.com/image/sky-weather-icon.png) 5px -316px no-repeat;
    border: 0px;
}

#weatherCitiess {
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    color: #f5842b;
}

.date {
    float: left;
    font-size: 16px;
    width: 420px;
    padding: 20px 0 0 20px;
    font-weight: bold;

}

/*break news*/
.break-news {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    color: white;
    line-height: 35px;
    /*            background: url(http://www.skykiwi.com/image/hotnews_bg.png);*/
    background-color: #000000;
}

.break-news-title {
    margin-left: 37px;
    letter-spacing: 4px;
    font-size: 16px;
    padding-top: 1px;
    display: -webkit-inline-box;

}

.break-news-context {
    float: right;
    width: 86%;
    background-color: #f07f19;
}

.break-news-context dl {
    float: left;
    overflow: hidden;
    height: 40px;
    margin-left: 20px;
}

.break-news-context dl dd {
    overflow: hidden;
    height: 40px;
}

.break-news-context a {
   
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    max-width: 900px;
    overflow: hidden;
    display: block;
}

/* .break-news-context a:hover{
     color: #fff;
} */

.break-news-close {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #000;
}

.break-news-close i {
    padding: 12px 0px 0 12px;
    display: block;
    color: #fff;
}

/*slider show*/
.slider-row {
    margin-top: 10px;
}


.desSlideshow {
    background-position: center center;
    background-repeat: no-repeat;
}

.desSlideshow .switchBigPic,
.desSlideshow .nav {
    display: none;
}

.slider-row-box {
    height: 375px;
    display: inline-block;
    padding-left: 20px;
    width:300px;
}

.desSlideshow {
    float: left;

}

.slider-row-box-300-250 {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    
}

.desSlideshow {
    width: 820px;
    height: 375px;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    /*    border-top: 1px solid rgb(204, 204, 204);*/
    overflow: hidden;
    background: none;
}

.sldertitle {
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 375px;
    position: absolute;
    right: 0px;
    display: block;
}

.sldertitle li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 75px;
    background-color: rgba(0, 0, 0, .65);
    line-height: 25px;
    border-bottom: none;
    /*    border-right: 1px solid rgba(0,0,0, .65);*/
    overflow: hidden;
}

.sldertitle li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    height: 75px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
}

/*
.sldertitle li a:hover{
    font-size: 16px;
    font-weight: bold;
}
*/

.switchBigPic {
    position: relative;
}

.switchBigPic div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    display: block;
}

.switchBigPic img {
    border: none;
    height: auto;
    width: 100%;
}

/*sky news row*/
.sky-news {

    margin-top: 30px;
}

.sky-news-title {
    font-size: 20px;
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.sky-news-title span {
    display: block;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.sky-news-title span a {
    font-size: 14px;
    font-weight: 100;
    float: right;
    margin-top: 15px;
}

.sky-news-ul {
    width: 800px;
    /*border: 1px solid green;*/
    display: inline-block;

}

.sky-news-ul li {
    height: 365px;
    border-bottom: 1px solid #f0f0f0;
    width: 380px;
    float: left;
    margin-top: 20px;
    display: block;
}

.sky-news-ul li:nth-child(odd) {
    margin-right: 40px;
}

.sky-news-ul li img,
.category-row-news-second img {
    width: 180px;
    height: 95px;
    float: left;
    margin-right: 15px;

}

.sky-news-dl dl {
    margin: 39px 0;
}

.sky-news-dl dl dd {
    margin-top: 10px;
    display: none;
}

.sky-news-dl dl:first-child {
    margin: 0;
    height: 120px;
    border-bottom: 1px solid #f0f0f0;
    /* padding-bottom: 25px; */
}

.sky-news-dl dl dt {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    font-weight: bold
}

.sky-news-dl dl dt a:hover {
    color: #f5842b;
}

.sky-news-dl dl dd a:hover {
    color: #d11e26;
}

.sky-news-dl dl:first-child dt {

    font-weight: bold;
    height: 73px;
    overflow: hidden;
}

.sky-news-box-right {
    float: right;
    /*border: 1px solid;*/
    height: 365px;
    margin-top: 20px;
    width: 300px;
}

.sky-news-box-right-hotnews {
    background-color: #f7f7f7;
    /* margin-bottom: 25px; */
    margin-bottom:20px;
}

.sky-news-box-right-hotnews-title {
    padding: 15px;

}

.sky-news-box-right-hotnews-title span {
    font-size: 14px;
    font-weight: bold;
}

.sky-news-box-right-hotnews-ul {
    padding: 5px 7px 20px 9px;
}

.sky-news-box-right-hotnews-ul li {
    background: url(http://www.skykiwi.com/css/2020/li_point.png) 6px 3px no-repeat;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    height: 20px;
    overflow: hidden;
}

.sky-news-box-right-hotnews-ul li:last-child {
    margin-bottom: 0;
}

.news-row-box,
.ad-row-box {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.news-row-box-300-250 {
    margin-top: 275px;
    height: 749px
}

.news-row-box-300-250 p {
    text-align: center;
    font-size: 12px;
    color: #999999;
}


/*分类新闻*/
.category-row {
    width: 800px;
    height: 720px;
    margin-bottom: 15px;
    float: left;
    display: -webkit-box;
    margin-top: 40px;
}

.category-row-news li {
    width: 380px;
    float: left;
    border-bottom: 1px solid #f0f0f0;
}

.category-row-news li:first-child {
    margin-right: 40px;
}

.category-row-news-first {
    margin: 20px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.category-row-news-first div{
    height: 180px;
    overflow: hidden;
}

.category-row-news-first img {
    width: 100%;
}

.category-row-news-first h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    height: 63px;
    overflow: hidden;
}

.category-row-news-first span {
    font-size: 12px;
    /*    color: #f5842b;*/
    padding: 20px 0;
    display: none;
}

.category-row-ad {
    float: right;
    width: 300px;
    height: 710px;
    margin-top: 50px;
}

.category_clear_line {
    clear: both;
    border-top: 2px solid #f0f0f0;
}

/*vip商家*/
.tianwei-right-tab {
    border-top: 2px solid #f5842b;
    background-color: #ebebeb;
    width: 300px;
    position: relative;
}

.tianwei-right-tab .tianwei-right-title {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.tianwei-right-tab .tuangou-list-select {
    font-size: 2.83em;
    font-weight: bold;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.sky-vip {
    width: 40px;
    float: right;
    height: 30px;
    line-height: 30px;
}

.sky-vip a {
    height: 9px;
    width: 14px;
    cursor: pointer;
    display: inline-block;
    color: #f5842b;
}

.scrollDiv-viplist {
    width: 300px;
    height: 398px;
    line-height: 25px;
    border-top: 1px solid #b7b7b7;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.scrollDiv-viplist ul {
    margin-left: 10px;
}

.list-group-itemvip {
    background: url(http://www.skykiwi.com/image/newstag4_07.png) 2px 7px no-repeat;
    padding-left: 20px;
    letter-spacing: 1px;
    height: 25px;
    overflow: hidden;
}

.list-group-itemvip a {
    text-decoration: none;
    color: black;
}

.list-group-itemvip a:hover {
    color: #f5842b;
}

/*bottom shop lists*/
.bottom-row-ad {
    display: inline-block;
}

.bottom-row-ad ul {}

.bottom-row-ad li {
    line-height: 23px;
    height: 250px;
    padding-left: 0px;
    float: left;
    /*    display: inline-block;*/
    margin-right: 15px;
    overflow: hidden;
    width: 270px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
}

.bottom-row-ad li:last-child {
    margin-right: 0;
}

.bottom-row-ad dl {}

.bottom-row-ad dl dt {}

.bottom-row-ad dl dt img {
    width: 270px;
    height: 150px;
}

.bottom-row-ad dl dd {
    height: 23px;
    overflow: hidden;
}

.bottom-row-ad dl dd:last-child {
    height: 50px;
}

.bottom-row-ad-title {
    font-size: 20px;
    font-weight: bold;
}

/*weidu css*/
#sky-news-ul {
    width: 800px;
}

.list-news-item {
    overflow: hidden;
}

.list-news-item > a img {
    display: inline-block;
    margin-right: 10px;
}


.list-news-item dl {
    overflow: hidden;
    margin-bottom: 15px;
    display: contents;
}

.list-news-item dt {
    height: 58px;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-news-item dt a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    line-height: 1px;
}

.list-news-item dt a:hover {
    color: #f5842b;
}

.list-news-item dl dd {
    font-size: 10px;
    color: #cabfbf;
    letter-spacing: 2px;
}

.list-news-item dl dd a.list-news-item-category {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0px;
    color:#999;
}

.list-news-item dl dt.newlist-tit {
    overflow: hidden;
    height: 19px;
    margin: 20px 0 15px 0;
}

.news-first-ref {
    margin-bottom: 50px;
}

/*second option footer*/

.footer-div {
    text-align: center;
    border-top: 3px solid #999;
    padding-top: 30px;
    margin-top: 10px;
}

.footer-div ul {
    display: inline-block;
}

.footer-div ul li a:hover{
    color: #f5842b;
}

.footer-div ul:first-child {
    margin-bottom: 20px;
}

.footer-div li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 75px;
    font-size: 16px;
}

.footer-div-second-ul li {
    padding: 0 60px !important;
}

.footer-ad {
    float: left;
    text-align: right;
    width: 200px;
    color: #999;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    font-size: 16px;
}

.footer-ad a {
    color: #999;
}

.footer-ad a:hover{
    color: #f5842b;
}

.footer-ad p:first-child {
    font-weight: bold;
    padding-bottom: 25px;
}

.footer-ad-social {
    width: 490px;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
}

.footer-socia {
    margin-left: 30px;
    padding-top: 24px;
}

.footer-socia li {
    float: left;
    margin-right: 20px;
}

.footer-socia li:last-child {
    margin-right: 0px;
}

.footer-copyright {
    clear: both;
    margin-bottom: 60px;
    color: #999999;
    margin-top: 20px
}

.footer-copyright p {
    text-align: center;
}
