﻿/* CSS Document */

@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

html,
body {
    width: 100%;
    height: 100%;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.w {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

img {
    border: none;
    cursor: pointer;
}

.clear_f:after {
    clear: both;
}

.clear_f:after,
.clear_f:before {
    content: "";
    display: block;
}

.banner img {
    width: 100%;
}

.tt {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.tt .tt_n {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #40ae55;
    text-align: center;
    line-height: 30px;
    color: #ffe466;
    font-weight: bold;
    border-radius: 0 5px 0 5px;
    vertical-align: middle;
    margin-right: 15px;
}

.tt span {
    color: #40ae55;
}

.hui_f {
    width: 1200px;
    height: 20px;
    background: #f0f0f0;
    margin: 15px auto;
}


/*模块一*/

.mk1,
.mk2 {
    width: 1220px;
    margin: auto;
}

.mk1 ul li {
    width: 290px;
    height: 193px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    box-shadow: 2px 0px 5px #5d5c6133
}

.mk1 ul li img {
    width: 100%;
}

.mk1 li h4 {
    text-align: center;
    font-size: 18px;
    margin: 5px 0;
    font-weight: normal;
}

.mk1 .xian {
    width: 40px;
    margin: auto;
    background: #40ae55;
    height: 3px;
}


/*咨询按钮*/

.zx {
    padding: 12px 50px;
    text-align: center;
    background: #40ae55;
    width: 350px;
    margin: 30px auto;
    font-size: 22px;
    color: #ffe466;
    border-radius: 30px;
}

.zx img {
    vertical-align: middle;
}

.zx a {
    color: #ffe466;
    display: block;
}


/*模块二*/

.mk2 ul {
    padding-left: 10px;
}

.mk2 p {
    text-indent: 28px;
    line-height: 28px;
}

.mk2 li {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.mk2 .two {
    width: 767px;
    height: 225px;
    background: url(../images/mk1_bg_03.jpg) no-repeat;
    padding: 25px 0 0 30px;
}

.mk2 .two img {
    vertical-align: middle;
    margin-right: 5px;
}

.mk2 .two h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-style: oblique;
    width: 305px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-style: normal;
}

.mk2 .two p {
    color: #fff;
    width: 490px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: justify;
    font-size: 15px;
    ;
}

.mk2 .two a {
    background: #fff;
    color: #0181ec;
    padding: 5px 10px;
}


/*模块三*/

.mk2 .mk3 {
    background: url(../images/mk2_bg_07.png) no-repeat;
}


/*模块四*/

.mk4 img {
    width: 100%;
    margin: 30px auto;
}


/*模块五*/

.mk2 .mk5 {
    background: url(../images/mk5_bg_11.jpg) no-repeat;
}


/*模块六*/

.mk2 .mk6 {
    background: url(../images/mk6_bg_14.jpg) no-repeat;
}


/*模块七*/

.mk2 .mk7 {
    background: url(../images/mk7_bg_18.jpg) no-repeat;
}


/*热门专业推荐*/

.Djdc-Tuijian {
    width: 1200px;
    margin: 50px auto 50px;
    position: relative;
}

.Djdc-Tuijian ul li {
    width: 230px;
    float: left;
    margin-right: 15px;
    background: #f8f8f8;
    padding-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s
}

.Djdc-Tuijian ul li div {
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative
}

.Djdc-Tuijian ul li div img {
    display: block;
    width: 502px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.Djdc-Tuijian ul li:nth-of-type(4) {
    margin-right: 0px
}

.Djdc-Tuijian ul li h6 {
    font: bold 22px "΢���ź�";
    padding-left: 10%;
    margin-top: 30px;
    color: #5a5353;
    margin-bottom: 30px
}

.Djdc-Tuijian ul li h6 span {
    font: 16px "΢���ź�"
}

.Djdc-Tuijian ul li a {
    display: block;
    width: 115px;
    font: 18px "΢���ź�";
    color: #40ae55;
    border-bottom: #40ae55 solid 2px;
    margin-left: 10%;
    text-align: center
}

.Djdc-Tuijian ul li.TjOn {
    width: 425px;
    background: #40ae55
}

.Djdc-Tuijian ul li.TjOn h6,
.Djdc-Tuijian ul li.TjOn a {
    color: #fff
}

.Djdc-Tuijian ul li.TjOn a {
    border-bottom: #fff solid 2px
}

.Djdc-Zuopin ul li:hover {
    margin-top: 1.3%;
    box-shadow: 0 0 10px #707070
}