/* 顶部 */
.m-intop {
    margin-bottom: 20px;
}

.m-intopdl {
    margin-top: 15px;
    padding: 13px 12px;
    background: #fff;
    overflow: hidden;
}

.m-intopdl dt {
    float: left;
    width: 130px;
    background: #f6f6f6;
}

.m-intopdl dt i {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding-left: 20px;
}

.m-intopdl dt i.hover {
    color: #fff;
    background: #99cc66;
}

.m-intopdl dd {
    float: left;
    margin-left: 4px;
    width: 1010px;
    overflow: hidden;
}

.m-intopdl dd div {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.m-intopdl dd div ul {
    width: 1030px;
    overflow: hidden;
}

.m-intopdl dd div li {
    width: 80px;
    padding-left: 20px;
    float: left;
    position: relative;
}

.m-intopdl dd div li a {
    display: block;
    width: 85px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.m-intopdl dd div li a img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 16px;
}

.m-intopdl dd div li a span {
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    padding-top: 3px
}


/* 第二排 */
.top-r {
    width: 590px;
    float: right;
    background-color: #fff;
    height: 364px;
}



.ban-wrap {
    float: left;
    width: 560px;
    height: 360px;
}

/* 幻灯图 */
.m-box {
    width: 565px;
    height: 364px;
    position: relative;
    text-align: center;
    overflow: hidden;
    float: left;
}

.m-box .m-flashul {
    width: 5000px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-box .m-flashul li {
    float: left;
}

.m-box .m-li {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.m-box .m-li li {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.m-box ul li a img {
    display: block;
    width: 565px;
    height: 364px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.m-box ul li a:hover img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.m-box ul li a {
    display: block;
    position: relative;
}

.m-box ul li a p {
    position: absolute;
    width: 96%;
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    *background-color: #333;
    ;
    color: #fff;
}

.m-box ul li a:hover p {
    background-color: rgba(0, 0, 0, 0.5);
}

.m-box .but {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 38px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: '瀹嬩綋';
    cursor: pointer;
    display: none;
}

.m-box:hover .but {
    display: block;
}

.m-box .but-left {
    left: 0;
}

.m-box .but-right {
    right: 0;
}

.m-box .m-li .index {
    background: #f60;
    width: 30px;
    border-radius: 10px;
}

.m-box .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: hsla(24, 100%, 50%, 0.5);
}



.m-toopd h5 {
    overflow: hidden;
    margin: 15px;
    font-weight: normal
}

.m-toopd h5 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #99cc66;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.m-toopd h5 p {
    display: block;
    color: #999;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}



.m-intdul {
    padding: 0 15px
}

.m-intdul li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.m-intdul li.cur {
    height: 80px;
}

.m-intdul li .app-img span {
    float: left;
}

.m-intdul li span {
    display: inline;
    position: relative;
    top: 1px;
    float: right;
    padding-left: 10px;
    color: #666;
}

.m-intdul li i {
    display: inline;
    float: left;
    width: 92px;
    height: 17px;
    line-height: 17px;
    margin: 8px 7px 0 0;
    padding: 0 4px 0 0;
    border-right: 1px solid #999;
    font-style: normal;
    overflow: hidden;
    text-align: right;
}

.m-intdul li i a {
    font-size: 14px;
    color: #999999;
}

.m-intdul li img {
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.m-intdul li a {
    font-size: 16px;
    overflow: hidden;
}




.g-divbg {
    background: #fff;
    width: 1168px;
    border: 1px #dbdbdb solid;
    margin-bottom: 13px;
}

.m-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 2px solid #99cc66;
    font-size: 16px;
    margin: 0 20px
}

.m-title h2 {
    font-size: 24px;
    font-family: Candara;
    color: #ddd;
    font-weight: 400;
    float: left;
    padding-right: 0px
}

.m-title h2 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/ico.jpg) no-repeat;
    float: left;
    margin: 7px 4px 0 0;
}

.f-az h2 i {
    background-position: 0 -52px
}

.f-ios h2 i {
    background-position: 0 -112px
}

.f-fnl h2 i {
    background-position: 0 -166px
}

.f-link h2 i {
    background-position: 0 -220px
}

.m-title h2 b {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #676767;
    font-family: "Microsoft YaHei";
    padding: 0 2px;
    margin-right: 10px;
    position: relative;
    bottom: 1px
}

.m-title span {
    font-size: 20px;
    color: #ddd
}

.m-title span i {
    cursor: pointer;
    padding: 0 20px;
    font-size: 20px;
    color: #333
}

.m-title span .hover {
    color: #99cc66
}


.m-top2 {
    margin-bottom: 15px
}

.inrank {
    width: 280px
}

.main-box2 {
    width: 880px
}

.corner {
    padding-bottom: 20px
}

.corner li {
    width: 102px;
    padding: 15px 0px 0 22px;
    float: left;
    text-align: center
}

.corner li img {
    border-radius: 15px;
    width: 86px;
    height: 86px;
    margin: 0 auto 3px auto
}

.corner li p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 4px;
}

.corner li .lb {
    font-size: 12px;
    color: #999
}

.corner li a i {
    display: block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 12px;
    border-radius: 4px;
    color: #999
}

.corner li a:hover i {
    background-color: #99cc66;
    color: #fff;
    border: 1px solid #99cc66;
}

.m-topul {
    margin-right: 20px;
}

.m-topul li p {
    display: none
}

.m-topul .f-ix p {
    display: block
}

.m-topul li {
    padding-left: 30px;
    position: relative;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
}

.m-topul .f-ix {
    height: 100px
}

.m-topul li .num {
    width: 20px;
    height: 20px;
    background: #879299;
    color: #fffefe;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 12px
}

.m-topul li .r1 {
    background: #fa4e57
}

.m-topul li .r2 {
    background: #fa7a53
}

.m-topul li .r3 {
    background: #fbc258
}

.m-topul li .txt {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-top: 7px
}

.m-topul li p {
    height: 56px;
    margin: 5px 0 0 0
}

.m-topul li .img,
.m-topul li .img img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
}

.m-topul li .img {
    float: left;
    padding-right: 8px
}

.m-topul li span {
    float: left;
    width: 155px;
    position: relative;
    top: -6px
}

.m-topul li span a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #99cc66;
    border-radius: 3px;
    color: #99cc66
}

.m-topul li span a:hover {
    background: #99cc66;
    color: #fff
}

.m-topul li span i {
    color: #999
}

.m-topul li span i s {
    margin-left: 5px
}

.m-topul li span,
.m-topul li span {
    top: -4px
}

.m-topul li span i {
    display: block;
    height: 24px;
    line-height: 24px
}

.m-topul li span i {
    display: block;
    height: 22px;
    line-height: 22px
}

.m-content .ctr {
    position: absolute;
    top: -38px;
    right: 0px;
    display: inline
}

.m-content .ctr span {
    *position: absolute;
    right: 60px
}

.m-content .ctr .more {
    float: right;
    border: none
}

.m-content .ctr a {
    padding: 0 7px;
    border-right: 1px solid #ddd;
    font-size: 16px
}

.star0,
.star1,
.star2,
.star3,
.star4,
.star5,
.star6 {
    background: url(../images/star.png) no-repeat;
    width: 84px;
    height: 13px;
    display: inline-block
}

.star1 {
    background-position: 0 -26px
}

.star2 {
    background-position: 0 -52px
}

.star3 {
    background-position: 0 -78px
}

.star4 {
    background-position: 0 -104px
}

.star5,
.star6 {
    background-position: 0 -130px
}


.inrank h3 {
    padding-left: 20px;
    border-bottom: none;
    padding-left: 24px;
    position: relative;
    top: 5px
}

.inrank h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/spr.png) -6px -199px no-repeat
}

.inrank h3 i {
    position: absolute;
    left: 0;
    top: 13px
}

.inrank h3 {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 400
}

.m-intl {
    width: 390px;
    margin: 20px 20px 0;
}

.m-intc {
    width: 430px;
    overflow: hidden;
    margin-top: 20px;
}

.m-intr {
    width: 300px;
    margin: 20px 20px 0 0;
}


.m_toprank {
    width: 360px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 20px;
}

.m_toprank li {
    color: #6c6c6c;
    margin-top: 13px;
    position: relative;
}

.m_toprank li.f-ix {
    height: 112px;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    margin-top: 10px;
}

.m_toprank li .num_bg {
    background: url(../images/num_bg10.png) no-repeat;
    float: left;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.m_toprank li .num_bg1 {
    background: url(../images/num_bg1.png) no-repeat;
}

.m_toprank li .num_bg2 {
    background: url(../images/num_bg4.png) no-repeat;
}

.m_toprank li .num_bg3 {
    background: url(../images/num_bg4.png) no-repeat;
}

.m_toprank li .p1 {
    width: 80px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    display: none
}

.m_toprank li .p1 img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 14px;
}

.m_toprank li .p2 {
    width: 155px;
    float: left;
    margin-left: 12px;
    display: inline
}

.m_toprank li .p2 p {
    width: 260px;
    float: left;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
    position: absolute;
    top: -1px;
}

.m_toprank li .p2 p a {
    font-size: 14px;
    margin-left: 2px;
}

.m_toprank li .p2 span {
    display: none
}

.m_toprank li .p2 em {
    display: none;
    float: left;
    width: 76px;
    height: 32px;
    position: absolute;
    top: 46px;
    right: 16px;
}

.m_toprank li .p2 em a {
    width: 76px;
    line-height: 32px;
    float: left;
    font-size: 14px;
    color: #99cc66;
    border: 1px solid #99cc66;
    text-align: center;
    border-radius: 5px;
}

.m_toprank li .p2 em a:hover {
    background: #99cc66;
    color: #fff
}

.m_toprank li .p3 {
    float: right;
    margin-top: 3px;
}

.m_toprank li .p3 span {
    margin-left: 2px;
    margin-top: 7px;
    height: 20px;
    width: 100px;
    overflow: hidden;
}

.m_toprank li.f-ix .num_bg {
    display: block;
    margin-top: 43px;
}

.m_toprank li.f-ix .p1 {
    display: block;
    height: 80px;
}

.m_toprank li.f-ix .p1 a {
    display: block;
}

.m_toprank li.f-ix .p2 {
    width: 222px;
    height: 111px;
    position: absolute;
    left: 130px;
    top: 10px;
}

.m_toprank li.f-ix .p2 p {
    top: 9px;
    width: 220px;
}

.m_toprank li.f-ix .p2 p a {
    font-weight: bold;
    font-size: 16px;
}

.m_toprank li.f-ix .p2 span {
    display: block;
}

.m_toprank li.f-ix .p2 em {
    display: block
}

.m_toprank li .p2 .wangyou-erweima-icon,
.m_toprank li .p2 .wangyou-erweima-icon i {
    cursor: pointer;
    display: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #98989898;
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


.m_toprank li.f-ix .p2 .wangyou-erweima-icon {
    display: block;
    position: absolute;
    top: 65px;
    right: 40px;
}

.m_toprank li.f-ix .p2 .wangyou-erweima-icon i {
    display: block;
}

.m_toprank li.f-ix .p3 {
    position: absolute;
    z-index: 1;
    left: 143px;
    top: 48px;
    margin-top: 0;
}

.m_toprank li.f-ix .p3 span {
    display: block;
}

.m_toprank .p3 span {
    display: none
}

.m-hotul {
    padding: 10px 0;
}

.m-m0 {
    margin-left: 0
}

.wy_rank li .num_bg1 {
    background: url(../images/num_bg2.png) no-repeat;
}

.wy_rank li .num_bg2 {
    background: url(../images/num_bg2.png) no-repeat;
}

.wy_rank li .num_bg3 {
    background: url(../images/num_bg2.png) no-repeat;
}

.single_rank li .num_bg1 {
    background: url(../images/num_bg3.png) no-repeat;
}

.single_rank li .num_bg2 {
    background: url(../images/num_bg3.png) no-repeat;
}

.single_rank li .num_bg3 {
    background: url(../images/num_bg3.png) no-repeat;
}


.h5_tit {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
}

.h5_tit p {
    padding: 0 3px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333;
}

.h5_tit span {
    position: absolute;
    display: block;
    width: 4px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #99cc66;
}

.h5_tit a {
    float: right;
    font-size: 14px;
    padding: 0 19px 0 0;
    background: url(../images/icon.png) no-repeat 33px -106px;
    line-height: 26px;
}

.m-tabpin i {
    padding: 0px 15px;
    color: #999;
    cursor: pointer;
    font-size: 15px;
    border-left: 1px solid #ddd;
}

.m-tabpin i.hover {
    color: #99cc66;
}

/* 专题开始 */
.hzt-zhuanti * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hzt-zhuanti {
    padding: 0 65px;
    position: relative;
    margin-top: 15px;
}

.hzt-zhuanti img {
    vertical-align: top;
}

.hzt-zhuanti a {
    text-decoration: none;
}

.hzt-zhuanti ul {
    list-style: none;
}


.hzt-zhuanti .hzt-arrow {
    position: absolute;
    width: 40px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.hzt-zhuanti .hzt-arrow.arrow-left {
    left: 0;
    background-image: url('../images/arrow-left.png');
}

.hzt-zhuanti .hzt-arrow.arrow-right {
    right: 0;
    background-image: url('../images/arrow-right.png');
}

.hzt-zhuanti .swiper-slide .slide-top a {
    display: block;
    position: relative;
}

.hzt-zhuanti .swiper-slide .slide-top img {
    max-width: 100%;
}

.hzt-zhuanti .swiper-slide .slide-top strong {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hzt-zhuanti .swiper-slide .slide-bottom {
    padding: 10px 10px 15px;
    overflow: hidden;
}

.hzt-zhuanti .swiper-slide .slide-bottom li {
    width: 30%;
    margin-right: 5%;
    float: left;
    text-align: center;
}

.hzt-zhuanti .swiper-slide .slide-bottom li:nth-of-type(3n) {
    margin-right: 0;
}

.hzt-zhuanti .swiper-slide .slide-bottom li a {
    display: block;
}

.hzt-zhuanti .swiper-slide .slide-bottom li img {
    width: 100%;
}

.hzt-zhuanti .swiper-slide .slide-bottom li b {
    font-weight: normal;
    color: #666;
    font-size: 12px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 7px 0;
}

.hzt-zhuanti .swiper-slide .slide-bottom li span {
    display: block;
    color: #666;
    border: 1px solid #bbb;
    font-size: 12px;
    padding: 5px 0;
    border-radius: 5px;
}

.hzt-zhuanti .swiper-slide .slide-bottom li:hover span{
    background-color: #99cc66;
    color: #fff;
    border: 1px solid #99cc66;
}


/* 专题结束 */

