﻿/* 
 * css全局样式
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体';
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	list-style: none;
	color: #333333;
	text-decoration: none;
}
input{
	font-family: "微软雅黑";
}





/*大赛公告列表界面*/
html,body{
	width: 100%;
	margin: 0 auto;
}
*{
	font-family: "Microsoft YaHei" ! important; 
}
/*导航栏*/
.contest_navbox{
	position: relative;
	width: 100%;
	line-height: 67px;
	min-width: 1220px;
	background: #4786ff;
}
.contest_nav{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.contest_nav span{
	font-size: 20px;
	color: #FFFFFF;
	float: left;
}
.contest_nav ul{
	float: right;
	display: inline-block;
}
.contest_nav ul li{
	float: left;
}
.contest_nav ul li a{
	font-size: 18px;
	color: #cfdfff;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	line-height: 67px;
}
.contest_nav ul li a.a_hover{
	display: inline-block;
	color:#ffffff;
	border-bottom: 3px solid #FFFFFF;
}
/*内容区域*/
.containerbox{
	width: 1220px;
	margin: 115px auto ;
}
.contest_container{
	width: 1256px;
	height: auto;
	margin: 0 auto;
}
.search_contestiaojian{
	overflow: hidden;
}
.left_img{
	text-align: center;
	float: left;
	width: 288px;
	height: 226px;
	background: url(../img/notice.jpg) no-repeat;
}
.left_img .font_margin{
	margin-top: 78px;
}
.left_img .font_margin p{
	color:#000000;
	font-size: 13px;
}
.left_img .font_margin h1{
	color:#000000;
	font-size: 30px;
	margin-top: 22px;
}
.search_tiaojian{
	float: left;
	padding: 50px 28px 28px;
}
.search_tiaojian .p_margin{
	color: #000000;
	font-size: 18px;
	margin-right: 22px;
}
.search_tiaojian .unline_margin{
	position: relative;
	top: -6px;
	color: #e0e0e0;
}
.tit_txt{
	display: inline-block;
	width: 257px;
	height: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-left: 10px;
	outline: none;
	text-indent: 12px;
}
.search_tiaojian h3{
	text-align: right;
	margin-top: 20px;
}
.search_btn{
	outline: none;
	cursor: pointer;
	width: 91px;
	line-height: 34px;
	display: inline-block;
	background: #4786ff;
	border:none;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.combo {
	display: inline-block;
	white-space: nowrap;
	padding: 0px 1px -2px 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 34px;
	border: 1px solid #e0e0e0;

}
.combo-text {
	border-radius: 4px;
	outline: none;
	font-size: 13px;
	border: 0px;
	line-height: 32px;
	height: 32px;
	padding: 1px 0px 1px 5px;
	_height: 32px;
	_line-height: 32px;
}
.search_tiaojian span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
}
.datebox .combo-arrow {
	background: url('../img/data.jpg') no-repeat center center;
}
.combo-arrow {
	width: 16px;
	height: 21px;
	padding: 0px 5px 0px 10px;
	margin: -3px -5px -5px 0px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
.search_listbox{
	width: 1253px;
	overflow: hidden;
	
}
.search_listbox dl{
	position: relative;
	float: left;
	margin-left: 37px;
	margin-bottom: 40px;
	width: 372px;
	height: 494px;
	border-radius: 4px;
	box-shadow: 0 0 48px 2px #f5f5f5;
}
.search_listbox dl dt {
	position: relative;
}
.search_listbox dl dt span{
	position: absolute;
	top: 0;
	left: 0;
}
.search_listbox dl dt span img{
	cursor: pointer;
}
.search_listbox dl dt img{
	display: inline-block;
	height: 260px;
	width: 372px;
	border-radius: 4px;
}
.search_listbox dl dt label{
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	width: 81px;
	text-align: center;
	line-height: 27px;
	background: #ffc318;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
}
.search_listbox dl dd{
	margin: 22px 20px;
}

.search_listbox dl dd p span{
	color: #999999;
	font-size: 16px;
	margin-bottom: 17px;
	display: inline-block;
}
.search_listbox dl dd p a{
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	margin-bottom: 19px;
	display: inline-block;
	line-height: 22px;
}
.search_listbox dl dd p label{
	color: #666666;
	font-size: 16px;
	line-height: 20px;
}

/*分页*/
.pagelist {
text-align: right;
padding-right: 26px;
margin-bottom: 40px;
}
.pagelist .jiantou_jump {
padding: 5px 8px;
cursor: pointer;
margin-left: 5px;
}
.pagelist .jiantou_jump img {
display: inline-block;
position: relative;
top: 6px;
}


.pagelist span label {
color: #4786ff;
font-size: 15px;
}
.pagelist .jump {
border: 1px solid #b1b5be;
width: 22px;
text-align: center;
line-height: 22px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
margin-left: 5px;
font-size: 12px;
color: #000000;
}
.pagelist .bgprimary {
cursor: default;
color: #ffffff;
background: #4785fe;
border: 1px solid #4785fe;
}
.txt {
display: inline-block;
width: 25px;
height: 20px;
border: 1px solid #dcdddd;
border-radius: 4px;
}
.gobtn {
	text-align: center;
background: #4786ff;
color: #FFFFFF;
width: 26px;
font-size: 14px;
line-height: 22px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
margin-left: 5px;
}
/*图片轮播*/
/*    .flexslider {
        margin: 0px auto 20px;
        position: relative;
        min-width: 1220px;
        height:611px;
        overflow: hidden;
        zoom: 1;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(../img/dot.png) no-repeat 0 -24px;
        display: block;
        height: 21px;
        overflow: hidden;
        text-indent: -99em;
        width: 21px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 -2px;
    }
    
    .flexslider .slides a img {
        width: 100%;
        display: block;
    }
*/

#div1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	}
.bd{
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.bd ul li img {
	width: 100%;
	height: 100%;
	}
.bd ul li{
	display: none;
	height: 50%;
	}
.flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    .flex-control-paging li{
        background: url(../img/dot.png) no-repeat 0 -24px;
        display: inline-block;
        height: 21px;
        overflow: hidden;
        text-indent: -99em;
        width: 21px;
        cursor: pointer;
        margin: 0 2px;
    }
    
    .flex-control-paging li.on  {
        background-position: 0 -2px;
    }

/*最新动态*/

.newdestynamicbox dl{
	overflow: hidden;
}
.newdestynamicbox dl dt {
	position: relative;
	float: left;
	width: 638px;
	margin-right: 29px;
	margin-top: -42px;
}
.newdestynamicbox dl dt span{
	position: absolute;
	top: 87px;
	left: 64px;
}
.newdestynamicbox dl dt span label{
	display: block;
	color: #000000;
	font-size: 18px;
}
.newdestynamicbox dl dt span b{
	display: block;
	color: #000000;
	font-size: 34px;
	margin-top: 26px;
	font-weight: normal;
}
.newdestynamicbox dl dd{
	width: 477px;
	float: left;
	margin-top: 34px;
}
.newdestynamicbox dl dd p{
	margin-bottom: 24px;
}
.newdestynamicbox dl dd p a{
	display: inline-block;
	font-size: 30px;
	color: #000000;
	line-height: 40px;
	margin-bottom: 24px;
}
.newdestynamicbox dl dd p span{
	font-size: 16px;
color: #999999;
margin-bottom: 24px;
}
.newdestynamicbox dl dd h2 p{
	font-size: 16px;
	color: #999999;
	margin-bottom: 24px;
}
.newdestynamicbox dl dd  h2 span{
	font-size: 18px;
	color: #333333;
	margin-bottom: 13px;
	display: block;
}
.newdestynamicbox dl dd  h2 span a:hover{
	color: #4786ff;
}

.newdestynamicbox .more_ys{
	background: url(../img/more.png) no-repeat -13px 7px;
	width: 236px;
	line-height: 88px;
	border: none;
	color: #4786ff;
	font-size: 18px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	margin-top: -9px;
}
.newdestynamicbox .more_ys label{
	margin-left:49px;
	cursor: pointer;
}
.newdestynamicbox .more_ys label i{
	margin-left: 12px;
	cursor: pointer;
}
/*专业技能*/

.title_majorleft{
	float: left;
	width: 146px;
	margin-left: 78px;
}
.title_majorleft span label{
	display: inline-block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 26px;
}
.title_majorleft span b{
	font-size: 34px;
	color: #000000;
	display: block;
}
.right_tab{
	position: relative;
	float: right;
	width: 923px;
	min-height: 200px;
	background: url(../img/bg.png) no-repeat;
}

.dl_marginbox dl{
	cursor: pointer;
	text-align: center;
	float: left;
	display: inline-block;
	width: 307px;
	height: 381px;
	margin-top: 10px;
	background: url(../img/dtbgpng.png) no-repeat;
}

.dl_marginbox dl dt{
	margin-top: 49px;
}
.dl_marginbox dl dt img{
	display: inline-block;
	width: 159px;
	height: 159px;
}
.dl_marginbox dl dd{
	margin-top: 26px;
	color: #999999;
	font-size: 24px;
	line-height: 29px;
}

.dl_marginbox dl span{
	position: relative;
	top: 29px;
}

.dl_marginbox dl label{
	position: absolute;
	bottom: -45px;
	margin-left: -121px;
}

.container_box{
	margin-top: 44px;
	min-height: 482px;
	border-top: 1px solid #e4e4e4;
}
.majorskill_box{
	margin-top: 39px;
}
/*甲醇实训基础实训班 */
.box1{
	position: relative;
	top: 20px;
}
.box1 .jiantou{
	text-align: center;
}
.box1 .jiantou span{
	position: absolute;
	top: -21px;
	margin-left: -176px;
}
.box1 .box1_left{
	float: left;
}
.box1 .box1_left{
	float: left;
}
.box1 .box1_left .lj_name{
	width: 290px;
	height: 58px;
	color: #FFFFFF;
	background: #ffc318;
	border-radius: 32px;
	border: none;
	font-size: 22px;
	outline: none;
	cursor: pointer;
}
.box1_left dl {
	text-align: center;
}
.box1_left dl dt{
	width: 613px;
	line-height: 445px;
	background: url(../img/ljbm_bg.png) no-repeat;
}
.box1_left dl dd{
	color: #333333;
	font-size: 22px;
	margin-top: -16px;
}
.box1_left dl dd label{
	color: #dc0012;
	width: 44px;
	text-align: center;
	display: inline-block;
}
.box1_right{
	width: 475px;
	float: left;
	margin-top: 52px;
	margin-left: 35px;
}
/*甲醇实训中级实训班 */
.box2{
	position: relative;
	top: 20px;
}
.box2 .jiantou{
	text-align: center;
}
.box2 .jiantou span{
	position: absolute;
	top: -21px;
	margin-left: -176px;
}
.box2 .box1_left{
	float: left;
}
.box2 .box1_left{
	float: left;
}
.box2 .box1_left .lj_name{
	width: 290px;
	height: 58px;
	color: #FFFFFF;
	background: #ffc318;
	border-radius: 32px;
	border: none;
	font-size: 22px;
	outline: none;
	cursor: pointer;
}
.box1_left dl {
	text-align: center;
}
.box1_left dl dt{
	width: 613px;
	line-height: 445px;
	background: url(../img/ljbm_bg.png) no-repeat;
}
.box1_left dl dd{
	color: #333333;
	font-size: 22px;
	margin-top: -16px;
}
.box1_left dl dd label{
	color: #dc0012;
	width: 44px;
	text-align: center;
	display: inline-block;
}
.box1_right{
	width: 475px;
	float: left;
	margin-top: 52px;
	margin-left: 35px;
}
/*甲醇实训高级实训班 */
.box3{
	position: relative;
	top: 20px;
}
.box3 .jiantou{
	text-align: center;
}
.box3 .jiantou span{
	position: absolute;
	top: -21px;
	margin-left: -176px;
}
.box3 .box1_left{
	float: left;
}
.box3 .box1_left{
	float: left;
}
.box3 .box1_left .lj_name{
	width: 290px;
	height: 58px;
	color: #FFFFFF;
	background: #ffc318;
	border-radius: 32px;
	border: none;
	font-size: 22px;
	outline: none;
	cursor: pointer;
}
.box1_left dl {
	text-align: center;
}
.box1_left dl dt{
	width: 613px;
	line-height: 445px;
	background: url(../img/ljbm_bg.png) no-repeat;
}
.box1_left dl dd{
	color: #333333;
	font-size: 22px;
	margin-top: -16px;
}
.box1_left dl dd label{
	color: #dc0012;
	width: 44px;
	text-align: center;
	display: inline-block;
}
.box1_right{
	width: 475px;
	float: left;
	margin-top: 52px;
	margin-left: 35px;
}




.time_place{
	margin-bottom: 22px \9;
}
.time_place p{
	color: #333333;
	font-size: 20px;
	margin-bottom: 22px;
}
.datebox tbody tr{
	display: inline-block;
	margin-bottom: 20px;
}

.datebox tbody tr td{
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}
.datebox tbody tr td span{
	width: 112px;
	display: inline-block;
		color: #999999;
	font-size: 16px;
}
.datebox tbody tr:hover > td a{
color: #4786ff;
}
.datebox tbody tr:hover > td span{
color: #4786ff;
}
/*服务院校*/
.waiterschool_box{
	width: 100%;
	min-width: 1220px;
	min-height: 402px;
	background: #faf8f8;
}



/*公用的版权*/
.contest_footer{
	width: 100%;
	min-width: 1220px;
	background: #ffffff;
}
.contest_fo{
	width:1220px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.left_info{
	float: left;
}
.left_info p{
	line-height: 29px;
	color:#666666;
	font-size: 16px;
}
.left_info p span {
	display: inline-block;
	width: 144px;
	text-align: left;
}

.left_info p label i{
	display: inline-block;
	margin-right: 40px;
	font-size: 24px;
	color: #4786ff;
}
.left_info p label a{
	margin-right: 40px
}
.right_erweima{
	float: right;
	overflow: hidden;
}
.right_erweima dl{
	float: left;
	width:100px;
	height: 148px;
	margin-left: 30px;
}
.right_erweima dl dt img{
	display: inline-block;
	width: 100px;
	height: 100px;
}
.right_erweima dl dd{
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 47px;
}
.waiterschoolbox{
	margin: 0 auto;
	width: 1220px;
}
.waiterschoolbox p{
	text-align: center;
}
.waiterschoolbox p span{
	
	display: inline-block;
	margin-top: 50px;
	font-size: 18px;
	color: #000000;
}
.waiterschoolbox p label{
	
	display: inline-block;
	margin-top: 25px;
	color: #000000;
	font-size: 34px;
}
.waiterschoolbox ul{
	margin-top: 40px;
	overflow: hidden;
}
.waiterschoolbox ul li{
	float: left;
	margin-left: 52px;
	margin-right: 52px;
}
.waiterschoolbox ul li img{
	display: inline-block;
	width: 285px;
	height: 88px;
}
.left_info p label a:hover{
	color: #4786ff;
}

/*新首页---列表界面*/
.usebanner_img {
background: url(../img/usehelpbanner.png) no-repeat center center;
height: 235px;
width: 100%;
min-width: 1200px;
}
.gglistbox{
	height: 78px;
	border-bottom: 1px solid #e9e9e9;
}
.gglist{
	width: 1200px;
	margin: 0 auto;
}
.gglist li{float: left;
line-height: 78px;
color: #666666;
font-size: 14px;
margin-right: 9px;
}
.gglist li a{
	color: #666666;
	font-size: 14px;
}
.gglist li a.on_gg{
	color: #4786ff;
}
.list_exhibite{
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 40px;
}
.list_exhibite h2{
	color: #666666;
	font-size: 18px;
	line-height: 32px;
	background: #f0f0f0;
	padding-left: 22px;
}
.list_exhibite >ul{
	margin: 0 23px;
	padding-top: 39px;
	height: 153px;
	border-bottom: 1px solid #e9e9e9;
}
.list_exhibite >ul li{
	position: relative;
	margin-bottom: 18px;
	line-height: 24px;
	font-size: 16px;
	color: #444444;
}
.list_exhibite >ul li a.title_font{
	font-size: 18px;
	color: #4786ff;
	width: 1008px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
	display: inline-block;
}
.list_exhibite >ul li span{
	position: absolute;
	right: 0;
	color: #444444;
	font-size: 14px;
}
.list_exhibite ul li a i{
	display: inline-block;
	right: 66px;
	position: absolute;
	top: -2px;
}
.list_exhibite >ul li a.more_list{
	position: absolute;
	right: 0;
	color: #4786ff;
	font-size: 14px;
	top:-10px;
}
/*分页*/
.page_listbox{
	position: relative;
	width: 1200px;
	margin: 29px auto 70px;
	
}

.page_numleft{
	position: absolute;
	left: 58px;
	float: left;
	
}
.page_numleft span{
	color: #444444;
	font-size: 16px;
	position: relative;
	top: 6px;
}
.page_numleft span label{
	color: #4786ff;
}
.page_numright{
	position: absolute;
	right: 58px;
}
.page_numright ul{
	overflow: hidden;
}
.page_numright ul li{
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
.page_numright ul li a{
	font-size: 16px;
	color: #444444;
	display: inline-block;
	width: 33px;
	line-height: 33px;
}
.page_numright ul li a.on_num{
	background: #4786ff;
	color: #FFFFFF;
}
.page_numright ul li label{
	position: relative;
	display: inline-block;
	top: 9px;
	cursor: pointer;
	margin-left: 7px;
	margin-right: 7px;
}
/*新首页---列表详情界面*/
.usebanner_img02{
	background: url(../img/usehelpbanner02.png) no-repeat center center;
height: 235px;
width: 100%;
min-width: 1200px;
}
.list_h3title{
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #e9e9e9;
}
.recommendbox{
	height: 88px;
	line-height: 88px;
	border-bottom: 1px solid #e9e9e9;
}
.recommendbox p a{
	text-indent: 34px;
	position: relative;
	display: inline-block;
	width: 101px;
	line-height: 32px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 14px;
	color: #999999;
	
}
.recommendbox p a i{
	position: absolute;
	left: -24px;
	top: 2px;
}
.recommendbox p label{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #999999;
}
.updown_onepiecebox{
	padding-top: 30px;
	position: relative;
}
.updown_onepiecebox a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	width: 349px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.up_onepiece{
	position: absolute;
}
.down_onepiece{
	position: absolute;
	right: 0;
	top: 31px;
}
.updown_onepiecebox a:hover{
	color: #4786ff;
}
