@charset "gb2312";

* {
    padding: 0;
    margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
    border: none;
}
/* 图片自适应 */
img {
  
  }

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/* 顶部 */
.layout {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

input {
    border: none;
    outline: none;
    background: none;
}

/* 撑高度的盒子 */
.h10 {
    width: 100%;
    height: 10px;
}

.h20 {
    width: 100%;
    height: 20px;
}

.h30 {
    width: 100%;
    height: 30px;
}

.h40 {
    width: 100%;
    height: 40px;
}

.h50 {
    width: 100%;
    height: 50px;
}
.h60 {
    width: 100%;
    height: 60px;
}
.h70 {
    width: 100%;
    height: 70px;
}
.h80 {
    width: 100%;
    height: 80px;
}

.h90 {
    width: 100%;
    height: 90px;
}

.h100 {
    width: 100%;
    height: 100px;
}

.h110 {
    width: 100%;
    height: 110px;
}

.h120 {
    width: 100%;
    height: 120px;
}

.h130 {
    width: 100%;
    height: 130px;
}



/* 页面底部公共部分样式 */
.zym {
    width: 99.4%;
    margin-left: 0px;
}
.win_item, .gd_rig a, a:link, a:visited, a:active, a:focus {
    text-decoration: none;
}
.zym a {
    display: block;
    width: 394px;
    float: left;
    text-align: center;
    margin: 1px;
    background: #CCCCCC;
    padding: 15px 0px;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}

.fleft_kh a, a:visited {
    color: #333;
    text-decoration: none;
}


.dbguding {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 20px;
}
.dblist {
    float: left;
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
}
.dblist li {
    display: inline-block;
    position: relative;
    width: 290px;
    height: 135px;
    float: left;
    margin-left: 10px;
}
.stitle {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
}
.dblist li img {
    width: 290px;
    height: 135px;
}
.copry {
    width: 630px;
    height: 100px;
    margin: 0px auto;
    margin-top: 20px;
}
.copry ul {
    width: 630px;
    height: 30px;
    margin: 0px auto;
    margin-left: 65px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.copry ul li {
    width: 55px;
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    float: left;
    text-align: center;
}
.copry ul li a {
    font-size: 12px;
    color: #726f6f;
    text-decoration: none;
}
.copry p {
    width: 630px;
    height: 60px;
    display: block;
    margin: 0px auto;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #726f6f;
}


/* 老师标签 */
.lsbq{
    font-size: 20px;
    margin-left: 10px;

}
/* 就业服务原点位置 */
.pointList {
    margin-left: 45% !important;
}

/* 标题 */
.title01 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.title02 {
    font-size: 22px;
    text-align: center;
}

/* 咨询按钮*/
.zixun {
    display: inline-block;
    font-size: 26px;
    height: 67px;
    padding: 0 39px;
    font-weight: 700;
    text-align: center;
    line-height: 67px;
    color: #fff;
    /* background-color: #f04d73; */
    /* border-radius: 34px; */
    margin-left: 50%;
    transform: translateX(-50%);
}

/* topimg logo */
.f_url{
    font-size: 18px;
    padding-top: 7px;
}

/* 三点要求 */
/* .ask {
    background-color: #f3f3f3;
    border-bottom: #3075f7 2px solid;
} */
.ask ul {
    display: flex;
    padding: 2px 8px 8px 8px;
    flex-wrap: wrap;
}
.ask ul li {
    flex: 30%;
    margin: 0 5px 1px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ask ul li span {
    flex: 1;
}
.ask ul li span:nth-child(1) img {
    display: block;
    height: 46px;
    width: 66px;
}
.ask ul li span:nth-child(2) {
    font-size: 22px;
    padding: 1px 0 0 0;
}
.ask ul li span:nth-child(3) {
    font-size: 27px;
    font-weight: 700;
    /* color: #3075f7;
    margin-bottom: 25px; */
}

/* p4 */
/* 课程课题部分 */
/* .p4{
    background-color: #060650;
} */
.c_img{
    width: 520px;
    margin-right: 51px;
}
.contents{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 40px;
    /* border: 2px #fff solid; */
}
.c_zi{
    font-size: 22px;
    line-height: 36px;
    /* color: #fff; */
}
/* 两个定位的模块 */
.class{
    position: absolute;
    left: 40px;
    top: -31px;
    font-size: 32px;
    /* color: #fff;
    background-color: #060650; */
    width: 200px;
    height:60px;
    text-align: center;
    line-height: 60px;
}
.task{
    position: absolute;
    right: 50px;
    bottom: -39px;
    width: 270px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 10px;
    font-size: 25px;
    /* background-color: #3075f7;
    color: #fff; */
}
/* p10 */

.p10 {
    margin-bottom: 3px;
}

/* p11 */
.p11{
    /* background: url(../images/zydbbg.png) no-repeat; */
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%; 
    margin: 0 auto;
}
/* .p11_01{
    width: 754px;
    height: 160px;
    margin-left: 326px;
} */
.p11_02{
    width: 892px;
    height: 31px;
    margin: 0 auto;
}
.father{
    position: relative;
    width: 530px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    /* border-left: #f0255c 2px solid;
    border-bottom: #f0255c 2px solid;
    border-right: #f0255c 2px solid; */
}
.top_l{
    width: 165px;
    position: absolute;
    /* border: #f0255c 1px solid; */
    left: -2px;
    top: -2px;
}
.top_f{
    width: 165px;
    /* border: #f0255c 1px solid; */
    position: absolute;
    right: -2px;
    top: -2px;
}
.free{
    position: absolute;
    font-size: 28px;
    /* color: #f0255c; */
    padding: 10px 20px;
    left: 163px;
    top: -30px;
}
.telcss{
    width: 360px;
    height: 40px;
    font-size: 18px;
    border-radius: 6px;
    text-indent: 8px;
    background-color: #fff;
    color: #ccc;
}
.tips{
    width: 360px;
    margin: 0 auto;
    text-align: left;
    color: #ccc;
    line-height: 28px;
}
.btcss{
    height: 50px;
    padding: 0 25px;
    /* background-color: #f0255c;
    color: #fff; */
    font-size: 25px;
    border-radius: 25px;
    margin:0 30px 0 366px;
    cursor: pointer;
}
.btcss02{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    /* background-color: #f0255c;
    color: #fff; */
    font-size: 25px;
    border-radius: 25px;
}

/* 教师banner */

.list1 {
    height: 350px;
    position: relative;
}

.item1 {
    width: 88%;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    transition: all .8s;
}

.item1.active {
    opacity: 1;
}

.pointList1 {
    margin-left: 13%;
}

.point1 {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 8px;
}

.point1 img {
    border-radius: 9px;
}

/* .point1.active {
    border: #f04d73 2px solid;
} */

/* 多重就业服务banner样式 */

.list {
    height: 475px;
    position: relative;
}

.item {
    position: absolute;
    opacity: 0;
    transition: all .8s;
}

.item.active {
    opacity: 1;
}

.pointList {
    margin-left: 35%;
}

.point {
    width: 45px;
    height: 8px;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

/* .point.active {
    background-color: #e13e92;
} */
/* 多重就业服务banner */
.wrap {
    width: 84%;
    margin: 0 auto;
}

.wrap .list .item ul {
    display: flex;
    flex-wrap: wrap;
}
.wrap .list .item ul li{
    flex: 23%;
    margin: 6px;
}
/* 实训 */
.p3_one ul , .p6_one ul ,.p02_one ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;

}
.p3_one ul li , .p6_one ul li ,.p02_one ul li {
    /* flex:30%; */
    margin: 10px 2px 10px 18px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p3_one ul li span , .p6_one ul li span ,.p02_one ul li span {
    flex: 1;
}
.p3_one ul li span:nth-child(2) , .p6_one ul li span:nth-child(2) ,.p02_one ul li span:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
}
/* 4个 */
.p3_one ul li{
    flex:23%;
}
/* 3个 */
.p6_one ul li{
    flex:30%;
}
/* 3个 */
.p02_one ul li{
    flex:31%;
}

/* 表格部分 */
/* .form{
    background-color: #28b28b;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
}
.tb{
    background-color:#efefef ;
    width: 96%;
    margin: 0 auto;
    padding: 30px 10px;
   
}
.th{
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
}
.tb01{
    font-size: 20px;
}

.form tr {
    width: 96%;
    height: 50px;
    border-bottom: 1px #333 solid;
    padding: 0 10px;
}
.form tbody tr td{
    border-bottom: 1px #333 solid;
}
.tbfoot{
    background-color: #efefef;
    width: 96%;
    margin: 0 auto;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.tbfoot a{
    color: black;
} */
