* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

body {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333333;
    background-color: #efeef3;
}

.top {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #d32026;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.active-js {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 15px;
    padding: 10px;
    line-height: 1.75rem;
    box-sizing: border-box;
}

.active-js img {
    width: 80px;
    float: left;
    margin-right: 20px;
}

.active-js h2{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #fa7818;
    font-size: 1.5rem;
}

.active-js ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 0.875rem;
    background: url(../images/icon.jpg) no-repeat center left;
    text-indent: 10px;
}

.active-js ul li a{
    color: #333333;
}

.pre-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 15px;
    box-sizing: border-box;
}

.pre-tit {
    position: relative;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 10px;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.5rem;
    color: #333333;
    text-indent: 13px;
    box-sizing: border-box;
}

.pre-tit span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 28px;
    background-color: #fe7000;
}

.pre-lists ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 10px;
    box-sizing: border-box;
}

.pre-lists ul li {
    float: left;
    width: 18.8%;
    margin-right: 1.5%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 20px;
    border: 1px solid #ff7000;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

.pre-lists ul li:nth-child(5n+0) {
    margin-right: 0;
}

.pre-lists ul li a {
    color: #ff7000;
    display: block;
}

.pre-lists ul li.on {
    background-color: #ff7000;
}

.pre-lists ul li.on a {
    color: #ffffff;
}

.flash-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.box_swipe {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul li a {
    display: block;
    position: relative;
}

.box_swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2rem;
    line-height: 2rem;
    width: 96%;
    padding: 0 2%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 0.875rem;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    right: 10px;
}

.box_swipe>ol>li {
    display: inline-block;
    margin: 5px 0;
    width: 8px;
    height: 8px;
    background-color: #b5b5b5;
    border-radius: 8px;
}

.box_swipe>ol>li.on {
    background-color: #ff2a36;
}

.flash-img>ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.flash-img ul li {
    float: left;
    width: 48%;
}

.flash-img ul li p {
    width: 100%;
    height: 4.4rem;
    line-height: 1.6rem;
    overflow: hidden;
    text-align: center;
}

.flash-img ul li a {
    color: #666666;
}

.flash-img ul li:nth-child(2n+0) {
    float: right;
    width: 48%;
}

.more {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.more a {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #d32026;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
}

.contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    margin-bottom: 5rem;
}

.contact a {
    display: block;
    width: 40%;
    border-right: 1px solid #e3e3e3;
    float: left;
    box-sizing: border-box;
    font-size: 0.875rem;
    text-align: center;
    line-height: 2rem;
    color: #666666;
}

.contact a:nth-child(2) {
    width: 30%;
}

.contact a:nth-child(3) {
    width: 30%;
}

.contact a img {
    height: 60px;
    margin: 0 auto;
}

.nav {
    position: fixed;
    width: 100%;
    height: 2rem;
    padding: 1rem 0;
    line-height: 2rem;
    background-color: #d32026;
    bottom: 0;
    left: 0;
}

.nav ul li a {
    display: block;
    color: #ffffff;
}

.nav ul li {
    float: left;
    width: 27.5%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
}

.nav ul li:nth-child(1) {
    width: 45%;
}

.nav ul li:nth-child(3) {
    border-right: 0 none;
}

.top a {
    position: absolute;
    width: 20%;
    padding-left: 10px;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    z-index: 99;
}

.ry-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 0.875rem;
    padding: 10px;
    box-sizing: border-box;
}

.ry-lists ul li {
    position: relative;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #666666;
    background-color: #ffffff;
    padding: 0 8px;
    box-sizing: border-box;
}

.ry-lists ul li:nth-child(2n+1) {
    background-color: #f0eff5;
}

.ry-lists ul li span {
    position: absolute;
    right: 8px;
    top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #333333;
}

.ry-lists table {
    width: 100%;
    padding: 0 10px;
    font-size: 1rem;
    border-collapse: collapse;
    box-sizing: border-box;
}

.ry-lists table td {
    height: 2.5rem;
    border-collapse: collapse;
    padding: 0 5px;
    box-sizing: border-box;
}

.ry-lists table tr td:nth-child(1) {
    width: 35%;
}

.ry-lists table input {
    width: 80%;
    height: 1.5rem;
    border: 1px solid #bbbbbb;
    outline: none;
    padding: 0 5px;
    box-sizing: border-box;
}

.ry-lists table input.yzm {
    width: 60%;
    float: left;
    margin-right: 5px;
}

.ry-lists table img {
    float: left;
}

.ry-lists table tr td.message {
    text-align: center;
}

.ry-lists table textarea {
    width: 90%;
    height: 4rem;
    outline: none;
    border: 1px solid #bbbbbb;
    padding: 5px;
    box-sizing: border-box;
}

.btn {
    width: 50%;
    margin: 0 auto;
}

.btn button {
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    color: #ffffff;
    text-align: center;
    outline: none;
    border: 0 none;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
}

.btn button[type="submit"] {
    background-color: #19a1d3;
    float: left;
}

.btn button[type="reset"] {
    background-color: #666666;
    float: right;
}

.contact-nr {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.contact-nr>p {
    color: #666666;
    text-indent: 2rem;
    line-height: 1.75rem;
}

.tel {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    color: #666666;
    line-height: 2rem;
    font-size: 1rem;
}

.tel p span {
    font-weight: bold;
    color: #ff7000;
}
