@charset "UTF-8";
body{background: #ffffff;}
/*router 开始*/
.router-link_box{
    width: 100%;
    background: url(../images/router_bg.png) no-repeat 0 0;
    /*background: url("./images/router_bg.png") no-repeat 0 center;*/
    background-size: 100% 100%;
    border-bottom: 2px solid #DD373A;
    box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.router_img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.router_box{
    padding: 55px 0px;
    font-size: 20px;
    font-weight:bold;
    cursor: pointer;
}
.router_box:hover p{
    color: #DD373A;
}
/*router 结束*/


/*赛项 开始*/
.project_items{
    margin-right: 40px;
    float: left;
    width: calc(50% - 20px);
    margin-top: 50px;
}
.project_items:hover,
.s_project_items:hover {
    color: #054d9f;
}
.project_items .icon-box{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.project_items .icon-box:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.project_items:nth-child(2n){
    margin-right: 0px;
}
.project_items:nth-child(3),
.project_items:nth-child(4){
    margin-bottom: 50px;
}
.project_items .btn,
.s_project_items .btn{
    width:92px;
    height:34px;
    background:linear-gradient(-90deg,rgba(0,163,248,1),rgba(10,126,233,1));
    border-radius:3px;
    color: #ffffff;
    margin-top: 14px;
}
.project_items .btn:hover,
.s_project_items .btn:hover{
    text-decoration: underline;
}
.project_items .des,
.s_project_items .des{
    width: calc(100% - 92px);
    font-size: 22px;
    line-height: 60px;
}
.project_items:hover .des{
    color: #054d9f;
}



/*新修改部分*/

.device_box {
    width: 100%;
    /*height: 300px;*/
    /*padding: 30px 40px;*/
    padding: 100px 30px 50px;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    box-shadow:0px 7px 9px 0px rgba(0, 0, 0, 0.1);
}
.device_box .arrow-left {
    background: url(../images/prev.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    right: 98px;
    bottom: -6%;
    margin-top: -15px;
    width: 48px;
    height: 48px;
}
.device_box .arrow-right {
    background: url(../images/next.png) no-repeat left bottom;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    bottom: -6%;
    margin-top: -15px;
    width: 48px;
    height: 48px;
}
.swiper-container {
    width: 100%;
    /*height: 280px;*/
    margin-bottom: 80px;
}
.swiper-wrapper{
    height: inherit !important;
}
.swiper-slide {
    height: 100%;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}


.s_project_items{
    width: calc(100% - 40px);
    margin-right: 40px;
    height: auto;
}
.s_project_items .icon-box {
    overflow: hidden;
}
.swiper_list{
    width: 540px;
    /*margin-right: 40px;*/
}
.swiper-slide:last-child{
    /*display: none;*/
}








/*赛项 开始*/


/*赛事动态 开始*/
.dynamic_box{
    background: #EFF3F5;
    padding: 100px 0;
    padding-bottom: 445px;
}
.dynamic-con{
    background:url("../../images/tiaozhansai/dongtai.png") no-repeat left bottom;
    background-size: 35.5% auto;
}
.right-box{
    width: 100%;
    margin-bottom: 35px;
}
.dynamic-items{
    height: 400px;
    font-size: 16px;
    padding-right: 0;
}
.dynamic-con ul{
    /*padding: 20px 30px 0;*/
    padding: 15px 20px 0;
    box-sizing: border-box;
}
.dynamic-con li {
    line-height: 56px;
}
.list_des{
    width: calc(100% - 110px);
    font-weight:bold;
}
.list_des span{
    font-size:22px;
    font-family:Arial;
    font-weight:bold;
    font-style:italic;
    color:#CD0006;
}
.list_des a{
    transition: all 0.3s;
}
.list_des a:hover{
    text-decoration: underline;
    color: #054d9f;
}
.dynamic-con li .time{
    color: #999;
}
.more{
    padding: 10px 30px 30px 0;
    box-sizing: border-box;
}
.more a{
    color: #CD0006;
}
.dynamic_box .right-box{
    height: 370px;
}
/*赛事动态 结束*/


/*需求分类 结束*/
.demand_box{
    background: #1B4487;
}
.demand_con{
    border: 10px solid #1B4487;
    box-shadow:0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    margin-top: -347px;
}
.demand_des_con{
    padding: 30px;
    position: relative;
}
.map_box{
    width: 689px;
    height: 520px;
    margin-right: 30px;
    float: left;
}
.tabs_box{
    width: calc(100% - 719px);
    float: right;
}
.demand_des_con li{
    width: 178px;
    height: 54px;
    line-height: 54px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.demand_des_con li:hover{
    color: #ffffff;
    background: #1B4487;
}
.demand_des_con li:nth-child(2n){
    margin-right: 0px;
}
.demand_des_con .des_box{
    font-size: 20px;
    color: #6E0003;
    position: absolute;
    right: 30px;
    bottom: 40px;
}
.demand_des_con .des_box h4{
    font-size:20px;
    color: #6E0003;
    font-weight: 400;
    position: relative;
    text-align: right;
    padding-bottom: 20px;
}
.demand_des_con .des_box h4:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 39px;
    height: 5px;
    background: #3D1919;
 }
.demand_des_con .des_box p{
    font-size: 30px;
    color: #340002;
    font-weight:bold;
}

/*需求分类 结束*/




/*合作服务  开始*/
.cooperation_box{
    background: #1B4487;
    padding: 80px 0 60px;
}
.cooperation_con{
    background:url("../../images/tiaozhansai/fuwu.png") no-repeat left bottom;
    background-size: 35.5% auto;
}
/*.cooperation-items{*/
/*    height: 400px;*/
/*}*/
.cooperation-items .right-box{
    width: 100%;
    margin-bottom: 35px;
    padding: 0 15px;
    box-sizing: border-box;
}
.cooperation_con h4{
    font-size: 22px;
}
.cooperation_con p{
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}
.cooperation_con .des_box {
    margin: 30px 0px;
    min-height: 315px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.cooperation_con li:hover .des_box {
    box-shadow: 0px 0px 18px 0px rgba(5, 77, 159, 0.4);
    transition: all 0.3s;
}

/*合作服务  结束*/

/*合作媒体 开始*/
.meiti_box{
    padding: 70px 0;
}
.meiti_box ul{
    /*margin-right: -5px;*/
    /*margin-left: -5px;*/
    padding-top: 30px;
}
.meiti_box li{
    margin-bottom: 20px;
}
.meiti_box li:hover img{
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

/*合作媒体 结束*/







/**
pc
*/
@media (min-width: 1200px) {

}


/**
中屏幕
*/
@media (max-width: 1200px) {
    .container {width: 100%;}

}

/**
平板
*/
@media (max-width: 992px) {
    .container {width: 100%;}
}


@media (min-width: 768px) {

}
/**
手机端
*/
@media (max-width: 768px) {
    .router-link_box {
        width: 100%;
        background: #ffffff;
        border-bottom: 2px solid #DD373A;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .router_box {
        padding: 20px 0px;
        font-size: 14px;
    }
    .router_img {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }
    .project_items {
        margin-right: 14px;
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .project_items:nth-child(3) {
        margin-bottom: 0px;
    }
    .project_items:nth-child(4) {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .project_items_box{
        padding: 20px 15px 0;
        box-sizing: border-box;
    }
    .project_items .btn {
        width: 84px;
        padding: 5px;
    }
    .project_items .des {
        width: calc(100% - 84px);
        font-size: 14px;
    }
    .dynamic-con {
        background: url(../../images/tiaozhansai/dongtai.png) no-repeat left top;
        background-size: 41.5% auto;
    }
    .dynamic-con li {
        line-height: 40px;
    }
    .dynamic_box .right-box {
        height: 280px;
    }
    .right-box {
        width: 100%;
        float: inherit;
        margin-bottom: 0px;
        margin-top: 70px;
    }

    .dynamic-items {
        font-size: 14px;
    }
    .list_des span {
        font-size: 18px;
    }
    .cooperation_con {
        background: url(./../images/fuwu.png) no-repeat left top;
        background-size: 41.5% auto;
    }
    .cooperation-items .right-box {
        margin-bottom: 0px;
        margin-top: 70px;
        padding-bottom: 30px;
    }
    .cooperation_con h4 {
        font-size: 18px;
    }
    .cooperation_con p {
        font-size: 14px;
    }
    .public_title {
        font-size: 24px;
    }
    .public_title:before {
        left: -50px;
        top: calc(50% - 2px);
        height: 3px;
        width: 26px;
    }
    .public_title:after {
        right: -50px;
        top: calc(50% - 2px);
        height: 3px;
        width: 26px;
    }
    .demand_con {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: -292px;
    }
    .demand_des_con {
        padding: 15px;
    }
    .dynamic_box {
        padding: 30px 0;
        padding-bottom: 280px;
    }
    .list_des {
        width: 100%;
        font-weight: bold;
    }
    .map_box{
        width: 100%;
        height: auto;
        margin-right: 0px;
        float: inherit;
    }
    .tabs_box{
        width: 100%;
        float: inherit;
        padding: 20px 0 45px;
    }
    .cooperation_box {
        padding: 25px 0 15px;
    }
    .demand_des_con li {
        width: calc(50% - 10px);
        height: 46px;
        line-height: 46px;
    }
    .demand_des_con .des_box {
        right: 15px;
        bottom: 15px;
    }
    .demand_des_con .des_box h4 {
        font-size: 14px;
    }
    .demand_des_con .des_box h4:after {
        width: 30px;
        height: 3px;
    }
    .demand_des_con .des_box p {
        font-size: 20px;
    }
    .meiti_box {
        padding: 30px 0;
    }
    .owl-carousel .owl-item img {
        width: 100%;
        /*height: 175px;*/
    }
    .cooperation_con .des_box {
        margin: 30px 0px 4px;
        min-height: 275px;
    }

}








