html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

input {
    margin: 0px;
}

ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
    /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0;
    /* overflow: auto; */
}

body {
    min-width: 1280px;
    min-height: 600px;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}


/* header */
/* 头部导航 */
.header {
    width: 100%;
}

.header-wrap {
    width: 100%;
    height: 128px;
    background: url(../image/header-bg.png) no-repeat center;
    /* background-position: -394px -36px; */

}

.header-container {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
}


/* logo 及 输入框 */
.header-second {
    width: 100%;
}

.header-logo {
    width: 666px;
    height: 128px;
    float: left;
    background: url(../image/header-logo1.png) no-repeat center;
}

.search-area {
    float: right;
    line-height: 65px;
    position: relative;
    margin-top: 30px;
}

.search-txt {
    width: 216px;
    height: 42px;
    padding: 10px;
    outline: none;
    background-color: #eeeeee;
    margin-right: 40px;
}

.search-btn {
    width: 46px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../image/search-icon.png) #007a76 no-repeat center;
}

.header-nav-wrap {
    width: 100%;
    margin: 0 auto;
    height: 81px;
    background-color: #00736d;
}

.header-nav {
    margin-top: 30px;
    width: 1280px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #00736d;
}

.nav-item {
    width: calc(100% / 5);
    float: left;
    text-align: center;
    position: relative;
    font-size: 22px;
    /* font-weight: bold; */
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, .7);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c3c3c300,endColorstr=#c3c3c300); */
}

.nav-item a {
    width: 80%;
    color: #fff;
}

/* 子导航 */
.nav-child {
    width: 100%;
    /* display: none; */
    position: absolute;
    
    z-index: 11;
}

.nav-child-item {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    line-height: 60px;
}
.nav-child-item:hover {
    background-color: #007a76;
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05c0a400,endColorstr=#05c0a400); */
}

/* footer */
.footer {
    width: 100%;
    margin: 0 auto;
}

.footer-wrap {
    width: 100%;
    max-width: 1920px;
    height: 239px;
    background: url(/lcyw/images/footer-bg.png) no-repeat center;
    margin: 0 auto;
}

.footer-container {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.link {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #cacaca5d;
    color: #fff;
    line-height: 84px;
}

.link a {
    color: #fff;
    padding: 0 10px;
}

.footer-content {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.footer-qrCode {
    float: left;
    width: 50%;
}

.footer-qrCode .qr1,
.footer-qrCode .qr2 {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
}

.footer-qrCode .qr1-img {
    width: 100px;
    height: 81px;
    background: url(/lcyw/images/qr1.png) no-repeat center;
}


.footer-qrCode .qr2-img {
    width: 100px;
    height: 81px;
    background: url(/lcyw/images/qr2.png) no-repeat center;
}

.school-msg {
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding: 10px 10px;
}



/* action */