body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #111;
    background: #fff;
    border: 0;
}
#show_area
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
#pages
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

#page1
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1 url("../img/bg_1.jpg") no-repeat center;
    background-size: cover;
}
#page2
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1 url("../img/bg_3.jpg") no-repeat center;
    background-size: cover;
}
#page3
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1 url("../img/bg_3.jpg") no-repeat center;
    background-size: cover;
}
#page4
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1 url("../img/bg_3.jpg") no-repeat center;
    background-size: cover;
}
#page5
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1 url("../img/bg_2.jpg") no-repeat center;
    background-size: cover;
}
#page5 .content
{
    width: 70vw;
    margin: 0;
    padding: 50px 0px 50px 0px;
}
#page5 .content h1
{
    margin: 0;
    padding: 10px 0px 100px 0px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
#page5 .content p
{
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}
#page5 #copyright
{
    margin-top: 50px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.page
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page #logo
{
    width: 100vw;
    height: 33vh;
    background: url("../img/logo_y.png") no-repeat center; 
    background-size: 180px;
}
.page #nav
{
    width: 100vw;
    height: 50px;
    background: #FA5050;
    text-align: center;
    display:inline-block;
}
.page #nav ul
{
    margin: 0;
    padding: 0;
    display:inline-block;
}
.page #nav ul li
{
    float: left;
    list-style-type: none;
    width: 10vw;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.page #nav ul li a
{
    color: #fff;
}
.page #content
{
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100px;
}
.page #content p
{
    width: 50vw; 
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #333;
}

.page .more
{
    width: 70vw;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.page .more a
{
    color: #C85648;
}


#head
{
    width: 70vw;
    height: 70px;
    background: #ffff;
}
#head #logo
{
    float: left;
    margin: 22px 0px 0px 0px;
    width: 15vw;
    height: 70px;
    text-align: left;
    cursor: pointer;
}
#head #logo img
{
    width: 100%;
}
#head #nav
{
    float: right;
    margin: 20px 0px 0px 0px;
    width: 53vw;
    height: 70px;
    text-align: right;
}
#head #nav ul
{
    margin: 0;
    padding: 0;
    width: 46vw;
    display:inline-block;
}
#head #nav ul li
{
    float: left;
    list-style-type: none;
    width: 9vw;
    height: 38px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
#head #nav ul li a
{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}
#head #nav ul li:hover
{
    background: #C85648;
}
#head #nav ul li:hover a
{
    color: #fff;
}
#head #nav ul li.current
{
    background: #0081BC;
}
#head #nav ul li.current a
{
    color: #fff;
}

.main
{
    width: 100vw;
    min-height: 87vh;
    background: #f1f1f1 url("../img/bg_3.jpg");
    background-size: cover;
}
.main .content
{
    width: 70vw;
    margin: 0;
    padding: 50px 0px 50px 0px;
}
.main .content h1
{
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.main .content h2
{
    margin: 0;
    padding: 30px 0px 20px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.main .content p
{
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}
.main .content b
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

#foot
{
    width: 100vw;
    height: 50px;
    background: #C85648;
}
#foot div
{
    padding: 15px 0px 0px 0px;
    color: #fff;
}
#foot div a
{
    color: #fff;
}
#copyright
{
    width: 100vw;
    height: 36px;
    font-size: 13px;
    text-align: center;
}

.main .sub_menu
{
    margin: 40px 0px 40px 0px;
    padding: 0;
    width: 100%;
    height: 33px;
    border-bottom: 1px #C85648 solid;
}
.main .sub_menu li
{
    float: left;
    list-style-type: none;
    width: 33.33%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.main .sub_menu li.first
{
    background: #C85648;
    color: #fff;
    font-weight: bold;
}
.main .sub_menu li.first a
{
    color: #fff;
}

.main .about_content div.left
{
    float: left;
    width: 18vw;
    height: 10vw;
}
.main .about_content div.left img
{
    width: 100%;
    height: 100%;
}
.main .about_content div.right
{
    padding-top: calc(1vw - 1vh);
    float: right;
    width: 50vw;
    min-height: 150px;
}
.main .about_content #biz_dir
{
    width: 100%;
    height: 9vw;
    text-align: center;
    overflow: hidden;
}
.main .about_content #biz_dir div
{
    float: left;
    margin: 0px 0px 10px 0px;
    width: 9.9vw;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}
.main .about_content #biz_dir div img
{
    width: 9vw;
    height: 6vw;
}

.main .team_content
{
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px #666 dotted;
}
.main .team_content div.left
{
    float: left;
    width: 12vw;
    text-align: center;
}
.main .team_content div.left .name
{
    font-size: 26px;
    font-family: '黑体';
    line-height: 50px;
}
.main .team_content div.left .title
{
    font-size: 16px;
    line-height: 20px;
}
.main .team_content div.right
{
    float: left;
    width: 57vw;
    text-align: left;
}

.main .funds_content
{
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px #666 dotted;
}
.main .funds_content div.left
{
    float: left;
    margin: 0px 30px 0px 30px;
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 50px;
    line-height: 110px;
    color: #fff;
    background-color: rgba(55,128,183,0.4);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#663780b7,endColorstr=#663780b7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#663780b7,endColorstr=#663780b7);
}
.main .funds_content div.right
{
    float: left;
    width: calc(70vw - 200px);
    min-height: 130px;
    text-align: left;
}

.main .contact_content #dituContent
{
    margin-top: -20px;
    width: 70vw;
    height: 28vw;
    border: #ccc solid 1px;
}

/* GLOBAL DEFAULTS */
a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:focus, a:hover {
    color: #333;
}

a:focus {
    text-decoration: none;
}

a img {
    border: none;
}

button {
    height: 24px;
    width: 100px;
    background: #0081BC;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 150%;
    text-indent: 2em;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

li ul {
    margin-bottom: 0;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
