﻿@charset "UTF-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
    min-width: 0;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #000;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

/* index */
.base_bg {
    background: url('../images/bg1.png') no-repeat center top;
    background-size: auto 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
}

.title {
    height: 1.3rem;
    text-align: center;
}

.title>img {
    display: inline-block;
    height: 0.82rem;
    margin-top: -.1rem;
}

.title>p {
    display: inline-block;
    font-size: .29rem;
    line-height: 1.3rem;
    color: #fd4455;
    font-weight: bold;
    margin-left: .44rem;
    -webkit-text-fill-color: #fd4455;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: .01rem;
}

.tit {
    overflow: hidden;
    height: 1.72rem;
    padding: 0 .36rem;
}

.tit img {
    float: right;
    height: 100%;
}

.index_txt {
    height: 1.84rem;
    box-sizing: border-box;
    padding: 0 1.9rem 0 6.4rem;
}

.index_txt p {
    font-size: .21rem;
    line-height: .38rem;
    color: #212620;
    text-indent: 2em;
    font-family: SimSun;
    font-weight: bold;
}

.index_txt p i {
    font-size: .37rem;
}

.nav {
    overflow: hidden;
    padding: 0 0 0 6.4rem;
    margin-top: -.24rem;
}

.nav a {
    float: left;
    width: 6.06rem;
    height: 1.88rem;
    margin-right: .3rem;
}

.nav a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.nav a:hover img {
    transform: scale(1.1);
}

/* list */
.home_btn {
    display: block;
    width: 1.33rem;
    height: 1.33rem;
    position: fixed;
    top: .3rem;
    left: .68rem;
    z-index: 999;
}

.home_btn img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.home_btn:hover img {
    transform: scale(1.1);
}

.content {
    overflow: hidden;
}

.inside_bg {
    float: right;
    width: 12.23rem;
    height: 7.22rem;
    background: url('../images/bg2.png') no-repeat;
    background-size: 100% 100%;
    margin: .12rem 1rem 0 0;
}

.news {
    padding: .51rem .45rem 0 .59rem;
    position: relative;
}

.news_tit {
    font-size: .32rem;
    line-height: .32rem;
    color: #212620;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: .4rem;
    left: 0;
}

.news_list a {
    display: block;
    overflow: hidden;
    border-bottom: .02rem solid #a27964;
    font-size: .24rem;
    line-height: .56rem;
    color: #212620;
    padding: .18rem .1rem 0 0;
}

.news_list a p {
    float: left;
    width: 9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list a span {
    float: right;
}

.news_list a:hover {
    color: #a27964;
}

.pages {
    padding: 0 .16rem;
    overflow: hidden;
    position: relative;
}

.pages a {
    float: left;
    line-height: 1.18rem;
    font-size: 0;
}

.pages a img {
    height: 0.69rem;
    transition: all .5s;
}

.pages a:last-child {
    float: right;
}

.pages a:hover img {
    transform: scale(1.1);
}

.pages p {
    font-size: .24rem;
    line-height: 1.18rem;
    color: #212620;
    text-align: center;
    width: 5rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2.5rem;
}

/* details */
.details {
    position: relative;
    padding: .32rem .32rem 0 .8rem;
}

.back_superior {
    display: block;
    width: 2.08rem;
    height: 0.69rem;
    position: absolute;
    top: .24rem;
    left: .75rem;
}

.back_superior img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.back_superior:hover img {
    transform: scale(1.1)
}

.details_con {
    text-align: center;
    color: #212620;
    padding-bottom: .17rem;
}

.details_con_scroll {
    height: 4.64rem;
    overflow-y: auto;
}

.details_con_scroll::-webkit-scrollbar {
    width: .05rem;
}

.details_con_scroll::-webkit-scrollbar-track {
    border-radius: .1rem;
}

.details_con_scroll::-webkit-scrollbar-thumb {
    border-radius: .1rem;
    background: #737578;
}


.details_con h3 {
    font-size: .3rem;
    line-height: .5rem;
    font-weight: bold;
}

.details_con h4 {
    font-size: .24rem;
    line-height: .4rem;
}

.details_con p {
    font-size: .24rem;
    line-height: .38rem;
    text-align: left;
    margin-top: .12rem;
}

.details_con img {
    display: block;
    margin:0 auto;
}