@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
}

body {
    /*background: #F5F5F5;*/
    background: url("../images/bg.png") no-repeat #F9F9F9;
    background-size: 100%;
}

/* links */
a {
    outline:none;
    text-decoration:none;
    transition: all 0.2s ease-out 0s;
    background-color: transparent;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
a img{border:0}

/* List
   ========================================================================== */
/* Ordered and unordered lists */
ul,
ol,
li {
    padding-left:0;
    list-style:none;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/* 页面底部公共样式 */
.footer-div {
    height: 350px;
    background: #2A0808;
    margin-top: 30px;
}

.foot-div {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px;
    padding-top: 24px;
}

.links-div {
    margin-top: 20px;
}

.links-div img{
    margin-right: 13px;
}

.select-div {
    margin-top: 20px;
}

.select-div select {
    border-radius: 2px;
    width: 318px;
    height: 40px;
    border: 0;
    padding-left: 10px;
    margin-right: 98px;
}