input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.wd1200{width:1200px;margin: 0 auto;}
p{margin:0;}


.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    margin: 0;
    padding: 0;
}

.slideBox .bd ul li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.slideBox .bd ul img {
    width: 100%;
    display: block;
}

.slideBox .prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 50px;
    height: 75px;
    background: url(../images/l.png)8px center no-repeat rgba(0, 0, 0, .4);
}

.slideBox .next {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 50px;
    height: 75px;
    background: url(../images/r.png)15px center no-repeat rgba(0, 0, 0, .4);
}

.slideBox .prev:hover {
    background: url(../images/l.png)8px center no-repeat rgba(0, 0, 0, .7);
}

.slideBox .next:hover {
    background: url(../images/r.png)15px center no-repeat rgba(0, 0, 0, .7);
}

@media (max-width: 768px) {
    .slideBox .prev,
    .slideBox .next {
        top: 25%;
    }
}




/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.page-wrap2{
    background: #fff;
}

.x-menu > li:nth-child(6) .x-sub-menu{
    display: none;
}


/*热门搜索*/
#formsearch2{width:142px;float:right;background:url(../images/top_sss.png) no-repeat center center;margin-top:7px;margin-left:10px;}
#formsearch2 input{height:27px;background:none;border:none;outline:none;line-height:27px;}
#formsearch2 input#keyword{width:75%;height:27px;line-height:27px;padding-left:4px;color:#666;float:left;}
#formsearch2 input#s_btn{width:24%;height:27px;line-height:27px;text-align:center;float:left;color:#fff;border:none;cursor:pointer;}

#search-type{float: left;width:100px;height: 27px;border: 1px solid #c8c8c8;margin-right: 5px;}
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*主体样式*/

@media (min-width:1200px){
    .container{
        max-width:1230px;
        padding-left:15px;
        padding-right:15px;
        margin:0 auto;
    }
}


/*头部样式*/
#header{
    position: relative;
    line-height: 42px;
    background: #f3f3f3;
    font-weight: 400;
    font-size: 12px;
    color: #555555
}

#header a{
    font-size: 12px;
    color: #555555
}

.wel{
    float: left;
}

.k22{
    float: right;
}
.k22 span a{
    font-size: 16px!important;
}

.logo{
    float:left;
}


/*导航产品下拉样式*/
.x-menu li .x-sub-menu { width: 100%; left: 0;right: 0px; top: 92px;background: rgba(1, 95, 201, 0.9);white-space: nowrap;padding: 25px 20px;}
.x-menu li .x-sub-menu .wd{max-width:1200px;margin:0 auto;padding-left:2%;}
.x-menu li .x-sub-menu .wd h4{color:#c8c8c8;font-size:14px;padding-bottom:5px;font-weight:400;}
.x-menu li .x-sub-menu .wd .nav_img{width:26%;}
.x-menu li .x-sub-menu .wd .nav_img img{max-width:100%;}
.x-menu li .x-sub-menu .wd .nav_li{width:68%;}

.x-menu li .x-sub-menu li { width: 22%; float: left; border-bottom:1px solid rgba(255,255,255,.33);margin-right:3%;}
.x-menu li .x-sub-menu li a { display: block; text-align: center; line-height:2;padding-top:15px; color:#c8c8c8;}
.x-menu li .x-sub-menu li a i{display:block;padding:2px;transition:.3s;max-width:173px;}
.x-menu li .x-sub-menu li a i img{width:100%;}
.x-menu li .x-sub-menu li a h3{color:#fff;margin-top:1vh;line-height:2;font-size:14px;padding:10px 0;transition:.3s;font-weight:400;}
.x-menu li .x-sub-menu li:hover a h3{background:url(../images/xian11.png) no-repeat center bottom;}
.x-menu li .x-sub-menu li:hover a i{background:url(../images/lvk.png) no-repeat;background-size:100% 100%;}
.x-menu li .x-sub-menu li:nth-child(n+13){display:none;}

.x-menu li .x-sub-menu li a:hover{color:#fff!important;}

/*c1_index*/
.c1_index{
    position: relative;
    background: url(../images/c1_bg.png) no-repeat;
    background-size: cover;
    padding: 4.125% 0;
    overflow: hidden;
}

.abb_left{
    width: 48%;
    float: left;
}

.abb_left h3{
    font-size: 24px;
    color: #000000;
    padding-bottom: 5.125%;
    font-weight: 400;
    padding-left: 15px;
}
.abb_left h3 i{
    font-weight: 400;
    font-size: 20px;
    color: #aeabab;
    text-transform: uppercase;
    padding-left: 5px;
}

.abb_left .abb_txt{
    font-size: 14px;
    color:#555555;
    line-height: 3.5;
}

.abb_right{
    width: 48%;
    float: right;
}

.abb_right>a{
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    color: #555555;
    padding-bottom: 6.125%;
}

.abb_list li{
    opacity: 0;
}

.abb_list li.slick-active{
    opacity: 1;
}

.abb_list li a{
    display: block
}

.abb_list li img{
    width: 100%;
}

.abb_list .slick-prev,.abb_list .slick-next{
    display: none!important;
}

.abb_list .slick-dots{
	position: absolute;
    right: 10px;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 15px;
}
.abb_list .slick-dots li{
	display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: 1;
}
.abb_list .slick-dots li button{
	background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.abb_list .slick-dots li.slick-active{
	background-color: #005fc9;
}


@media (max-width:992px){
    .abb_left,.abb_right{
        width:100%;
        float:none;
    }
    
    .abb_left h3{
        padding-bottom: 3.125%;
    }
    
    .abb_left .abb_txt{
        line-height:2.5;
    }
    
    .abb_right>a{
        font-size:16px;
        padding-bottom: 4.125%;
    }
    
}


/*c2_index*/
.c2_index{
    position: relative;
    background: url(../images/c2_bg.png) no-repeat;
    background-size: cover;
    padding: 3.125% 0; overflow: hidden;
}



.digital li .inner{
    padding: 5px 0;
    text-align: center;
  }
  
.digital li .timer{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial"
}

.digital li .adorn{
    font-size: 14px;
    color: #fff;
}

.digital li p{
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}


@media (max-width:768px){
 
 .digital li .inner{
     padding-top:20px;
 }
 
 .digital li .timer{
     font-size:32px;
 }
 
 .digital li p{
     font-size:14px;
 }
 
}



/*c3_index*/
.c3_index{
    position: relative;
    background: url(../images/c3_bg.png) no-repeat;
    background-size: cover;
    padding: 3.125% 0; overflow: hidden;
}

.c3_left h3{
    font-size: 24px;
    color: #000000;
    padding-bottom: 8.125%;
    font-weight: 400;
    padding-left: 15px;
}
.c3_left h3 i{
    font-weight: 400;
    font-size: 20px;
    color: #aeabab;
    text-transform: uppercase;
    padding-left: 5px;
}

.c3_left .c3_txt{
    font-size: 14px;
    color:#888888;
    line-height: 2.9;
}

.demo {
	position: relative;
	opacity: 0;
	transition: .2s ease;
}


.grid {
	position: relative;
	margin: 0 auto;
	width: 98%;
}

.grid li{
    position: relative;
    margin-bottom: 15px;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: 5px;
    margin-left: 4px;
}

.grid li img{
    width: 100%;
}

.grid-item {
	position: relative;
	top: 0;
	left: 0;

	/* fluffy */
	width: 30.33%;
	border-radius: 3px;
	/* end fluffy */
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.grid-item::before{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,95,201,.5);
    opacity: 0;
}

.grid-item .fuss{
    opacity: 0;
    position:absolute;
    bottom:20px;
    text-align:center;
    width:100%;
    z-index:9999;
    transition: .5s;
}

.grid-item:hover .fuss{
    opacity: 1;
}

.grid-item:hover::before{
    opacity: 1;
}

.grid-item:first-child::before,.grid-item:last-child::before{
    display: none;
}

.grid-item img{
    width: 100%;
}

.grid-item h3{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0;
}


@media (max-width:1200px){
    .grid-item h3{
        font-size:16px;
    }
}

@media (max-width:768px){
     .demo{
        margin-top:20px;
    }
    
    .grid-item i img{
        max-width:20px!important;
    }
     .grid-item h3{
        font-size:12px;
        padding:10px 0;
    }
}



/*c4_index*/
.c4_index{
    position: relative;
    padding: 3.125% 0 1.125%; overflow: hidden;
}

.ttt4{
    position: relative;
    padding-left: 20px;
}

.ttt4 h3{
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.ttt4 p{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.c4_list22{
    position: relative;
    margin-top: 3.125%;
    padding: 0 70px;
}

.c4_list22 li{
    position: relative;
    margin: 0 8px;
}

.c4_list22 li a{
    display: block
}

.c4_list22 li img{
    width: 100%;
}

.c4_list22 li h3{
    text-align: center;
    line-height: 1.7;
    padding: 15px 0;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
}

.c4_list22 li:hover h3{
    color: #0570e7;
}

.c4_list22 .slick-prev,.c4_list22 .slick-next{
    position: absolute;
    top: 27%;
    width: 26px;
    height: 47px;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
}

.c4_list22 .slick-prev{
    left: 10px;
    background:url(../images/pro_prev.png) no-repeat center center;
}

.c4_list22 .slick-next{
    right: 10px;
    background:url(../images/pro_next.png) no-repeat center center;
}

@media (max-width:1200px){
    .c4_list22 .slick-prev,.c4_list22 .slick-next{
        display:none!important;
    }
    .c4_list22{
        padding:0;
    }
}


/* 首页视频 */

.video {
    min-height: 470px;
    background: url(../images/video.jpg) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
     overflow: hidden;
}

.video .boxx {
    padding-top: 20px;
    padding-bottom: 0px;
}

.video .tit {
    color: #fff;
    font: 400 36px/66px "Microsoft Yahei";
}

.video .en {
    color: #e0dcdc;
    font: 400 18px/26px "Arial";
}

.video .play {
    padding-top: 78px;
    cursor: pointer;
}

.video .play a{
    display: block;
}

.video .en img {
    max-width: 90%;
    height: auto;
}


.video_wap{
   max-width: 970px;
   margin: 15px auto 0;
}

.video_wap video{
    display: block;
}






.videobg{position: fixed;width:100%;height:100%;z-index: 99999;background-color:rgba(0,0,0,.8);left:0;top:0;text-align: center;vertical-align: middle;display: none;}
.videobg .videos{border:15px solid #fff;box-shadow: 2px 2px 10px #000;max-width:750px;height:434px;margin:200px auto 0;}
.colse{position: absolute;left:50%;margin-left:360px;top:184px;}

@media (max-width: 767px) {
    .video {
        height: auto;
        min-height:auto;
    }
    .video .boxx {
        padding-top: 60px;
    }
    .video .tit {
        color: #fff;
        font: 400 17px/60px "Microsoft Yahei";
    }
    .video .play {
        padding-top: 40px;
    }
     .videobg .videos{
         height:195px;
    }
    .video_wap{
        max-width:100%;
         width:100%;
         padding-left:15px;
         padding-right:15px;
    }
    
}


/*news_index*/
.news_index{
    position: relative;
    padding: 3.125% 0 1.125%;
}

.c5_list22{
    position: relative;
    margin: 3.125% -20px 0;
}

.c5_list22 li{
    position: relative;
}

.c5_list22 li a.img{
    display: block;
    overflow: hidden;
}

.c5_list22 li a.img img{
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.c5_list22 li:hover a.img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.c5_list22 li .d_tit{
    padding:15px;
}

.c5_list22 li .d_tit a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}

.c5_list22 li .d_tit h3{
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    padding: 10px 0;
    line-height: 2;
}

.c5_list22 li .d_tit span{
   display: block;
   color: #999;
   font: 400 14px/26px "Microsoft Yahei";
   background: url(../images/time.png) no-repeat 0 50%;
    padding-left: 30px;
    margin-top: 10px;
}


.c5_list22 .slick-prev,.c5_list22 .slick-next{
    position: absolute;
    top: -18%;
    right: 0px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
}

.c5_list22 .slick-prev{
    right: 80px;
    transform:rotate(0deg);
    background:url(../images/p_left2.png) no-repeat center center;
}

.c5_list22 .slick-next{
    right: 30px;
    transform:rotate(180deg);
    background:url(../images/p_left2.png) no-repeat center center;
}

.c5_list22 .slick-prev:hover{
   transform:rotate(180deg);
    background:url(../images/p_right3.png) no-repeat center center;
}
.c5_list22 .slick-next:hover{
    transform:rotate(0deg);
    background:url(../images/p_right3.png) no-repeat center center;
}


/*hezuo_index*/
.hezuo_index{
    position: relative;
    padding: 3.125% 0 1.125%;
    background: url(../images/hz_bg.jpg) no-repeat center center;
    background-size: cover;
}

.hezuo_list{
    position: relative;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hezuo_list li{
    margin-bottom: 20px;
    width: 19%;
}

.hezuo_list li a{
    display: block;
    border: 1px solid #ddd;
}

.hezuo_list li img{
    width: 100%;
}

@media (max-width:768px){
    .hezuo_list li{
        width:47.33%;
    }
}



/*第一足球网官网入口专题页样式*/

.about_one .wenzi{
    background: url(../images/wenzi.png) no-repeat center;
    background-size: 100%;
    line-height: 3;
    font-size: 14px;
    color: #555555;
}



/*联系我们专题页样式*/

.contact_list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.contact_list li{
    position: relative;
    width: 50%;
    padding: 15px 0;
}

.contact_list li:nth-child(1){
    width: 100%;
}

.contact_list li span{
    float: left;
}

.contact_list li .time2{
    float: left;
    margin-left: 20px;
}

.contact_list li .time2 h3{
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 6px;
}

.contact_list li .time2 h4{
    color: #555555;
    font-size: 14px;
    font-weight: 400;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


@media (max-width:500px){
    .contact_list li{
        width:100%;
    }
      .contact_list li span{
        width:12%;
    }
    .contact_list li .time2{
        width:80%;
    }
}



.contact_top{
    position: relative;
}

.contact_top h3{
    padding: 10px 0 10px 50px;
    background: url(../images/y66.png) no-repeat left center;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


.contact_top .contact_ewm{
    padding-left: 10%;
    text-align: center;
    line-height: 2;
    color: #555555;
    font-size: 16px;
}

.contact_map{
    position: relative;
    padding: 30px 0 0;
}

.contact_map img{
    width: 100%;
}


/*招聘页面福利待遇*/
.fuli{
    position: relative;
    background: #f6f6f6;
    padding: 3.125% 0;
    display: none;
}

.fuli h1{
    text-align: center;
    font-size: 18px;
    color: #555555;
    font-weight: 400;
}

.fuli ul{
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.fuli ul li{
    width: 16.66%;
    text-align: center;
}

.fuli ul li a{
    display:block;
}

.fuli ul li span{
    display: block;
    height: 90px;
    line-height: 90px;
}

.fuli ul li img{
    max-width: 100%;
}

.fuli ul li h3{
    color: #555555;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 400;
}


@media (max-width:500px){
    .fuli ul li{
        width:33.33%;
        margin-bottom:10px;
    }
    
    .fuli ul li h3{
        padding-top:10px;
    }
    .contact_top .contact_ewm{
        max-width:100%; height:auto !important;width:auto !important;
    }
}



/*案例列表页*/
.case_list_top{
    position: relative;
    padding-top: 30px;
}

.case_list_top .ccc1{
    text-align: center;
    color: #000000;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url(../images/xian9.png) no-repeat center bottom;
    display: none;
}

.kk_list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 5.125% 0;
    display: none;
}

.kk_list li{
    width: 25%;
    text-align: center;
}

.kk_list li a{
    display: block
}

.kk_list li span{
    display: block;
    line-height: 50px;
    height: 50px;
}

.kk_list li span img{
    max-width: 100%;
}

.kk_list li h3{
    color: #555555;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 400;
}

.kk_list li:hover span img{
    filter: invert(100%) sepia(75%) saturate(561%) hue-rotate(32deg) brightness(97%) contrast(101%);
}


@media (max-width:500px){
    .kk_list li{
     width: 50%;
     margin-bottom:20px;
    }
}

.case_middle{
    position: relative;
    background: #fafafa;
    padding: 3.125% 10px;
}

.case_middle h1{
    text-align: center;
    color: #000000;
    font-size: 26px;
    padding-top: 10px;
    font-weight: 400;
}

.case_middle ul{
    text-align: center;
    padding: 25px 0;
}

.case_middle ul li{
     color: #555555;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.case_middle ul li:hover,.case_middle ul li.cur{
    color: #015fc9;
}

.case_middle .conttt{
    display: table;
    vertical-align: middle;
}

.ttq{
    display:none;
}



.case_middle .conttt img{
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 88%;
}

.case_middle .conttt h3{
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px;
    color: #555555;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
    width: 50%;
}

@media (max-width:1200px){
     .case_middle .conttt h3{
       line-height:2;
   }
}

@media (max-width:768px){
   .case_middle .conttt{
       display:block;
   }
   .case_middle .conttt img{
       width:100%;
   }
   .case_middle .conttt h3{
       padding:10px;
   }
}

.case_twap{
    padding: 3.125% 0;
    text-align: center;
}

.case_twap p{
    color:#555555;
    font-size: 14px;
}

.case_twap h3{
    color:#000000;
    font-size: 28px;
    font-weight: 400;
    padding: 10px 0;
}


/*案例列表页下方电话*/
.case_lianx{
    position: relative;
    padding-top: 20px;
}

.case_lianx .imgs img{
    max-width: 100%;
}

.case_lianx .tss{
    position: relative
}

.case_lianx .tss h3{
    padding-left: 40px;
    background: url(../images/dianhua.png) no-repeat left center;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: 400;
    margin: 10.125% 0 3.125% ;
}

.case_lianx .tss h4{
    font-weight: 400;
    padding-left: 10%;
    font-size: 14px;
    color: #555555;
    line-height: 2.9
}


@media (max-width:992px){
    .case_lianx{
        padding-top: 0px;
    }
    .case_lianx .tss h3{
        margin: 3.125% 0;
    }
}

.xypg-detail-con table,.xypg-detail-con th,.xypg-detail-con td{border:1px solid #ccc;line-height:2;padding:10px;}











