
/*
* @Author: Marte
* @Date:   2017-08-25 15:06:18
* @Last Modified by:   Marte
* @Last Modified time: 2018-01-23 15:15:49
*/
*{
    //box-sizing: content-box;
}
body{
    background:#f2f2f2;
}
.zh_header{
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
}
.zh_head{
    //width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
}
.zh_header .zh_center{

    height:60px;
    margin:0 auto;
}
.zh_header h1{
    float: left;
    width:100px;
    height:60px;
}
.zh_header .zh_center ul{
    float: right;
    margin-top:23px;
}
.zh_header .zh_center ul li{
    width:50px;
    height:14px;
    float: left;
    text-align: center;
    line-height: 14px;
}
.zh_header .zh_center ul li:nth-child(1){
    border-right: 1px solid #333;
}

.zh_contest-banner{
    text-align:center;
    margin:0 auto;
    position: relative;
    padding:0;
}
.zh_contest-banner-btn{
    display: none;
}
.zh_contest-banner .zh_bannertu img{
    width: 100%; height:auto;
}
.zh_apply{
    width: 100%;
    position: absolute;
    top:73%;
    left: 0;
}
.zh_apply a{
    display: inline-block;
    margin:0 30px;
}
.zh_content{
    margin:0 auto;
    background:#fff;
    padding:40px 0;
    margin-bottom: 40px;
}
.zh_content .zh_title{
    text-align:center;
    margin-bottom: 30px;
}
.zh_content .zh_title .zh_title01{
    font-size: 20px;
}
.zh_content .zh_title .zh_title02{
    font-size: 14px;
}
.zh_module01{
    //padding:0 20px;
    margin-bottom:50px;
}
.zh_module01 .zh_introduce .zh_tupian,.zh_module01 .zh_rule .zh_tupian{
    text-align:center;
    padding:28px 0;
}
.zh_module01 .zh_introduce .zh_tupian img,.zh_module01 .zh_rule .zh_tupian img{
    display: inline-block;
    width: 60px;
}

.zh_module01 .zh_introduce .zh_nr, .zh_module01 .zh_rule .zh_nr {
    padding: 0 15px;
    text-align:left;
}

.zh_module01 .zh_introduce .zh_nr .zh_title03,.zh_module01 .zh_rule .zh_nr .zh_title03{
    text-align:center;
    font-size:18px;
    margin-bottom: 12px;
    color:#1a4a86;
}
.zh_module01 .zh_introduce .zh_nr p,.zh_module01 .zh_rule .zh_nr p{
    margin-bottom: 10px;
}
.zh_download{
    float: right;
    margin-right: 15px;
    margin-top:-10px;
    width:64px;
    text-align:center;
    color:#000;
}


.zh_module01 .zh_rule{
    margin-bottom: 10px;
    background:#28a3c4;
    color: #fff;
}
.zh_zuzhi{
    margin-bottom:70px;
}

.zh_module02{
    margin-bottom:20px;
}
.zh_module02 a.zh_overall{
    display: block;
}
.zh_module02 a p.zh_text{
    display: inline-block;
    padding-top: 22px;
    font-size:18px;
    line-height:34px;
    text-align:justify;
}
.zh_module02 a p.zh_tupian{
    height:auto;
    text-align:center;
    color:#fff;
    font-size:30px;
    position: relative;
}
#btn_win_query{
	margin-right:28%;
}
.zh_module02 a p.zh_tupian img{
    width: 100%;
    height:auto;
}
.zh_module02 a p.zh_tupian span{
    width:120px;
    height:40px;
    text-align: center;
    line-height:40px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-20px;
    margin-left: -60px;
}
.zh_module02 a.zh_overall{
    display: block;
}



.zh_line{

    height:1px;
    background:#999;
    text-align:center;
    margin:0 auto;
    position: relative;
    margin-bottom: 30px;
}
.zh_line span{
    display: inline-block;
    font-size:18px;
    width:115px;
    line-height:20px;
    text-align:center;
    background:#f2f2f2;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-10px;
    margin-left:-57px;
}
.zh_school{

    margin:0 auto 120px;
}
.zh_school li{
    float: left;
    height:115px;
    width:280px;
    padding:0 10px;
    text-align:center;
}
.zh_school li a img{
    height:115px;
    width:auto;
}
.zh_footer{
    width:100%;
    height:60px;
    background:#fff;
    text-align:center;
    line-height:60px;
}
.zh_back-top{display: none; background-color: #fff; width: 50px; height: 40px;border: 1px solid #ccc; position: fixed; bottom: 90px; right: 25px;}
.zh_back-top span{display: block; width: 35px; height: 20px; margin:8px 0 0 5px; background: url("../images/contest_27.png") no-repeat;}
.zh_contest-right{ display: none; position: fixed; top: 300px; right: 0;}
.zh_contest-right-code{ width: 158px;}
.zh_contest-right-talk{ cursor: pointer; width: 40px; height: 160px; padding-top: 23px; border-radius: 40px; border: 1px solid #666; background-color: #fff;}
.zh_contest-right-talk ul li{ text-align: center; padding: 5px 0;}

.zh_contest-right{ display: none; position: fixed; top: 300px; right: 0;}
.zh_contest-right-code{ width: 158px;}
.zh_contest-right-talk{ cursor: pointer; width: 40px; height: 160px; padding-top: 23px; border-radius: 40px; border: 1px solid #666; background-color: #fff;}
.zh_contest-right-talk ul li{ text-align: center; padding: 5px 0;}

.zh_pull-left{
    float: left;
}
.zh_text-center {
    text-align: center;
}



/**/
.zh_header_home{
    background:#fff;
}

.zh_module01 .zh_rule02{
    background:#dfb00b;
}
.zh_module01 .zh_intschool{
    background:#1888e1;
    float: right;
}
.zh_module02 div.zh_text{
    display: inline-block;
    padding-top: 22px;
    font-size:18px;
    line-height:25px;
    font-size:14px;
    text-align: left;

    position: relative;
}
.zh_module02 div.zh_text01{
    text-align: center;
}
.zh_module02 .col-md-3{
	text-align: center;
}
.zh_module02 .col-md-8{
	text-align: center;
}
.zh_module02 div.zh_text .zh_title01{
    font-size:18px;
}
.zh_module02 div.zh_text .zh_title01,.zh_module02 div.zh_tp .zh_title01{
    font-size:18px;
}
.zh_module02 p.zh_tupian{
    height:auto;
    text-align:center;
    color:#fff;
    font-size:30px;
    position: relative;

}
.zh_module02 p.zh_tupian img{
    width: 100%;
    height:auto;
}

.zh_module02 p.zh_text .zh_title01{
    display: block;
    font-size:18px;
}
.zh_module02 p.zh_text .zh_item{
    display: block;
    font-size:14px;
    line-height:20px;
    padding-left:15px;
    position: relative;

}
.zh_module02 p.zh_text .zh_item span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.zh_module02 div.zh_text .zh_participation{
    display: none;
    width:148px;
    height:40px;
    background:#188eee;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:4px;
    font-size:16px;
    margin-top:15px;
    margin-bottom: 20px;
}

.zh_module02 div.zh_tp .zh_participation01{
    display: block;
    width:148px;
    height:40px;
    background:#188eee;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:4px;
    font-size:16px;
    margin-top:15px;
}
.zh_module02 div.zh_tp .zh_participation02{
    display: block;
    width:148px;
    height:40px;
    background:#188eee;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:4px;
    font-size:16px;
    margin-top:15px;
    margin-top:10px;
}



@charset "utf-8";
/* CSS 高校圈和合作伙伴 */
.zh_college_partner{

    margin:0 auto;
}
.zh_college_partner a{
    color: #14191e;
}
.zh_college_partner a:hover{
    color:#53d9f6;
}
.zh_college_partner .crumbs {
    height: 20px;
    line-height: 20px;
    margin-bottom: 14px;
}
.zh_links,.zh_links1 {
    //min-height: 600px;
    margin-top: 35px;
}
.zh_bor {
    border-top: 1px solid #e5e5e5;
}
.zh_links h2,.zh_links1 h2 {
    font-size: 18px;
    text-align: center;
    width: 127px;
    line-height: 100%;
    margin: -9px auto 45px;
    background: #fff;
}
.zh_links img{

}
.zh_links ul,.zh_links1 ul {
    overflow: hidden;
    margin-top: -25px;
}
.zh_links ul a,.zh_links1 ul a {
    float: left;
    margin-left: 13px;
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    padding: 5px;
    line-height: 28px;
}
.zh_links ul a {
    //width: 115px;
    //height: 115px;
}
.zh_links1 ul a,.zh_links1 img {
    width: 100%;
    height:auto;
    //width: 201px;
   // height: 62px;
}


#zh_zh_peixun {
    display:none;
}
#zh_tupian01,#zh_tupian02,#zh_yttupian01,#zh_yttupian02,#zh_yttupian03,#zh_yttupian04{
    display:none;
}
.zh_ytbt{
        display: block;
}
.zh_tp .zh_participation02{
    margin-left:40%;
}
.zh_tishi{
        display: block;
        padding-top:15px;
        margin-bottom: 20px;
}

.zh_container{
    position: relative;

}
.zh_module01{
    width: 100%;
}
.zh_jsbg .zh_download a{
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: normal;
    margin:0;
    background:none;
}
.zh_jsbg .zh_bannertu{
        display: none;
    }
 .zh_download{
     display:none;
 }
  


@media (min-width: 992px){
    .zh_module01 .col-md-4{
        padding:0px;
        margin:0 18px 0 0;
        width: 32.2%;
    }
    .zh_module01 .zh_introduce .zh_nr, .zh_module01 .zh_rule .zh_nr {
        padding: 100px 60px 0;
    }
    .zh_module01 .zh_intschool {
        min-height: 477px;
    }
    .zh_module01 .zh_rule02{
        min-height:477px;
    }
    .zh_module01 {
        //padding: 0 40px;
        margin-bottom: 110px;
    }
    .zh_content .zh_title{
        margin-bottom: 60px;
        margin-top: 60px;
    }
    #zh_gonggao{
        padding-top:80px;
    }
    #zh_peixun,#zh_chaxun {
        display: block;
        margin-left:8%;
    }
    #zh_toupiao{
        padding-top:80px;
    }

    #zh_tupian01,#zh_tupian02,#zh_yttupian01,#zh_yttupian02,#zh_yttupian03,#zh_yttupian04{
        display:block;
    }

    .zh_module02{
        margin-bottom:110px;
    }
    .zh_contest-banner-btn{
        top:89%
    }
    .zh_contest-banner a{
        font-size: 16px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin:0 25px;
    }
    .zh_links ul a,.zh_links1 ul a {
        margin-left: 42px;
        margin-bottom: 30px;
    }
    .zh_links ul a {
        width: 115px;
        height: 115px;
    }
    .zh_ytbt{
        display: none;
    }
    .zh_line{

        margin-bottom: 60px;
    }
    .zh_content {
        margin-bottom: 90px;
    }
    .zh_module02 div.zh_text .zh_participation{
        display: block;
        margin-top: 85px;
        float: right;
    }
    .zh_module02 div.zh_tp .zh_participation01{
        margin-top:35px;
    }
    .zh_module02 div.zh_text,.zh_module02 div.zh_text01{
        text-align: right;
    }
    .zh_tishi{
        display: none;
    }

    .zh_module02 div.zh_tp .zh_participation02{
        margin-top:85px;
    }
    .zh_download{
        margin-right:40px;
        display:block;
    }
    .zh_contest-banner-btn{
        display: block;
    }
    .zh_module01 .zh_introduce .zh_tupian,.zh_module01 .zh_rule .zh_tupian{
        text-align:center;
        padding:28px 0;
    }
    .zh_module01 .zh_introduce .zh_tupian img,.zh_module01 .zh_rule .zh_tupian img{
        display: inline-block;
        width: 95px;
    }
    .zh_content .zh_title .zh_title01 {
        font-size: 28px;
    }
    .zh_jsbg .zh_bannertu{
        display: block;
    }
    .zh_module01{
        position: absolute;
        top:0;
        left:0;
    }
    .zh_module01 .zh_introduce .zh_nr .zh_title03,.zh_module01 .zh_rule .zh_nr .zh_title03{
        text-align:center;
        font-size:30px;
        font-weight: 700;
        margin-bottom: 12px;
        color:#1a4a86;
    }
    .zh_tp{
        padding-left:28px;
        margin-top:80px;
    }
    .zh_module01 .zh_introduce .zh_nr, .zh_module01 .zh_rule .zh_nr {
        text-align: center;
    }
    .zh_module02 div.zh_text01{
	    text-align: right;
	}
	.zh_module02 .col-md-8{
		text-align: left;
	}
	.zh_module02 .col-md-3{
		text-align: left;
	}
	.zh_tp .zh_participation02{
	    margin-left:0;
	}
	#btn_win_query{
		margin-right:0px;
	}



}

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 769px){

    .zh_module01 .col-md-4{
        height:448px;
        margin:0 15px 10px 0;
    }


}



