﻿* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
}
img {
    border: 0;
    display: block;
}
input, select, textarea, li{
    vertical-align: middle;
}
body{
    background: #f1f1f1;
}
em{
    font-style: normal;
}
.w12{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*.tit{*/
    /*width: 400px;*/
    /*height: 55px;*/
    /*margin: 40px auto 20px auto;*/
    /*position: relative;*/
/*}*/
/*.tit .p1{*/
    /*color: #212121;*/
    /*font-size: 40px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 400px;*/
    /*text-align: center;*/
    /*font-weight: 500;*/
    /*z-index: 1;*/
/*}*/
/*.tit .p2{*/
    /*width: 400px;*/
    /*height: 30px;*/
    /*background: #fffc24;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*z-index: 0;*/
/*}*/
.tit{
    margin: 60px auto 0 auto;
    position: relative;
}
.tit h2{
    height: 60px;
    width: 270px;
    margin: 0 auto 20px auto;
}
.tit h2 b{
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-left: 10px;
    font-size: 36px;
}
.tit h2 b:nth-child(1){
    margin-left: 0;
}
.tit h2 b:nth-child(1),b:nth-child(2){
    box-sizing: border-box;
    border: 1px solid #144f5d;
    color: #144f5d;
}
.tit h2 b:nth-child(3),b:nth-child(4){
    box-sizing: border-box;
    background: #144f5d;
    color: #fff;
}
.tit p{
    position: absolute;
    bottom: 0;
    left: 34%;
    font-size: 24px;
}
/*读书选择*/
.dsxz{
    width: 1200px;
    margin: 60px auto 0 auto;
    height: 510px;
}
.dsxz ul{
    width: 480px;
    height: 510px;
    float: left;
}
.dsxz ul li a{
    color: #144f5d;
}
.dsxz ul li{
    width: 325px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #144f5d;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
}
.dsxz .dszx_right{
    width: 720px;
    height: 510px;
    background: #FFFFFF;
    float: right;
    position: relative;
}
.dsxz .dszx_right .right_txt{
    float: left;
}
.dsxz .dszx_right .right_txt p{
    margin: 20px 0 0 60px;
    font-size: 18px;
    line-height: 44px;
}
.dsxz .dszx_right .right_txt .btn{
    display: block;
    margin: 40px auto;
    width: 318px;
    height: 58px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #373737;
}
.dsxz .dszx_right .right_txt .btn span{
    position: relative;
    top: -10px;
    left: -10px;
    z-index: 5;
    display: block;
    width: 320px;
    line-height: 60px;
    background-color: #ffd54b;
    color: #373737;
}
.dsxz .dszx_right img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
/*初中生学厨师的优势*/
.xcys{
    margin: 30px auto 0 auto;
}
.xcys ul{
    overflow: hidden;
    height: 250px;
}
.xcys ul li{
    width: 366px;
    float: left;
    height: 211px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 50px 20px 0 20px;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    position: relative;
    margin-top: 35px;
    margin-left: 51px;
}
.xcys ul li:nth-child(1){
    margin-left: 0;
}
.xcys ul li span{
    display: block;
    position: absolute;
    width: 260px;
    height: 50px;
    font-size: 20px;
    background: #144f5d;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    top: -24px;
    left: 53px;
}
.con_btn {
    width: 640px;
    text-align: center;
    margin: 60px auto 30px;
}
.con_btn a {
    display: block;
    font-size: 22px;
    width: 280px;
    color: #144f5d;
    border: solid 2px #144f5d;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 3px;
}
.con_left{
    float: left;
}
.con_right{
    float: right;
}
.cont2{
    width: 100%;
    height: 537px;
    background: url(../images/c2_bg.jpg) no-repeat center center;
}
.cont2 .c2inner {
    width: 1200px;
    height: 537px;
    margin: 0 auto;
}
.cont2 .c2inner .c2ileft,
.cont2 .c2inner .c2iright {
    width: 560px;
    height: 537px;
}
.cont2 .c2inner .c2iright {
    float: right;
}
.cont2 .c2inner .c2ileft {
    float: left;
}
.cont2 .c2inner .c2ileft .c2iltitle {
    width: 560px;
    height: 44px;
    background: url(../images/1.png) no-repeat;
    margin-top: 30px;
}
.cont2 .c2inner .c2ileft .c2ilcon {
    width: 556px;
    height: 313px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
    background: url(../images/c2_lbg.jpg) no-repeat center center;
    margin-top: 30px;
}
.cont2 .c2inner .c2ileft .c2ilcon .c2ilp1,
.cont2 .c2inner .c2ileft .c2ilcon .c2ilp2 {
    display: block;
    background: rgba(1, 187, 230, 0.8);
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.cont2 .c2inner .c2ileft .c2ilcon .c2ilp1 {
    width: 420px;
    margin-top: 190px;
}
.cont2 .c2inner .c2ileft .c2ilcon .c2ilp2 {
    width: 216px;
    margin-top: 10px;
}
.cont2 .c2inner .c2ileft .c2ilcon:hover .c2ilp1 {
    background: #01bbe6;
}
.cont2 .c2inner .c2ileft .c2ilcon:hover .c2ilp2 {
    background: #01bbe6;
}
.cont2 .c2inner .c2ileft .c2lbut {
    display: block;
    width: 194px;
    height: 44px;
    border: 4px solid #fff;
    margin: 26px auto 0 auto;
    position: relative;
    overflow: hidden !important;
}
.cont2 .c2inner .c2ileft .c2lbut span {
    display: block;
    position: absolute;
    z-index: 1;
    width: 194px;
    text-align: center;
    font-weight: 400;
    letter-spacing: .4px;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
}
.cont2 .c2inner .c2ileft .c2lbut::after {
    content: " ";
    width: 60px;
    height: 44px;
    margin: 0 auto;
    background: rgba(238, 121, 7, 0);
    position: absolute;
    margin-left: -30px;
    left: 50%;
    top: 0;
    z-index: 0;
}
.cont2.c2inner .c2iright {
    float: right;
}
.cont2 .c2inner .c2iright .c2irtitle {
    width: 560px;
    height: 44px;
    background: url(../images/2.png) no-repeat;
    margin-top: 30px;
}
.cont2 .c2inner .c2iright .c2ircon {
    width: 556px;
    height: 313px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
    background: url(../images/c2_lbg2.jpg) no-repeat center center;
    margin-top: 30px;
}
.cont2 .c2inner .c2iright .c2ircon .c2irp1,
.cont2 .c2inner .c2iright .c2ircon .c2irp2 {
    display: block;
    background: rgba(242, 170, 24, 0.8);
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}
.cont2 .c2inner .c2iright .c2ircon .c2irp1 {
    margin-top: 190px;
    width: 470px;
}
.cont2 .c2inner .c2iright .c2ircon .c2irp2 {
    margin-top: 10px;
    width: 216px;
}
.cont2 .c2inner .c2iright .c2ircon:hover .c2irp1 {
    background: #f2aa18;
}
.cont2.c2inner .c2iright .c2ircon:hover .c2irp2 {
    background: #f2aa18;
}
.cont2 .c2inner .c2iright .c2rbut {
    display: block;
    width: 194px;
    height: 44px;
    border: 4px solid #fff;
    margin: 26px auto 0 auto;
    position: relative;
    overflow: hidden !important;
}
.cont2 .c2inner .c2iright .c2rbut span{
    display: block;
    position: absolute;
    z-index: 1;
    width: 194px;
    text-align: center;
    font-weight: 400;
    letter-spacing: .4px;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
}
.cont4{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.cont4 .cont4_list{
    width: 1200px;
    height: 464px;
    margin: 0 auto;
}
.cont4 .cont4_list .cont4_left{
    float: left;
    width: 710px;
    height: 464px;
}
.cont4 .cont4_list .cont4_left .xx_cont{
    width: 710px;
    height: 190px;
    background: #457ae6;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}
.cont4_left .xx_cont h4{
    font-size: 36px;
    padding-top: 16px;
    line-height: 1.2;
    color: #fff;
}
.cont4_left .xx_cont h5{
    font-size: 36px;
    padding-top: 0px;
    line-height: 1;
    color: #fff;
}
.cont4_left .xx_cont p{
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.cont4_left .xx_cont .c4ibut {
    display: block;
    width: 140px;
    height: 113px;
    padding-top: 26px;
    border-radius: 50%;
    position: absolute;
    background: #DF393A url(../images/c1_v.png) no-repeat scroll center 100px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    bottom: 25px;
    right: 30px;
}
/*学历教育*/
.xljy{

}
.xljy .homepage_tit {
    width: 1200px;
    height: 50px;
    margin: 20px auto 0 auto;
    border-bottom: 2px solid #d3d3d3;
    box-sizing: border-box;
    position: relative;
}
.homepage_tit p {
    width: 260px;
    text-align: center;
    font-size: 25px;
    color: #144f5d;
    letter-spacing: 2px;
    line-height: 50px;
    display: block;
    float: left;
}
.homepage_tit i {
    float: left;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
    color: #949494;
    text-transform: uppercase;
}
.homepage_tit:after {
    content: "";
    width: 260px;
    height: 2px;
    display: block;
    background: #144f5d;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.xljy .xljs{
    margin-top: 20px;
    position: relative;
}
.xljy .xljs p{
    position: absolute;
    width: 1200px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px 30px;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
}
.xljy .xljs p span{
    width: 70%;
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 36px;
}
.xljy .xljs p a{
    display: block;
    float: right;
    width:210px;
    height: 55px;
    background: #ffd54b;
    color: #144f5d;
    font-size: 26px;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    margin-top: 10px;
}
.qy_box{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.qy_box span{
    float: left;
    margin-left: 20px;
}
.qy_box span:nth-child(1){
    margin-left: 0;
}
.qy_txt{
    width: 1200px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
/*专业推荐*/
.cont5{
    width: 100%;
    margin-top: 60px;
}
.cont5 ul{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.cont5 ul li{
    width: 295px;
    height: 400px;
    float: left;
    margin-right: 5px;
    text-align: center;
}
.cont5 ul li h3{
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
}
.cont5 ul li h6{
    color: #fff;
    font-size: 17px;
    margin-top: 3px;
}
.cont5 ul li .zx_btn{
    display: block;
    height: 44px;
    width: 140px;
    border: 2px solid #fff;
    margin: 14px auto 0 auto;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
/*创就业指导*/
.cjy{
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    color: #000000;
}
.cjy .jyzs{
    width: 600px;
    float: left;
}
.cjy .jyzs p:nth-child(1){
    margin: 20px 0;
    font-size: 28px;
    font-weight: bold;
}
.cjy .jyzs p:nth-child(3){
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    word-break:break-all;
    margin-top: 20px;
}
.cjy .cyzs{
    width: 561px;
    float: right;
}
.cjy .cyzs p:nth-child(1){
    margin: 20px 0;
    font-size: 28px;
    font-weight: bold;
}
.cjy .cyzs p:nth-child(3){
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    word-break:break-all;
    margin-top: 20px;
}