@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font-family: 思源黑体;
  vertical-align:baseline;
}
blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:""; content:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration:line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

ul{list-style: none;}

img {
    vertical-align: middle;
}
a{text-decoration: none;}

.fl {
    float: left;
}
.fr {
    float: right;
}

.banner{width:100%;}
.banner img{width: 100%;height: 100%;vertical-align: middle;margin-top: 100px;}

.menu-block {
    padding: 60px 0 0px 0px;
    height: 520px;
    border-bottom: 0px solid #e3e3e3;
}
.menu-list {
    width: 100%;
    height: 100%;
}
.menu-list li.color-white, .menu-list li.color-white a {
    color: #fff;
}
.menu-list.col4 li {
    width: 25%;
    height: 100%;
    float: left;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.menu-list li.color-white, .menu-list li.color-white a {
    color: #fff;
}

.menu-list.col4 li a {
    display: block;
    padding: 50px 0 0;
}

.menu-list li a {
    color: #222;
    width: 100%;
    height: 100%;
    position: relative;
}
.menu-list li h2 {
    font-size: 24px;
    line-height: 40px;
    transition: all 0.75s;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
}
.menu-list li p {
    font-size: 18px;
    line-height: 25px;
    transition: all 0.75s;
    position: relative;
    z-index: 4;
    opacity: 0;
}
.menu-list li a:hover p {
    opacity: 1;
    transform: translateY(-10px);
}
.menu-list li a:hover .pro-pic {
    transform: scale(1.05);
}
.menu-list.col4 li.menu-retang .pro-pic {
    background-image: url(../images/about/retang.jpg);
}

.menu-list.col4 li .pro-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro-pic {
    position: absolute;
    text-align: right;
    transition: all 0.75s;
    z-index: 2;
}

.menu-list.col4 li.menu-zaliang .pro-pic {
    background-image: url(../images/about/zaliang.jpg);
}
.menu-list.col4 li.menu-shishu .pro-pic {
    background-image: url(../images/about/shishu.jpg);
}
.menu-list.col4 li.menu-yinpin .pro-pic {
    background-image: url(../images/about/yinpin.jpg);
}
.anquan{width:100%;margin:130px auto 0px auto;overflow: hidden;}
.anquan h3{display: block;line-height: 32px;font-weight: normal;font-size: 30px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.anquan dd{width: 50%;
    margin:12px auto;
    font-size: 16px;
    line-height: 30px;
    color: #888;
	text-align: center;}

.anquan1{width:300px;margin:80px auto 80px auto;overflow: hidden;border: 1px solid #ddd;border-radius: 30px;padding: 10px;}
.anquan1 h3{display: block;line-height: 32px;font-weight: normal;font-size: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}