*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    font-size: 16px;
    background-color:#f5f7f9;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
/*header*/
.header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
	position:fixed;
	top:0;
	z-index:9;
}
.nav_list{
    width:1200px;
    margin: 0 auto;
}
.nav_list ul{
    float: left;
}
.nav_list ul li{
    float: left;
    padding-right: 32px;
}
.nav_list ul li a{
    color: #333;
}
.login{
    float: right;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}
.login a{
    display:inline-block;
    min-width: 70px;
    height:30px;
    color: #fff;
    overflow:hidden;
    padding: 0 10px;
    margin-left:10px;
    border-radius: 50px;
    background-color: #7c43d2;
}

/*footer*/
.footer{
    width: 100%;
    height: 170px;
    color: #f5f7f9;
    font-size:15px;
    line-height: 32px;
    padding: 12px 0;
    background-color: #072847;
}
.footer a{
    color: #f5f7f9;
}
.footer_content{
    width: 1200px;
    margin: 0 auto;
}
.f_left{
    float: left;
    padding-right: 55px;
    margin-top: 33px;
}
.f_center{
    float: left;
    padding-left: 55px;
    padding-top: 33px;
}
.f_center_2{
    float: left;
    padding-left: 55px;
    padding-top: 56px;
}
.f_center_2 span{
    display: inline-block;
    width: 200px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    color: #333;
    border-radius:30px;
    font-size: 17px;
    /*font-weight: bold;*/
}
.f_right{
    float: right;
    text-align: center;
    padding-top: 32px;
    line-height: 25px;
}
.f_right img{
    width: 85px;
}
.modal_bg{
    display: none;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.file_1{
    display:none;
    position: fixed;
    top: calc((100vh - 500px) / 2);
    left: calc((100% - 590px) / 2);
    z-index: 5;
    width: 590px;
    height: 500px;
    overflow-y: auto;
}
.file_1 img{
    width: 100%;
}
/*浮窗*/
.fc_model{
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: 121px;
    height: 491px;
    background: url(../images/transl/fc_bg_03.png) no-repeat;
    background-size: 100% 404px;
}
.sign_up_btn,.add_qq_btn{
    width: 107px;
    height: 87px;
    text-align: center;
    background-color: #f5f7f9;
    border-radius: 10px;
    margin: 0 auto;
}
.sign_up_btn{
    margin-top: 48px;
    margin-bottom: 16px;
}
.sign_up_btn a,.add_qq_btn a{
    color: #333;
}
.sign_up_btn img{
    width: 27px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.add_qq_btn img{
    width: 24px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.back_top{
    width: 100%;
    text-align: center;
    margin-top:13px;
}
.wx_public{
    width: 107px;
    color: #fff;
    margin:0 auto;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}
.wx_public img{
    width: 97px;
    height: 97px;
    border-radius: 10px;
    border: 5px #fff solid;
}
/*清除浮动*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}
/*center*/
.center{
    width: 100%;
    overflow-x: hidden;
	margin-top:80px;
}
/*banner*/
.banner{
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 1200px;
    background: url("../images/transl/banner.jpg?v=6") no-repeat center;
}
.b_text{
    width: 1186px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 1px;
    padding-top: 410px;
}
/*大赛新闻、大赛详情*/
.news_details{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.c_news{
    float: left;
    width: 586px;
    height: 528px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
/*轮播图 start*/
.slider_box{
    width: 586px;
    overflow: hidden;
    position: relative;
}
.slider_box .slide-content{
    width: 100%;
    height: 100%;
    position: relative;
}
.slide-item{
    float: left;
    width: 586px;
    position: relative;
}
.slide-item img{
    width: 100%;
    height: 275px;
}
.slide_info{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    background: #000000\9;
    filter:alpha(opacity=80)\9;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.slide_info>div{
    height: 100%;
    margin-left: 10px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.slide_info>div p{
    margin: 0;
    color: #ffffff;
    filter: alpha(opacity=100)\9;
}
/* 按钮 start */
.slider_box .slider-control {
    position: absolute;
    top: 31%;
    opacity: 0.65;
    transition: all 320ms ease;
}
.slider_box .slider-control.prev {
    left: 0;
}
.slider_box .slider-control.next {
    right: 0;
}
.news_title,.details_title{
    height: 37px;
    line-height: 37px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 22px;
    margin-top: 18px;
    border-left: 3px #ff6f88 solid;
}
.news_list{
    margin-left: 8px;
    margin-top: 10px;
}
.news_item{
    float: left;
    width: 262px;
    height: 57px;
    margin-left: 15px;
    background-color: #f3f3f3;
}
.news_item a{
    color: #333;
}
.news_item_left{
    float: left;
    width: 57px;
}
.news_item_left img{
    width: 57px;
    height: 57px;
}
.news_item_right{
    float: left;
    width: 176px;
    height: 43px;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 19px 6px 10px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_menu{
    width: 540px;
    margin: 0 auto;
    margin-top: 36px;
    border-top: 1px #b5b5b5 dashed;
}
.news_menu ul li{
    float: left;
    width: 33.33%;
    height: 90px;
    line-height: 90px;
}
.news_menu ul li a{
    color: #333;
}
.news_menu ul li a:hover{
    color: #edb915;
}
.menu_left{
    float: left;
    width: 60px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.menu_left img{
    position: relative;
    top: 10px;
}
.menu_right{
    float: left;
    height: 58px;
    line-height: 90px;
    font-size: 19px;
    border-bottom: 2px solid #ebba17;
}
.c_details{
    float: right;
    width: 586px;
    height: 528px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.details_title{
    margin-top: 34px;
}
.details_content{
    padding: 27px;
    line-height: 34px;
}

/*获奖荣誉*/
.c_honor{
    width: 100%;
    height: 400px;
    margin-top: 40px;
}
.honor_title{
    width: 100%;
    text-align: center;
    padding-top: 36px;
}
.honor_title img{
    width: 438px;
}
.honor_list{
    position: relative;
    width: 1200px;
    height: 236px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.honor_item ul{
    position:absolute;
    left: 0;
    top: 0;
    width: 2425px;
}
.honor_item ul li{
    position: relative;
    float: left;
    margin-right: 25px;
}
.honor_item ul li:last-child{
    margin-right: 0;
}
.honor_item ul li img:nth-child(1){
    display: none;
    position: absolute;
}
.honor_item ul li img:nth-child(2){
    width: 220px;
    height: 183px;
}
.honor_item ul p{
    width: 220px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
/*活动风采*/
.c_activity{
    width: 100%;
    height: 355px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.activity_title{
    width: 100%;
    text-align: center;
    padding-top: 36px;
}
.activity_title img{
    width: 438px;
}
.activity_list{
    position: relative;
    width: 1200px;
    height: 211px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.activity_item ul{
    position:absolute;
    left: 0;
    top: 0;
    width: 1445px;
}
.activity_item ul li{
    float: left;
    margin-right: 25px;
}
.activity_item ul li:last-child{
    margin-right: 0;
}
.activity_item ul li img{
    width: 220px;
    height: 183px;
}
.activity_item ul p{
    width: 220px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
/*表彰报道*/
.c_report{
    width: 100%;
    height: 390px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.report_title{
    width: 100%;
    text-align: center;
    padding-top: 36px;
}
.report_title img{
    width: 438px;
}
.report_list{
    position: relative;
    width: 1200px;
    height: 211px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.report_item ul{
    position:absolute;
    left: 0;
    top: 0;
    width: 1445px;
}
.report_item ul li{
    float: left;
    margin-right: 25px;
}
.report_item ul li:last-child{
    margin-right: 0;
}
.report_item ul li img{
    width: 220px;
    height: 183px;
}
.report_item ul p{
    width: 220px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.report_modal{
    display: none;
    position: fixed;
    top: calc((100vh - 500px) / 2);
    left: calc((100% - 600px) / 2);
    z-index: 5;
    width: 540px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
}
.report_modal img{
    width: 100%;
    border: 1px #dcdddd solid;
}
/*大赛组织*/
.c_org{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 80px;
    background: url("../images/transl/org_bg_06.png") no-repeat;
    background-size: 100% 100%;
}
.org_title{
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.org_title img{
    width: 438px;
}
.org_content{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}
.org_left{
    float: left;
    width: 420px;
}
.org_right{
    float: left;
    width:780px;
}
.o_l_t{
    height: 22px;
    line-height: 22px;
    color: #edb915;
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px;
    border-left: 3px #edb915 solid;
    margin-bottom: 17px;
}
.o_l_c{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}
.org_right .o_l_c{
    text-indent: 30px;
}
.org_right .o_l_c::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.org_right .o_l_c::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.org_right .o_l_c::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
.org_right .o_l_c::-webkit-scrollbar-thumb:hover{
    background: #5240c1;
}
.org_right .o_l_c::-webkit-scrollbar-corner{
    background: #5240c1;
}
.o_l_c span{
    display: inline-block;
    width: 378px;
}
/*时间安排*/
.c_time{
    width: 100%;
    height: 646px;
    background: url("../images/transl/lc_bg.png") no-repeat;
    background-size: 100% 100%;
}
.time_title{
    width: 100%;
    text-align: center;
    padding-top: 53px;
}
.time_title img{
    width: 438px;
}
.time_content{
    width: 1200px;
    height: 421px;
    background: url("../images/transl/lc_18.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 30px;
}
.time_item{
    position:relative;
    float: left;
    width: 25%;
    height: 65px;
    top: 70px;
}
.time1{
    top: 157px;left: 83px;
}
.time2{
    top:122px;left: 165px;
}
.time3{
    top:68px;left: 241px;
}
/*.time4{*/
    /*top:65px;left: 5px;*/
/*}*/
.time5{
    top: 270px;left: 262px;
}
.time6{
    top:268px;left: 368px;
}
.time7{
    top:252px;left: 415px;
}
/*.time8{*/
    /*top:241px;left: 139px;*/
/*}*/
.t_1{
    color:#000;
    font-size: 17px;
    font-weight: 600;
}
.t_2{
    color: #666666;
    font-size: 15px;
}
/*大赛详情*/
.c_info{
    width: 1200px;
    margin: 0 auto;
}
.info_title{
    width: 100%;
    text-align: center;
    padding-top: 53px;
}
.info_title img{
    width: 438px;
}
.info_con{
    width: 1070px;
    padding: 4px 65px 50px 65px;
    margin-top: 40px;
    border:1px #00c176 solid;
    background-color: #cdf0e2;
}
.info_item{
    margin-top: 40px;
}
.t_title1,.t_title2,.t_title3,.t_title4,.t_title5{
    width: 145px;
    height: 40px;
    font-weight: bold;
    text-align: right;
    line-height: 32px;
    font-size: 23px;
    letter-spacing: 2px;
    background: url("../images/transl/t_title_1.png") no-repeat;
    background-size: 100% 100%;
}
.t_title2{
    background: url("../images/transl/t_title_2.png") no-repeat;
    background-size: 100% 100%;
}
.t_title3{
    background: url("../images/transl/t_title_3.png") no-repeat;
    background-size: 100% 100%;
}
.t_title4{
    background: url("../images/transl/t_title_4.png") no-repeat;
    background-size: 100% 100%;
}
.t_title5{
    background: url("../images/transl/t_title_5.png") no-repeat;
    background-size: 100% 100%;
}
.t_info{
    line-height: 30px;
    margin-top: 10px;
}
.t_info img{
    position: relative;
    top: 4px;
}
/*奖项设置*/
.c_prize{
    width: 100%;
    margin-top: 65px;
    padding-bottom: 80px;
    background: url("../images/transl/prize_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_title{
    width: 100%;
    text-align: center;
    padding-top: 53px;
}
.prize_title img{
    width: 438px;
}
.prize_content{
    width: 1100px;
    height: 539px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 20px;
    background: url("../images/transl/p_c_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_item{
    float: left;
    /*width: 321px;*/
    width: 506px;
    height: 193px;
    border-radius: 10px;
    margin: 0 20px;
    margin-top: 48px;
    border: 2px #f5e2c2 solid;
    background-image: linear-gradient(to bottom,#f6e6b2,#fbf4d8);
}
.prize_item p{
    text-align: center;
    line-height: 30px;
}
.prize_item p:first-child{
    font-size: 19px;
    color: #de3b32;
    font-weight: bold;
    margin-top: 10px;
}
.prize_item p:nth-child(2){
    font-size: 15px;
}
.p_img{
    text-align: center;
}
.p_img img{
    margin:20px 19px 0 19px;
}
.prize_item p:last-child{
    font-size: 15px;
}
.prize_explain{
    width: 1144px;
    margin: 0 auto;
    margin-top: 29px;
    color: #fff;
}
.prize_explain p{
    /*height: 23px;*/
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 10px;
}
.prize_explain span{
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    margin-right: 8px;
    color: #00c176;
    background-color: #fff;
}


.zx_tab{
    width: 100%;
    padding: 28px 0;
    background-color: #7551bb;
}
.zx_tab ul{
    width: 1200px;
    margin: 0 auto;
}
.zx_tab ul li{
    float: left;
    width: 300px;
    text-align: center;
}
.zx_tab ul li img{
    width: 229px;
}