﻿
html, body {
    background-color: #f0f0f0;
    color: black;
    margin: 0;
    padding: 0;
}
body {
    background-image: url(/Content/Shared/images/bg-liti1.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center center;
}
a:hover {
    color: #0066b2;
    font-weight:bold;
}
#HeadArea {
    width: 100%;
    height: 80px;
    background-color: #cee7ff;
}
#HeadArea > div {
    margin:0 auto;
    width:1200px;
    max-width:100%;
}
#HeadArea .logo {
    margin-top: 5px;
    max-width: 374px;
    max-height: 72px;
}
.HeadLine {
    width: 100%;
    height: 5px;
    background-color: #44aafe;
}
.container {
    padding: 5px 1px;
    width: 1200px;
    max-width: 100%;
}
#TailArea a,
#TailArea a:hover {
    color: #fafafa;
    font-weight: normal;
}
#TailArea {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 150px;
    background-color: #404040;
    line-height: 2.2;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#TailArea > div {
    margin: 0 auto;
    color:#fafafa;
    width:1200px;
    max-width:100%;
}
/*菜单*/
#yps_menu {
    margin-left: 15px;
    margin-top: 15px;
}
#yps_menu > li {
    position: relative;
    text-align:center;
}
#yps_menu > li > a {
    font-size:20px;
    font-weight:bold;
}
#yps_menu li > ul {
    display: none;
    width:100%;
    padding-top: 8px;
    background-color:#f4f4f4;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius:8px;
    line-height:1.8;
}
#yps_menu li > ul li {
    text-align:left;
    border-radius:8px;
}
#yps_menu li > ul li a {
    padding: 0 10px 0 25px;
    font-size:20px;
    font-weight:normal;
}
#yps_menu li:hover {
    background-color:#f4f4f4;
    border-radius:8px;
}
#yps_menu li:hover > ul {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    z-index:9;
    border-top:3px solid #196fb7;
}
#yps_menu li:hover > ul li a {
    display: block;
    background: url(/Content/Shared/cy/nav_icon0.png) no-repeat 15px center;
    color: #000;
}
#yps_menu li:hover > ul li a:hover {
    background: url(/Content/Shared/cy/nav_icon1.png) no-repeat 15px center;
    color: #006dba;
}
