﻿/* 全局重置 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

/* 基础样式 */
html, body, form {
    width: 100%;
    font-family: '幼圆', sans-serif;
    line-height: 1.7;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

hr {
    height: 2px;
    border: none;
    border-top: 2px solid #0099CC;
    width: 80%;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

span {
    color: #CC0000;
    font-size: 90%;
    width: 90%;
    display: inline-block;
    text-align: left;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}

/**----------------页面自适应----------------------------------------**/
@media screen and (min-width: 1200px) {
    #container {
        font-size: 2em !important;
        height: 90%;
    }

    #tl1 {
        font-size: 2.2em;
        color: #336699;
        margin-top: 10px;
    }

    #tl2 {
        font-size: 1.1em;
        color: #336699;
    }

    .right ul {
        text-align: left;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .right ul li {
        margin-top: 1px;
        text-align: left;
        color: #FFFFFF;
        font-size: 1em;
        line-height: 18px;
    }

    .weixin {
        width: 30%;
        -moz-box-shadow: 0 3 3 000;
        -webkit-box-shadow: 0 3 3 000;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #container {
        font-size: 1.7em !important;
        height: 90%;
    }

    #tl1 {
        font-size: 2.2em;
        color: #336699;
        margin-top: 10px;
    }

    #tl2 {
        font-size: 1.1em;
        color: #336699;
    }

    .right ul {
        text-align: left;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .right ul li {
        margin-top: 1px;
        text-align: left;
        color: #FFFFFF;
        font-size: 2em;
        line-height: 17px;
    }

    .weixin {
        width: 35%;
        -moz-box-shadow: 0 3 3 000;
        -webkit-box-shadow: 0 3 3 000;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #container {
        font-size: 1.5em !important;
        height: 80%;
    }

    #tl1 {
        font-size: 1.8em;
        color: #336699;
        margin-top: 10px;
    }

    #tl2 {
        font-size: 0.9em;
        color: #336699;
    }

    .right ul {
        text-align: left;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .right ul li {
        margin-top: 1px;
        text-align: left;
        color: #FFFFFF;
        font-size: 1.5em;
        line-height: 15px;
    }

    .weixin {
        width: 40%;
        -moz-box-shadow: 0 3 3 000;
        -webkit-box-shadow: 0 3 3 000;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #container {
        font-size: 1.2em !important;
        height: 70%;
    }

    #tl1 {
        font-size: 1.2em;
        color: #336699;
        margin-top: 8px;
    }

    #tl2 {
        font-size: 0.6em;
        color: #336699;
    }

    .right ul {
        text-align: left;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .right ul li {
        margin-top: 1px;
        text-align: left;
        color: #FFFFFF;
        font-size: 0.8em;
        line-height: 13px;
    }

    .weixin {
        width: 50%;
        -moz-box-shadow: 0 3 3 000;
        -webkit-box-shadow: 0 3 3 000;
    }
}

@media only screen and (max-width: 479px) {
    #container {
        font-size: 0.9em !important;
        height: 70%;
    }

    #tl1 {
        font-size: 1em;
        color: #336699;
        margin-top: 5px;
    }

    #tl2 {
        font-size: 0.5em;
        color: #336699;
    }

    .right ul {
        text-align: left;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .right ul li {
        margin-top: 1px;
        text-align: left;
        color: #FFFFFF;
        font-size: 0.5em;
        line-height: 11px;
    }

    .weixin {
        width: 70%;
        -moz-box-shadow: 0 3 3 000;
        -webkit-box-shadow: 0 3 3 000;
    }
}

/**----------------头部设计----------------------------------------**/
#header {
    width: 100%;
    overflow: hidden;
    flex: 0 0 auto;
}

.top {
    width: 100%;
}

.imglogo {
    width: 100%;
}

.title {
    width: 60%;
    display: inline;
}

.imgadm {
    width: 100%;
    vertical-align: bottom;
}

.banner {
    width: 100%;
}

.boxleft {
    border: 0;
    float: left;
    width: 100%;
}

.boxleft dt dd {
    float: left;
    display: none;
}

.boxleft dd {
    width: 18px;
    height: 17px;
    float: left;
    background-color: #717888;
    text-align: center;
    color: #fff;
    display: none;
}

.boxleft dd a {
    width: 18px;
    height: 17px;
    float: left;
    text-align: center;
    display: none;
}

.boxleft dd a:hover {
    width: 18px;
    height: 17px;
    float: left;
    background-color: #FF0000;
    text-align: center;
    color: #fff;
    display: none;
}

.boxleft dt {
    width: 100%;
    height: 20px;
    overflow: hidden;
    float: left;
    display: none;
}

.boxleft dl {
    height: 19px;
    position: absolute;
    margin-top: -29px;
    background-color: Transparent;
    color: #FFF;
    width: 100%;
    display: none;
}

.ScrollButton0 {
    background-color: #c5c5c5;
    color: #000000;
    text-align: center;
    cursor: hand;
}

.ScrollButton1 {
    background-color: #9e0000;
    color: #FFFFFF;
    text-align: center;
    cursor: hand;
}

#ScrollImg {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
}

#ScrollTxtUrl {
    overflow: hidden;
    color: white;
}

/**----------------内容设计----------------------------------------**/
#container {
    width: 100%;
    margin-top: 5px;
    flex: 1 0 auto;
}

#container ul li {
    text-align: left;
    margin-left: 15%;
    font-size: 90%;
}

.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #29bbff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
    background: -moz-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -webkit-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -o-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -ms-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: linear-gradient(to bottom, #0099CC 5%, #0099CC 100%);
    background-color: #2dabf9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    margin-top: 10px;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0099CC), color-stop(1, #2dabf9));
    background: -moz-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -webkit-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -o-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: -ms-linear-gradient(top, #0099CC 5%, #0099CC 100%);
    background: linear-gradient(to bottom, #0099CC 5%, #0099CC 100%);
    background-color: #0099CC;
}

.myButton:active {
    position: relative;
    top: 1px;
}

e {
    position: relative;
    top: 1px;
}

.hidebtn {
    display: none;
}

.dianum {
    padding-left: 10px;
    padding-right: 10px;
}

.bluealert {
    background-color: #0099CC;
    width: 90%;
    color: White;
    font-size: 90%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.redalert {
    background-color: #CC0000;
    width: 90%;
    color: White;
    font-size: 90%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

/**----------------尾部设计----------------------------------------**/
#footer {
    width: 100%;
    background-color: #2C5B70;
    margin-top: 15px;
    position: relative;
    margin-top: -15px;
    flex: 0 0 auto;
}

.left {
    width: 40%;
    float: left;
    background-color: #2C5B70;
    display: inline;
    margin-top: 15px;
}

.right {
    width: 60%;
    float: right;
    background-color: #2C5B70;
    display: inline;
}