@charset "UTF-8";
.wrapper-app{padding-top:61px;}
/*header*/
.site-header {
    background: rgba(255,255,255,.9);
    position: relative;
    z-index: 100;
}
.header-social {
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.header-social .container {
    padding-right: 0;
    padding-left: 0;
}
.header-social-icon {
    width: 31px;
    height: 31px;
    display: block;
    float: right;
    margin: 5px 5px 0 0;
}
.header-social-ba {
    background: url("../images/ico-sina.png") no-repeat;
}
.header-social-we {
    position: relative;
    background: url("../images/ico-webchat.png") no-repeat;
    margin-right: 0;
}
.header-social-we .img{
    position: absolute;
    right: 0;
    top: 40px;
    width: 100px;
    box-shadow: 0 3px 8px rgba(0, 34, 51, .15);
    display: none;
    z-index: 100;
}
.header-social-we:hover .img{
    display: block;
}
.header-social-we .img img{
    width: 100%;
}
.site-logo a {
    cursor: pointer;
}
@media (max-width:767px) {
    .header-social .container {
        text-align: center;
        padding: 0
    }
    .site-logo a {
        display: inline-block;
    }
    .header-social-we{
        margin-right: 5px;
    }
}
.store-logo {
    display: none;
    float: right;
    margin: 5px 5px 5px 0;
    width: 85px;
    height: 31px;
}
@media (max-width:959px) {
    .site-header {
        z-index: 10000;
    }
}
.carousel-indicators li {
    margin: 0 5px;
    border: none;
    width: 4px;
    height: 4px;
    background-color: #fff
}
.carousel-indicators li.active {
    margin: 0 5px;
    width: 38px;
    height: 4px;
}
#carousel-first .main-video-carousel img {
    margin: 0 auto;
    width: 100%
}
.main-social-feed h3 a,.main-social-list li h4,.read-more,.main-categories h3 a{
    color: #0099cc;
}
.main-social-video-arr{
    position: absolute;
}
.main-social,.main-categories{
    margin-top: 25px;
}
.main-social .carousel-control,
.main-categories .carousel-control{
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}
.main-social .main-social-video-arr-left,
.main-categories .main-social-video-arr-left{
    left: 15%;
}
.main-social .main-social-video-arr-right,
.main-categories .main-social-video-arr-right{
    right: 15%;
}
.main-social .main-category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.main-social .carousel-control,
.main-categories .carousel-control{
    bottom: 60px;
    width: 10%
}
@media (max-width:991px) {
    .main-social .carousel-control {
        bottom: 6.3vw
    }
}
@media (max-width:767px) {
    .main-social .carousel-control {
        bottom: 48px
    }
}
.main-social-video-arr {
    width: 33px;
    height: 33px;
    display: block;
    top: 60%;
    margin-top: -32px
}
.main-social-video-arr-left {
    background: url("../images/ico-prev.png") no-repeat;
}
.main-social-video-arr-right {
    background: url("../images/ico-next.png") no-repeat;
}
.main-categories,.main-social-feed-items {
    position: relative;
}
@media (min-width:768px) {
    .main-social-feed-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.main-categories .read-more,
.main-social-feed-items .read-more,
.figure .read-more{
    position: absolute;
    top: 8px;
    right: 0;
}
@media (min-width:992px) {
    .main-social-items {
        max-width: 300px
    }
}
.main-social-feed-items h3,.figure h3,
.main-categories h3,.main-category h3 {
    color: #0099cc;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
}
.main-social-feed-items h3:before, .figure h3:before,
/*.main-categories h3:before,.main-category h3:before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 29px;
    background: url("../images/ico-title2.png") no-repeat;
    margin: 0 10px 0 0;
    vertical-align: middle;
}*/
.main-social-feed-items h3:hover a,.figure h3:hover a,
.main-categories h3:hover a,.main-category h3:hover a{
    color: #0099cc;
}
.main-social-list li {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 67px;
    height: 67px;
    /*background: url("../images/bg-new.png");*/
    background: #fff;
    padding: 10px 22px 0 37px;
}
.main-social-list li.last {
    margin-bottom: 0;
}
.main-social-list li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: 20px;
    height: 66px;
    background: url("../images/bg-main4.png") no-repeat;
}
.main-social-list li:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 24px;
    height: 50px;
    background: url("../images/bg-main3.png") no-repeat;
}
.main-social-list li a{
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.main-social-list li:hover a{
    color: #0099cc;
}
.main-social-list li em{
    font-size: 16px;
    color: #999;
    padding-left: 12px;
}
.main-categories {
    margin-top: 15px;
}
.main-categories .main-category img {
    width: 100%;
    height: auto;
    display: block
}
@media (max-width:1299px) {
    .main-categories .main-category img {
        height: auto
    }
}
.main-category-title {
    color: #fff;
    height: 31px;
    background: url("../images/bg-title.png") no-repeat;
}
.main-category-title h4 {
    float: left;
    /*text-transform: uppercase;*/
    margin: 0;
    line-height: 31px;
    padding-left: 30px;
}
.main-category-title h4 a {
    font-size: 16px;
    color: #fff;
}
.main-category-title .read-more {
    color: #fff;
    position: relative;
    float: right;
    display: block;
}
.main-category-title:after {
    display: block;
}
.read-more{
    background: url("../images/ico-arrow.png") right center no-repeat;
    padding-right: 15px;
    margin-right: 10px
}
.read-more:hover{
    color: #0099cc;
    text-decoration: underline;
}
.fancyframe {
    padding-bottom: 52px
}
#fancybox-title-over {
    min-height: 33px;
    line-height: 33px
}
.wechat {
    vertical-align: top;
    display: block;
    margin-top: 5px
}
.modal {
    z-index: 11102
}
.weather__date,.weather__info {
    line-height: 20px;
    /*border-right: 1px solid #ddd;*/
    float: left
}
@media (max-width:870px) {
    .weather {
        display: none;
    }
}
.weather__date {
    /*border-left: 1px solid #ddd;*/
    padding: 12px 20px 8px 0;
}
.weather__block {
    margin: 0 auto;
    float: left;
    text-transform: uppercase;
}
.weather__icon {
    float: left;
    width: 33px;
    height: 30px;
    background: url("http://pt2018cn.zte.com.cn/img/weather3.png") 100px no-repeat;
    margin: 3px;
}
.weather_line{
    display: none;
    float: left;
    width: 1px;
    height: 26px;
    background: #e6eff2;
    margin: 7px 0;
}
.weather__info {
    /*display: none;*/
    font-weight: 700;
    padding: 11px 20px 0;
}
.weather__temp {
    float: left;
    color: #008FD5
}
.weather_city {
    float: left;
}
.sunny,.w01d {
    background-position: -240px -28px;
}
.w01n {
    background-position: -241px 1px;
}
.w02d {
    background-position: -210px -28px;
}
.w02n {
    background-position: -210px -1px;
}
.w03d,.w03n,.w10d,.w10n {
    background-position: -150px 0;
}
.w04d,.w04n {
    background-position: -180px 0;
}
.w09d,.w09n {
    background-position: -90px 1px;
}
.w11d,.w11n {
    background-position: -60px 1px;
}
.w13d,.w13n {
    background-position: -29px 2px;
}
.w50d,.w50n {
    background-position: 3px 2px;
}