﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    margin: 0 auto;
    float: left;
    margin-left: 400px;
    height: 100%;
    background-color: ghostwhite;
}

.comlog {
    height: 80px;
    width: 1100px;
    background-color: white;
    flex: 0 0 auto;
}

#log {
    width: 120px;
    height: 80px;
    float: left;
    display: inline;
}

.comnav {
    flex: 0 0 auto;
    font-size: 20px;
    font-family: 宋体, serif;
    height: 50px;
    width: 1100px;
    background-color: lightblue;
    text-align: center;
    z-index: 1;
}

.comnav ul {
    list-style-type: none;
    margin: 0;
    padding-top: 15px;
    padding-left: 0px;
}


.comnav ul li {
    width: 200px;
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    padding-left: 100px;
    margin-right: 50px;
    z-index: 1;
}

.comnav ul li:hover ul {
    display: block;
    width: 200px;
    border-radius: 5px;
}

.comnav ul li ul {
    position: absolute;
    display: none;
    background-color: lightblue;
    left: 50px;
    top: 100%;
}

.comnav ul li ul li {
    padding: 10px;
    font-size: 18px;
    /*border-bottom: 1px dashed;*/
}

.comnav ul li a:link, .comnav ul li a:visited {
    font-weight: bold;
    color: black;
    text-align: center;
    padding: 6px;
    text-decoration: none;
    border-radius: 5px;
}

.comnav ul li a:hover, .comnav ul li a:active {
    color: black;
    background-color: powderblue;
    font-size: 19px;
}


body {
    /*min-width: 1250px;*/
    width: 1100px;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    background-color: transparent;
    width: 100%;
    height: 585px;
    flex: 1 0 auto;
}

#aside {
    height: 585px;
    width: 300px;
    float: left;
    background-color: white;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
}

#aside h3 {
    text-align: center;
}

#aside p {
    margin: 10px 0 10px 0;
    /*font-family: 宋体;*/
    text-indent: 26px;
    line-height: 30px;
}

#aside ul li {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    margin-left: 10px;
}

.pic {
    height: 100%;
    width: 750px;
    float: left;
    position: relative;
    border: none;
    z-index: -1;
    text-align: right;
}

.pic a {
    display: none;
}

.pic img {
    width: 800px;
    height: 585px;
    margin-bottom: 0px;
    vertical-align: bottom;
}


.btn {
    width: 150px;
    height: 18px;
    float: left;
    position: absolute;
    top: 680px;
    left: 1200px;
}

.btn ul li {
    background-color: rgba(158, 241, 125, 0.4); /*黑色*/
    color: #ffffff;
    list-style-type: none;
    width: 18px;
    height: 18px;
    float: left;
    border-radius: 9px; /*变成圆的*/
    text-align: center;
    line-height: 18px;
    cursor: pointer; /*鼠标移动变手指状态*/
    margin-left: 5px;
}

.btn ul li.one {
    background-color: #4cff00;
    padding-bottom: 0px;
}

#address {
    height: 100%;
    width: 300px;
    float: left;
    background-color: white;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
}

#address h2 {
    text-align: center;
    font-family: 'Times New Roman', serif;
    color: forestgreen;
}

#address h3 {
    text-align: center;
}

#address address {
    font-size: 13px;
    line-height: 25px;
}

#category {
    height: 100%;
    width: 250px;
    float: left;
    background-color: white;
    padding-top: 40px;
    padding-left: 10px;
    border-radius: 10px;
}

#category p {
    font-family: 仿宋;
    font-weight: bold;
    color: forestgreen;
    font-size: 20px;
    text-align: left;
}

#category ul {
    list-style-type: none;
}

#category ul li {
    width: 230px;
    padding: 30px 10px 30px 20px;
}

#category ul li a {
    color: black;
    font-size: 18px;
    font-family: 宋体;
    text-align: center;
}

#category ul li a:link {
    /*font-weight: bold;*/
    display: block;
    text-align: center;
    width: 200px;
    height: 30px;
    padding: 5px;
    text-decoration: none;
    border-radius: 7px;
}

#category ul li a:hover, #category ul li a:active, #category ul li a:visited {
    display: block;
    text-align: center;
    width: 200px;
    height: 40px;
    padding-left: -10px;
    /*color: #000000;*/
    /*background-color: lightblue;*/
    font-size: 22px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 150px 50px;
    background-position: right;
}

#drawing {
    height: 100%;
    width: 330px;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-left: 30px;
    border-radius: 10px;
}

#drawing h3 {
    height: 5%;
    text-align: center;
    font-family: 仿宋;
}

#drawing p {
    /*height: 5%;*/
    font-family: 仿宋;
    font-size: 15px;
    text-align: left;
    text-indent: 20px;
    line-height: 20px;
}

#drawing img {
    height: 200px;
    margin: 20px auto;
}

#msysdrawing {
    height: 100%;
    width: 800px;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 10px;
}

#msysdrawing h3 {
    height: 5%;
    text-align: center;
    font-family: 仿宋;
}

#msysdrawing p {
    /*height: 5%;*/
    font-family: 宋体;
    font-size: 15px;
    text-align: left;
    text-indent: 20px;
}

#msysdrawing img {
    height: 460px;
    margin: 20px auto;
}

#soldrawing {
    height: 100%;
    width: 800px;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 10px;
}

#soldrawing h3 {
    height: 5%;
    text-align: center;
    font-family: 仿宋;
}

#soldrawing p {
    /*height: 5%;*/
    font-family: 宋体;
    font-size: 14px;
    text-align: left;
    text-indent: 30px;
}

#soldrawing img {
    height: 400px;
    margin: 15px auto;
}

#filterinfo {
    height: 100%;
    width: 450px;
    float: left;
    margin-left: 0px;
    padding-top: 30px;
    padding-left: 10px;
    border-radius: 10px;
}

#filterinfo p {
    padding-left: 100px;
    text-align: center;
    font-size: 20px;
}

#filterinfo table {
    border: 1px solid black;
    width: 430px;
    border-collapse: collapse;
    margin: 20px 5px 10px 60px;
    /*background-image: url(/static/images/conditionBG.png);*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#filterinfo table th {
    text-align: left;
    font-size: 12px;
    border: 1px solid black;
    min-width: 47px;
    /*width: 200px;*/
    /*background-color: lightcyan;*/
    padding: 5px 7px 5px 10px;
}

#filterinfo table td {
    text-align: center;
    font-size: 12px;
    border: 1px solid black;
    min-width: 80px;
    /*width: 200px;*/
    padding: 5px 7px 5px 10px;
}

#detailinfo {
    height: 100%;
    width: 450px;
    float: left;
    margin-left: 0px;
    padding-top: 1px;
}

#detailinfo img {
    height: 580px;
    width: 850px;
}

#map {
    width: 800px;
    height: 100%;
    border: #ccc solid 1px;
    font-size: 12px;
    float: right;
    margin-top: 2px;
    display: inline;
}

.comfooter {
    width: 1100px;
    height: 50px;
    flex: 0 0 auto;
    font-size: 13px;
    padding: 10px;
    text-align: center;
    background-color: powderblue;
}