*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h3{
    font-family: Microsoft Yahei;
    color: #3a66ad;
    margin-bottom: 14px;
    margin-top: 12px
}
h4{
    color: #3a66ad;
    margin: 12px 0;
    font-style: oblique;
}
.info{
    width: 100%;
    margin: 100px auto;
    height: auto;
    overflow: auto;
    display: block;
}
.info-t {
    width: 100%;
    float: left;
}
.info h2 {
    border-bottom: solid 1px #ccc;
}
.info h2 span {
    display: inline-block;
    border-bottom: solid 3px #3a66ad;
    color: #3a66ad;
    font-size: 20px;
    padding: 5px 0;
}
.info-t .form-wrapper {
    margin-top: 20px;
}
.info-t .form-item{
    height: 50px;
}
.info-t .form-item input {
    margin-left: 15px;
}
.info-t .form-item input[type=text] {
    width: 150px;
    height: 30px;
}
.info-t .form-item input[type=submit] {
    display: block;
    margin-left: 0;
    width: 100px;
    height: 30px;
    border: none;
    background: #3a66ad;
    color: #fff;
}
.info-l{
    width: 25%;
    float: right;
}
.info-l li{
    margin: 1em;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.info-l li a{
    text-decoration: none;
    color: #3a66ad;
}
.container-h{
    width: 1024px;
    height: auto;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 200px;
    background: url('../images/logo1.bmp');
    background-repeat: no-repeat;
    background-size: 100%;
}
/*.header {
    position: relative;
    border-bottom: solid 1px #ccc;
}
.header-wrapper {
    width: 1100px;
    margin: 0 auto;
}
.banner{
    margin-left: 350px;
    width: 800px;
    height: 500px;
    background: url('../images/logo1.bmp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/
.discription {
    position: absolute;
    top: 0px;
    width: 400px;
    height: 100%;
    padding: 0 15px 0 20px;
    background: rgba(204, 204, 204, 0.4);
}
.discription h4{
    margin: 80px 0 10px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.discription p {
    text-align:left;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}
.discription p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-indent: 2px;
    color: #000;
}
.header-top{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #3a66ad;
    color: #ffffff;
}
.footer{
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #3a66ad;
    color: #ffffff;
}
.nav li{
    list-style: none;
    width: 170px;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    font-family: Microsoft Yahei;
}
.nav-1{
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #3a66ad;
}
.nav-1>li{
    float: left;
    list-style: none;
    width: 170px;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    font-family: Microsoft Yahei;
    position: relative;
    /*border-left: 1px solid #EEE;*/
}
.nav-1 li:first-child{
    border: none;
}
.nav-1 li:hover{
    /*background-color: #6794dc;  color: #f38121;*/
    /*color: #f38121;*/
    /*text-decoration: underline;*/
}

.nav-1 a{
    color: #FFFFFF;
    text-decoration: none;
}
.nav-1 a:hover{
		/*color: #f38121;*/
    text-decoration: underline;
}
.nav-1 a:visited{
		color: #f38121;
}

.info-l a{
    color: #FFFFFF;
    text-decoration: none;
}
.info-l a:hover{
		/*color: #f38121;*/
    text-decoration: underline;
}
.info-l a:visited{
		color: #f38121;
}

a:hover{
		/*color: #f38121;*/
    text-decoration: underline;
}

a:visited{
		color: #f38121;
}

.nav-1 li div{
    display: block;
    height: 100%;
    width: 100%;
}
.nav-2{
    background-color: #3a66ad;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999;
}
.nav-2 li{
    color: #FFFFFF;
}
.nav ul li:hover .nav-2{
    display: block;
}
.content table{
    width: 100%;
}
.content .table{
    width: 100%;
    overflow-y: scroll;
}
.content .search-box{
    width: 80%;
    height: 48px;
    margin: 24px auto;
}
.content .search-box input{
    width: 80%;
    height: 100%;
    font-size: 24px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 4px 0 0 4px;
    padding-left: 16px;
    float: left;
}
.content .search-box button{
    width: 20%;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    background-color: #3a66ad;
    color: #FFF;
    border: none;
    border-radius: 0 4px 4px 0;
}
.content table tbody tr td{
    font-size: 10px;
	text-align: center; /*I added in June 23 2017 */
}
.content table tbody tr td:first-child{
    color: #3a66ad !important;
    cursor: pointer;
    font-weight: 600;
}
.content table tbody tr td:nth-child(4){
    color: #3a66ad !important;
    cursor: pointer;
    font-weight: 600;
}
.content .list tbody tr td:nth-child(10){
    color: #3a66ad !important;
    cursor: pointer;
    font-weight: 600;
}
.content .list2 tbody tr td:nth-child(7){
    color: #3a66ad !important;
    cursor: pointer;
    font-weight: 600;
}
.content .list3 tbody tr td:nth-child(11){
    color: #3a66ad !important;
    cursor: pointer;
    font-weight: 600;
}
.content table  tr td,th{
    font-size: 10px;
	text-align: center;
}
/*.content table tbody tr td:last-child{
    width: 20%;
}
.content table tbody tr td:nth-child(8){
    width: 15%;
}
.content #res{
    font-size: 1em;
    text-align: left;
}*/
.content #res tr{
    height: 1.5em;
    /*line-height: 1.5em;*/
    border-bottom: 1px solid #333;
}
.content #res thead tr th{
    text-align: left;
}
.glmol-box{
    width: 100%;
    padding-top: 32px;
}
.glmol-box #glmol01{
    width: 40%;
    height: 400px;
    border: 1px solid #000;
    float: left;
}
.glmol-box .control-box table{
    width: 50%;
    margin: 0 auto;
    float: right;
}
.glmol-box .control-box table tr td:first-child{
    width: 70%;
}
.glmol-box .control-box table tr td{
    height: 2em;
    font-size: 1em;
    line-height: 2em;
}
.glmol-box .control-box table tr td select{
    width: 100%;
    height: 100%;
}
.glmol-box .control-box table tr td input{
    width: 1em;
    height: 1em;
    margin-right: 1em;
}
.glmol-box .btn-group{
    width: auto;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    float: right;
}
.glmol-box .btn-group button{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 6px;
    margin: 16px;
    cursor: pointer;
    color: #FFF;
    background-color: #3a66ad;
}
.contact p{
    margin: 24px 0;
}
#mapControl{
    width: 100%;
    height: 400px;
    margin-top: 16px;
}
.log-reg{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 32px;
    overflow: auto;
}
.content .login{
    width: 50%;
    height: auto;
    float: left;
    padding: 12px;
}
.content .register{
    width: 50%;
    height: auto;
    float: right;
    border-left: 1px dotted #CCC;
    padding: 12px;
}
.log-reg table{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.log-reg table tr{
    width: 100%;
    height: 3.4em;
    line-height: 3.4em;
    margin: 12px 0;
}
.log-reg table tr td{
    height: 3.4em;
    line-height: 3.4em;
    padding: 6px 0;
}
.log-reg table tr td:first-child{
    width: 10%;
}

/*.log-reg table tr td:last-child{
    width: 80%;
}*/
.log-reg table tr td input{
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.log-reg table tr td select{
    width: 100%;
    /*height: 100%;*/
}
.log-reg button{
    display: block;
    width: 28%;
    height: 44px;
    border: none;
    border-radius: 6px;
    margin: 16px auto;
    cursor: pointer;
    color: #FFF;
    background-color: #3a66ad;
    outline: none;
}
.download,.upload-result{
    display: block;
    width: 100%;
    height: 500px;
}
.download table,.file-upload table{
    width: 80%;
    margin: 20px auto;
}
.download button{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 6px;
    margin: 16px auto;
    cursor: pointer;
    color: #FFF;
    background-color: #3a66ad;
    outline: none;
}
#file-upload{
    box-sizing: border-box;
}
#file-upload .file{
    width: 240px;
    height: 48px;
    position: relative;
    display: inline-block;
    background: #3a66ad;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    /*padding: 4px 12px;*/
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    text-indent: 0;
    line-height: 48px;
    text-align: center;
    outline: none;
}
#file-upload .file input {
    position: absolute;
    font-size: 1em;
    right: 0;
    top: 0;
    opacity: 0;
}
#file-upload .file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
#file-upload .btn-submit{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 6px;
    margin: 16px auto;
    cursor: pointer;
    color: #FFF;
    background-color: #3a66ad;
    outline: none;
}

.btn-update{
    width: 100%;
    height: 48px;
    background-color: #3a66ad;
    color: #fff;
    position: relative;
    bottom: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #CCC;
    margin-top: 16px;
    margin-bottom: -16px;
    cursor: pointer;
    font-size: 1.2em;
    font-family: Microsoft Yahei;
    /*word-spacing: 1em;*/
}
.file-upload #form-upload{
    width: 80%;
    margin: 0 auto;
}
.file-upload #form-upload table{
    width: 100%;
}
.file-upload #form-upload table tr td{
    width: 50%;
}
.file-upload #form-upload table tr td input{
    width: 100%;
    height: 2.4em;
    line-height: 100%;
    box-sizing: border-box;
    margin: 12px 0 0 0;
    padding-left: 12px;
}
.btn-form{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 6px;
    margin: 16px;
    cursor: pointer;
    color: #FFF;
    background-color: #3a66ad;
}
.document img{
    max-width: 100%;
    display: block;
}
.document p{
    margin: 12px 0;
}
.document button{
    margin-left: 16px;
}

.result {
    /*display: none;*/
    width: 1100px;
    margin: 20px auto;
}
.result h2 {
    color: #3a66ad;
    text-align: center;
}

.result .operation {
    position: relative;
    margin: 20px 0;
    float: right;
}

.result .operation input:hover,
.result .operation a:hover {
    background: #78C3F3;
}

.result .operation a {
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    background: #3a66ad;
}

.result table {
    width: 100%;
}

.result .table-wrapper {
    margin: 15px 0 20px 0;
    /*height: 500px;
    overflow: auto;
    border-bottom: solid 1px #ccc;*/
}

.result table tr {
    cursor: pointer;
}

.result table tr:hover {
    background: #F5FBFF;
}

.result table tr:first-child {
    height: 40px;
    background: #3a66ad;
}
.result table th {
    font-size: 16px;
    color: #fff;
}
.result table td {
    height: 40px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.back {
    display: block;
    margin: 15px auto;
    width: 150px;
    height: 35px;
    background: #3a66ad;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
}
.back:visited {
    color: #fff;
}
.back:hover {
    text-decoration: none;
    color: #fff;
    background: #004974;
}

.error {
    width: 1100px;
    margin: 0 auto;
}

.error p {
    text-align: center;
}

.error p:first-child {
    margin-top: 40px;
}
.error p:last-child {
    margin-bottom: 40px;
}

.show-background {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(204, 204, 204, 0.4);
}

#show-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    /*background: #fff;*/
    background: #f6f7fb;
}

.close-wrapper {
    width: 100%;
    height: 40px;
    z-index: 10000;
}

.close-wrapper a {
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#glmol_wrapper {
    margin-top: -40px;
    width: 100%;
    height: 100%;
    padding: 40px 20px 30px;
}

.glmol_title {
    position: absolute;
    display: inline-block;
    line-height: 40px;
    left: 50%;
}
