﻿/* 头部 */
.indexlists li {
    width: 282px;
    /*background-color: #F7F9FE;*/
    float: left;
    margin-right: 24px;
}

.top_loading{
    background:rgb(41,86,201);
    height:3px;
    position:fixed;
    top:0;
    z-index:99999
}

.indexlists li:last-child {
    margin-right: 0;
}

.indexlists li span {
    margin-bottom: 28px;
}

.indexlists {
    /*padding-top: 79px;*/
    /*margin-bottom: 70px;*/
}

.listone {
    cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    padding: 0 14px;
}

.listone p {
    position: relative;
    margin-right: 7px;
    margin-top: 10px;
    border-radius: 2px;
    font-size: 0;
    width: 4px;
    height: 4px;
    background-color: #626262;
}

#share-1 {
    /*top: 50%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*position: fixed;*/
    /*left: 15%;*/
    /*z-index: 1000;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listone span {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333;;
    /*line-height: 24px;*/
}

.indexlists .listone span:hover {
    color: #2956C9;
}

.indexlists .listone p:hover {
    background-color: #2956C9;
}

/* 二级分类图片 */
.secondbg {
    width: 80px;
    height: 80px;;
}

/* 轮播图修改 */
.main1400 {
    width: 1300px;
    margin: 0 auto;
}

.swiper-button-next:after {
    content: "";
    background: url('../images/index/icon_r.png');
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
    margin-top: -40px;
}

.swiper-button-prev:after {
    content: "";
    background: url('../images/index/icon_left.png');
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
    margin-top: -40px;
}

.outs {
    outline: none;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 3px;
}

/*高级查询新增星星图标*/
.query-start {
    position: absolute;
    top: -10px;
    right: -16px;
    width: 19px;
    height: 19px;
    background: url(../images/index/start.png);
}

/*轮播图去掉左右箭头和分页器位置改变*/
.pagination-wrapper1 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wrapper1 .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    margin: 0 8px;
    background-color: #bfbebe !important;
    border-color: #bfbebe !important;
    opacity: 1 !important;
    outline: none !important;
}

.pagination-wrapper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2956c9 !important;
    border: 0 !important;
}

/*新闻增加分页切换*/
.news-swiper {
    background-color: #F7F9FE;
}

.news-swiper .swiper-pagination {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 11px;
    /*background: url(../images/index/ico-tabBar.png) no-repeat bottom;*/
    opacity: 1;
    margin: 0 0 !important;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 62px;
    /*background: url(../images/index/ico-tabActive.png) no-repeat;*/
}

/*首页公用标题*/
.level-title {
    text-align: center;
    padding-bottom: 34px;
}

.level-title h2 {
    height: 32px;
    font-size: 28px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    padding-top: 70px;
}

.level-title h2 span {
    padding: 0 16px;
    letter-spacing: 2px
}

.level-title h2 i {
    display: inline-block;
    width: 26px;
    height: 19px;
}

.level-title h2 i.title-left {
    background: url(../images/index/ico-titleLeft.png) no-repeat;
}

.level-title h2 i.title-right {
    background: url(../images/index/ico-titleRight.png) no-repeat;
}

.level-title strong {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #cbc8c8;
    text-transform: uppercase;
}

/*合作伙伴*/
.part-wapper {
    display: flex;
    flex-wrap: wrap;
}

.part-wapper ul li {
    width: 187px;
    height: 78px;
    float: left;
    display: block;
    margin: 0 6px 14px 6px;
}

.part-wapper ul li img {
    width: 100%;
    height: 100%;
}

/*查询直通车*/
.chkoutBox {
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.chkoutBox .chkoutBox-hd {
    height: 75px;
    border-bottom: 1px solid #bfbfbf;
    line-height: 75px;
}

.chkoutBox-hd ul {
    display: flex;
}

.chkoutBox-hd ul li {
    position: relative;
    flex: 1;
    font-size: 26px;
    color: #333;
    text-align: center;
    letter-spacing: 14px;
    cursor: pointer;
}

.chkoutBox-hd ul li.on {
    background-color: #2956c9;
    color: #fff;
}

.chkoutBox-hd ul li.on i {
    display: none;
}

.chkoutBox-hd ul li i {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #dad7d7;
}

.chkoutBox .chkoutBox-bd {
    height: 400px;
}

.chkoutBox-bd .chkinBox {
    display: flex;
}

.chkinBox .chkinBox-bd {
    width: 1042px;

}

.chkoutBox-bd .chkinBox,
.chkinBox .chkinBox-hd,
.chkinBox .chkinBox-bd {
    height: 100%;
}

.chkinBox .chkinBox-hd {
    width: 155px;
    border-right: 1px solid #bfbfbf;
}

.chkinBox-hd ul li {
    margin-top: 30px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.chkinBox-hd ul li.on {
    color: #2956c9;
}

.chkinBox-bd .provinces ul,
.chkinBox-bd .years ul,
.chkinBox-bd .trade ul,
.chkinBox-bd .scope ul,
.chkinBox-bd .major ul {
    padding: 14px 30px 0 30px;
}

.chkinBox-bd .provinces ul li,
.chkinBox-bd .years ul li,
.chkinBox-bd .trade ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeaea;
}

.chkinBox-bd .provinces ul li a:hover,
.chkinBox-bd .provinces ul li a:active,
.chkinBox-bd .years ul li a:hover,
.chkinBox-bd .years ul li a:active,
.chkinBox-bd .trade ul li a:hover,
.chkinBox-bd .trade ul li a:active,
.chkinBox-bd .scope .scope-inside li a:hover,
.chkinBox-bd .scope .scope-inside li a:active,
.chkinBox-bd .scope .scope-outside li a:hover,
.chkinBox-bd .scope .scope-outside li a:active,
.chkinBox-bd .major ul li a:hover,
.chkinBox-bd .major ul li a:active {
    color: #2956c9;
}

.chkinBox-bd .provinces ul li a,
.chkinBox-bd .years ul li a,
.chkinBox-bd .trade ul li a,
.chkinBox-bd .scope .scope-inside li a,
.chkinBox-bd .scope .scope-outside strong,
.chkinBox-bd .scope .scope-outside li a,
.chkinBox-bd .major ul li a {
    display: inline-block;
    font-size: 20px;
    color: #000;
}

.chkinBox-bd .provinces ul li:last-child,
.chkinBox-bd .years ul li:last-child,
.chkinBox-bd .trade ul li:last-child {
    border-bottom: none;
}

.chkinBox-bd .provinces ul li strong {
    border-right: 1px solid #bfbfbf;
    padding-right: 16px;
    font-size: 16px;
    color: #444;
    font-weight: normal;
}

.chkinBox-bd .provinces ul li a {
    margin: 0 16px;
}

.chkinBox-bd .years ul li a {
    margin: 0 23px;
}

.chkinBox-bd .trade ul li {
    display: flex;
    justify-content: space-around;
    height: 56px;
    line-height: 56px;
}

.chkinBox-bd .trade ul li a {
    width: 120px;
}

.scope .scope-inside li {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ebeaea;
}

.scope .scope-inside strong {
    margin-right: 50px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

.scope .scope-inside strong span {
    color: #2956c9;
}

.scope .scope-inside li strong i {
    display: inline-block;
    width: 4px;
    height: 17px;
    background-color: #2956c9;
    vertical-align: middle;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-right: 6px;
}

.scope .scope-inside li strong em {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url(../images/index/icoJjiao.png) no-repeat;
    margin-left: 8px;
}

.scope .scope-outside li {
    height: 50px;
    line-height: 50px;
}

.scope .scope-outside li a {
    width: 65px;
    margin: 0 14px;
}

.chkinBox-bd .major ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
}

.chkinBox-bd .major ul li a {
    width: 163px;
    margin-left: 30px;
}

/**
 *
 * 赛查查所有样式
*/
/*赛查查Banner轮播*/
.banSpaceTop {
    padding-top: 54px;
}

.banSpaceFot {
    padding-bottom: 40px;
}

.sai-banner {
    padding-bottom: 90px;
    height: 410px;
}

.sai-banner .layer-mask {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-color: rgba(62, 62, 62, .15);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.sai-banner .swiper-slide-active .layer-mask {
    display: none;
}

.sai-banner .swiper-slide {
    /*-webkit-transition: transform 1.0s;*/
    /*-moz-transition: transform 1.0s;*/
    /*-ms-transition: transform 1.0s;*/
    /*-o-transition: transform 1.0s;*/
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    margin-top: 30px;
    margin-bottom: 60px;
}

.sai-banner .swiper-slide-active,
.sai-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.6, 1.2);
    transform: scale(1.6, 1.2);
    z-index: 1002;
}

.sai-banner .swiper-slide-active img,
.sai-banner .swiper-slide-duplicate-active img {
    box-shadow: 0 6px 6px #cdcaca;
}

.sai-banner .swiper-slide img {
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 100%;
    border: none;
}

.sai-banner .swiper-slide-prev img,
.sai-banner .swiper-slide-next img {
    border-radius: 0;
}

.sai-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}

.sai-banner .button div:hover {
    background-color: #333;
    opacity: 0.8;
    cursor: pointer;
}

.sai-banner .button .swiper-button-prev,
.sai-banner .button .swiper-button-next {
    width: 33px;
    height: 64px;
    top: 50%;
    margin-top: -24px;
    background-color: rgba(174, 165, 165, .6);
    border-radius: 10px;
    cursor: pointer;
}

.sai-banner .button .swiper-button-prev {
    left: 16px;
}

.sai-banner .button .swiper-button-next {
    right: 16px;
}

.sai-banner .button div i {
    display: inline-block;
    width: 14px;
    height: 20px;
}

.sai-banner .button .swiper-button-prev i {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.sai-banner .button .swiper-button-next i {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.sai-banner .swiper-button-next:after,
.sai-banner .swiper-button-prev:after {
    display: none;
}

/*比赛新闻动态*/
.sai-tou {
    width: 100%;
    height: 342px;
    background: url(../images/sai/index/saiBg.jpg) no-repeat top center;
}

.sai-tou .saiOutBox {
    height: 100%;
    position: relative;
}

.saiOutBox .saiOutBox-bd {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.saiOutBox-bd .saiInBox {
    display: none;
}

.saiOutBox-bd .saiInBox.on {
    display: block;
}

.saiInBox .saiInBox-hd {
    position: absolute;
    right: 0;
    top: 12px;
    width: 658px;
}

.saiInBox-hd ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
}

.saiInBox-hd ul li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background-color: #ffd86c;
    border-radius: 6px;
}

.saiInBox-hd ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.saiInBox-hd ul li.on a:hover {
    color: #ffd86c;
}

.saiInBox .saiInBox-bd {
    position: absolute;
    top: 0;
    left: 18px;
    width: 486px;
    height: 342px;
    overflow: hidden;
}

.saiOutBox .saiOutBox-hd {
    position: absolute;
    bottom: 24px;
    left: 542px;

}

.saiOutBox-hd ul li {
    float: left;
    width: 24px;
    height: 10px;
    margin-right: 10px;
    background-color: #69afee;
    border-radius: 2px;
}

.saiOutBox-hd ul li.on {
    background-color: #ffd86c;
}

/*推荐比赛|最新比赛*/
.sai-tui {
    display: flex;
    justify-content: space-between;
}

.sai-tui li {
    width: 596px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.sai-tui .sai-text {
    padding: 20px 15px;
}

.sai-text .swiper-wrapper {
    padding-bottom: 20px;
}

.sai-text .swiper-pagination {
    display: flex;
    bottom: 0;
}

.sai-text .swiper-pagination .swiper-pagination-bullet {
    width: 29px;
    height: 10px;
    background-color: #d0d0d0;
    margin: 0 12px;
    border-radius: 2px;
    opacity: 1;
}

.sai-text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2956c9;
}

.sai-text a {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin: 8px 0px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sai-text a:hover {
    color: #2956c9;
}

.sai-text a i {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #888;
    border-radius: 4px;
}

.sai-text a span {
    margin-left: 10px;
}

/*头条新闻改版*/
.tou-wrapper {
    background-color: #fff;
    padding: 40px 0;
}

.tou-one {
    /*height: 212px;*/
}

.tou-one img {
   /* width: 100%;*/
    /*height: 212px;*/
    border-radius: 5px;
    width: 576px;
    height: 328px;
}

.tou-one ul {
    display: flex;
    justify-content: space-between;
    height: 212px;
    overflow: hidden;
}

.tou-one ul li:first-child {
    width: 335px;
}

.tou-one ul li:first-child img {
    border-radius: 5px;
}

.tou-one ul li:last-child {
    width: 820px;
}

.tou-one ul li:last-child h2 {
    font-size: 30px;
    color: #333333;
    line-height: 44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tou-one ul li:last-child p {
    font-size: 20px;
    color: #444444;
    line-height: 28px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}

.tou-one ul li:last-child em {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    line-height: 20px;
    margin-top: 22px;
}

.tou_two_info .swiper-slide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f3f3f4;
    padding: 0 0 26px 0;
    margin-top: 30px;
}

.tou_two_info .swiper-slide ul li {
    width: 50%;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
    margin-top: 24px;
    padding: 0 14px;
    font-size: 20px;
}

.tou_two_info .swiper-slide ul li a {
    display: inline-block;
    color: #444444;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tou_two_info .swiper-slide ul li a:hover {
    color: #2956c9;
}

.tabbanner li {
    position: relative;
}

.tabI {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -26px;
    display: inline-block;
    width: 2px;
    height: 11px;
    background-color: #fff;
}

.tabNew {
    position: absolute;
    top: 10px;
    right: -28px;
    display: inline-block;
    width: 29px;
    height: 17px;
    background-image: url(/static/index/images/index/icoNew.png);
}

/*新闻优化2020-12-08*/
.care-bg {
    background-color: #f3f3f4;
    padding: 40px 0;
}

.care-wrap ul {
    display: flex;
    justify-content: space-between;
}

.care-wrap ul li {
    width: 282px;
    background-color: #ffffff;
}

.care-wrap ul li h2 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.care-wrap ul li h2 span {
    padding: 0 14px;
}

.care-wrap ul li h2 i {
    display: inline-block;
    width: 26px;
    height: 19px;
}

.care-wrap ul li h2 i.title-left {
    background: url(../images/index/ico-titleLeft.png) no-repeat;
}

.care-wrap ul li h2 i.title-right {
    background: url(../images/index/ico-titleRight.png) no-repeat;
}

.indexlists {
    margin-top: 6px;
}

.indexlists li span {
    margin-bottom: 0;
}

.news-swiper {
    background-color: transparent;
}

.care-one {
    position: relative;
    margin-bottom: 8px;
}

.care-one a:first-child {
    display: flex;
    align-items: center;
    width: 260px;
    height: 163px;
    margin: 0 auto;
    overflow: hidden;
}

.care-one:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
    content: "";
    display: block;
    width: 260px;
    height: 2px;
    border-bottom: 2px dashed #cbcbcf;
}

.care-one img {
    display: block;
    width: 260px;
    /*max-height: 163px;*/
    height: 170px;
    margin: 8px auto 0 auto;
    border-radius: 6px;
}

.listone {
    /*display: flex;*/
    /*align-items: center;*/
    height: 45px;
    line-height: 45px;
}

.listone p {
    margin-top: 22px;
    border-radius: 4px;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 7px;
    background-color: #dedee0;
}

.news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background-color: #4a7cfe;
}

.news-swiper .swiper-pagination {
    box-sizing: border-box;
    padding: 0 24px;
}

.indexlists .swiper-wrapper {
    padding-bottom: 24px;
}

.indexlists li {
    padding-bottom: 20px;
    background-color: #fff;
}

.tab-li {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    width: 90px;
    /* padding: 10px; */
    padding-left: 10px;
}

.tab-li-active {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 3px solid #1276D2;
    width: 90px;
    /* padding: 10px; */
    padding-left: 10px;
}

img.right_hot {
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
}
.city-picker-span {
    width: 200px !important;
    height: 30px !important;
    line-height: 30px !important;
    left: 35% !important;
}

.city-picker-dropdown {
    /* left: -283px!important;*/
    left: 64% !important;
    top: 48% !important;
    margin-top: 32px !important;
    width: 320px;
    display: block;
    position: absolute !important;
}

.mainContainer>h2{
    display: inline-block;
    margin-left: 30px;
}

.mainContainer {
    width: 1200px;
    margin: 0 auto;

}

.subnav .one {
    width: 202px;
    height: 156px;
    float: left;
}

.icons{
    text-align: center;
}

.icovipauth,.cha,.sp_name,.sp_password,.sp_ilegel,.sp_hwtt,.botimg1,
.botimg2, .botimg3, .botimg4, .botimg5 {
    display: inline-block;
    background: url('/static/index/images/index/spite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.chacha {
    cursor: pointer;
    background-position: -66px -326px;
    width: 18px;
    height: 18px;
    right: -68px;
    top: -33px;
    position: absolute;
}
.icovipauth { background-position: -3px -91px; width: 86px; height: 20px; }
.sp_name { background-position: -66px -280px; width: 20px; height: 20px; }
.sp_password { background-position: -66px -303px; width: 20px; height: 20px; }
.sp_hwtt { background-position: -3px -114px; width: 80px; height: 80px; }
.sp_ilegel { background-position: -3px -197px; width: 80px; height: 80px; }
.botimg1 { background-position: -3px -280px; width: 60px; height: 60px; }
.botimg2 { background-position: -3px -343px; width: 60px; height: 60px; }
.botimg3 { background-position: -3px -406px; width: 60px; height: 60px; }
.botimg4 { background-position: -3px -469px; width: 60px; height: 60px; }
.botimg5 { background-position: -3px -532px; width: 60px; height: 60px; }
.closetwo { background-position: -3px -595px; width: 51px; height: 51px; }